Update README.md
This commit is contained in:
parent
74dfa9600d
commit
866be37c2f
11
README.md
11
README.md
|
|
@ -65,7 +65,7 @@ It will ask you to confirm if you want to continue, type `yes` after you verify
|
|||
|
||||
### 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.
|
||||
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 follow the `update-binary` in the SuperSU zip. Or you can choose to wait for a flashable pkg coming up. Even without su, you can still install APKs.
|
||||
|
||||
After success, type `get-su-bin` to enable sudo access in shell.
|
||||
|
||||
|
|
@ -77,7 +77,6 @@ It may appear to be `unauthorized`. Since I did not include a vulnerable `adbd`,
|
|||
|
||||
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.
|
||||
|
||||
|
||||
## To-Do List
|
||||
|
||||
### Development Roadmap
|
||||
|
|
@ -97,6 +96,14 @@ Now we can enter diagnosis mode thanks to shankerzhiwu and his/her friend, we ca
|
|||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zhuyanzi@gmail.com&item_name=A+Cup+Of+Coffee&item_number=Thank+You¤cy_code=USD)
|
||||
|
||||
# Other tips
|
||||
|
||||
## Open settings via commandline
|
||||
|
||||
```
|
||||
adb shell am start -a android.settings.SETTINGS
|
||||
```
|
||||
|
||||
# 0xF Mission Impossible
|
||||
|
||||
Well, to bypass pkg validation, you can also try to decrypt the RSA key and generate corresponding private key, when we actually have enough computation resources and time to do it lol:
|
||||
|
|
|
|||
Loading…
Reference in New Issue