File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ If you want to use a non-Verizon SIM card you will probably need an unlocked dev
25
25
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
26
26
27
27
``` sh
28
- installer util serial " echo 9 > /usrdata/mode.cfg"
29
- installer util serial reboot
28
+ installer util shell " echo 9 > /usrdata/mode.cfg"
29
+ installer util shell reboot
30
30
```
31
31
32
32
To disable tethering again:
33
33
34
34
``` sh
35
- installer util serial " echo 3 > /usrdata/mode.cfg"
36
- installer util serial reboot
35
+ installer util shell " echo 3 > /usrdata/mode.cfg"
36
+ installer util shell reboot
37
37
```
38
38
39
39
See ` /data/usb/boot_hsusb_composition ` for a list of USB modes and Android USB gadget settings.
You can’t perform that action at this time.
0 commit comments