adbd should not hardcode mako

Bug #1297927 reported by Oliver Grawert
20
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.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in android-tools (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.