bemehiser / Tether

ClockworkMod Tether Public Linux Code (with a patch for Ubuntu 17.10.1, gcc 7.2)
15 stars 7 forks source link

ClockworkMod Tether (Linux Driver)

This is a publicly edited version of the publicly available source code, owned by ClockworkMod. To use this, you need the ClockworkMod Tether app, available from the Google Play Store.

Development

If you find a bug, fix it. This isn't my code - it's just a tweak on the ClockworkMod Tether public Linux driver code. If you do fix something, I'll promptly review and merge it.

Running Tether on Linux

At the top level directory of the package, run

sudo linux/run.sh

On the first run of Tether, node.js will be compiled. This will take a few minutes.

Compiling for development

cd node
make distclean
./configure --without-snapshot
CXXFLAGS=-fpermissive make

Bugs

Bugs are tracked in Github Issues