Re: [plugins] Static or Dynamic Libraries

2013-02-22 Thread Nukul Bhasin
ive impact of this approach. Obviously these benefits are automatically carried over to the BlackBerry 10 implementation of Cordova as well. Nukul Bhasin Team Lead, BlackBerry WebWorks Tel: 289 261 5574 Research in Motion Limited On 2/22/13 12:29 PM, "Michael Brooks" wrote: >H

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-10 Thread Nukul Bhasin
;> > > > >> > >On 2012-12-05, at 3:30 PM, Drew Walters wrote: > >> > > > >> > >> So, if the WebWorks SDK itself needs to provide native code for > >> > >> functionality, how will that be provided? > >> > &

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
ything > > else? Does the native SDK have any pre-reqs? > > > > > > On Wed, Dec 5, 2012 at 2:21 PM, Nukul Bhasin wrote: > > > >> > Does the WebWorks packager for BB 10 handle the compilation of native > >> > plugins or do they have to be pre-com

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
fferences are we looking at? Looks like to pull and > build WebWorks SDK it would require git, node, npm, native SDK. Anything > else? Does the native SDK have any pre-reqs? > > > On Wed, Dec 5, 2012 at 2:21 PM, Nukul Bhasin wrote: > > > > Does the WebWorks packager for B

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
> > > developer would notice would be what download we tell them to install > > in > > > > the documentations, everything else would be handled by the > > ./bin/create > > > > script and ./cordova/* scripts pointing where the WebWorks SDK lives. > > >

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
dova/* scripts pointing where the WebWorks SDK lives. > > > > This preps us to have the tools available on the developers machine to > > build any native extensions that may or may not be needed for BlackBerry > 10 > > development. > > > > [1] https://developer.

Re: WARNING: Updated BlackBerry 10 SDK

2012-12-03 Thread Nukul Bhasin
_vTo5g... > > [exec] Info: Processing 600388 bytes > > [exec] Info: Progress 41%... > > [exec] Info: Progress 100%... > > [exec] Info: Progress 100%... > > [exec] actual_dname::BLRRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g > > [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g > > [exec] actual_version::1.1.0.1 > > [exec] result::success > > [exec] Info: Launching BLRRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g... > > * [exec] Error: Failed to create application process: No such file or > > directory* > > > > BUILD FAILED > > > */Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml:67: > > The following error occurred while executing this line:* > > > */Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/qnx.xml:87: > > exec returned: 2* > > * > > * > > It feels like the packager isn't packaging correctly so while the app > > installs, whatever process it goes through to launch fails at some point. > > Any thoughts? > > > > > > -- > > Timothy Kim > > > > > > > > > -- > Timothy Kim > -- *Nukul Bhasin* *Computer Engineer, B.Eng* *10 Queens Quay W, suite#1710* *Toronto, ON, Canada* *Ph: 416 508 3157*

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Nukul Bhasin
oject.properties it will now >create and load a debug token on your device and load unsigned when using >the debug-device command. > >I hope this is a little closer for your CI stuff. > > >On Thu, Nov 15, 2012 at 8:49 AM, Nukul Bhasin wrote: > >> I agree with Gord&

Re: RIM/BlackBerry folk: please help

2012-11-15 Thread Nukul Bhasin
t;> >The reason why you keep getting signing failures even with a fresh > >>project > >> >is that you already did it once. ie, in your config.xml, the widget > >> >version > >> >is set to "1.0.0.0" and the name attribute is "cordovaEx

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Nukul Bhasin
Not possible for BlackBerry os 6 or 7 You can do it for pb and bb10 using BlackBerry-deploy From: Tim Kim To: dev@cordova.apache.org Reply To: dev@cordova.apache.org *Re: [BlackBerry] launch app from command line?* 2012-11-09 6:18:09 PM I talked to Fil over IM about this and here were some points

Re: InAppBrowser api questions

2012-11-09 Thread Nukul Bhasin
track looking into getting the child browser plugin working for Cordova once the bb10 API is available On 2012-11-09, at 3:24 PM, Nukul Bhasin wrote: > BB10 WebWorks implements something similar. It will be a part of the next > release > > here is the definition for what we implemen

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Nukul Bhasin
earlier - I went through a lot of trial and > error before I got something going. > > > > > On 9 November 2012 04:23, Nukul Bhasin wrote: > > > are you building your native extensions using cmake or qnx make? > > I am interested because we have switched from cmak

Re: InAppBrowser api questions

2012-11-09 Thread Nukul Bhasin
nsistent). > > Another possible solution is to kick out to the system browser if an > unknown value is used (some random value), that will use the system > browser, which is consistent with how window.open works. > -- *Nukul Bhasin* *Computer Engineer, B.Eng* *10 Queens Quay W, suite#1710* *Toronto, ON, Canada* *Ph: 416 508 3157*

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Nukul Bhasin
rks repo to create a > new > >> project with the echo plugin > >> > >> 8) Modify project settings and deploy to device > >> > >> 9) Using the remote web-inspector, call these javascript commands: > >> var message = { 'message' : "hello"} > >> win = function(result){ alert(result == "hello") } > >> fail = function(){ alert('failed') } > >> cordova.echo.doEcho(message,win,fail) > >> > >> -- > >> Timothy Kim > >> > -- *Nukul Bhasin* *Computer Engineer, B.Eng* *10 Queens Quay W, suite#1710* *Toronto, ON, Canada* *Ph: 416 508 3157*