diff --git a/The-Ultimate-Rooting-Guide.md b/The-Ultimate-Rooting-Guide.md index e528b5c..d20069a 100644 --- a/The-Ultimate-Rooting-Guide.md +++ b/The-Ultimate-Rooting-Guide.md @@ -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 +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`.