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

Check If File Exists, Download and Save File in J2ME

I want to edit my question. If file still not exist, download and save it, that my case. To check if file exist, I've try by this code private boolean isXmlFileExist(){ try{ FileConnection fCon = (FileConnection)…
Mahadi Siregar
  • 615
  • 3
  • 17
  • 38
0
votes
1 answer

(J2ME polish) Click gesture for touchscreen support

im trying to follow this, but got no luck. I'm using treeItem or Choicegroup and it can be selected but can't be clicked, like when clicked, it will go to the next page. I don't wanna use X and Y coz my Item is dynamic which it was generated through…
0
votes
1 answer

java.io.File in j2mepolish not working

I need to create an image in my application's sub-folder so that I am using java.io.File and java.io.FileOutputStream; but when I build the project , this error occurs : error: cannot find symbol [javac]java.io.File error: cannot find symbol …
Sara Houssein
  • 47
  • 2
  • 7
0
votes
1 answer

j2me polish: showing persian words with error

I am developing a j2me polish app,and I used words in Persian(same as Arabic) words. but in some older SonyEricsson phones the words are separated and reversed. I searched the web but I found some topic in LWUIT and not polish. how can I solve my…
0
votes
1 answer

J2ME polish problems when running on phones

I built an application with j2me polish,it works well on emulator but after installing on phones, I have some basic problems: At first why the size of application is big(in my case 1.5 mb),is there any way to decrease polish apps size(my resources…
0
votes
2 answers

How to install and integrate j2me polish in netbeans ide 7.1.2?

I have tried to install j2me polish to my IDE ,but I am not able to get,initially I have downloaded j2me polish 2.0.7.jar,I have used the command "java -jar j2mepolish-2.0.7.jar" C:\Documents and Settings\pavan\My Documents\Downloads>java -jar…
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

How to create J2me(java)Project combining with J2me Polish

Hiii i am new to J2me Apps,i have a requirement to develop tabs creation in my j2me (java)MIDP Programming,i come to know through google,j2me polish is better option to create tabs,i want to append LCDUI list screen to j2me polish's Tab1 and Tab2…
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

What is the best way for implementing multilanguage support in J2ME applications?

What is the best way for implementing multilanguage support in J2ME applications? I want my application in different languages, but up to know have not found any appropriate way to do that. Could you please help me in this issue?
Bakhtiyor
  • 7,198
  • 15
  • 55
  • 77
0
votes
1 answer

Adding MIDlet-attributes to JAD file

I am using J2ME Polish to build an application for nokia s40 phones. When i finished packaging the app, i find out that the manifest attributes: "MicroEdition-Configuration" and "MicroEdition-Profile" which is available in the manifest file is not…
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
1 answer

Form Class in J2ME Polish

I was just wondering if the Form Class in the J2ME polish api for GUI development maintains a list of references to the Items that are appended to it. The Form that I am using has a number of text fields appended to it using the following…
rzlines
  • 1,417
  • 3
  • 14
  • 21
0
votes
1 answer

j2me polish snapshotscreen

I am trying to use the phone's camera to capture images with the following snippet snapShotScreen = new SnapshotScreen( "Snapshot" ); snapShotScreen.addCommand(cmdBack ); snapShotScreen.addCommand(cmdCapture); …
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
1 answer

Audio Streaming OutOfMemoryError

I am trying to stream an audio content (AAC) from server. The player starts without any problem, and after some time throws OutOfMemoryError. I think I need to buffer the audio. Any one please guide me to implement (or get rid-of this error)…
MobDev
  • 1,489
  • 1
  • 17
  • 26
0
votes
1 answer

rapc: c: Error!: Data contribution too large j2me polish

I am working on a project that uses j2me polish and now i am receiving an error i.e Using Default Jar Packager creating JAD file [D:\MobileDevelopment\risingkarachi5_21_2012\dist\BlackBerry-5.0-de_DE-risingkarachi.jad]. jdp: Reading…
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
0
votes
1 answer

How to integrate lush with j2me Polish 2.1.4

I am working on j2me polish 2.1.4 and I want to use LUSH UI for symbian mobile application development. I could not find anything in my current version of j2me polish. When I use the css from the website…
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
-1
votes
1 answer

Delete the Rms file using j2me program

I make a j2me application work properly, but I want to delete the RMS file after same day like the file created in 3-3-2012 and delete automatically the 10-3-2012 file. Please help me with suggestions on how to delete the RMS file using j2me…
1 2 3
10
11