Quote:
Originally Posted by Renate
QUSB_BULK is the Qualcomm Emergency DownLoader (EDL)
It means that something never got around to reconfiguring the USB.
If it were me, I'd check if that interface is actually live, but that's a bit complicated and also pointless.
Onyx does a lot of stupid stuff with the normal USB configuration.
I haven't figured it all out yet.
If you have a terminal program on the device itself I'd "getprop|grep usb"
Do you have some sort of recovery on this?
|
Code:
getprop |grep usb
[init.svc.usbd]: [stopped]
[persist.data.df.dev_name]: [rmnet_usb0]
[persist.sys.usb.config]: [mtp]
[persist.sys.usb.ffbm-02.func]: [mtp]
[sys.usb.config]: [mtp,adb]
[sys.usb.configfs]: [1]
[sys.usb.controller]: [a800000.dwc3]
[sys.usb.diag.config]: [0]
[sys.usb.ffs.ready]: [1]
[sys.usb.state]: [mtp,adb]
Does 'stopped' value in the first string mean it doesn't listen on USB controller?
There is a recovery menu on it, I got into it a couple of times.