Git Product home page Git Product logo

android-tether's Introduction

Android USB tethering

Files

  • tether - script to start USB tethering
  • 49-android.rules - udev rule to start tethering on device hotplug
  • tether.service - systemd service launched by udev
  • usb0.link - systemd-networkd link configuration
  • usb0.network - systemd-networkd interface configuration

Prerequisites

Linux machine running systemd+udev+networkd+resolved

Usage

  • Install Android SDK and set path to adb binary in tether script.

  • Attach your Android device.

  • Get major and minor of your device with lsusb command:

      $ lsusb | grep HTC
      Bus 001 Device 088: ID 0bb4:0004 HTC (High Tech Computer Corp.)
    
  • Get product attribute for your device:

      $ udevadm info -a -p $(udevadm info -q path -n /dev/bus/usb/001/088) | grep ATTR{product}
          ATTR{product}=="ZP900S"
    
  • Set product attribute in 49-android.rules.

  • Configure DNS.

    You can get DNS servers used by your device with:

      $ adb shell getprop net.dns{1-4}
    

    Alternatively, use public DNS servers:

      $ cat >> tether.network <<EOF
      # Google Public DNS
      DNS 8.8.8.8
      DNS 8.8.4.4
      EOF
    
  • Install script, systemd service and udev rules:

      $ sudo make install
    
  • Use systemd-networkd DNS configuration:

      # ln -sf ../run/systemd/network/resolv.conf /etc/resolv.conf
    
  • Re-attach device.

  • Internet should work now.

Related work

android-tether's People

Contributors

medvid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.