Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cynddl
Created February 14, 2017 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cynddl/fb5ea21d44ace7a3fb126cb0fb704e59 to your computer and use it in GitHub Desktop.
Save cynddl/fb5ea21d44ace7a3fb126cb0fb704e59 to your computer and use it in GitHub Desktop.
Android USB tethering with HoRNDIS
#!/bin/sh
adb root
adb shell service call connectivity 30 i32 1
sudo kextunload /Library/Extensions/HoRNDIS.kext
sudo kextload /Library/Extensions/HoRNDIS.kext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment