Nevermind all, I ran an update of cordova and then read the inline
documentation on adding the keystorepass to the blackberry10.json file and
all was well. Though I am seriously writing a tutorial on this for all
other devs who may hit road blocks.


On Sat, Jul 20, 2013 at 12:01 AM, Matt Lantz <mattla...@gmail.com> wrote:

> Still having issues with this one Fil. Not sure what I'm missing.
>
> Thanks to everyone who can offer some advice. I feel like such a n00b with
> this situation.
>
> I'm following the cordova cli instructions but I get this error:
>
>
> jarvis-3:cordova mlantz$ cordova -d run blackberry10
>
> cordova library for "blackberry10" already exists. No need to download.
> Continuing.
>
> Wrote out BlackBerry application name to "Yo"
>
> Wrote out BlackBerry package name to "com.example.hello"
>
> Wrote out BlackBerry version to "0.0.1"
>
> Calling plugman.prepare for platform "blackberry10"
>
> Preparing blackberry10 project...
>
> Processing configuration changes for plugins.
>
> Iterating over installed plugins: []
>
> Writing out cordova_plugins.js...
>
> Running app on platform "blackberry10" with command
> ""/Users/mlantz/Programming/PhoneGap/yo/platforms/blackberry10/cordova/run"
> --device" (output to follow)...
>
> [WARN]    No signing password provided, will omit debug token generation
>
> [BUILD]   Populating application source
>
> [BUILD]   Parsing config.xml
>
> [BUILD]   Generating output files
>
> [WARN]    Failed to find debug token
>
> [INFO]    Info: Package created:
> /Users/mlantz/Programming/PhoneGap/yo/platforms/blackberry10/build/simulator/DEFAULT_BAR_NAME.bar
>
> [WARN]    Failed to find debug token
>
> [INFO]    Info: Package created:
> /Users/mlantz/Programming/PhoneGap/yo/platforms/blackberry10/build/device/DEFAULT_BAR_NAME.bar
>
> [BUILD]   BAR packaging complete
>
> [INFO]    Info: Sending request: Install and Launch
>
> [INFO]    Info: Action: Install and Launch
>
> [INFO]    Info: File size: 8096383
>
> [INFO]    Info: Installing default.app.id.testDev_ault_app_id417e7455...
>
> [INFO]    Info: Processing 8096383 bytes
>
> [INFO]    actual_dname::
>
> [INFO]    actual_id::actual_version::result::failure 881 application
> author does not match debug token author
>
>
> Error: An error occurred while running the blackberry10 project. [WARN]
>  No signing password provided, will omit debug token generation
>
> [BUILD]   Populating application source
>
> [BUILD]   Parsing config.xml
>
> [BUILD]   Generating output files
>
> [WARN]    Failed to find debug token
>
> [INFO]    Info: Package created:
> /Users/mlantz/Programming/PhoneGap/yo/platforms/blackberry10/build/simulator/DEFAULT_BAR_NAME.bar
>
> [WARN]    Failed to find debug token
>
> [INFO]    Info: Package created:
> /Users/mlantz/Programming/PhoneGap/yo/platforms/blackberry10/build/device/DEFAULT_BAR_NAME.bar
>
> [BUILD]   BAR packaging complete
>
> [INFO]    Info: Sending request: Install and Launch
>
> [INFO]    Info: Action: Install and Launch
>
> [INFO]    Info: File size: 8096383
>
> [INFO]    Info: Installing default.app.id.testDev_ault_app_id417e7455...
>
> [INFO]    Info: Processing 8096383 bytes
>
> [INFO]    actual_dname::
>
> [INFO]    actual_id::actual_version::result::failure 881 application
> author does not match debug token author
>
>
>     at /usr/local/lib/node_modules/cordova/src/run.js:49:23
>
>     at
> /usr/local/lib/node_modules/cordova/node_modules/shelljs/shell.js:1707:7
>
>     at ChildProcess.exithandler (child_process.js:641:7)
>
>     at ChildProcess.EventEmitter.emit (events.js:98:17)
>
>     at maybeClose (child_process.js:735:16)
>
>     at Socket.<anonymous> (child_process.js:948:11)
>
>     at Socket.EventEmitter.emit (events.js:95:17)
>
>     at Pipe.close (net.js:466:12)
>
> jarvis-3:cordova mlantz$
>
> On 19 July, 2013 at 5:17:55 PM, Filip Maj (f...@adobe.com) wrote:
>
> Instead of using the ./blackberry-deploy script yourself, why not use
> `cordova -d run blackberry10` from within the project if its generated by
> cordova-cli?
>
> The cordova-blackberry scripts (which cordova-cli consumes) will deploy a
> new debug token to your device every time. You can do the same by running
> `./cordova/run --device` from within the corova-blackberry10 app project
> dir
>
> On 7/19/13 2:10 PM, "Matt Lantz" <mattla...@gmail.com> wrote:
>
> >Thanks a bunch Filip.
> >Anyone else know what's up with this error I get when trying to deploy an
> >app to my Q10?
> >
> >jarvis-3:bin mlantz$ ./blackberry-deploy -installApp -password ######
> >-device ###.###.##.### -package
> >~/Programming/PhoneGap/yo/platforms/blackberry10/build/device/DEFAULT_BAR_
>
> >NAME.bar
> >Info: Sending request: Install
> >Info: Action: Install
> >Info: File size: 8096802
> >Info: Installing ...
> >Info: Processing 8096802 bytes
> >actual_dname::
> >actual_id::
> >actual_version::
> >result::failure 881 application author does not match debug token author
> >
> >
> >I don't know what I'm missing. :(
>
>

Reply via email to