Created
October 13, 2017 05:43
-
-
Save maheshgawali/41428996e88ca06014c703c3bfe8da44 to your computer and use it in GitHub Desktop.
how to get android device usb tethering working on your mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since I could not find any official support, putting what worked for me here. | |
How to get USB tethering on MAC working ! | |
0. connect your android phone by usb to your mac | |
1. install latest package from http://joshuawise.com/horndis | |
2. open terminal and run this command : sudo kextload /Library/Extensions/HoRNDIS.kext | |
3. disable USB debugging on your phone | |
4. check network (your phone should show up there now) and turn off wifi | |
Note: this is just what worked for me, i do not endorse the packages mentioned in this file in any way and am not responsible for its use by anyone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment