Hey @konobi ! Got my new phone, unfortunately it's android 4.2 and sdb over tcp works just fine without auth. Do you know if it's possible to force auth on older android?
Andrey Sidorov
@sidorares
Also when I'm trying usb I get this error:
Error: LIBUSB_ERROR_ACCESS
node-adbhost/node_modules/usb/usb.js:139
lib/usb.js:103
100 USBDevice.prototype.start = function() {¬ 101 var self = this;¬ 102 ¬ 103 self.iface.claim(); // <-- this line
konobi
@konobi
howdy
I just pushed a new version to my repo... without USB, but has auth working for tcpip
konobi
@konobi
mkay... and usb is sorta on its way now
konobi
@konobi
now the userstream stuff is where it's going a little odd
@sidorares lemme know if you've got a few mins
konobi
@konobi
k... whole bunch of updates on my fork
Andrey Sidorov
@sidorares
Hi! have few mins :)
konobi
@konobi
ah cool
Andrey Sidorov
@sidorares
Need to find windows machine to flash my phone to 4.4 and try your tcp auth
konobi
@konobi
heh
there's always a vm
Andrey Sidorov
@sidorares
Do you know possible reasons for my LIBUSB_ERROR_ACCESS error?
konobi
@konobi
yeah, turns out there was a bug in node-usb itself
Andrey Sidorov
@sidorares
Yeah, I can probably download vm from microsoft
konobi
@konobi
I also streamlined the mincrypt stuff, and added the 2 other dependencies
but now one can actually talk to the usb device... though that's flakey as all hell, but it's progress at least