Advertisement
Guest User

Superuser on Moto ACTV.

a guest
Dec 31st, 2011
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Here's what I did to get superuser for android apps on the motoACTV. (Already rooted.) Some of this might be unneccessary...
  2.  
  3. 3) On your computer with the watch plugged in, with a console (cmd, Terminal, xterm etc) execute the following line from your adb platform-tools directory (include the quotes):
  4. adb shell "mount -t ext3 -o remount,rw /dev/block/mmcblk1p18 /system"
  5.  
  6. 4) Go here and follow the instructions to install busybox on your device:
  7. http://zedomax.com/blog/2010/07/07/android-hack-how-to-install-busybox-on-your-android/
  8.  
  9. 5) Download the Superuser APK if you don't have it:
  10. http://www.4shared.com/android/lPMMXl9S/Superuser.html
  11.  
  12. 6) Install:
  13. adb install Superuser.apk
  14.  
  15. 7) Download the Superuser su binary tarfile (may not be needed):
  16. http://www.4shared.com/archive/M2_OfU9r/sutar.html
  17. -- If you did this, you need to do the following:
  18. a) execute:
  19. adb push su.tar.gz /sdcard
  20. b) then:
  21. adb shell
  22. c) and, on the adb prompt on your watch now:
  23. cd /system/bin
  24. tar xpzf /sdcard/su.tar.gz
  25.  
  26. 8) On your watch, run the Superuser program. Press menu (you may need to remap your Start key to menu first) then select "Automatic Response", and change it to "Allow" -- because the prompt popup won't allow us to select any options, unfortunately.
  27.  
  28. 9) And, you're done! Now you can use apps that require Superuser on your watch.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement