01-12-2013 08:06 PM
Was (and is) working fine with the previous simulator (1673).
Momentics reports:
Deployment Failed: Info: Sending request: Install and Launch
Info: Action: Install and Launch
Info: Debug native: on
Info: File size: 655852
Info: Installing <app ID>
Info: Processing 655852 bytes
I found some instructions on using the command line tools:
$ ./blackberry-deploy -installApp -device 10.0.2.23 -password xxx -package ~/ndk-10.0.9-workspace/app/x86/o-g/app.bar
Info: Sending request: Install
Info: Action: Install
Info: File size: 655852
Info: Installing ...
Info: Processing 655852 bytes
$ ./blackberry-deploy -launchApp -device 10.0.2.23 -password xxx -package ~/ndk-10.0.9-workspace/app/x86/o-g/app.bar
Info: Sending request: Launch
Info: Action: Launch
Info: Launching <app ID>
result::Invalid
Info: done
If I look at the device, I see that the app was actually not installed, though the "installApp" step reported no errors.
If I try to do it all in one go with both -installApp and -launchApp on the command line, I also get no errors (same output as the "installApp" step above), but the app is not installed or launched.
Any ideas beyond just going back to 1673?
Solved! Go to Solution.
01-12-2013 08:19 PM
I should note: I can telnet into the device just fine, SMB connections to transfer files into the shared disk area on the device are fine. Target File System Navigator in Momentics also works fine.
01-13-2013 03:51 AM - edited 01-13-2013 03:52 AM
I've got into same issues with both 1673 and 2318. Check your bar-descriptor whether it includes <author> and <authorId> elements, and their content should match your signing certificate info. I don't know whether it's the exact solution but it worked for me.
01-13-2013 04:59 AM
Thanks for the idea. Unfortunately, my author and authorId seem to be correct in the bar descriptor. ![]()
01-13-2013 07:14 AM
yesterday
What worked for me (finally) with the 10.1 simulator: Only allow the VM access to one CPU core (not two).