05-07-2012 03:07 PM
Hi folks , I have got some question for you all.
I try to deploy my simple app to the real playbook but blackberry-deploy rising error
Info: Sending request: Install Info: Action: Install Info: File size: 14427 Info: Installing ... Info: Processing 14427 bytes actual_dname:: actual_id:: actual_version:: result::failure 881 required signatures missing (RDK, AUTHOR)
What I need to do? I don't understand. Deploying to simulator working well.
Or I can't test my app on real device?
meta file:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <qnx xmlns="http://www.qnx.com/schemas/application/1.0"> <id>org.demo.GeolocationManaged</id> <name>GeolocationManaged</name> <versionNumber>1.0.0</versionNumber> <description>A simple geolocation Window</description> <initialWindow> <systemChrome>none</systemChrome> <transparent>false</transparent> <autoOrients>true</autoOrients> <aspectRatio>landscape</aspectRatio> </initialWindow> <env var="QML_IMPORT_PATH" value="app/native/imports"/> <env var="QT_PLUGIN_PATH" value="app/native/plugins"/> <env var="LD_LIBRARY_PATH" value="app/native/lib"/> <arg>-platform</arg> <arg>blackberry</arg> <author>gavrik</author> <action system="true">run_native</action> <category>core.games</category> <asset entry="true" path="GeolocationManaged" type="Qnx/Elf">GeolocationManaged</asset> <asset path="icon.png">icon.png</asset> <env var="LD_LIBRARY_PATH" value="app/native/lib"/> <icon><image>icon.png</image></icon> </qnx>
Thanks
Mike.
Solved! Go to Solution.
05-07-2012 03:19 PM
Are you deploying via the command line, Qt creator or Momentics?
You must either sign the bar file or use a debug token to run on device. The error your seeing is indicative of an unsigned package.
Cheers,
Jon
05-07-2012 03:28 PM
Thanks for queck replay.
I am deploying from command line.
Can you give me a link where I can read about debug token?
if I understand correct I must signe application when I will deploy it to appWorld?
05-07-2012 03:43 PM
http://openbbnews.wordpress.com/2011/11/16/install
Yes, when you submit your application to appworld or if you want to share it with other playbooks it must be signed.
If you decide not to use a debug token for testing out your application then each bar file must be signed also.
Cheers,
Jon
05-07-2012 03:45 PM
Slightly more up to date info here:
https://bdsc.webapps.blackberry.com/CodeSigningHel
05-09-2012 07:12 AM
Thank you all for helping
it is nice to know that people can help you with you problem/Thanks again.
The first Qt app deployed successfully to the playbook. )
Mike.