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
1
vote
2 answers

HTTP Connection Posting data twice

I am writing an application in which I am using Http Connection to post data on a server. My App is working fine when I check it in emulator. My Webservice take too much time to generating responses and my emulator is also responding in a proper…
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
1
vote
1 answer

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 Untrusted Supplier even though I have signed my…
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
1
vote
0 answers

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 GPRS, WI-FI and BIS. These 3 work fine but I want…
happy
  • 2,550
  • 17
  • 64
  • 109
1
vote
2 answers

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 "." for that at output. but I only need numbers. I also…
Esha
  • 33
  • 5
1
vote
2 answers

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 LEFT, I have to show another one image from…
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35
1
vote
0 answers

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 up BBM with a pre-populated message. Basically,…
Buffel
  • 45
  • 7
1
vote
0 answers

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
0 answers

J2me on Mac OS Monterey

I wonder if there is a possible way to get working Java me sdk on recent Mac OS (12) natively. Last official version of sdk is from 2009 and won't launch, probably because of 32 bit architecture. If there is no way to do that, I'll use boot camp.
Publius
  • 39
  • 6
1
vote
1 answer

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 ?
user833129
1
vote
2 answers

How to use pointerPressed method for particular image?

Hi Friends, I have created one canvas form & on that i placed one image which is my button register. Now i am going to catch image touch events using pointerPressed method for only register image button. But how can i done this? can any…
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35
1
vote
1 answer

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 the same time we needs to have good ui we do have…
1
vote
2 answers

Stop eclipse adding the @Overide annotation

I am using J2ME Polish, compiling for J2ME MIDP 2.1 and using eclipse as my editor. I have been playing around with the Formatter and Code Clean settings for my project to improve code quality. Not matter, how many settings I tweak I cannot get…
binarycreations
  • 3,091
  • 6
  • 32
  • 38
1
vote
1 answer

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
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
0 answers

Can we send Email from J2ME device? Or can we send data to remote server(or local server) from J2ME device?

I want to build an application to send some data to the particular email address. For SMS and MMS, I got success but I am not able to find the way to use SMTP to send an email to the particular address. I found that J2ME does not have this option…
dwtester
  • 35
  • 2
  • 4
1
vote
3 answers

Start midlet after installing

Is it possible to start a midlet automatically straight away after the user has installed it ? So once the midlet is installed it launches.
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1 2
3
10 11