Closed
Bug 1024163
Opened 11 years ago
Closed 11 years ago
[Dolphin] adb doesn't recognize Spreadtrum (VID 0x1782) devices
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jld, Unassigned)
Details
Attachments
(1 file)
|
865 bytes,
patch
|
Details | Diff | Splinter Review |
adb didn't recognize the dolphin I was using for bug 1009998 until I added Spreadtrum's VID to the whitelist in system/core/adb/usb_vendors.c
It's also possible to work around this locally:
echo 0x1782 >> ~/.android/adb_usb.ini
But it might be less confusing to add it in the source so that it works "out of the box". I've attached a patch.
Comment 1•11 years ago
|
||
Sam, I think you should have this patch in your repo.
Flags: needinfo?(sam.hua)
Okay.
we used echo 0x1782 >> ~/.android/adb_usb.ini for it, and I think Jed is right.
Flags: needinfo?(sam.hua)
| Reporter | ||
Comment 4•11 years ago
|
||
Thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•