Closed RohitVerma882 closed 2 years ago
libusb error access denied
It's very helpful for me if you add option somthing like --usb-device-fd
Consider this for the next version update.
It's very helpful for me if you add option like
--usb-device-fd
I think it should be compiled with termux's libusb as they do some hacks for android.
see https://wiki.termux.com/wiki/Termux-usb
Getting usb-device-fd
should use termux-usb
instead of adb
It's very helpful for me if you add option like
--usb-device-fd
I think it should be compiled with termux's libusb as they do some hacks for android. see https://wiki.termux.com/wiki/Termux-usb Getting
usb-device-fd
should usetermux-usb
instead of adb
Yes, but how to pass fd from java to adb or fastboot?
I haven't done this yet, and haven't used usb to transfer data like using Arduino
or MCU
etc, so can't really help you.
It's very helpful for me if you add option like
--usb-device-fd
I think it should be compiled with termux's libusb as they do some hacks for android. see https://wiki.termux.com/wiki/Termux-usb Getting
usb-device-fd
should usetermux-usb
instead of adbYes, but how to pass fd from java to adb or fastboot?
In Termux-app added support for termux-usb (custom fd from java api)
Adb and fastboot doesn't work on nonrooted device, Can you add option to provide custom fd from java?