Guest User

Untitled

a guest
Nov 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. package_extract_file("system/bin/misledztweaks.sh", "/tmp/misledztweaks.sh");
  2. set_perm(0, 0, 0777, "/tmp/misledztweaks.sh");
  3. run_program("/tmp/misledztweaks.sh", "misledz");
  4.  
  5.  
  6. # misledztweaks.sh
  7.  
  8. cd /
  9. mount /system
  10. cd system
  11. cp build.prop bin/build.bak
  12.  
  13. setprop #Now setprop all your properties
Add Comment
Please, Sign In to add comment