⚡T-ENGINE.V1.3-SDM7-010423
## V1.3
- Add Support KernelSU
- MiSc
Download on officials clouds
⚡T-ENGINE.V3-SDM8-010423
Test version for the moment
A magisk module which aims to improve kernel/RAM management, by using values between performance and battery savings. Flash, and forget.
Читать полностью…T-engine is only for snapdragon processors. If your device isn't snapdragon, do not try to flash it.
Читать полностью…I don't deny that you're wrong but, that's normal, it's not trash like: good speed (or many other things they code and do more recklessly)
Читать полностью…Bruh , Snapdragon tweak only: #Snap tweak
for gpu in /sys/class/kgsl/kgsl-3d0
do
echo "0" > $gpu/adrenoboost
echo "0" > $gpu/devfreq/adrenoboost
echo "N" > $gpu/adreno_idler_active
echo "0" > $gpu/throttling
done
Do it again, remove those modules I told you to, reboot, and let device get nice and cool before throttle test with app, no less than 5 mins
Читать полностью…List of notes in T-ENGINE™ | SUPPORT:
- about
- builds
- nfs
You can retrieve these notes by using /get notename
, or #notename
# Update sched up và down , cân bằng và hiệu năng cao
for gov in /sys/devices/system/cpu/*/cpufreq
do
echo "500" > $gov/schedutil/up_rate_limit_us
echo "20000" > $gov/schedutil/down_rate_limit_us
echo "85" > $gov/schedutil/hispeed_load
echo "1" > $gov/schedutil/pl
echo "0" > $gov/schedutil/iowait_boost_enable
done
It's all the basics
also why cleaner, you don't wanna wipe cache every reboot cus then everything will take longer, cache is there for a reason dood
Читать полностью…