adbd should not hardcode mako
Bug #1297927 reported by
Oliver Grawert
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
android-tools (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
in core/adbd/adb.c we hardcode the following:
298 static const char *values[] = {
299 "occam",
300 "Nexus 4",
301 "mako",
302 };
this causes "adb devices -l" to return:
List of devices attached
07b2f660 device usb:3-1 product:occam model:Nexus_4 device:mako
even if the device is not mako ... we need to grab the actual values from the system properties instead and hand them over so the above command contains the actual device and model names.
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.