05-04-2011 10:04 PM
"C:\BlackBerry SDK\PlayBook\BlackBerry WebWorks SDK for TabletOS 2.0.0.4\bbwp\bbwp.exe" "C:\Users\myname\workspace\myapp\build\myapp.Zip" -o "C:\Users\myname\workspace\myapp\build\Packaged"
5. I attempt to sign the bar file at the command prompt: (passwords changed)
"C:\BlackBerry SDK\PlayBook\BlackBerry WebWorks SDK for TabletOS 2.0.0.4\bbwp\blackberry-tablet-sdk\bin\blackberry-
I get the following error:
<omitting a bunch of stuff here.....>
Response = Signature Response
Confirm = null
Error = Code signing request failed because Application-Development-Mode in Manifest is present and is not set to [false].
]
barsigner error: server error: Code signing request failed because Application-Development-Mode in Manifest is present and is not set to [false].
What is the issue?
Solved! Go to Solution.
05-05-2011 07:19 AM
05-05-2011 09:08 PM - edited 05-05-2011 09:13 PM
Tim,
Thank you for the information. I search for the developer's guid and found the information at this link which appears to pertain to the BlackBerry WebWorks SDK for Tablet OS - 2.0. The next step is the actual signing here which does use the bbwp but does not use a bar file rather the zip file. I think what I need to do here is to take the raw zip file form the compiled WebWorks app, use the bbwp on it and then the zip file gets signed and repackaged into the .bar file. I am going to try that now and report back in a moment.
05-05-2011 10:57 PM
W00T! I believe that was it! There were a few things that were a little unclear. but I got through it. I published a blog post with all of the instructions (copied) plus a few notes to make it clearer at my blog.
Thank you so much for your help Tim!