Update README.md

This commit is contained in:
HappyZ 2018-11-20 20:29:46 -06:00 committed by GitHub
parent f255dfd9b0
commit 74dfa9600d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,7 @@ python dpt-tools.py --diagnosis
Or in the original interative shell, type `diagnosis`. And then follow the instructions.
### Obtain ADB and shell sudo access
### Obtain ADB (with modified boot.img)
In the diagnosis mode, first backup your bootimg by `backup-bootimg`. It will back up the `boot.img` to `/root/boot.img.bak` and also automatically pull the file from device to the local folder (same as code directory). The pull will take about 20min.
@ -63,6 +63,10 @@ After the upload, it will tell you the MD5 of that file in case of corruption. P
It will ask you to confirm if you want to continue, type `yes` after you verify the MD5.
### Obtain shell sudo access (not fully tested)
Thanks `silvertriclops` and I should have fixed my script. If not message me. If the following process fails, it should be recoverable. If you are not comfortable trying blackbox, just following the `update-binary` in the SuperSU zip. Or you can choose to wait a flashable pkg coming up. Happy playing with your "new" ink-display tablet.
After success, type `get-su-bin` to enable sudo access in shell.
Finally, type `reboot &` and close the tool by pressing `Ctrl +C` or type `exit` or `quit`.