From 8d25becfa9089addbaa7e039f30f261e72171331 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Fri, 12 Apr 2013 17:09:11 -0300 Subject: BlackBerry Development Environment Setup Wizard This wizard tries to make the process of setting up a new development environment for BlackBerry devices easy. It does not implement anything that isn't already available through the BlackBerry category under the "options" menu, and also imposes some restrictions for the sake of simplicity. It will: * register CSJ keys * create developer certificate * create SSH keys to a default location * request a debug token * upload a debug token to the device Change-Id: I063ee107fb474135523cf685b7ac5d05096ef741 Reviewed-by: Tobias Hunger --- src/plugins/qnx/blackberrydeviceinformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/qnx/blackberrydeviceinformation.cpp') diff --git a/src/plugins/qnx/blackberrydeviceinformation.cpp b/src/plugins/qnx/blackberrydeviceinformation.cpp index f776823b15..7c466e2773 100644 --- a/src/plugins/qnx/blackberrydeviceinformation.cpp +++ b/src/plugins/qnx/blackberrydeviceinformation.cpp @@ -80,7 +80,7 @@ QString BlackBerryDeviceInformation::hardwareId() const void BlackBerryDeviceInformation::processData(const QString &line) { if (line.startsWith(QLatin1String("devicepin::"))) - m_devicePin = line.split(QLatin1String("::")).at(1).trimmed(); + m_devicePin = line.split(QLatin1String("::0x")).at(1).trimmed(); else if (line.startsWith(QLatin1String("device_os::"))) m_deviceOS = line.split(QLatin1String("::")).at(1).trimmed(); else if (line.startsWith(QLatin1String("hardwareid::"))) -- cgit v1.2.1