Saturday, June 15, 2013

Nexus 7 rooting on arch.

Following this tutorial: http://forum.xda-developers.com/showthread.php?t=1741395

1.) pak -S android-tools
2.) adb devices showed
List of devices attached 
????????????    no permissions
3.) fixed with pak -S android-udev
4.) DL CWM touch and superSU
5.) Allow computer connection on device.
6.) adb push path-to-zip/JB-SuperSU.zip /sdcard/0/Download/update.zip
7.) adb reboot bootloader
8.) fastboot oem unlock
9.) Yes, unlock bootloader.
10.) $ fastboot flash recovery ~/Downloads/recovery-clockwork-touch-6.0.3.1-grouper.img 
sending 'recovery' (6644 KB)...
OKAY [  8.759s]
writing 'recovery'...
OKAY [  0.512s]
finished. total time: 9.271s
11.) tablet - use volume buttons to boot into recovery.
12.) mounts and storage
13.) mount system
14.) adb shellcd /systemmv recovery-from-boot.p recovery-from-boot.bak
15.) Return back to recovery.
16.) Navigate to update.zip
17.) install update.zip