how to setup phonegap for blackberry in eclipse - eclipse

Can anyone tell me how to setup phonegap for blackberry in eclipse.I went through this site and found most of the update links are useless.
my eclipse version is BlackBerry Java Plug-in for Eclipse v1.5 full.

This article explains how to begin developing PhoneGap applications targeted for BlackBerry devices running BlackBerry OS 5.0 and higher.
Getting Started with PhoneGap BlackBerry WebWorks

This site might help - Get Started Guide « PhoneGap

Related

Blackberry plugin for eclipse compatible with Blackberry 10

This may be an incredibly stupid question, but I have not gotten a clear answer through google. Will the eclipse Blackberry plugin work for the new Blackberry as well as older versions? I am actually an android developer so this is quite a change for me. Any hint will be appreciated. Thanx
EDIT You can use the BlackBerry Runtime for Android apps to run Android Jelly Bean 4.2.2 (10.2) platform applications on the BlackBerry 10 OS. If you are developing for a previous version of BlackBerry 10 OS, use Android Gingerbread 2.3.3. To use the runtime, you must first repackage your Android applications to BAR file format, which is the compatible file format required for an application to run on the BlackBerry 10 OS.
Got this from here. Does this mean that I should write two apps? One for the old blackberry devices and one for the new one?
I'm not sure that the above is clear, so thought I would restate the position as I understand it:
Android applications, repackaged to run on BlackBerry devices, can be used on BB10 and PlayBook devices only. These can not be run on BBOS devices, i.e. BB 5/6/7.
The later releases of BB10, specifically 10.2+, supports Android applications developed using Jelly Bean 4.2.2.
PlayBook and previous levels of BB10, support Gingerbread 2.3.3.
So for example, my Z10, which is running BB10.1, would only be able to load repackaged Android applications developed using Gingerbread. My Curve, running OS 7.0, can't run any Android applications.

Phonegap based web application generated by GWT comiler doesn't run on xcode simulator

I'm using GWT to create the UI for my Mobile application and move the compiled code to a phonegap application.
Every thing works fine in Android simulator (and Galaxy S2). But when trying to create an iphone application, I got a blank page without any worning or error.
I'm stuck in this problem even though I followed all the instructions in the getting started tutorial http://docs.phonegap.com/en/1.7.0/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS. Have you please any idea?
GWT version: 2.4,
JDK: 1.6,
Phonegap cordova: 1.7
Take a look at http://www.m-gwt.com
It has a library for building gwt applications for phonegap. The bootup situation (which can be quite tricky) is handled inside gwt-phonegap

Looking for an alternative to the Motorola Java ME SDK for for platform emulator customization

I'm following a tutorial that utilizes the Motorola Java ME sdk for device profile customization, as it uses quite a user-friendly UI, but this SDK seems to no longer exist. Can anyone suggest an alternative?
I'm using netbeans as my IDE.
Currently you can't find any Motorola emulator for Java ME. Because they fully moved to Android. So better you can try with some other emulator for Java ME.

Install blackberry plugin in Titanium studio OsX

i have a huge problem since yesterday!!
i have installed titanium studio,it runs with android and iphone.
I know it does not support blackberry yet, but is there a workaround that let me build app using the blackberry plugin?
If so, can anyone guide me to a tutorial on installing the BB plugin in titanium?
I tried to follow this and this with no success:
thank you.
You might notice that in the second link, near the top of the page it states "Currently, BlackBerry development is enabled on Windows OS only." This is because we (Appcelerator) dont support beta software, and the only non-beta version of the BlackBerry emulator (provided by BlackBerry) is windows only. This emulator is required to do any kind of BlackBerry development.
It appears that the blackberry OSX plugin requires "rosetta" to install on OSX so the installer will not work on later versions of the operating system
i just needed to be registered as minimum with indie account !!

phonegap for webos eclipse

I am developing Palm Pre apps using the Eclipse IDE. How to setup Phonegap with Eclipse for developing cross-platform apps?
To get PhoneGap working on webOS, check out the Palm Developer Blog posts at http://developer.palm.com/blog/2010/09/developing-cross-platform-apps-with-phone-gap-part-1/. If you're using Mac OS X or Linux, Phonegap should work out-of-the-box. On Windows, you'll need to alter the makefile to use "cmd /c" in front of the palm-install and palm-package commands to get Make to run the batch files correctly.