Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. su
  2. mount -o remount,rw rootfs /
  3. mkdir /cm-system
  4. mount -t ext3 -o noatime,data=ordered /dev/block/mmcblk1p2 /cm-system
  5. chmod 4755 /cm-system/xbin/su
  6. stop
  7. stop servicemanager
  8. stop vold
  9. stop netd
  10. stop media
  11. stop wpa_supplicant
  12. stop dhcpcd
  13. stop debuggerd
  14. stop dbus
  15. stop installd
  16. stop keystore
  17. stop akmd
  18. stop rmt_storage
  19. pkill htc_ebdlogd
  20. pkill logcat2
  21. mount -o bind -t ext3 /cm-system /system
  22. mount -o bind -t ext3 /system/data /data
  23. chmod 777 /cache
  24. chmod 777 /cache/dalvik-cache
  25. start rmt_storage
  26. start htc_ebdlogd
  27. start servicemanager
  28. start vold
  29. start netd
  30. start dbus
  31. start installd
  32. start keystore
  33. start akmd
  34. start media
  35. start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement