From d5f2dd98137bec23c0e40c8afbe10dc58f4ca7ba Mon Sep 17 00:00:00 2001 From: John DeGood Date: Mon, 13 Oct 2025 10:54:04 -0400 Subject: [PATCH] update uninstall filenames (#646) --- doc/uninstalling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/uninstalling.md b/doc/uninstalling.md index 6b83ece..18ad5da 100644 --- a/doc/uninstalling.md +++ b/doc/uninstalling.md @@ -8,7 +8,7 @@ Once in a rootshell, run: ```shell echo 3 > /usrdata/mode.cfg -rm -rf /data/rayhunter /etc/init.d/rayhunter-daemon /bin/rootshell.sh +rm -rf /data/rayhunter /etc/init.d/rayhunter_daemon /bin/rootshell reboot ``` @@ -36,4 +36,4 @@ busybox vi /system/bin/initmifiservice.sh ``` Then type 999G (shift+g), then type dd. Then press the colon key (:) and type wq. Finally, press Enter. 4. Lastly, run `setprop persist.sys.usb.config rndis`. -5. Type `reboot` to reboot the device. \ No newline at end of file +5. Type `reboot` to reboot the device.