Updated The Ultimate Rooting Guide (markdown)

HappyZ 2019-01-01 13:36:58 -06:00
parent 8f31aba1c5
commit 21d9ab4a1e
1 changed files with 21 additions and 1 deletions

@ -79,9 +79,24 @@ Make sure your system version is `1.4.01.16100` (for RP1) or `1.4.02.09061` (for
You will need to modify your Android boot partition.
***Method 1: The Easy Way***
Download [this PKG file](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img/FwUpdater.pkg) that contains `boot-1.4.01.16100-mod-happyz-181214.img`.
Normally boot up your device, and run:
```
python dpt-tools.py -ip <DPT ip address>
fw
```
And follow the instruction to choose this downloaded `FwUpdater.pkg`.
After reboot, likely it says failed to upgrade. But you shall be fine.
***Method 2: The Hard Way***
First backup your boot partition via `backup-bootimg`. Follow the instructions.
And then type `restore-bootimg` and follow the instructions, using `boot-1.4.01.16100-mod-happyz-181214.img` in `python_api/assets`.
And then type `restore-bootimg` and follow the instructions, using `boot-1.4.01.16100-mod-happyz-181214.img` in `python_api/assets`. Pay attention to the `md5` to make sure you successfully flashed the modded image. If not, retry and make sure your file naming was correct.
After success, reboot the device by `reboot &` and quit the tool (by pressing `Ctrl + C`, or `quit`).
@ -95,6 +110,11 @@ adb devices
### 0x6 Obtain Android Root Access (Optional, Subject to Change)
***Method 1: The Easy Way***
TODO.
***Method 2: The Hard Way***
Get back into diagnosis mode, and type `get-su-bin` and follow the instructions.
Finally, type `reboot &` and close the tool by pressing `Ctrl +C` or type `exit` or `quit`.