j2mepolish

Can we run Java applictions on iPhone?

Hi All, Can we run or develop apps for iPhone in Java? Actually I am a bit confused... Please bear with me,have a look to these links and answer:- LINK 1 LINK 2 LINK 3 This is an Open discussion. All ideas are appreciated. Thank You All. ...

install j2me polish with Eclipse

how can i integrate J2ME polish with eclipse i try both the way but not get success in integrate plz reply asps ...

Are there any benchmarks on J2MEPolish converting a J2ME app to Android?

J2ME Polish claims to support porting of existing J2ME applications to Android. Has anyone tested the quality of such a port. How reliable is it? ...

GPS with J2ME polish

Hi all, I'm developing an GPS based application with J2ME and J2ME polish(2.1.2), i'm facing problems for accessing the location class. I'm getting the following exception Exception in thread "event-thread" java.lang.UnsatisfiedLinkError: aa.a(I)V Nokia/N95: at aa.a(Native Method) Nokia/N95: at ae.<clinit>(Unknown Sour...

Disabling on screen keyboard

Hi , I'm working on a j2me application and i'm using j2me polish. when i deploy the application on any touch screen devices like Nokia N97 / Samsung Omnia the on-screen keyboard comes by default. I need to go to the installed applications and disable it everytime i install the applicaton. Is there any way by adding some property in the ...

BlackBerry Menu Button Maps to Select Option

Menu pops up , when the menu button is clicked. The first menu in the list is selected or highlighted Then , on clicking the menu again, the selected menu is clicked , instead of expected behaviour of menu going down Why does this happen ? Scenerios tested In J2MEPolish 2.1.4 and 2.1.2, this behaviour is seen, but in J2MEPolish 2.0.7 ...

String.substring(index) has stoped my thread in debug mode.

Hello! I work with j2me polish 2.0.7, in eclipse 3.4.2, with wtk2.5.2_01. I create control which draws text: normal, bold, and italic. The code below is parsing raw text, and search for * and _ symbols, if found than add to draw vector the text and the drawer, and it's just stops after getting second time to the line 58: String test =...

How do I stop displaying a J2ME MIDP application, just before destroying it?

I have a J2ME application where the user has the option to dial a phone number from within the application. This should be the last thing the user does with the app, so it should stop displaying anything. My current code: public void callAndExit() { // use a platform-specific request to dial MyMidletThingummy.getInstance().platfor...

Can i have list of Java enabled mobile devices?

Hi All, I want to find out list of mobile devices in the world on which I can run J2ME applications. Thanks, Rajnikant ...

Using the Antenna and J2ME Polish preprocessors interchangeably and setting a variable value

I have J2ME code, which I want to be able to compile using the J2ME Polish preprocessor or the wtkpreprocessor (antenna). They mostly use the same directives so it usually works, but ... When I want to insert an URL value in the Java code this gives a problem. In Antenna the code would look like this: //#ifdef my.url //# System.ou...

How can I include information to my android application post compilation?

Hello, Currently I supply a user with a URL to click on to download my j2me application. This URL includes their user id as a parameter, a servlet takes this information and dynamically creates a jad file that includes this user id , thus making the user id available to the j2me app. However, I am now using j2me polish to compile my p...

Which is the best GUI tool for J2ME apps

Hi all, I m doing a commercial j2me project in which I need some good Gui like tabbed pane and auto complete text boxes and I need a constant look and feel across all handsets so anyone having idea what gui tool used for commercial apps. I found j2me polish and LWUIT but I m confused which is preferred in j2me commercial apps. Regards ...

What is difference between J2ME and J2ME Polish

Hello All, I did j2me program...now i need convert to j2me polish...how to do it.. ...

J2ME POLISH in Eclipse On Ubuntu

Hi I 've integrated J2ME polish with Eclipse on Ubuntu. My projects get properly built when I do ant build on Its build.xml. Proper .jad and .jar files get created in dist folder of project. Now Tell me what I need to do further to run the .jad or jad file from eclipse. Thanks ...

Java: exception NoSuchMethodError: No such method a.()I.

I'm developing a j2me application - it works fine on emulator and on most phones, but on 2 Nokia devices (both with h/w java acceleration in ARM CPU) I have this error while launching the midlet: java/lang/NoSuchMethodError: No such method a.()I. Disabling obfuscator doesn't help. The same obfuscated or non-obfuscated jar works fine wi...

java.io.IOException: Error in HTTP operation

Hi All, I am from Bangalore-India. I have developed few J2ME applications that involves client/server interaction through HTTP connection. I am testing my application on both the leading operators of the country- Airtel and Vodafone. My Midlet works fine with S60rd edition and S40 2nd edition(6030) phone. but as soon as i switch to S40...

use *.bmf bitmap font on LWUIt ?

Hi , i make bitmap font with j2mepolish font editor , is it possible to use this bitmap font on LWUIT ? how ? thanks ...

how to add a non-selectable item to a List in J2ME

Hi I would like to be able to add a non-selectable element to a list within a j2me screen. At the moment any item that I add to the List can be navigated to on the screen, such that it is selected and is surrounded by a black border. Is possible to add an element to a List which cannot be selected in this way? Can this be achieved th...