Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry WebWorks Contributions

Reply
New Developer
badtoyz
Posts: 19
Registered: ‎08-11-2012
My Carrier: rogers

BB10 webworks sdk ported to linux

Me and my buddy poerted the sdk to linux
https://github.com/badtoyz/BB10-WebWorks-SDK-Linux
Please use plain text.
Developer
scrid2000
Posts: 138
Registered: ‎07-27-2011
My Carrier: Sprint

Re: BB10 webworks sdk ported to linux

Can't believe no one else has said thanks for this!
-----------------------------------------------------------------------------------------



Please use plain text.
New Developer
badtoyz
Posts: 19
Registered: ‎08-11-2012
My Carrier: rogers

Re: BB10 webworks sdk ported to linux

Have you tried using it yet. I have not got any feedback on it at all 

Please use plain text.
Developer
scrid2000
Posts: 138
Registered: ‎07-27-2011
My Carrier: Sprint

Re: BB10 webworks sdk ported to linux

I just barely got it downloaded; I can post here later or if you PM me your pin I'll talk to you about it via BBM.

-----------------------------------------------------------------------------------------



Please use plain text.
New Contributor
hansg01
Posts: 4
Registered: ‎07-21-2012
My Carrier: Airtel

ank Re: BB10 webworks sdk ported to linux

Thanks man!
Will give you the feedback soon

Please use plain text.
Regular Contributor
annuk
Posts: 78
Registered: ‎09-26-2012
My Carrier: NA

Re: BB10 webworks sdk ported to linux

Hi,

 

Keep up the good work. I downloaded the sdk from your github.

I am new to blackberry webworks development.
Can you shed some light on the signing part using your SDK?

 

I was going through this link:

http://supportforums.blackberry.com/t5/Testing-and-Deployment/Backup-and-Restore-BlackBerry-Code-Sig...

But didn't find the specified location in your SDK.

 

From where can i get the sigtools?

I registered with blackberry and got the following keys:

client-RDK-1939736.csj

client-PBDT-1939736.csj

 

 

Please help.

 

Regards,

Annuk

Please use plain text.
New Developer
badtoyz
Posts: 19
Registered: ‎08-11-2012
My Carrier: rogers

Re: BB10 webworks sdk ported to linux

The easiest was to setup the singing key is to download the cascades sdk or native sdk and do a setup with that and the keys will be in the right place
Please use plain text.
Regular Contributor
annuk
Posts: 78
Registered: ‎09-26-2012
My Carrier: NA

Re: BB10 webworks sdk ported to linux

Hi Thanks,

 

Did as you said.

Installed the NDK. But when I try to package the app using the webworks sdk for linux I  get the following error:

 

Oh Snap! Build request failed with message: /home/annuk/Projects/Blackberry/BB10-WebWorks-SDK-Linux-master/third_party/node/linux/node: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by /home/annuk/Projects/Blackberry/BB10-WebWorks-SDK-Linux-master/third_party/node/linux/node)

 

Where am I going wrong. I checked my glibc version using ldd --version. It shows

ldd --version
ldd (Ubuntu EGLIBC 2.11.1-0ubuntu7.12) 2.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

Is there any dependency for your sdk? I am using ubuntu 10.04.

 

Please help.

 

Regards,

Annuk

 

 

 

 

 

 

 

Please use plain text.
New Developer
badtoyz
Posts: 19
Registered: ‎08-11-2012
My Carrier: rogers

Re: BB10 webworks sdk ported to linux

Try downloading the nodejs source and compile it for your system. Then put the binary in the third_party/node/linux dir. It takes a while for nodejs to compile
Please use plain text.
Regular Contributor
annuk
Posts: 78
Registered: ‎09-26-2012
My Carrier: NA

Re: BB10 webworks sdk ported to linux

Hi,

 

Got a node js from:

http://nodejs.org/download/

 

But got this error when i tried packaging:

Oh Snap! Build request failed with message: path.existsSync is now called `fs.existsSync`.

 

When i tried Package and Sign i got the following:

it is showing me the progress bar only.

 

Three things are created in my output folder:

device -->project.bar

stimulator --> project.bar

and project.zip

 

Regards,

Annuk

 

 

Please use plain text.