Blackberry bar signing error - blackberry

I have an android application and want to port it to BB 10 device. I have converted it to bar file with command line tools and configured my computer for signing application. But when i am trying to sign application it gives error.
Command Line :
batchbar-signer MyFile.bar author.p12 password
It gives error
blackberry.tools.SDK\lib/KeyTool.jar
Error: null
Also tried online tools to sign my application but online tools gives error,too
Installed blackberry plug-in for Eclipse as an alternative , also it doesnt work.
My ADT Version : 21.0.1
JRE Versiyon : 7u21
Blackberry SDK : 1.5.2
Waiting for your help
THANKS.

Believe the reason currently for the error with signing the application is that you are using Java 7 version while BlackBerry current Java support is Java 6 - spec docs
Does it continue giving you an error if you change to an earlier Java versions?

Related

The device version (2.1.0.1753) does not support the API level (Blackberry Native SDK 10.2)

I have blackberry playbook with OS. Version 2.1.0.1753 i have connected with WIFI. Now when i run project it will start executing project into my playbook
but every time i got below error
Then i click on update the project's API level
Then i click ok button i got below dialog box
I do not know what should i have to do, Do i need to install all API for example
10.1, 10.0
I don't know if you have already found the solution for your problem but personally I'm using a different Blackberry NDK for Playbook development: Link to Playbook NDK
As far as i've been told the playbook os is pretty different from the blackberry z10/q10.
Playbook is 2.x and z10 is 10.0/.1/.2
Momentics is only suitable for 10.1
For publishing to playbook youll need the playbok "tablet" sdk
https://developer.blackberry.com/playbook/native/download/
Also i've been told NOT to install both sdks on the same machine. as """because weirdness happens when you have both tablet and bb10 sdks installed. it's nominally "not a bug", but merely "unsupported". """

Cant install other SDK versions

I have the BlackBerry 7.0 SDK installed with Eclipse and that's all working. However, that means i can only develop appliations for devices running OS7 and i would like to be able to support lower operating system versions such as OS5. However, when trying to add more SDKs to my installation, the following error message appears:
An error occurred while collecting items to be installed session context was:
(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,
operand=, action=). Unable to read repository at
http://downloads.blackberry.com/upr/developers/Win/net.rim.ejde.componentpack6.0.0_6.0.0.43.jar.
Read timed out
Please help me to solve the problem.
The error says "Read timed out" which indicates that your connection timed out and Eclipse wasn't able to download the SDK.
Can you browse directly to http://downloads.blackberry.com/upr/developers/Win/net.rim.ejde.componentpack6.0.0_6.0.0.43.jar ?
You can download the JAR file and then load it in Eclipse.

module not found, j2me polish blackberry project

I am using J2ME polish to build a project for blackberry packaging the project, I try to run it on a blackberry simulator, but the following error message appears:
Error starting myapp: module myapp-10 not found
how can i solve this ?
Thanks.
I found the answer, clearly you should use JDE corresponding to your OS version, so in order to build your app for all OS versions, you must download all the JDE's

Blackberry SDK 7 on a Blackberry 6 phone

I am having a lot of issues installing my BlackBerry app to my phone. The app has been signed but still says that there is an error of attempting to access a secure API. However, I realise my eclipse is using the 7 sdk whereas my phone is running blackberry 6. Could this be the issue?
How would I go about changing this in eclipse?
First you will need to install the BlackBerry JRE 6.0.0 Plugin into your instance of Eclipse by adding BlackBerry Java Plugin - http://www.blackberry.com/go/eclipseUpdate/3.6/java to your list of 'Available Software Sites' in Eclipse->Help->Install new software.
Then when you have that installed, you will be able to right click on JRE System Library [BlackBerry JRE 7.0.0] in your project, select Properties and change to JRE 6.0.0.
Then re-package, sign and install on your OS6 device

Installing SDK 6.0 for BlackBerry

I am trying to do the settings in Eclipse for Blackberry SDK 6.0.
Every time it gives me strange errors; earlier it was giving me error like "Unable to read repository". Then I opened there firewall and tried to install again. Now it's giving me error like "An Error occured while provisioning". I am really not understanding what should I do to solve this problem.
I have already installed the eclipse plugin "BlackBerry_JDE_PluginFull_1.1.2.201004161203-16".I am following the steps given at following link "http://docs.blackberry.com/en/developers/deliverables/12794/BlackBerry_Java_Plug-in-Installation_and_Configuration_Guide--933891-1125035846-001-1.1-US.pdf"
How can I solve my problem regarding doing the settings for SDK 6.0 in Eclipse?
Try installing the latest Java® Plug-in for Eclipse® v1.3 (updated on Dec. 23, 2010). From RIM's web page, it says that it includes support for the SDK v6.0. All of the documentation was updated recently as well.

Resources