Updated The Ultimate Rooting Guide (markdown)

HappyZ 2019-02-09 16:28:04 -06:00
parent 1e9ffff9d2
commit 91ea2f4de6
1 changed files with 1 additions and 20 deletions

@ -63,7 +63,7 @@ If things went smoothly, you are now in diagnosis mode in the shell.
### 0x4 Patch the Updater Script
In the shell, type `patch-updater-bash`. It is necessary to (partially) prevent a permanent brick.
In the shell, type `patch-updater-bash`. **It is necessary to prevent a permanent brick if you flashed a malfunctioned PKG.**
Once done, do NOT got back to step `0x2` and re-run the command. It may cause a permanent brick, as someone reported.
@ -115,22 +115,3 @@ Finally, type `reboot &` and close the tool by pressing `Ctrl +C` or type `exit`
If everything goes right, it will boot up. And you can run `adb devices` on your computer to see if your DPT appears.
After then, you can do `adb shell` and then type `su` to verify if you have obtained the sudo access. You can now use `adb install` to install any packages. However, it does appear that all third party apps have super small font.
# Current `develop` Branch Features
It is a beta testing branch. It has been fully tested on my DPT-RP1 with Mac OS.
### Prevent permanent brick
Apply `patch-updater-bash` from script under `develop` branch in diagnosis mode.
It prevents bricks by detecting if you have pressed physical HOME button before PKG updating (3 seconds).
It will display bars on the top left of the screen, indicating count downs. Once detected, it will directly go into the diagnosis mode.
So in any case if you have a malformed PKG, you will have a way to bypass the update.
It does not modify anything else in the diagnosis mode. So if you have a malformed PKG that modifies the system files in diagnosis mode, this method will not work.
### Skip PKG update
Apply `patch-updater-bash` from script under `develop` branch in diagnosis mode.
It allows to change your mind before the update is been applied. If you pressed POWER button before PKG updating (3 seconds, use bar displays as hint), it will remove the uploaded PKG file and boot directly into normal systems.