diff options
author | Pacien TRAN-GIRARD | 2015-08-14 23:08:02 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-08-14 23:08:02 +0200 |
commit | 82efe23d9791b571a70bc2bb90d120cb510fc45c (patch) | |
tree | 91adbfe9aaa5050a5439f2267451eabfe1b57262 | |
parent | 4d6b397ed7e2f738d2d1578f3a8b52843bf592fd (diff) | |
download | vi7-root-82efe23d9791b571a70bc2bb90d120cb510fc45c.tar.gz |
Remove an unnecessary step (SuperSU redundant APK installation)
-rw-r--r-- | readme.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -62,13 +62,7 @@ Running the custom installation script will: | |||
62 | adb shell /system/bin/sh -x -e /data/local/tmp/root-vi7.sh | 62 | adb shell /system/bin/sh -x -e /data/local/tmp/root-vi7.sh |
63 | ``` | 63 | ``` |
64 | 64 | ||
65 | ### Installing the GUI | 65 | ### Installing a root checking app |
66 | |||
67 | The SuperSU APK is provided in the SuperSU Update archive and should be installed using ADB. A confirmation dialog may appear on the device. | ||
68 | |||
69 | ```bash | ||
70 | adb install UPDATE-SuperSU-v2.46/common/Superuser.apk | ||
71 | ``` | ||
72 | 66 | ||
73 | Optionnally, the reader may want to install a root checking app like [Root Checker](https://www.apkmirror.com/apk/joeykrim/root-checker-basic/root-checker-basic-5-5-3-android-apk-download/) | 67 | Optionnally, the reader may want to install a root checking app like [Root Checker](https://www.apkmirror.com/apk/joeykrim/root-checker-basic/root-checker-basic-5-5-3-android-apk-download/) |
74 | 68 | ||