Difference between revisions of "Rooting Android"

From Tech
Jump to navigationJump to search
Line 6: Line 6:
 
* Doing the <nowiki>fastboot oem unlock</nowiki> will whipe the device. Google calls it a 'factory reset', but the android system stays at the version from before the 'factory reset'.
 
* Doing the <nowiki>fastboot oem unlock</nowiki> will whipe the device. Google calls it a 'factory reset', but the android system stays at the version from before the 'factory reset'.
 
* This was the version of [download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.2.3-grouper.img clockwork] I installed; md5sum: 6a797003e5afe3227587610b7af5dabb.
 
* This was the version of [download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.2.3-grouper.img clockwork] I installed; md5sum: 6a797003e5afe3227587610b7af5dabb.
  +
* Installing su: <nowiki> adb sideload CWM-SuperSU-v0.97.zip</nowiki>; md5sum db2f8032fd1df99c92d1bfff490a9217.
 
* Then installed [https://play.google.com/store/apps/details?id=stericson.busybox BusyBox]
 
* Then installed [https://play.google.com/store/apps/details?id=stericson.busybox BusyBox]
 
* Then installed [https://play.google.com/store/apps/details?id=me.shkschneider.dropbearserver2 DropBear SSH II]
 
* Then installed [https://play.google.com/store/apps/details?id=me.shkschneider.dropbearserver2 DropBear SSH II]

Revision as of 16:13, 23 December 2012

Needed debian/ubuntu packages:

aptitude install android-tools-adb android-tools-fastboot
  • cyanogenmod instructions for Nexus 7
  • note that fastboot needs to be run as root, otherwise it will just sit there with the < waiting for device > message)
  • Doing the fastboot oem unlock will whipe the device. Google calls it a 'factory reset', but the android system stays at the version from before the 'factory reset'.
  • This was the version of [download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.2.3-grouper.img clockwork] I installed; md5sum: 6a797003e5afe3227587610b7af5dabb.
  • Installing su: adb sideload CWM-SuperSU-v0.97.zip; md5sum db2f8032fd1df99c92d1bfff490a9217.
  • Then installed BusyBox
  • Then installed DropBear SSH II