(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.