Tagged Questions
J2ME Polish is a suite of tools and technologies for Java ME development
7
votes
2answers
695 views
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?
4
votes
2answers
63 views
how to create popup window when pressing numeric keys in sun java wireless toolkit 2.5.2?
I want to create popup window in sun java wireless toolkit when pressing numeric keys on Mobile. I don't know whether it is possible or do need to use some additional technologies for that?
And also ...
4
votes
8answers
3k views
Can we run Java applictions on iPhone?
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 ...
3
votes
0answers
74 views
blackberry supports j2me polish classes?
Do blackberry supports j2me polish classes because when i use it with blackberry api;s in my application it shows me following error of the in built classes of the j2me polish
C:\Program ...
3
votes
1answer
85 views
How to automate keystrokes for Blackberry J2ME Application?
I am trying to do automation testing over a blackberry application written using J2ME over MIDlet architecture.
I have an application already running on blackberry devices. I am writing my TestApp ...
2
votes
3answers
125 views
Problems using the acos function in J2ME in eclipse
"I'm working with J2ME in eclipse, and need to use the method acos() belongs to the Math package, the question is that the package available for J2ME Math is not that function (limitations of ...
2
votes
1answer
56 views
j2ME Polish Getting to know if the Device is touch-enabled
my question for today is:
Is there a way for me to detect if a cellphone is touch capable by code on J2ME? Or even J2ME Polish?
Thanks for your replies.
1
vote
1answer
42 views
Certification Error in J2ME
I have problem installing J2ME application in Nokia Phone.
When I install app from PC Suite it works fine, but when I upload file on my local server and try to download app it says that App is from ...
1
vote
0answers
29 views
Can we write sms to inbox of nokia phones from j2me code without sending sms from other phones? [closed]
I have a j2me application , i want whenever user launch the application, a message like "Good Evening Or welcome" is written to his/her inbox of the phone .
1
vote
0answers
58 views
Can I use j2me app exactly on blackberry?
I have developed an app in j2me polish.This jar works perfectly fine on other devices. I want this exact app to work on blackberry. My app uses internet connection so I created 3 different jars for ...
1
vote
2answers
41 views
j2me password field with numeric entry
I have used
this.passwordTextField = new TextField( "", "", 30, TextField.PASSWORD | TextField.DECIMAL);
to get the numeric value password field. but it still takes "#" as an entry and show "." ...
1
vote
2answers
73 views
How to download images in background in j2me?
I have one canvas where I am showing one image on center. This image is downloaded by url. Actually there are more images to be downloaded, that means if user clicks RIGHT I have to show next image if ...
1
vote
0answers
268 views
How can you integrated the BlackBerry BBM SDK into an already existing Java project?
I'm trying to integrate the BBM library into an already existing app that I wrote. Basically I just want users to be able to send an invite link to other people via BBM. So all I need it to do is call ...
1
vote
0answers
37 views
How to add code in mobile application build in netbeans
I have made a mobile application using net-beans, now i want to add my code in that application but its not working, this is my first mobile application please help me out.
1
vote
0answers
67 views
How should make the TextField width is same as screen width in j2me polish?
Im a j2me developer.Im new to j2me polish.
I create a midlet,inside that midlet i placed a Form (javax.microedition.lcdui.Form).
Inside that form i placed a TextField ...
1
vote
1answer
40 views
j2me polish binary compatibility
Is it possible using j2me polish to have only one jar file that run across multiple handset ?
basically we want to have binary compatibility, and don't want different build for different handset, at ...
1
vote
1answer
132 views
how do i get save, edit, delete, and search ,MIDLET application?
I am a student. I need to make a application. I have built the GUI. Now I need to know how to do it?
I have heard about sql server compact, but does it work together with j2me? If not, something to ...
1
vote
4answers
299 views
Can I use eclipse to write j2me code?
please guys, before I download eclipse, is it possible to use it to compile j2me code, or it is used only for android applications?
I am finding netbeans difficult to work with and I was wondering if ...
1
vote
1answer
246 views
Check if verisign root certificate installed on phone
Is there a method to check what root certificates are installed on a phone using midp ?
Thanks
1
vote
1answer
467 views
J2ME Mp3 player - playing mp3 files in loop
Hi any one knows how to play list of mp3 files in a loop automatically in J2ME? Please share code if u have...
1
vote
0answers
294 views
Choice Group behavior - select element upon hover in J2ME polish
The current implementation of ChoiceGroup (view-type: verticalfixed) has three states: unselected, hover, selected. When using this component on a phone with a keypad, UP and DOWN key events hover the ...
1
vote
1answer
757 views
J2me -Polish ---Problem related to create and build the project
I am beginner of j2me-polish.I had installed j2me-polish2.1.4.As per the steps shown in below link:-
...
1
vote
2answers
206 views
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:
...
1
vote
1answer
122 views
How can I include information to my android application post compilation?
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 ...
1
vote
0answers
333 views
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 ...
1
vote
1answer
253 views
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 ...
1
vote
0answers
118 views
String.substring(index) has stoped my thread in debug mode
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 ...
0
votes
1answer
41 views
List widget is invisible in BlackBerry
Below is the snippet of my code for blackberry device. It is a list widget with 3 items.The problem is when i run it ,only title is visible in my blackberry simulator the 3 items are invisible.This UI ...
0
votes
0answers
20 views
Midlet suite was not found in Eclipse. How to resolve this?
Warning: Running JAM, Ignoring all other options (but "-Xheapsize", and OTA flags if provided)
Running with storage root C:\Documents and Settings\Admin\j2mewtk\2.5.2\appdb\QwertyDevice
Running with ...
0
votes
0answers
55 views
Can I add BlackBerry JDE Plugin & J2ME Polish Plugins togather in Eclipse ?
I have installed BlackBerry JDE Plugin in my Eclipse and then I added J2ME Polish in Eclipse. But After adding J2ME Polish , BlackBerry Plugins get removed. so Can I install both the plugins at same ...
0
votes
1answer
20 views
J2ME polish - JSON
Does J2ME polish support org.json.me package?
My polish code doesnot recognise the json jar.
What shall i do?
Kidly help.
Thanks in advance
0
votes
0answers
29 views
Other requirements with HttpConnectionFactoryException and HttpConnectionFactory classes
When I use HttpConnectionFactoryException and HttpConnectionFactory classes I get package net.rim.device.api.* missing.cI have added BlackBerry-5.0.0.jar in apps library.
And when I add <library ...
0
votes
0answers
44 views
stream not in setup state blackberry
HttpConnection httpConn = null;
DataOutputStream dataOS = null;
System.out.println("strModuleName.trim()::::"
+ strModuleName.trim());
ChangeOfDividendUrl = ChangeOfDividendUrl+ ...
0
votes
1answer
54 views
Connection get closed after some time
I have used below code for internet connection
HttpConnection httpConn = null;
DataOutputStream dataOS = null;
redemptionUrl = redemptionUrl+ ";deviceside=true";
httpConn = (HttpConnection) ...
0
votes
1answer
48 views
Exception “no ”:“ in url blackberry”
I am getting "no ":" in url blackberry" exception when I try to hit web service.
My url is like "http://url/MobileWrapper/action_name.do"
String redemptionUrl = ...
0
votes
1answer
78 views
Package of blackberry not found
I am getting the following type of error, can anyone help on this .I have used Eclipse 3.2.2 and Blackberry-5.0.0 jar,compiler compliance level 1.4,jdk 1.5 and j2mepolish-2.1.4.jar
C:\Documents and ...
0
votes
0answers
73 views
API-class was not found
Despite of adding midp-2.0.jar and cldc-1.1.jar in the project,I am getting following error .
I have used eclipse 3.2.2 and Blackberry-5.0.0 jar,compiler compliance level 1.4,jdk 1.5 and ...
0
votes
1answer
22 views
rms queries, find a phrase inside a text
I want to do a midlet application for save product with its bar code, product's name, product's description and price. Then it is going to be saved as it:
123123123-coca cola-soda-6.50
...
0
votes
1answer
107 views
unable to capture picture using camera in j2me polish?
I am developing a mobile app in j2me. Now I am converting it into j2me polish.
In my app I capture a picture using camera in mobile phone. It works fine in j2me. But it does not work fine ...
0
votes
2answers
83 views
How to post data to server in J2ME? Getting response from server Invalid API Key
I am posting some data to server but i am getting {"status":false,"error":"Invalid API Key."} response from server. My API Key is correct but where is the problem i don't know. Please friends help me. ...
0
votes
1answer
50 views
How to delete all the local database in the J2ME application
I want to refresh my J2ME application means I want to delete all the local db which the mobile contains. I know how to do above task in android application by "Clear Data" by using this we can delete ...
0
votes
0answers
67 views
VideoCamera in J2ME polish
I am making an application in j2me polish which uses camera.Firstly i tried a simple j2me camera code working perfect in j2me,but not working with polish giving exception Container not valid.Even I ...
0
votes
1answer
71 views
In J2ME, How to set Header information with HttpConnection?
I have used HttpConnection in J2ME for communication between server. I want to send some data to server with http header. Can anybody tel me how to set header information with HttpConnection. Any ...
0
votes
0answers
127 views
How can you include the BBM Java SDK via an ant build script?
I'm developing an app for BlackBerry using J2ME Polish to do the styling. I want to include functionality for sending messages to BBM contacts, but I'm running into problems including the library. I'm ...
0
votes
1answer
51 views
BlackBerry issue with Textfields in OS6
I'm developing a BlackBerry app and using J2ME Polish to do the styling. So, I'm using TextFields with styling from Polish to get user input.
The TextFields work fine in OS versions other than 6. But ...
0
votes
1answer
41 views
Unable to activate direct input mode on textfields
I'm unable to activate direct input mode on devices that don't support pointer events.
<variable name="polish.TextField.useDirectInput" value="true"/>
0
votes
1answer
112 views
J2ME Polish Textfields and Symbian^3 Touch Devices
today's question is about the use of textfields in J2ME Polish for Symbian^3 devices.
In my code I have something like this:
TextField digitValueText = new TextField ("Number", "", 1, ...
0
votes
0answers
106 views
How to use j2me polish example in netbean?
I just configured my Netbeans Ide with j2me polish. I want to test sample application of j2me polish. can any one give me idea how to use it, & how to create first project using j2me polish?
0
votes
1answer
49 views
How to create a spreadsheet with j2me or j2mePolish?
I want to create a spreadsheet like Microsoft Excel with j2me or j2mePolish. How to achieve that ?
0
votes
2answers
65 views
What are the other j2me ergonomic technologies other than Polish and LWUIT?
Are there other ergonomic technologies in j2me other than j2me-Polish and LWUIT ?