Ubuntu Pastebin

Paste from ogra at Mon, 23 Feb 2015 18:05:03 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
start on startup

pre-start script
    path="/sys/class/android_usb/android0"
    echo 18d1 >$path/idVendor || true
    echo D002 >$path/idProduct || true
    echo adb >$path/functions || true
    echo 1 >$path/enable || true
end script

exec /sbin/adbd
Download as text