Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1020 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 1020 Bytes

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