ICEMobile : Packaging ICEMobile error in Blackberry - blackberry

I got this error when run ICEMobile demo on Blackberry :
An internal error occurred during: "Packaging ICEmobileContainer".
org.osgi.framework.Version.compareTo(Lorg/osgi/framework/Version;)

Are you trying to deploy IceMobile directly onto a BlackBerry device? It's meant to run on a web server, not directly on the device. BlackBerry devices use Java-ME, so you will get some verification errors if you try to deploy Java-SE code.
ICEmobile is an open source project for the development of web-based, Enterprise Java applications for mobile devices. Core mobile features are packaged in technology-specific bundles to enable mobile rich Internet application development across a wide spectrum of Enterprise Java technologies.

Related

FlashDevelop - Test IOS on windows - No Devices Detected

I developed an application for mobile, using FlashDevelop's AIR Mobile AS3 App Project template.
Following AIR_Android_readme.txt and AIR_iOS_readme.txt, I successfully packaged it into both apk and ipa.
I can easily test the apk on the computer via bat/RunApp.bat provided by FlashDevelop.
However once I modify RunApp.bat to ios-debug in order to test the ipa, I get the following log in the cmd:
Packaging application for debugging on iOS -interpreter
Packaging: dist\AppName-debug-interpreter.ipa using certificate:
cert\iphone_dev.p12...
Installing application for testing on iOS ()
No Devices Detected
Installing the app on the device failed
Press any key to continue . .
.
I have android studio and sdk installed and working, however I didn't install anything similar for IOS development, I have iTunes in case it matters.
Any idea what's wrong and how to fix it?
FlashDevelop searches for actual devices connected to the computer in order to install the application, I mistook it for an IOS simulator for PC.

How to build ios application using Phonegap framework on windows OS.

I have allready build an android application using Phonegap framework, I need to develop the application for ios also using windows OS.I know that for ios we need XCode that runs only on mac machine,but is there any way to do it on windows ( as I can't afford Mac machine) ?
I searched for various options,few of them are:
1.Install mac os using VM ware.
2.Use MacinCloud Service.
I don't know what are the advantages and disadvantages of each of them, please suggest what to do?
Use PhoneGap Build. Just upload the html/js/css/config with specified plugin as zip and build it online. Unfortunatelly you will not be able to use custom plugins, only specified on the PhoneGap Build site.

Phonegap - I have the basic hello world android app. How do I deploy it to ios?

I've installed phonegap, and got the basic hello world new project app open in eclipse. I have deployed it to a android emulator. I want to deploy the same app to my IOS emulator. I can't find any instructions anywhere of how to do this. Does anyone know how?
You have to do this in Xcode on Mac, or in a virtual machine with Mac OS installed.
Also, cordova.js is different for Android and iOS platforms - keep this in mind, as the codebase will differ in some ways for these platforms.
Here is the complete guide about building Phonegap apps for iOS:
http://docs.phonegap.com/en/edge/guide_platforms_ios_index.md.html#iOS%20Platform%20Guide
If you have iOS Dev license you can build it through PhoneGap Build.
The advantage is that you don't have to have a Mac or even a virtual machine with Mac installed, so that you can do everything through a web interface, what's fantastic!
The only exception is if you have something native in Xcode to deploy along with your application, otherwise if it's only HTML/Javascript and so on, then it's perfect for you.
http://build.phonegap.com
Hope it helps!

Blackberry bar signing error

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?

Monodroid application not working in real phone

I created a Monodroid application, its worked in the emulator with no problem at all. And i copy the .apk file in Andorid phone.
But after installation, it doesnt works.
I am getting Force close issue
How to install a Monodroid Application in an Android Phone?
Are you using the full version of Mono for Android or the evaluation? If you're using the evaluation, that doesn't support deploying to a device.
If you're using the full version, are you building in debug or release mode? If you're in debug mode then the shared library is most likely enabled, which means that the APK will not contain everything the app needs to run. You should use MonoDevelop/Visual Studio to deploy to the device, which will install the shared runtime as well as the app.

Resources