-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-Enable USB tethering? #140
Comments
Is there a I don't have access to an orbic device, but many devices are configurable using this command. "902B -> n, y, y" is the mode i use incl. tethering and adb |
It looks like the binary is there. |
902B, n, y, y is what works for me. Important is to choose an option with RNDIS and adb. But as said, I don't know if that matters on an orbic. My guess is, if you choose an option which provides adb, you will not lock yourself out. Be aware that a change will close your adb shell session, this is normal behaviour and not a bad sign at all. |
I suspect the cleanest way to handle this would be to change the mode the device is being set to via https://github.com/EFForg/rayhunter/blob/main/serial/src/main.rs since otherwise, the mode will just be switched back. If @cooperq is on this, I'm perfectly happy to wait until they submit a PR! Thanks! |
@cooperq do you know what mode this is setting the device to? I can't figure out the translation of the mode being set in this to the ones the CLI tool allow. I assume we need adb + rndis + modem at a minimum? Lines 91 to 111 in 332a7ff
|
I'm not on this honestly. @mjg59 might be the person who can tell you which mode the serial code is setting rayhunter to. |
The installation process appears to disable USB tethering. Is this intentional? Can adb and tethering not be simultaneously enabled?
Can we enable USB tethering alongside ADB access to maintain the device's full functionality?
The text was updated successfully, but these errors were encountered: