I have developed an application for Blackberry and am trying to import the cod file into my device using BlackBerry Desktop Manager. I try to import the .COD file. The application was installed earlier on this BlackBerry. When I try to use the Import option I get the error message saying -
"There was an error importing files. No additional applications can
be found. Your file might contain applications that already exist in
the application list, are not compatible for your device, or have
errors."
I changed the Version filed in BlackBerry_App_Descriptor.xml and then signed the deploy-able. Don't get the message any more.
Related
I am currently working on a text message application on xcode and when I try to open the project again, I keep getting the error message "You can’t open the application "ChatPractice" because it is not supported on this type of Mac." Below is a picture of what it looks like on my desktop. There are also no xcode projects when I try to open it from my Finder. It is now a .momd file with some random files in it and I don't know what they are and how my xcode project became this way. Is there anyway to recover my xcode project?
On my OS X machine I have placed a document which actually is a file package (aka document bundle) into my dropbox. When I try to open that file package on my iOS device using the UIDpocumentPicker plugin the file package appears as a folder. On the other hand it appears as a file package in the iOS DropBox App itself. It also appears as a file in iCloud drive.
Why is there a different behavior? I would expect both dropbox interfaces to display the file package as a file and be able to open it like I can open out from iCloud drive.
(Dropbox App-Version 4.2.5 on iOS 9.2)
Anyone else having this issue and any idea on what one could do?
Packages are effectively folders, not files. Different interfaces may not display them the same way though. E.g., sometimes you'll see a special icon indicating it's a package, and sometimes just the normal folder icon will be used.
In any case, packages/folders aren't currently supported in the Dropbox iOS app UIDocumentPicker. We'll consider this a feature request though.
So we develop apps for Blackberry OS7 & earlier as well as of recently, apps for BB10. The problem is that BB OS7 uses a different WebWorks SDK as opposed to BB10 & yet I am to install them both in the same directory as per the documentation.
The problem comes in when attempting to sign since the executable files for both SDK's have the same name.
Hence when I attempt to sign my BB 7 app using "bbwp" it throws an error. The error output is "Cannot Sign Application - failed to find signing key file: author.p12". This is obviously the BB10 "bbwp" executable file that's running.This is because both "bbwp" executable files are in the same location and both are named "bbwp".
How does one get around this?
Solved it! And quite a simple solution too!
All I did was to give a different folder name to one of the SDK's. When I ran the command to sign, I simply navigated to the new folder name, called the bbwp.exe and ran it against my project!
When I run the sample demos that provided by BBM SDK v1.1 for BlackBerry Java and as well as in BBM SDK v1.2 for BlackBerry Java, I am not able to run the file. For this I preverify the net_rim_bb_qm_platform.jar file of both versions I get the following Error in command prompt:
Then I extract the net_rim_bb_qm_platform.jar file and check the class
net.rim.blackberry.api.bbm.platform.ui.chat.component.SmilyScreen.class (I decompile this class with java decompilor and checked) I got the below code:
There I found one interface which is not there in entire jar file and Blackberry O.S6.0 AND O.S7.0 : Look below:
Here I got one line:
public final class SmileyScreen extends PopupScreen implements FieldChangeListener, FocusChangeListener, TextInputDialog
I don't have TextInputDialog this class.
I checked this at: import net.rim.device.api.ui.component.TextInputDialog;
But I didn't get TextInputDialog this interface in O.S6 AND O.S7.
Because of this reason I got "Not Registered" in the Signin tool.
If I am fault please tell me how to run the Blackberry Messenger by using net_rim_bb_qm_platform.jar file.
Actually I don't need to do preverify the jar file. I verified because I got the following problem when sighIn the application:
You don't need to verify the BBM jars, just your own application. It doesn't look like you are passing in your own application to the preverify command.
Regarding verification of BlackberryMessenger.cod, is your app named BlackberryMessenger? It sounds like you are verifying the BBM app from RIM. RIM is able to use APIs which are not available to third-party developers, so the third party signing keys won't work. You should be signing your own app, not BBM.
alishaik786
i had this question when i try to build BBM public demo,and finally find out the reason.
Don't need check net_rim_bb_qm_platform.jar in the Order and Export tab,and also don't need to preverify this jar . The jar is include By BBM(version 6.0 above),your app just need add this jar when compile.
Download a BBM v6.1 enabled simulator,link as http://us.blackberry.com/developers/blackberrymessenger/ . Use these simulator to run this demo.
I have an application of mine on AppStore. But one user is complaining that he can not install the application on his device(Curve 8900) and it's giving error
"Error starting AppName
$28NonTouch$29:
Module 'AppName
$28NonTouch$29-2' has
verification errors."
Now how come it is possible that other's users are able to download properly while one user is getting this error. I downloaded the application from the appstore and its working perfectly.
And when this user tries to install the application through Desktop Manager he is getting error
"No additional applications can
be found. Your file may contain applications that already exist in the
application list, are not compatible for your device, or have errors."
When i tried to stimulate the issue here by installing the application through desktop manager i am able to install it properly without any error messages.
Can anyone suggest me ,what might be causing this issue.?? Is there any kind of version mismatch??
My application is compiled usiong jdk 4.5.
Any help in this regard will be greatly appreciated.
Kindly help,Its urgent..
Thanx in advance."
Probably the problem is related with the version specified in the .alx file.
Check the .alx file and remove the "_blackberryVersion" tag, or change it so it matches the OS version on your device.