Re: BB10 Custom Extensions Testing

2012-11-09 Thread Nukul Bhasin
are you building your native extensions using cmake or qnx make? I am interested because we have switched from cmake to qnx make, wondering how the WebWorks project and this aligns. this is the commit that changes it over, not sure if you are interested.

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Tim Kim
Hey Nukul, I'm building them using qnx make. I basically took the project output from the qnx momentics ide when you select a new project with empty shared library and selected makefile build option. It works pretty well within the blackberry cordova webworks repo - a dev can code whatever custom

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Nukul Bhasin
I wonder what impact this will have from the perspective that the correct flags must be put in place so that the .so files get stripped properly so that they are not bigger than what they need to be. I guess I will have to try you project out. If you get a chance have a look at our build system,

Re: BB10 Custom Extensions Testing

2012-11-07 Thread Tim Kim
Oh whoops, I forgot an instruction! Between step 8 and 9: Add this to your www/config.xml feature id=cordova.echo required=true version=1.0.0.0/ On 7 November 2012 16:22, Steven Gill stevengil...@gmail.com wrote: Nice work Tim. I will give it a go tomorrow on my BB10 dev device. -Steve

Re: BB10 Custom Extensions Testing

2012-11-07 Thread Gord Tanner
Same! Awesomesauce Sent from my iPhone On 2012-11-07, at 7:22 PM, Steven Gill stevengil...@gmail.com wrote: Nice work Tim. I will give it a go tomorrow on my BB10 dev device. -Steve On Wed, Nov 7, 2012 at 4:11 PM, Tim Kim timki...@gmail.com wrote: Howdy everyone, I've been