- Konuyu başlatan
- #1
E This is only for those who are having optimization or battery issues, or who installed the update without doing a clean install. It's not my fault if you get abducted or if your phone simply transforms into something from another world.
Let's go...
(Preferably do this with a fully charged battery)
Have Termux installed; this requires root access, right?
Copy the code below and paste it into Termux; it will start the process.
su -c "pm compile -a -f -m speed-profile; pm compile -a -f compile-layouts; pm bg-dexopt-job"
You can also do this using your computer via ADB; use the code below.
adb shell
pm compile -a -f -m speed-profile; pm compile -a -f compile-layouts; pm bg-dexopt-job
Wait until the process is complete. Note that the job will finish, then simply exit Termux or adb using the exit command.
(For best battery results, let your device completely discharge, then fully charge it. Repeat this process three times.
Let's go...
(Preferably do this with a fully charged battery)
Have Termux installed; this requires root access, right?
Copy the code below and paste it into Termux; it will start the process.
su -c "pm compile -a -f -m speed-profile; pm compile -a -f compile-layouts; pm bg-dexopt-job"
You can also do this using your computer via ADB; use the code below.
adb shell
pm compile -a -f -m speed-profile; pm compile -a -f compile-layouts; pm bg-dexopt-job
Wait until the process is complete. Note that the job will finish, then simply exit Termux or adb using the exit command.
(For best battery results, let your device completely discharge, then fully charge it. Repeat this process three times.
Ekli dosyalar
-
633.5 KB Görüntüleme: 14
-
670.1 KB Görüntüleme: 14
Son düzenleme:
