Ubuntu – Ubuntu Phone BQ Aquaris E4.5 USB Problem

phoneubuntu-touchusb

I do not appear to have any USB Functionality on my BQ Aquarius Ubuntu Edition Phone. Plugged into Dell running Ubuntu 12.04 and neither the phone nor the Laptop see each other. USB power okay and cable okay as it was tested with a Moto Defy. Is there actually any USB functionality with the Ubuntu Aquarius? I was expecting at least to see my 32GB SD card – which is basically all I want.

Best Answer

Ubuntu touch does not allow USB interaction as long as the phone screen is locked. Even if it is only locked by slide, this can block the interaction. I also made sure my screen doesn't lock after idleness, so this locking doesn't happen halfway through a transfer.

Also, ~/.android/adb_usb.ini on your computer is a list of valid vendorIDs that are allowed to connect. I found that list empty (or non existent, don't remember, doesn't matter). Just add a new line with the vendorID for your phone: If you have MX4, add 0x2a45, if Aquaris E4.5, the ID is 0x2a47. Otherwise look it up by using lsusb. You can of course also add both to be sure ;)

~/.android/adb_usb.ini :

0x2a45
0x2a47
Related Question