Questions tagged [j2mepolish]

J2ME Polish is a suite of tools and technologies for Java ME development

J2ME Polish is a suite of tools and technologies for mobile Java and cross-platform development.

Features include:

  • Lush: A UI toolkit.
  • Janus: A toolset for porting to different handsets and transcoding J2ME application to a Blackberry or Android.
  • Touch: Technology for accessing server side content and communicating with remote parties.
  • Trunk: A persistence solution.
  • Marjory: community maintained device database.

155 questions
0
votes
1 answer

Myanmar/zwagyi/burmese language support in java me

I been searching a lot about finding myanmar language support in java me. but didnt find anything. Even nokia phone also doesnt provide support to myanmar/burmese language in any of its phone. Can any one tell me whether java me sdk provide support…
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
0
votes
0 answers

unable to run j2me app in emulator

i am trying to run j2me app in emulator using eclipse but when i run the app i am getting following error Error installing IMlet. See logs for details. i tried to explore different thread but could not get definite answer.it asks to download IMlet…
Hunt
  • 8,215
  • 28
  • 116
  • 256
0
votes
1 answer

Calling number with special characters in J2ME Nokia

I want to call a number in the below format using platformRequest: platformRequest("tel:number,number#number#"); But i'm getting an invalid number error , is it possible to do that?
Reham
  • 1,916
  • 6
  • 21
  • 45
0
votes
1 answer

GPS with J2ME polish

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:…
JV.
  • 1
0
votes
1 answer

Datefield not editable

I'm using J2ME polish 2.1.2 and trying to add a net.rim.device.api.ui.component.DateField from Blackberry to a tableItem. It displays correctly, but even after setting it to editable, I can't change anything on it. Has anyone else had this…
Rikus Louw
  • 78
  • 7
0
votes
1 answer

How can i save image write it inside the folder after editing in J2ME

Kindly Help me in my problem . Thanks a lot :) public Image ResizeImage(Image image,int resizedimageWidth,intresizedHeight){ int[] in = null; int[] out = null; int imageWidth = image.getWidth(); int imageHeight = image.getHeight(); …
Bebeto
  • 49
  • 9
0
votes
2 answers

How can I override a class in J2ME Polish binaries?

I am using a UI component from J2ME Polish. I found a simple bug in the code, and want to quickly fix it but cannot find any build scripts in the download package, although source-code is included. The problem cannot be solved by extending the…
Tahir Akhtar
  • 11,385
  • 7
  • 42
  • 69
0
votes
1 answer

Can i ask some tips to print an image into a Circle form using Canvas?

Can i ask some tips to print an image into a Circle form using Canvas?, my codes didn't work please help me .. Thanks ,, by the way i'm Using Canvas in J2ME Development Mobile App. This codes below is a sample of creating a circle and not a import…
Bebeto
  • 49
  • 9
0
votes
0 answers

Alert is not getting visible , when clicked on Credit on list j2me

Alert credits is not getting visible , whats wrong in the code ?? I made a list named gameMenu , and I want to access different functions or Alerts in Click of every different list items. For eg: If I want to click on Credits item from the list…
0
votes
1 answer

What are the audio specs for J2ME mobile games?

Just curious about the general specs for audio. Like, what audio file format? Size/Length limitations? I'm sure j2me is fragmented into many platforms, but ust trying to get a grasp. After hearing all the news with Whats App, it made me realize…
0
votes
0 answers

issues with j2me polish in netbeans

java.lang.ArrayIndexOutOfBoundsException: 0 at de.enough.polish.netbeans.J2mePolishProjectGenerator.generateProjectFromTemplate(J2mePolishProjectGenerator.java:141) at…
0
votes
1 answer

Nokia QA: The application cannot be launched successfully with an error message 'Application not supported. Delete?'

My Java s40 app for asha failed the QA test with the above title. I have tried recreating the problem by download the jar file to one of the supported asha phone and the app launched successfully. Every other things seems okay i have also used the…
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
2 answers

lcdui v/s lwuit

I want to create j2me screens for an application. I am new to j2me and wnat to know if i should opt for lcdui or lwuit. I read that lwuit will be supported only in CLDC 1.1 mobiles. I would like to know the list of CLDC 1.0 mobiles. From what I have…
0
votes
1 answer

j2me polish text field

I have a form with TextField. When TextField accept DECIMAL value the form put 123 at the upper left corner. When TextField accept alphabet the form put "abc" at the upper left corner when I run emulator.. (I have notified it with red circle) It…
Esha
  • 33
  • 5
0
votes
2 answers

J2me Polish integration error with Eclipse as plugin

I am trying to integrate the J2ME polish into the Eclipse IDE as plugin. I have followed all the instructions given into the J2ME polish…
Developer
  • 1,009
  • 8
  • 25
  • 56