10-29-2012 07:09 AM
Hi,
I am trying to upload the debug token to the playbook. I have done this a number of times with different devices. But somehow this time I am not able to upload it.
I am getting stuck on this step
blackberry-deploy -installDebugToken <debug_token> -device <IP_address> -password <tablet_password>
It gives me this Error
Error: Cannot connect: Connect to /169.254.0.1:443 timed out. Please check IP Address settings for the target. You may have to reboot the target.
Am I doing anything wrong in the XML files?
blackberry-tablet.xml
<qnx>
<icon>
<image>blackberry-tablet-icon.png</image>
</icon>
<author>OddFractions</author>
<authorId>gYAAgPLImqI_PT3QbjxQ03LNuh8</authorId>
<category>core.games</category>
<splashscreen>oddDebug-splash.jpg</splashscreen>
<buildId>349</buildId>
<platformVersion>1.0.0.0</platformVersion>
</qnx>
oddDebug-app.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/2.5">
<id>com.qtech.oddDebug</id>
<versionNumber>1.0.0</versionNumber>
<filename>oddDebug</filename>
<description>oddDebug</description>
<name>oddDebug</name>
<copyright>OddFractions</copyright>
<initialWindow>
<content>test.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>false</fullScreen>
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
<renderMode>auto</renderMode>
<maximizable>false</maximizable>
<minimizable>true</minimizable>
<resizable>false</resizable>
</initialWindow>
<allowBrowserInvocation>true</allowBrowserInvocati
</application>
Thanks