Unlimited USB Tethering
- This topic has 0 replies, 1 voice, and was last updated 7 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Unlimited USB Tethering
Tagged: android, Tether, Unlimited Tether
This can work in many operating systems, but the video below talks about how to do it in Linux. It is harder to setup in Linux, but when you set it up, you can use it easily.
1. Install “Clockworkmod Tether” on Android.
2. Download tether for linux.
3. Copy tether to you home/downloads folder.
4. Extract the file.
5. Open the file you just uncompressed.
6. sudo apt-get install libssl-dev -y
7. sudo apt-get install build-essential -y
8. sudo apt-get install libncurses5:i386 -y
9. cd node
10. ./configure
11. make
12. cd ..
13. cd linux
14. Make sure you are connected to your phone with USB and that you have tether turned on within the “Clockworkmod Tether”.
15. sudo ./run.sh
16. Repeat steps 12 through 14 to start each time.