ADB Tether app


dementio

Member
Joined
Jan 21, 2010
Messages
59
Age
47
Location
Athens, GA
I'm trying to build CMW's tether app for OP and almost have it working, except when I run the script, I get:


<code>


Starting Tether...


opening tun device: /dev/net/tun


opening tun device: null


unable to open tun/tap device.


{ stack: [Getter/Setter],


arguments:


[ 'setupTun',


{ hostname: [Function],


loadavg: [Function],


uptime: [Function],


freemem: [Function],


totalmem: [Function],


cpus: [Function],


type: [Function],


release: [Function], } ],


type: 'undefined_method',


message: [Getter/Setter] }


Any ideas? It may be because I'm using node.js from the repo instead of building it from koush's git repo, but trying building it nearly drove me insane.


If anyone wants to give it a shot, I uploaded what I've gotten so far: http://www.notjimcarrey.com/tether.tgz
 
Last edited by a moderator:
Back
Top