Difference between revisions of "Rooting Android"
From Tech
Jump to navigationJump to searchLine 2: | Line 2: | ||
<nowiki>aptitude install android-tools-adb android-tools-fastboot</nowiki> |
<nowiki>aptitude install android-tools-adb android-tools-fastboot</nowiki> |
||
* USB debugging needs to be turned on (first become developper by tapping the phone version 7 times). |
* USB debugging needs to be turned on (first become developper by tapping the phone version 7 times). |
||
+ | * Download <tt>CWM-SuperSU-v0.97.zip</tt>, and put it on the SD card somwhere (e.g. in Download); md5sum db2f8032fd1df99c92d1bfff490a9217 |
||
− | |||
* [http://wiki.cyanogenmod.org/wiki/Nexus_7:_Full_Update_Guide cyanogenmod instructions for Nexus 7] |
* [http://wiki.cyanogenmod.org/wiki/Nexus_7:_Full_Update_Guide cyanogenmod instructions for Nexus 7] |
||
* note that fastboot needs to be run as root, otherwise it will just sit there with the <nowiki>< waiting for device ></nowiki> message) |
* note that fastboot needs to be run as root, otherwise it will just sit there with the <nowiki>< waiting for device ></nowiki> message) |
||
* 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. |
+ | * This was the version of [http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.1.0-grouper.img clockwork] I installed; md5sum: c4bd5c94000a4e917a703583298532b4. |
+ | <nowiki> sudo fastboot flash recovery recovery-clockwork-6.0.1.0-grouper.img</nowiki> |
||
⚫ | |||
+ | * Right after |
||
⚫ | |||
* 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 17:47, 23 December 2012
Needed debian/ubuntu packages:
aptitude install android-tools-adb android-tools-fastboot
- USB debugging needs to be turned on (first become developper by tapping the phone version 7 times).
- Download CWM-SuperSU-v0.97.zip, and put it on the SD card somwhere (e.g. in Download); md5sum db2f8032fd1df99c92d1bfff490a9217
- 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 clockwork I installed; md5sum: c4bd5c94000a4e917a703583298532b4.
sudo fastboot flash recovery recovery-clockwork-6.0.1.0-grouper.img
- Right after
- Installing su: . This procedure helps somewhat.
- Then installed BusyBox
- Then installed DropBear SSH II