android-gadget-service
-
hi, is it possible install android-gadget-service for enable RNDIS?
-
@hunter616 Hi, I will probably not be able to help you. But someone else who might, will probably want to know some more information than what you have volunteered.
Can you share what device you are running, and what version of UT and also what update channel you are on?
-
@arubislander hi, you're right, sorry. I try to run this command on Oneplus 6 20.04
-
@hunter616 Have a look over here: https://forums.ubports.com/topic/9487/usb-tethering-windows-driver?_=1699461580620
You are looking for usb_moded. This works fine when your dekstop is Linux.
On your phone go to the terminal:
usb_moded_util -c rndis //activates USB Tethering
On your desktop go to the terminal:
ip a
Now you'll see an usb0 in the list. In my case the desktop connects to the phone and I have an internetconnections throuh the phone.
usb_moded_util -m //gives a list of all modes you can choose from
usb_moded_util -c mtp_adb //default mode for adb and charging
usb_moded_util -c rndis //activates USB Tethering
etc.