Just found a way to enable those tweaks at startup without Tasker or other apps (thanks to @flar2 here : http://forum.xda-developers.com/showpost.php?p=58887725&postcount=230 for the idea about startup script).The only problem with these tweaks is that it will not stick after a reboot but there are only 4 files to edit and most of them are from the same folder, thus it is not much of a hassle to do that after every reboot.
How to?
Code:
adb shell
su
mount -o remount,rw /system
cd /system
mkdir su.d
Attachments
-
269 bytes Views: 642