Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of Ubuntu Touch supporting USB Tethering Internet access

2025-04-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Ubuntu Touch supports the example analysis of USB Tethering Internet access function. In view of this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.

On the introduction of the USB Tethering function, this function is that the computer connects to the mobile phone through the USB cable, and the mobile phone acts as a wireless network card to allow the computer to access the Internet. This feature is already implemented on Android and is not currently supported by Windows Phone and iOS.

This feature is already supported by Canonical's * * Ubuntu Touch IMG, but it is not enabled by default and can be easily enabled through ADB (Android debugging). All you need to do is install ADB:

Sudo add-apt-repository ppa:phablet-team/tools sudo apt-get update sudo apt-get install android-tools-adb

Enable the USB Tethering function:

Adb shell android-gadget-service enable rndis

Enable this feature, and the network metrics on the desktop will begin to rotate. The driver used through the Android gadget currently supports only MTP and network connections. When a network connection is activated, the MTP connection disappears.

To disable the USB Tethering feature, use the following command:

This is the answer to adb shell android-gadget-service enable mtp's sample analysis question about Ubuntu Touch's support for USB Tethering Internet access. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 222

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report