You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/faq.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,18 @@ Please note that this file may contain sensitive information such as your IMSI a
18
18
### Should I get a locked or unlocked orbic device? What is the difference?
19
19
20
20
If you want to use a non-Verizon SIM card you will probably need an unlocked device. But it's not clear how locked the locked devices are nor how to unlock them, we welcome any experimentation and information regarding the use of unlocked devices.
21
+
22
+
23
+
### How do I re-enable USB tethering after installing Rayhunter?
24
+
25
+
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
26
+
27
+
installer util serial "echo 9 > /usrdata/mode.cfg"
28
+
installer util serial reboot
29
+
30
+
To disable tethering again:
31
+
32
+
installer util serial "echo 3 > /usrdata/mode.cfg"
33
+
installer util serial reboot
34
+
35
+
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.
0 commit comments