mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
Migrate README content to the mdbook
This commit is contained in:
committed by
Cooper Quintin
parent
98ee6dacf8
commit
abc3c07201
19
doc/uninstalling.md
Normal file
19
doc/uninstalling.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Uninstalling
|
||||
|
||||
## Orbic
|
||||
|
||||
To uninstall Rayhunter, power on your Orbic device and connect to it via USB. Then, start a rootshell on it by running `adb shell`, followed by `rootshell`.
|
||||
|
||||
Once in a rootshell, run:
|
||||
|
||||
```
|
||||
echo 3 > /usrdata/mode.cfg
|
||||
rm -rf /data/rayhunter /etc/init.d/rayhunter-daemon /bin/rootshell.sh
|
||||
reboot
|
||||
```
|
||||
|
||||
Your device is now Rayhunter-free, and should no longer be in a rooted ADB-enabled mode.
|
||||
|
||||
## TPLink
|
||||
|
||||
TODO
|
||||
Reference in New Issue
Block a user