[Bug 1297927] Re: adbd should not hardcode mako
Launchpad Bug Tracker
1297927 at bugs.launchpad.net
Wed Mar 26 16:20:18 UTC 2014
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: android-tools (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to android-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1297927
Title:
adbd should not hardcode mako
Status in “android-tools” package in Ubuntu:
Confirmed
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-tools/+bug/1297927/+subscriptions
More information about the foundations-bugs
mailing list