You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
su -lp 2000 -c "cmd notification post -S bigtext -t 'Starting Nexus Tweaks..' tag 'Your device may heat up or lag during optimization.. Please wait..'"
START=$(date +"%s")
# ART optimizer
su -c cmd package bg-dexopt-job
END=$(date +"%s")
DIFF=$(($END - $START))
echo "- Art Optimization Executed Successfully!
time took: $(($DIFF / 60)) minute(s) and $(($DIFF % 60)) second(s)." >> $nex_log