Updated The Ultimate Rooting Guide (markdown)

HappyZ 2019-03-07 00:05:58 -06:00
parent ddd56394bf
commit 6ba0a0dfc5
1 changed files with 3 additions and 1 deletions

@ -79,6 +79,8 @@ If this step fails, do NOT power off your device. If you did power off/reboot, y
Up till here, you have full control over your device (rooted).
Type `reboot &` to reboot DPT into normal system. And you can safely quit the tool (`quit`).
### 0x5 Obtain Android ADB Access (Optional, Subject to Change)
If you want to install customized apps on your own, proceed. Otherwise you can stop here, and wait for flash-able PKGs coming out.
@ -89,7 +91,7 @@ You will need to modify your Android boot partition. Flashing the modded `boot.i
Download `FwUpdater.pkg` from this [example](https://github.com/HappyZ/dpt-tools/tree/master/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img).
Boot into normal system, use `fw` in the tool to update **with the downloaded PKG***. After update, it will say `update failure`, but it is actually flashed.
Boot into normal system, type `fw` in the tool (`python dpt-tools.py -ip xxx`) to update **with the downloaded PKG***. After update, it will say `update failure`, but it is actually flashed.
And you can run `adb devices` on your computer to see if your DPT appears. To address "unauthorized" issue, do the following. On your laptop/desktop, (Mac or Linux):
```