├── LICENSE ├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── addon └── Volume-Key-Selector │ ├── README.md │ ├── preinstall.sh │ └── tools │ ├── arm │ └── keycheck │ └── x86 │ └── keycheck ├── common ├── service.sh └── system.prop ├── install.sh ├── module.prop └── system ├── bin └── gaming ├── etc └── init │ └── thermalservice.rc └── vendor ├── bin └── thermal-engine ├── etc ├── thermal-arvr.conf ├── thermal-camera.conf ├── thermal-engine-Youtube.conf ├── thermal-engine-camera.conf ├── thermal-engine-high.conf ├── thermal-engine-map.conf ├── thermal-engine-normal.conf ├── thermal-engine-pubgm.conf ├── thermal-engine-pubgmhd.conf ├── thermal-engine-sgame.conf ├── thermal-engine-video.conf ├── thermal-engine.conf ├── thermal-map.conf ├── thermal-nolimits.conf ├── thermal-normal.conf └── thermal-tgame.conf ├── lib └── libthermalclient.so └── lib64 └── libthermalclient.so /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/LICENSE -------------------------------------------------------------------------------- /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/README.md -------------------------------------------------------------------------------- /addon/Volume-Key-Selector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/addon/Volume-Key-Selector/README.md -------------------------------------------------------------------------------- /addon/Volume-Key-Selector/preinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/addon/Volume-Key-Selector/preinstall.sh -------------------------------------------------------------------------------- /addon/Volume-Key-Selector/tools/arm/keycheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/addon/Volume-Key-Selector/tools/arm/keycheck -------------------------------------------------------------------------------- /addon/Volume-Key-Selector/tools/x86/keycheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/addon/Volume-Key-Selector/tools/x86/keycheck -------------------------------------------------------------------------------- /common/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/common/service.sh -------------------------------------------------------------------------------- /common/system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/common/system.prop -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/install.sh -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/module.prop -------------------------------------------------------------------------------- /system/bin/gaming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/bin/gaming -------------------------------------------------------------------------------- /system/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/etc/init/thermalservice.rc -------------------------------------------------------------------------------- /system/vendor/bin/thermal-engine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/bin/thermal-engine -------------------------------------------------------------------------------- /system/vendor/etc/thermal-arvr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-arvr.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-camera.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-Youtube.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-Youtube.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-camera.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-high.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-high.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-map.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-map.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-normal.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-pubgm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-pubgm.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-pubgmhd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-pubgmhd.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-sgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-sgame.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine-video.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-engine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-engine.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-map.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-map.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-nolimits.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-normal.conf -------------------------------------------------------------------------------- /system/vendor/etc/thermal-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/etc/thermal-tgame.conf -------------------------------------------------------------------------------- /system/vendor/lib/libthermalclient.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/lib/libthermalclient.so -------------------------------------------------------------------------------- /system/vendor/lib64/libthermalclient.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/gaming/HEAD/system/vendor/lib64/libthermalclient.so --------------------------------------------------------------------------------