On Mon, 10 Oct 2011, joshua stein wrote: > (this should probably be on ports@) > > > with more and more android phones around, > > it would be nice to have a working 'adb' > > to make backups and push custom ROMs on the devices. > > > > i found an older adb linux exectuble in their SDK archives. > > it can be started under linux emulation, but that's about it: > > i just looked at the code and was able to get most of it to compile > on openbsd, except the usb stub (usb_libusb.c) which requires > libusb-1.0. we only have libusb-0.1 in our ports tree, which uses > the old api, and the new api has changed pretty much everything.
mpi has a port of libusb 1.0 which I am actually putting under tests. -- Antoine