J2ME Polish is a suite of tools and technologies for Java ME development
-3
votes
1answer
34 views
why does this does throw a number format exception
its basically a button event that does multiplication
mul.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evt) {
if(Sans == null){
...
-2
votes
2answers
18 views
Perst Lite in netbeans [closed]
Hi I want to make a MIDP application and want to use a database Perst Lite, the IDE I'm using is netbeans and I have already downloaded the package Perst this on your page with the required ...
0
votes
1answer
65 views
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.
...
0
votes
0answers
12 views
Linking two java files in j2me with commands
I hv created two java files homeAPP.java and UserRegistrationMIDlet.java
I want to move to UserRegistrationMIDlet.java
//this is frm homeAPP.java
public void commandAction(Command command, ...
0
votes
2answers
117 views
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 ...
0
votes
0answers
38 views
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 ...
0
votes
0answers
36 views
Bangla language not display on J2ME Mobile Application
All Bangla language data is coming on mysql database from JSON through PHP then store all data on txt file form J2ME but Bangla language is not write on UTF-8 txt file and not display bangla language ...
0
votes
0answers
10 views
Appending FilteredList on Form
I am creating a j2me polish application.In that to have search in list I used FilteredList but as i used form i cant append FilteredList on Form.Is there any other solution so that i can have search ...
0
votes
0answers
144 views
Java ME SDK 3.2 not working on windows 7
When ever I tries to run my project from eclipse I got the following error :
Starting emulator in execution mode
Error
Failed to connect to device 0!
Reason:
Emulator 0 terminated while waiting for ...
1
vote
1answer
165 views
Image List J2ME
Hi i want to show image list with string in j2me and below is my code
public ListImage() {
try {
for (int i = 0; i < 2; i++)
img[i] = Image.createImage("/res/flag_" + ...
0
votes
0answers
10 views
What is the main difference between de.enough.polish.ui.Displayable and javax.microedition.lcdui.Displayable
I need to know the basic difference of de.enough.polish.ui.Displayable and javax.microedition.lcdui.Displayable please help.
0
votes
0answers
33 views
LWUIT and TextBox for java me Canvas
Is an implementation of textbox exists in LWUIT for J2ME Canvas?
0
votes
0answers
22 views
Has Canvas a supportion of KEY_NUM0-9 besides game actions buttons LEFT, RIGHT?
Has Canvas a supportion of KEY_NUM0-9 besides game actions buttons LEFT, RIGHT etc.?
-1
votes
1answer
104 views
How an item(object, image, draw object) on Canvas j2me can be deleted after it has been painted, drawed?
How an item(object, image, draw object) on Canvas can be deleted(removed, unplaced with its position deletion(removation)) after it has been painted, drawed?
1
vote
1answer
49 views
Why this Java code by clicking on button NUM0-9 doesn't print out the character?
Why this Java code by clicking on button NUM0-9 doesn't print out the character?
Code:
switch(this.getGameAction(keyCode)){
case Canvas.KEY_NUM2:
System.out.println('A');
...
1
vote
0answers
38 views
zayit.exe appcrash when trying to open an HttpConnection
I am facing a problem while trying to open an HttpConnection in my J2ME app.
I am running the app using the emulator but when it comes to the line of code to open the HttpConnection as:
...
0
votes
1answer
320 views
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{
...
1
vote
1answer
52 views
deploying j2me applicaiton on old handsets
I was to develop a simple j2me application for microworks. The application is to send sms.
But I found that most of the mobile phone they carry are very simple and even some of them don't have ...
0
votes
0answers
17 views
polish.blackberry not defined
When building for device BlackBerry/4.5 the obfuscation happens even though I have the settings:
<obfuscator name="ProGuard" unless="polish.blackberry" />
It seems the symbol ...
2
votes
1answer
131 views
j2me polish PIM List
I have made an app for j2me Mobile, now I wanted to give it polish effects for which I copied Build.xml and resources folder and the issues were solved, but my project uses ...
0
votes
0answers
109 views
(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 ...
0
votes
0answers
76 views
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
...
-1
votes
1answer
173 views
java.lang.IndexOutOfBoundsException error
I am making a small j2me application for a guitar store .
but i am getting java.lang.IndexOutOfBoundsException error .
i think there is a issue with the varaible declaration, but not able to ...
0
votes
1answer
53 views
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 ...
0
votes
1answer
65 views
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 ...
0
votes
0answers
54 views
HttpUrlConnection in j2mepolish
I am using HttpURLConnection in my application to connect to a server and get data. I am using j2mePolish.
Everything is good with no errors but when I build the project this error occurs:
error: ...
0
votes
0answers
15 views
treeItem in j2mepolish like ebuddy?
how can use a treeitem like that's used in ebuddy ? I am using j2mepolish. I know how to append a node to the tree but what I want is read from database and fill the second nodes of myt tree .
0
votes
0answers
71 views
reading the prop files using j2me polish-de.enough.polish.util.Properties
I am trying to read prop.properties file -placed in resources folder.(reading the prop files using j2me polish-de.enough.polish.util.Properties)
applicationProperties = new Properties();
InputStream ...
2
votes
2answers
233 views
Configure the size of the icon at J2ME Polish
How can I configure the size of the icon to fit correctly on the multiple mobile devices?
Based on the J2ME Polish documentation, I'm using the following resources folder structure:
...
0
votes
0answers
63 views
chat bubbles using j2mePolish?
I need to design a chat application on s40 device using j2mePolish. I want to have chat bubbles to display chat messages.
How do I achieve this? Is there any good tutorial ?
Please help.
Thanks in ...
7
votes
0answers
166 views
J2ME Polish Application icon defaulting
I have a problem in a J2ME Polish app, where basically we have 2 icons showing for the app (the menu icon and the in-app icon that shows up top).
If I compile with a single icon and set it in the ...
0
votes
0answers
23 views
change the Tabbar of the TabbedPane in j2mepolish?
I am developing an application that uses a tabbedpane i j2mepolish. I need to change the view of the tabbar . I think I should use the css styles but I don't know how ? any help please
1
vote
1answer
71 views
energy evaluation in j2me,how to?
I should research on energy evaluation in 2 modes in a client service program that client is j2me code.
Mode 1: A permanent established connection.
Mode 2: Make connection in periodic time for ...
3
votes
2answers
1k views
Read and write RMS in j2me
I am doing a game in J2ME .
I want save data level and score in RMS .This is my code
This is class RMSData :
public class RMSData {
private static RecordStore rs = null;
static final String ...
2
votes
2answers
470 views
How to install an application which size is bigger than 1MB on s40 device?
I am developing a J2ME application. Its size is 1.5MB.
When I try to install it using Nokia PC Suite, this error appears " the application cannot be installed to the phone the file size is too big".
...
0
votes
1answer
876 views
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 ...
0
votes
1answer
157 views
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 ...
2
votes
3answers
156 views
nokia error code 217 - jar mainfest end of line
I have developed a J2ME application with J2ME Polish. Nokia now validate contents that will be submitted to the store, the challenge is that during validation of my JAR and JAD files, I get Error 217 ...
0
votes
1answer
111 views
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 ...
0
votes
1answer
231 views
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" ...
1
vote
1answer
642 views
Back to previous page in j2me with lwuit using Command
In my project I am going to on one List then clicking on the item of that List going to new Form there is another List on which by clicking going to next Form.
These Forms are not different Forms, ...
3
votes
2answers
673 views
Lwuit vs j2me-polish? and What is the advantages of LWUIT with respect to J2ME-Polish?
now we plan for develop a mobile application using j2me.
For ui we go for a framwork like LWUIT,J2me-polish,etc.
Finally we decide for LWUIT or J2me-polish.
My choice is LWUIT and my colligues choice ...
0
votes
0answers
56 views
how to add animated image in polish
I am new to this blog and and i want to know how can i make splash screen with animated image with j2me-polish.
currently i am using InitializerSplashScreen but how can i add animated image in this ...
0
votes
1answer
114 views
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 );
...
0
votes
1answer
97 views
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 ...
0
votes
1answer
210 views
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 ...
2
votes
3answers
217 views
Alternate way for setting permissions for J2me application
Currently I am using jad to set the http and Bluetooth permissions.
But I have a problem with this approach. Some of the handsets does not have support for
bluetooth API, so the phone is not ...
1
vote
0answers
251 views
HttpConnection sending another request after 30 sec
I'm writing one application in which I'm sending post request to server. The problem is that Nokia S40 series phone sends 2 request if it doesn't get response within 30 sec. I have checked the same ...
-1
votes
2answers
415 views
J2me List with filter
I am working on j2me project and i want to implement the list with search option same like contacts like when we press p then it filters all the contacts start with p. I want to implement same thing ...
0
votes
1answer
133 views
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 ...


