Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/system/bin/sh
  2.  
  3. cd /cache
  4. rm *
  5. cd /data/dalvik-cache
  6. rm *
  7. cd /
  8. cp /system/saosp/touchwiz/android.policy.jar /system/framework/android.policy.jar
  9. cp /system/saosp/touchwiz/twframework-res.apk /system/framework/twframework-res.apk
  10. cp /system/saosp/touchwiz/framework-res.apk /system/framework/framework-res.apk
  11. chmod 644 /system/framework/framework-res.apk
  12. cd /system/etc/init.d
  13. rm 25-applytouchwiz
  14. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement