-
Notifications
You must be signed in to change notification settings - Fork 333
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
RmNet support? #6
Comments
Can you try this version of USB Prober instead? |
On coming up, this prober produced: Hub (UHCI Root Hub Simulation) @ 0x1d000000 with 2 ports FWIW, this macbook came with 2 USB ports, so no clue where it thinks the Android Phone is located.... (And yes: that means I speak some html, some hardware, can make a printf statement in C, and co-design things -- but I don't write software. So although the above output makes some kind of sense to me, I wouldn't know what to do with it to save my life ;) ) |
Can you paste the 'USB Bus Probe' tab, too? |
Here you are: Full Speed device @ 1 (0x1D000000): ............................................. Hub device: "UHCI Root Hub Simulation" |
Ok, so, the good news -- why it's not working is obvious to me. The bad news -- it's because HTC chose Qualcomm's undocumented protocol, RmNet, instead of RNDIS, so it's not supported by this driver. I don't have a device that does that, so developing a driver for it would be somewhat difficult. If you're desperate for tethering, I might suggest installing CyanogenMod? Sorry about that. I'll leave the bug open (changed subject to "RmNet support?"), but I'm afraid I'm not going to be able to make much headway on this. |
Thank you for the effort, and the pointer. I've heard of CyanogenMod, but know zero about it; I'll have to look it up :) Sorry for the delay getting back to you -- the wifi at the resort lodge went down without bothering to give any indication and I only just noticed and went to veri$on data ;) Will keep an eye on this thread, in case someone comes up with RmNet (maybe this should be cross-posted to xdaDevelopers?) info for you. P.S. Thx for the link to the working Prober -- can't wait to riff on it to a former-apple developer friend (: |
This was seen on an HTC One in reverse tethering mode, as well. |
Okay, we left things with nothing working here.
Next step(s)?
The text was updated successfully, but these errors were encountered: