06-24-2012 04:52 PM
Hi,
I just replaced the debug token on my device after it expired. Now every install request takes about 2-3 minutes on the "Info: Action: Install" step. This is before the installation actually occurs and it transfers my files over. This didn't happen before the new debug token. I tried restarting the device and creating another token (by first explicitly removing the old one), but there's no change. It's basically impossible to do any testing with incremental updates on the device now. How do I fix this?
06-25-2012 03:23 PM
Is this on a BlackBerry PlayBook or BlackBerry Dev Alpha? Are you deploying over WiFi or USB? If you are using WiFi try USB and note if the speed changes.
06-25-2012 10:38 PM
Hi canurabus,
Not sure on your exact problem but this may be related to the amount of data being packaged in your BAR. The larger your BAR gets, the slower deployment/install becomes. You can speed up your general install/deploy times by skipping the BAR packaging/install as follows:
From the debug configuration menu:
- Select the Upload Tab.
- Change Deployment to "Only upload binary into existing installation".
- This will skip the BAR packaging step and upload a lot less data to the device, but note that the BAR needs to have been deployed once before prior to switching to this option. If you are modifying any related assets, make sure to switch deployment back to "Install Application from a BAR file" for those changes to be reflected on the device.
Kind regards,
Stephane
10-26-2012 05:13 PM
And this is not going to work with Qt Creator??
10-28-2012 02:46 PM
Just connect your device via USB and make sure to turn Wi-Fi off. It will delploy much faster.