Skip to content

Commit

Permalink
Update OPTool Watch v1.0.2
Browse files Browse the repository at this point in the history
Fixed bugs and various optimizations, misc changes.
  • Loading branch information
blast752 authored Jul 19, 2022
1 parent e3c742c commit 9a3d851
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions OPTool-Watch-v1.0.1.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
::CONFIGURATION PHASE OF THE TOOL
@Echo Off
echo WELCOME ON ONEUI OPTIMIZER
echo watch version: 1.0.2
echo watch version: 1.0.2
echo by @blast752 (thx @DanteHunter)
echo Press "ENTER", otherwise "Ctrl+C" for CLOSE
echo.
Expand Down Expand Up @@ -42,9 +42,9 @@ echo STARTING OPTIMIZATION TOOL FOR ONE UI WATCH
echo -------------------------------------------
echo.
echo Optimizing animations...
adb shell settings put global window_animation_scale 0.35
adb shell settings put global transition_animation_scale 0.35
adb shell settings put global window_animation_scale 0.35
adb shell settings put global window_animation_scale 0.5
adb shell settings put global transition_animation_scale 0.5
adb shell settings put global window_animation_scale 0.5
echo.
echo Disabling useless settings item...
adb shell settings put global online_manual_url 0
Expand Down Expand Up @@ -74,20 +74,20 @@ echo.
echo Enabling processing speed hack...
adb shell settings put global sem_enhanced_cpu_responsiveness 1
echo.
echo Enabling performance limit (less heat)...
adb shell settings put global restricted_device_performance 1,1
echo.
echo Doing Battery optimizations...
adb shell cmd package bg-dexopt-job
echo.
echo Trimming cache (more times)
adb shell pm trim-caches 999999999999999999
adb shell pm trim-caches 999999999999999999
adb shell pm trim-caches 999999999999999999
adb shell pm trim-caches 999999999999999999
adb shell pm trim-caches 999999999999999999
adb shell pm trim-caches 999999999999999999
echo.
echo Doing Performance optimizations...
adb shell cmd package compile -m speed-profile -a
echo.
echo Doing Battery optimizations...
echo This operation can take up to 10 minutes
adb shell cmd package bg-dexopt-job
echo.
echo --------------------------------------
echo TOOL HAS COMPLETED ALL TASKS
echo THANKS FOR USING MY TOOL by @blast752
Expand Down

0 comments on commit 9a3d851

Please sign in to comment.