├── .gitignore ├── LICENSE ├── NOTICE ├── README.md ├── changelog.md ├── config ├── README.md ├── e1380.json ├── e2100.json ├── e2200.json ├── e9810.json ├── e9820.json ├── gs101.json ├── gs201.json ├── kirin65x.json ├── kirin710.json ├── kirin955.json ├── kirin960.json ├── kirin970.json ├── kirin980.json ├── mt6580.json ├── mtd1000.json ├── mtd1200.json ├── mtd7000.json ├── mtd720.json ├── mtd8100.json ├── mtd820.json ├── mtd9000.json ├── mtd920.json ├── mtd9200.json ├── mtg80.json ├── mtg90t.json ├── mtg99.json ├── mtp35.json ├── mtp70.json ├── mtp90.json ├── mtx20.json ├── perapp_powermode.txt ├── sdm439.json ├── sdm4g2.json ├── sdm616.json ├── sdm625.json ├── sdm653.json ├── sdm660.json ├── sdm665.json ├── sdm675.json ├── sdm680.json ├── sdm695.json ├── sdm710.json ├── sdm730.json ├── sdm750.json ├── sdm765.json ├── sdm778.json ├── sdm780.json ├── sdm7g1.json ├── sdm820.json ├── sdm835.json ├── sdm845.json ├── sdm855.json ├── sdm865.json ├── sdm888.json ├── sdm8g1+.json ├── sdm8g1.json ├── sdm8g2.json ├── sdm8g3.json ├── sp9863.json ├── t606.json ├── t618.json ├── t710.json ├── t770.json └── template.json ├── magisk ├── META-INF │ └── com │ │ └── google │ │ └── android │ │ ├── update-binary │ │ └── updater-script ├── bin │ ├── busybox │ │ └── busybox │ └── uperf ├── config │ ├── e1380.json │ ├── e2100.json │ ├── e2200.json │ ├── e9810.json │ ├── e9820.json │ ├── gs101.json │ ├── gs201.json │ ├── gs301.json │ ├── kirin65x.json │ ├── kirin710.json │ ├── kirin955.json │ ├── kirin960.json │ ├── kirin970.json │ ├── kirin980.json │ ├── mt6580.json │ ├── mtd1000.json │ ├── mtd1200.json │ ├── mtd7000.json │ ├── mtd720.json │ ├── mtd8100.json │ ├── mtd820.json │ ├── mtd8300.json │ ├── mtd9000.json │ ├── mtd920.json │ ├── mtd9200.json │ ├── mtg80.json │ ├── mtg90t.json │ ├── mtg99.json │ ├── mtp35.json │ ├── mtp70.json │ ├── mtp90.json │ ├── mtx20.json │ ├── perapp_powermode.txt │ ├── sdm210.json │ ├── sdm439.json │ ├── sdm4g2.json │ ├── sdm616.json │ ├── sdm625.json │ ├── sdm653.json │ ├── sdm660.json │ ├── sdm665.json │ ├── sdm675.json │ ├── sdm680.json │ ├── sdm695.json │ ├── sdm7+g3.json │ ├── sdm710.json │ ├── sdm730.json │ ├── sdm750.json │ ├── sdm765.json │ ├── sdm778.json │ ├── sdm780.json │ ├── sdm7g1.json │ ├── sdm820.json │ ├── sdm835.json │ ├── sdm845.json │ ├── sdm855.json │ ├── sdm865.json │ ├── sdm888.json │ ├── sdm8g1+.json │ ├── sdm8g1.json │ ├── sdm8g2.json │ ├── sdm8g3.json │ ├── sp9863.json │ ├── t606.json │ ├── t618.json │ ├── t710.json │ └── t770.json ├── customize.sh ├── initsvc.sh ├── libcgroup.sh ├── libcommon.sh ├── libpowercfg.sh ├── libsysinfo.sh ├── libuperf.sh ├── miui_migt.sh ├── module.prop ├── modules │ └── asoulopt.zip ├── pathinfo.sh ├── platform_special.sh ├── post-fs-data.sh ├── powercfg.json ├── powercfg_main.sh ├── powercfg_once.sh ├── script │ ├── initsvc.sh │ ├── libcgroup.sh │ ├── libcommon.sh │ ├── libpowercfg.sh │ ├── libsysinfo.sh │ ├── libuperf.sh │ ├── miui_migt.sh │ ├── pathinfo.sh │ ├── platform_special.sh │ ├── powercfg.json │ ├── powercfg_main.sh │ ├── powercfg_once.sh │ ├── setup.sh │ └── vtools_powercfg.sh ├── service.sh ├── setup.sh ├── system.prop ├── system │ └── vendor │ │ ├── etc │ │ ├── power_app_cfg.xml │ │ ├── powercontable.xml │ │ └── powerscntbl.xml │ │ └── lib64 │ │ └── libthermalclient.so ├── uninstall.sh └── vtools_powercfg.sh ├── media ├── adjusted_demand_capacity_relation.png ├── alipay-qr.png ├── android_am.png ├── fingerprint.png ├── render_restart.png ├── render_stop.png ├── sflag.png └── wechat_resume.png └── version.json /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | /.vscode 3 | /build 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/README.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- 1 | # 更新日志 2 | 3 | ## Uperf-Game-Turbo1.47 4 | 5 | -------------------------------------------------------------------------------- /config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/README.md -------------------------------------------------------------------------------- /config/e1380.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/e1380.json -------------------------------------------------------------------------------- /config/e2100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/e2100.json -------------------------------------------------------------------------------- /config/e2200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/e2200.json -------------------------------------------------------------------------------- /config/e9810.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/e9810.json -------------------------------------------------------------------------------- /config/e9820.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/e9820.json -------------------------------------------------------------------------------- /config/gs101.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/gs101.json -------------------------------------------------------------------------------- /config/gs201.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/gs201.json -------------------------------------------------------------------------------- /config/kirin65x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/kirin65x.json -------------------------------------------------------------------------------- /config/kirin710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/kirin710.json -------------------------------------------------------------------------------- /config/kirin955.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/kirin955.json -------------------------------------------------------------------------------- /config/kirin960.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/kirin960.json -------------------------------------------------------------------------------- /config/kirin970.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/kirin970.json -------------------------------------------------------------------------------- /config/kirin980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/kirin980.json -------------------------------------------------------------------------------- /config/mt6580.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mt6580.json -------------------------------------------------------------------------------- /config/mtd1000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd1000.json -------------------------------------------------------------------------------- /config/mtd1200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd1200.json -------------------------------------------------------------------------------- /config/mtd7000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd7000.json -------------------------------------------------------------------------------- /config/mtd720.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd720.json -------------------------------------------------------------------------------- /config/mtd8100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd8100.json -------------------------------------------------------------------------------- /config/mtd820.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd820.json -------------------------------------------------------------------------------- /config/mtd9000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd9000.json -------------------------------------------------------------------------------- /config/mtd920.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd920.json -------------------------------------------------------------------------------- /config/mtd9200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtd9200.json -------------------------------------------------------------------------------- /config/mtg80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtg80.json -------------------------------------------------------------------------------- /config/mtg90t.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtg90t.json -------------------------------------------------------------------------------- /config/mtg99.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtg99.json -------------------------------------------------------------------------------- /config/mtp35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtp35.json -------------------------------------------------------------------------------- /config/mtp70.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtp70.json -------------------------------------------------------------------------------- /config/mtp90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtp90.json -------------------------------------------------------------------------------- /config/mtx20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/mtx20.json -------------------------------------------------------------------------------- /config/perapp_powermode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/perapp_powermode.txt -------------------------------------------------------------------------------- /config/sdm439.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm439.json -------------------------------------------------------------------------------- /config/sdm4g2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm4g2.json -------------------------------------------------------------------------------- /config/sdm616.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm616.json -------------------------------------------------------------------------------- /config/sdm625.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm625.json -------------------------------------------------------------------------------- /config/sdm653.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm653.json -------------------------------------------------------------------------------- /config/sdm660.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm660.json -------------------------------------------------------------------------------- /config/sdm665.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm665.json -------------------------------------------------------------------------------- /config/sdm675.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm675.json -------------------------------------------------------------------------------- /config/sdm680.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm680.json -------------------------------------------------------------------------------- /config/sdm695.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm695.json -------------------------------------------------------------------------------- /config/sdm710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm710.json -------------------------------------------------------------------------------- /config/sdm730.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm730.json -------------------------------------------------------------------------------- /config/sdm750.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm750.json -------------------------------------------------------------------------------- /config/sdm765.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm765.json -------------------------------------------------------------------------------- /config/sdm778.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm778.json -------------------------------------------------------------------------------- /config/sdm780.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm780.json -------------------------------------------------------------------------------- /config/sdm7g1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm7g1.json -------------------------------------------------------------------------------- /config/sdm820.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm820.json -------------------------------------------------------------------------------- /config/sdm835.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm835.json -------------------------------------------------------------------------------- /config/sdm845.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm845.json -------------------------------------------------------------------------------- /config/sdm855.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm855.json -------------------------------------------------------------------------------- /config/sdm865.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm865.json -------------------------------------------------------------------------------- /config/sdm888.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm888.json -------------------------------------------------------------------------------- /config/sdm8g1+.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm8g1+.json -------------------------------------------------------------------------------- /config/sdm8g1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm8g1.json -------------------------------------------------------------------------------- /config/sdm8g2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm8g2.json -------------------------------------------------------------------------------- /config/sdm8g3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sdm8g3.json -------------------------------------------------------------------------------- /config/sp9863.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/sp9863.json -------------------------------------------------------------------------------- /config/t606.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/t606.json -------------------------------------------------------------------------------- /config/t618.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/t618.json -------------------------------------------------------------------------------- /config/t710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/t710.json -------------------------------------------------------------------------------- /config/t770.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/t770.json -------------------------------------------------------------------------------- /config/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/config/template.json -------------------------------------------------------------------------------- /magisk/META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /magisk/META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /magisk/bin/busybox/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/bin/busybox/busybox -------------------------------------------------------------------------------- /magisk/bin/uperf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/bin/uperf -------------------------------------------------------------------------------- /magisk/config/e1380.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/e1380.json -------------------------------------------------------------------------------- /magisk/config/e2100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/e2100.json -------------------------------------------------------------------------------- /magisk/config/e2200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/e2200.json -------------------------------------------------------------------------------- /magisk/config/e9810.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/e9810.json -------------------------------------------------------------------------------- /magisk/config/e9820.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/e9820.json -------------------------------------------------------------------------------- /magisk/config/gs101.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/gs101.json -------------------------------------------------------------------------------- /magisk/config/gs201.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/gs201.json -------------------------------------------------------------------------------- /magisk/config/gs301.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/gs301.json -------------------------------------------------------------------------------- /magisk/config/kirin65x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/kirin65x.json -------------------------------------------------------------------------------- /magisk/config/kirin710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/kirin710.json -------------------------------------------------------------------------------- /magisk/config/kirin955.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/kirin955.json -------------------------------------------------------------------------------- /magisk/config/kirin960.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/kirin960.json -------------------------------------------------------------------------------- /magisk/config/kirin970.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/kirin970.json -------------------------------------------------------------------------------- /magisk/config/kirin980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/kirin980.json -------------------------------------------------------------------------------- /magisk/config/mt6580.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mt6580.json -------------------------------------------------------------------------------- /magisk/config/mtd1000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd1000.json -------------------------------------------------------------------------------- /magisk/config/mtd1200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd1200.json -------------------------------------------------------------------------------- /magisk/config/mtd7000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd7000.json -------------------------------------------------------------------------------- /magisk/config/mtd720.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd720.json -------------------------------------------------------------------------------- /magisk/config/mtd8100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd8100.json -------------------------------------------------------------------------------- /magisk/config/mtd820.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd820.json -------------------------------------------------------------------------------- /magisk/config/mtd8300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd8300.json -------------------------------------------------------------------------------- /magisk/config/mtd9000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd9000.json -------------------------------------------------------------------------------- /magisk/config/mtd920.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd920.json -------------------------------------------------------------------------------- /magisk/config/mtd9200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtd9200.json -------------------------------------------------------------------------------- /magisk/config/mtg80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtg80.json -------------------------------------------------------------------------------- /magisk/config/mtg90t.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtg90t.json -------------------------------------------------------------------------------- /magisk/config/mtg99.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtg99.json -------------------------------------------------------------------------------- /magisk/config/mtp35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtp35.json -------------------------------------------------------------------------------- /magisk/config/mtp70.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtp70.json -------------------------------------------------------------------------------- /magisk/config/mtp90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtp90.json -------------------------------------------------------------------------------- /magisk/config/mtx20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/mtx20.json -------------------------------------------------------------------------------- /magisk/config/perapp_powermode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/perapp_powermode.txt -------------------------------------------------------------------------------- /magisk/config/sdm210.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm210.json -------------------------------------------------------------------------------- /magisk/config/sdm439.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm439.json -------------------------------------------------------------------------------- /magisk/config/sdm4g2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm4g2.json -------------------------------------------------------------------------------- /magisk/config/sdm616.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm616.json -------------------------------------------------------------------------------- /magisk/config/sdm625.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm625.json -------------------------------------------------------------------------------- /magisk/config/sdm653.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm653.json -------------------------------------------------------------------------------- /magisk/config/sdm660.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm660.json -------------------------------------------------------------------------------- /magisk/config/sdm665.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm665.json -------------------------------------------------------------------------------- /magisk/config/sdm675.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm675.json -------------------------------------------------------------------------------- /magisk/config/sdm680.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm680.json -------------------------------------------------------------------------------- /magisk/config/sdm695.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm695.json -------------------------------------------------------------------------------- /magisk/config/sdm7+g3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm7+g3.json -------------------------------------------------------------------------------- /magisk/config/sdm710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm710.json -------------------------------------------------------------------------------- /magisk/config/sdm730.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm730.json -------------------------------------------------------------------------------- /magisk/config/sdm750.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm750.json -------------------------------------------------------------------------------- /magisk/config/sdm765.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm765.json -------------------------------------------------------------------------------- /magisk/config/sdm778.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm778.json -------------------------------------------------------------------------------- /magisk/config/sdm780.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm780.json -------------------------------------------------------------------------------- /magisk/config/sdm7g1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm7g1.json -------------------------------------------------------------------------------- /magisk/config/sdm820.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm820.json -------------------------------------------------------------------------------- /magisk/config/sdm835.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm835.json -------------------------------------------------------------------------------- /magisk/config/sdm845.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm845.json -------------------------------------------------------------------------------- /magisk/config/sdm855.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm855.json -------------------------------------------------------------------------------- /magisk/config/sdm865.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm865.json -------------------------------------------------------------------------------- /magisk/config/sdm888.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm888.json -------------------------------------------------------------------------------- /magisk/config/sdm8g1+.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm8g1+.json -------------------------------------------------------------------------------- /magisk/config/sdm8g1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm8g1.json -------------------------------------------------------------------------------- /magisk/config/sdm8g2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm8g2.json -------------------------------------------------------------------------------- /magisk/config/sdm8g3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sdm8g3.json -------------------------------------------------------------------------------- /magisk/config/sp9863.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/sp9863.json -------------------------------------------------------------------------------- /magisk/config/t606.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/t606.json -------------------------------------------------------------------------------- /magisk/config/t618.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/t618.json -------------------------------------------------------------------------------- /magisk/config/t710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/t710.json -------------------------------------------------------------------------------- /magisk/config/t770.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/config/t770.json -------------------------------------------------------------------------------- /magisk/customize.sh: -------------------------------------------------------------------------------- 1 | SKIPUNZIP=0 2 | sh $MODPATH/script/setup.sh 3 | [ "$?" != "0" ] && abort 4 | -------------------------------------------------------------------------------- /magisk/initsvc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/initsvc.sh -------------------------------------------------------------------------------- /magisk/libcgroup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/libcgroup.sh -------------------------------------------------------------------------------- /magisk/libcommon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/libcommon.sh -------------------------------------------------------------------------------- /magisk/libpowercfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/libpowercfg.sh -------------------------------------------------------------------------------- /magisk/libsysinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/libsysinfo.sh -------------------------------------------------------------------------------- /magisk/libuperf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/libuperf.sh -------------------------------------------------------------------------------- /magisk/miui_migt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/miui_migt.sh -------------------------------------------------------------------------------- /magisk/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/module.prop -------------------------------------------------------------------------------- /magisk/modules/asoulopt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/modules/asoulopt.zip -------------------------------------------------------------------------------- /magisk/pathinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/pathinfo.sh -------------------------------------------------------------------------------- /magisk/platform_special.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/platform_special.sh -------------------------------------------------------------------------------- /magisk/post-fs-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/post-fs-data.sh -------------------------------------------------------------------------------- /magisk/powercfg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/powercfg.json -------------------------------------------------------------------------------- /magisk/powercfg_main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/powercfg_main.sh -------------------------------------------------------------------------------- /magisk/powercfg_once.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/powercfg_once.sh -------------------------------------------------------------------------------- /magisk/script/initsvc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/initsvc.sh -------------------------------------------------------------------------------- /magisk/script/libcgroup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/libcgroup.sh -------------------------------------------------------------------------------- /magisk/script/libcommon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/libcommon.sh -------------------------------------------------------------------------------- /magisk/script/libpowercfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/libpowercfg.sh -------------------------------------------------------------------------------- /magisk/script/libsysinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/libsysinfo.sh -------------------------------------------------------------------------------- /magisk/script/libuperf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/libuperf.sh -------------------------------------------------------------------------------- /magisk/script/miui_migt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/miui_migt.sh -------------------------------------------------------------------------------- /magisk/script/pathinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/pathinfo.sh -------------------------------------------------------------------------------- /magisk/script/platform_special.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/platform_special.sh -------------------------------------------------------------------------------- /magisk/script/powercfg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/powercfg.json -------------------------------------------------------------------------------- /magisk/script/powercfg_main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/powercfg_main.sh -------------------------------------------------------------------------------- /magisk/script/powercfg_once.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/powercfg_once.sh -------------------------------------------------------------------------------- /magisk/script/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/setup.sh -------------------------------------------------------------------------------- /magisk/script/vtools_powercfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/script/vtools_powercfg.sh -------------------------------------------------------------------------------- /magisk/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/service.sh -------------------------------------------------------------------------------- /magisk/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/setup.sh -------------------------------------------------------------------------------- /magisk/system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/system.prop -------------------------------------------------------------------------------- /magisk/system/vendor/etc/power_app_cfg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/system/vendor/etc/power_app_cfg.xml -------------------------------------------------------------------------------- /magisk/system/vendor/etc/powercontable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/system/vendor/etc/powercontable.xml -------------------------------------------------------------------------------- /magisk/system/vendor/etc/powerscntbl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/system/vendor/etc/powerscntbl.xml -------------------------------------------------------------------------------- /magisk/system/vendor/lib64/libthermalclient.so: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /magisk/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/uninstall.sh -------------------------------------------------------------------------------- /magisk/vtools_powercfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/magisk/vtools_powercfg.sh -------------------------------------------------------------------------------- /media/adjusted_demand_capacity_relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/adjusted_demand_capacity_relation.png -------------------------------------------------------------------------------- /media/alipay-qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/alipay-qr.png -------------------------------------------------------------------------------- /media/android_am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/android_am.png -------------------------------------------------------------------------------- /media/fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/fingerprint.png -------------------------------------------------------------------------------- /media/render_restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/render_restart.png -------------------------------------------------------------------------------- /media/render_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/render_stop.png -------------------------------------------------------------------------------- /media/sflag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/sflag.png -------------------------------------------------------------------------------- /media/wechat_resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/media/wechat_resume.png -------------------------------------------------------------------------------- /version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinwanxi/Uperf-Game-Turbo/HEAD/version.json --------------------------------------------------------------------------------