SHOW:
|
|
- or go back to the newest paste.
| 1 | How to Root ADT-1 | |
| 2 | ||
| 3 | Hold button on back of ADT-1 for approximately 10 seconds or until device reboots to boot into fastboot. | |
| 4 | ||
| 5 | $ fastboot boot insecure-boot.img | |
| 6 | ||
| 7 | This will enable root through adb. | |
| 8 | ||
| 9 | Extract adt-su.zip then run the following to install su binary : | |
| 10 | ||
| 11 | $ adb shell mount -o rw,remount /system | |
| 12 | $ adb shell mount -o rw,remount / | |
| 13 | $ adb push /EXTRACTED/ZIP/LOCATION/adt-su /tmp/supersu | |
| 14 | $ adb shell | |
| 15 | # . /tmp/supersu/install | |
| 16 | ||
| 17 | Credit goes giantpune for stock boot.img | |
| 18 | Credit goes to chainfire for su binary | |
| 19 | ||
| 20 | All files needed here: | |
| 21 | - | http://d-h.st/users/manelscout4life/?fld_id=39843#files |
| 21 | + | http://d-h.st/users/manelscout4life/?fld_id=39916#files |
| 22 | ||
| 23 | #ADT-1 #androidtv #android |