← Back to team overview

ubuntu-phonedations-bugs team mailing list archive

[Bug 1297927] Re: adbd should not hardcode mako

 

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
Phonedations 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


References