ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #00866
[Bug 1297989] Re: Not detecting Nexus 7 2013
** Changed in: qtcreator-plugin-ubuntu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1297989
Title:
Not detecting Nexus 7 2013
Status in Qt Creator plugins for Ubuntu:
Fix Released
Status in “qtcreator-plugin-ubuntu” package in Ubuntu:
Fix Released
Bug description:
The new Nxxus 7 is reported as not being detected even though it
really is.
The logic in ubuntudeviceswidget.cpp seems suspect
QStringList lineData =
line.split(QLatin1String(Constants::UBUNTUDEVICESWIDGET_ONFINISHED_ADB_SEPARATOR));
if (lineData.count() == 2) {
QString sSerialNumber = lineData.takeFirst();
QString sDeviceInfo = lineData.takeFirst();
ui->comboBoxSerialNumber->addItem(sSerialNumber.trimmed(),sDeviceInfo);
}
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1297989/+subscriptions