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
Regular Contributor
annuk
Posts: 77
Registered: ‎09-26-2012
My Carrier: NA

Re: BB10 webworks sdk ported to linux

When I connect the BB10 device to my linux machine.

I find the following folders:

 

BlackBerry PlayB

     blackberry

     drivers

    

Do I need to install the Blackberry desktop manager on my linux machine?

 

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

I'm not sure about using ripple for installing as I have never used it. In chrome or firefox there is the plugin playbook app manager and that is what I use. The device has to be put in developer mode. And have to know the ip address of the device.
Please use plain text.
Regular Contributor
annuk
Posts: 77
Registered: ‎09-26-2012
My Carrier: NA

Re: BB10 webworks sdk ported to linux

Hey,

 

Thanks for your help.

I was able to install it from the command prompt.

Followed the instructions from here:

 

http://supportforums.blackberry.com/t5/Cascades-Development/BB10-Alpha-Device-not-for-Linux/m-p/1746...

 

I tried installing the apps signed using windows Ripple Emulator and they worked fine. But when i installed the app signed using bbwp i am not able to run it.

 

Will try building a new project and let you know.

Thanks for your help. Your suggestions helped a lot.

 

How do you install the app?

Regards,

Annuk

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

Re: BB10 webworks sdk ported to linux

I am not able to run the bar file in my bb10.

What could be the issue?

It gives me success while signing and gets installed properly.

 

anwaar@administrator-desktop:~/Projects/Blackberry/BB10-WebWorks-SDK-Linux-master$ ./bbwp /home/anwaar/RippleSites/bb10sample -g mobicule -b 3 bb10sample.bar
path.existsSync is now called `fs.existsSync`.
[INFO]    Populating application source
[WARN]    webworks.js is now packaged as local:///chrome/webworks.js
[INFO]    Parsing config.xml
[INFO]    Generating output files
[INFO]    Info: Package created: /home/anwaar/RippleSites/simulator/bb10sample.bar
[INFO]    Info: Package created: /home/anwaar/RippleSites/device/bb10sample.bar
[INFO]    Info: Bar signed.
[INFO]    BAR packaging complete

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

sorry i ment to get back to you sooner but i got busy.

i need to see the install error not the packager error to help you with that.

with the blackberry-deploy tool i have not used it for installing bar files.

with installing apps on the dev alpha or playbook you do not need to have it connected to the computer. they have to be in dev mode and attached to the same network. as long as you know the IP address of the device that is all you need. in the command line tools when it says <device> that means ip address.

 

Hope this help you out a bit more

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

Re: BB10 webworks sdk ported to linux

Hi,

 

Thanks for your reply.

The app gets installed on the device properly.When i do the following:

 

annuk@administrator-desktop:~/Projects/Blackberry/BB10-WebWorks-SDK-Linux-master/dependencies/tools/bin$ ./blackberry-deploy  -installApp -package /home/annuk/Downloads/sample.bar -password "mypassword" -device 169.254.0.1
Info: Sending request: Install
Info: Action: Install
Info: File size: 848095
Info: Installing ...
Info: Processing 848095 bytes
Info: Progress 50%...
Info: Progress 100%...
actual_dname::sample
actual_id::gYABgG6FttNGRuxo7x_tDHWV9AU
actual_version::1.0.1.0
result::success

 

But when i try to run the app in a blackberry10 device. It does not open.

Where am i going wrong?

 

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

what is the sample app you are trying to run ?

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

Re: BB10 webworks sdk ported to linux

It is sample app using bbui.js. A sample app which displays context menu.

I tried a webworks app also. But the same problem occurs.

 

Regards,

Annuk

 

Please use plain text.
Contributor
jwedekin
Posts: 10
Registered: ‎07-21-2012
My Carrier: Verizon

Re: BB10 webworks sdk ported to linux

Oh no!

The project does not appear to be on GitHub anymore.

What happened?!?!

Please use plain text.
Contributor
jwedekin
Posts: 10
Registered: ‎07-21-2012
My Carrier: Verizon

Re: BB10 webworks sdk ported to linux

Please use plain text.