Is it possible to tether internet via usb? (Solved, works very good.)
-
I have connected to the ubuntu touch hotspot via wifi without any problems. Can I also make an internet connection to the phone with a usb cable? I have a computer with no wifi card that I need to connect to the internet with the phone. Is this possible?
Oneplus One
Ubuntu touch - 20200415-24539 -
I dont think so, never heard about.
-
It is possible, but I think there is no way to do so from the GUI.
If you open the Terminal app and run
android-gadget-service rndis enable
it should disable MTP and enable USB tethering. Though I'm not sure if it works on all devices. -
@dobey said in Is it possible to tether internet via usb?:
It is possible, but I think there is no way to do so from the GUI.
If you open the Terminal app and run
android-gadget-service rndis enable
it should disable MTP and enable USB tethering. Though I'm not sure if it works on all devices.Okay, and after I do this, do I have to do anything special to put the usb conection back to regular function?
-
For info, you can also :
In the app UT TWEAK TOOLS, i noted the path :
- System
- ADB parameters : choose RNDIS instead of MTP
So after use, we can switch back to MTP.
-
UT Tweak Tool app does have an easy way to switch this. Not sure though if it's working again. If I remember correctly, it stopped working during the xenial transition.
-
It works on the Nexus5 (dev channel), I use it regularly.
-
Tested un a BQ Aquaris E4.5 and works well (rc channel)
-
@kugiigi It works very well for me with UTTT. Tried with OPO and BQ E5 HD dev. This make a more secure connexion with this mechanism without WIFI.
Always very useful UTTT. -
@domubpkm I see. I used it extensively before when I was still developing my apps on my Nexus 5. Not for the internet though, for x-forwarding a full xfce desktop. Much responsive than via wifi
-
@domubpkm said in Is it possible to tether internet via usb?:
For info, you can also :
In the app UT TWEAK TOOLS, i noted the path :
- System
- ADB parameters : choose RNDIS instead of MTP
So after use, we can switch back to MTP.
I used this, and it works extremely well. Even better than iOS. Definitely a strong point of Ubuntu Touch.
-
@Edward-Wilhelm said in Is it possible to tether internet via usb? (Solved, works very good.):
Definitely a strong point of Ubuntu Touch.
IT IS. Moreover, we can think it's more safe than wifi (no data transit over the airwaves as in wifi.). But doesn't work yet in pinephone !!
Hi @dobey . Is RNDIS really secure in UT? Is RNDIS really more secure than wifi in UT ?
-
With my E5, if I well remember:
a) in system setting/devel mode set the pin (4 numbers)
b) I don't remember now if it is also necessary to set devel mode βonβthen in the terminal:
- android-gadget-service enable rndis
- sudo tethering enable (the phone ask the pin...)
of course 'hotspot' and 'mobile radio data' must be set βonβ.
At "the endβ:
-
sudo... disable
-
android...disable rndis
-
'hotspot' off
-
'wireless network' off (set on by hotspot)
-
'mobile radio data' off
reset also pin (if you want) and devel mode.
-
More simple (and user friendly) solution was given :
@domubpkm said in Is it possible to tether internet via usb? (Solved, works very good.):
For info, you can also :
In the app UT TWEAK TOOLS, i noted the path :
- System
- ADB parameters : choose RNDIS instead of MTP
So after use, we can switch back to MTP.
-
Yes !
Now it is even more evident, comparing the two methods listed !I prefer wifi/wlan, but recently in a ... winz@w ... notebook (not mine) and a βvpnβ / network that kept crashing, usb has fixed it.