把 hardware/qcom/display-caf/msm8916/libhwcomposer/hwc_qclient.cpp
里面的 bw_flag = MDSS_MAX_BW_LIMIT_CAMERA;
改成 bw_flag = 0x2;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17584) Chongqing Mobile Company (Chongqing, CN) | |
5726) China Unicom Chong Qing Branch (Chongqing, China) | |
5530) CCN (Chongqing, China) | |
19076) China Telecom (ChongQing, China) | |
20054) YunJinTianFu (Chengdu, China) | |
11444) University of Electronic Science and Technology of China (Chengdu, China) | |
2461) China Unicom (Chengdu, China) | |
4575) China Mobile Group Sichuan (Chengdu, China) | |
16398) China Mobile,GuiZhou (Guiyang, China) | |
5292) China Mobile Group Shaanxi Company Limited (Xi'an, China) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Colors | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
YELLOW='\033[0;33m' | |
SKYBLUE='\033[0;36m' | |
PLAIN='\033[0m' | |
# install speedtest | |
if [ ! -e '/tmp/speedtest.py' ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/sbin/sh | |
tmp=/tmp/eufix-force-fbe | |
if [ "$3" ]; then | |
zip=$3 | |
console=/proc/$$/fd/$2 | |
# write the location of the console buffer to /tmp/console for other scripts to use | |
echo "$console" > /tmp/console | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="stawidy/android_device_coolpad_cp8675" path="device/coolpad/cp8675" remote="github" revision="cm-13.0" /> | |
<project name="stawidy/android_vendor_coolpad_cp8675" path="vendor/coolpad/cp8675" remote="github" revision="cm-13.0" /> | |
<project name="LineageOS/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-13.0" /> | |
<project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="cm-13.0" /> | |
<project name="LineageOS/android_external_stlport" path="external/stlport" remote="github" revision="cm-13.0" /> | |
</manifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev libltdl-dev xmlto |