I have my own signing keys from rim
Printable View
I have my own signing keys from rim
I also need it too. Anybody can help?
If you are talking about the sdk. It has been ported to linux and is in the download section or at github.com/badtoyz
Hey guys, I'm new here. New over at blackberry forums too but I came here because I am on linux and would prefer to continue to dev here.
I am using the blackberry webworks linux sdk
I can sign the app successfully with no problems. Now the problem happens when I try to load it on a dev machine. I don't have a physical machine only a simulator. I'm using the blackberry playbook simulator blackberry os version 2.1.0.1032.
When I try to deploy the packaged app
~/BB10-WebWorks-SDK-Linux/dependencies/tools/bin$ ./blackberry-deploy -installApp -package /home/blubee/bbww/op/simulator/hw.bar -device 192.168.49.128 -password "mypwd"
Info: Sending request: Install
Info: Action: Install
Info: File size: 396023
Info: Installing ...
Info: Processing 396023 bytes
actual_dname::
actual_id::
actual_version::
result::failure 533 Application-Requires-System: version forbidden, want (10, 0, 4, 0) have (2, 1, 0, 1032)
I continually get this error. Maybe I made a mistake somewhere, I hope that you guys can provide some assistance.
- - - Updated - - -
After some more testing, I downloaded the new dev alpha simulator and the app works on there. This raises a question for me then. I though creating webworks html 5 javascript programs they are able to run on all devices. Will the be done once I built and sign the .bar file?
You are packaging a BB10 app and trying to install it on a playbook. It can not be done at this time.
Hey guys thanks for the reply, it seems this is the place where linux users get support for pre bb10 development. I tested out the port and it works great for bb10. I have to give my thanks to "" for all his hard work.
I wanted to ask, do you guys have similar sdk's for the previous versions of the sdk; so tablet os or smartphone os?
I am creating some apps but the bb10 alpha emulator is heavy, it's also larger than my display. It would be nice if I could test on the playbook simulator or the smartphone simulator.
I installed ripple via this article : johnreid dot it / 2012 / 06 / 23 / get-ripple-to-work-in-linux /
It works sometimes but most times it just ask me to wait or FIRE! Even when it does work though I am unable to build the apps for devices below bb10 because I do not have the sdk installed.
Are there any solutions you guys are using to build apps for blackberry tablet or smartphone os on linux?