Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry® World™ Development

Reply
Contributor
yogeshtandel
Posts: 19
Registered: ‎06-08-2011
My Carrier: 12345

Error Uploading Debug Token to Playbook

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</allowBrowserInvocation>
</application>

 

 

Thanks

 

Please use plain text.