Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,22 @@ Please note that this file may contain sensitive information such as your IMSI a
### Should I get a locked or unlocked orbic device? What is the difference?

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.


### How do I re-enable USB tethering after installing Rayhunter?

Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:

```sh
installer util shell "echo 9 > /usrdata/mode.cfg"
installer util shell reboot
```

To disable tethering again:

```sh
installer util shell "echo 3 > /usrdata/mode.cfg"
installer util shell reboot
```

See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.