Not detecting Nexus 7 2013
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtcreator-plugin-ubuntu |
Fix Released
|
Critical
|
Benjamin Zeller | ||
qtcreator-plugin-ubuntu (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The new Nxxus 7 is reported as not being detected even though it really is.
The logic in ubuntudeviceswi
if (lineData.count() == 2) {
}
ADB_SEPARATOR is seven spaces, which is what is usually reported by other devices such as Mako
01acb3051a9f6b24 device usb:2-1.2 product:occam model:Nexus_4 device:mako
but Flo reports
05f10a69 device usb:2-1.2 product:occam model:Nexus_4 device:mako
which has a shorter serial number.
Related branches
Changed in qtcreator-plugin-ubuntu: | |
assignee: | Zoltan Balogh (bzoltan) → zbenjamin (zeller-benjamin) |
Changed in qtcreator-plugin-ubuntu: | |
status: | New → In Progress |
Changed in qtcreator-plugin-ubuntu: | |
status: | In Progress → Fix Committed |
Changed in qtcreator-plugin-ubuntu: | |
status: | Fix Committed → Fix Released |
This bug was fixed in the package qtcreator- plugin- ubuntu - 3.0.1+14. 04.20140329- 0ubuntu1
--------------- plugin- ubuntu (3.0.1+ 14.04.20140329- 0ubuntu1) trusty; urgency=low
qtcreator-
[ Benjamin Zeller ]
* Split device string with a regex instead of a fixed number of spaces
(LP: #1297989) (LP: #1297989)
* grep desktop file path from the manifest, if its not in the root
dir. rsync instead of tar and scp .
* CMake projects are not properly handled when the project name is not
lowercase (LP: #1298566) (LP: #1298566)
[ David Planella ]
* Adds the required Author key to the scope template's .ini file. (LP:
#1297862)
-- Ubuntu daily release <email address hidden> Sat, 29 Mar 2014 20:05:25 +0000