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

json.me got error in J2ME Project

Hey Hi Friends, I am working on J2ME project & I have used Json.me in project but when I have imported the org.json.me.* in my class file & try to compile it, it shows warnings & Build failed. What happening with this I don't know. This is Warnings…
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35
0
votes
1 answer

accurate age input in j2me polish

how could I take accurate age input in j2me polish? I wish to take input in the format as year, month, day. as for example 05/02/23 that means 5years 2months 23 days and also with the checking at client side for years 0-99, months 0-12, days 0-31.…
Esha
  • 33
  • 5
0
votes
1 answer

J2ME-Polish: platforms.xml example

has someone a working J2ME-Polish platforms.xml for the BlackBerry 6.0 (or for any other Java platform)? I have no idea, how that file should look like. Thanks.
Herr K
  • 1,751
  • 3
  • 16
  • 24
0
votes
1 answer

j2me polish , xmpp

i created my own chat application using j2me polish (netbeans IDE) i designed a chat screen using framed form and added a textfield with direct input property, and when sending '&' symbol, the connection closes immediately.... any ideas please.. btw…
akram
  • 1
  • 1
0
votes
1 answer

Obfuscating problem when import jar file in project

Hello I am creating a j2me polish project which jar size is very high as i am using j2me polish so i need to obfuscate the jar files everything is work perfect but now i need to include one external jar file in my project so as i am doing…
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
0
votes
1 answer

Hide tableitem border with j2me polish

I created a tableitem to list the items. I want to hide the border. Any examples or source code would be appreciated.
0
votes
1 answer

Detect wifi and network connectivity in midp

Is it possible to detect that a phone has network connectivity and/or wifi using midp ? Thanks
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
0 answers

Requirements to build J2ME mobile application?

I want to build some application on J2ME devices but I have no documentation of the device. How to get more familiar with the device details so that I can develop some applications. I want to build applications which will use the Camera, Speaker,…
dwtester
  • 35
  • 2
  • 4
0
votes
2 answers

Where can I check the available memory (heap) of phone model

Is there an online database where I can check the amount of available heap memory on a particular mobile phone ? Thanks
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

Menu (Command) using J2ME Polish and Generic MPDP2 build

I am using J2ME Polish for my application. The app itself is fairly simple but we are using polish for it's nice UI. I would like to have a popup menu (Command) that is similar to the picture attached. I am able to get this kind of UI for device…
Kiran Kuppa
  • 1,457
  • 10
  • 18
0
votes
2 answers

J2ME - Wireless Toolkit to create Custom Device

How can I create custom device emulators using the java wireless toolkit ? I have tried updating the properties file for a new device but when I update the screen size I cannot resize the screen to more than the size of the emulator (320x240 -…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
2 answers

how to add a non-selectable item to a List in J2ME

I would like to be able to add a non-selectable element to a list within a j2me screen. At the moment any item that I add to the List can be navigated to on the screen, such that it is selected and is surrounded by a black border. Is possible to…
binarycreations
  • 3,091
  • 6
  • 32
  • 38
0
votes
1 answer

use *.bmf bitmap font on LWUIt?

i make bitmap font with j2mepolish font editor , is it possible to use this bitmap font on LWUIT ? how ? thanks
mahdi
  • 16,257
  • 15
  • 52
  • 73
0
votes
1 answer

java.io.IOException: Error in HTTP operation

I am from Bangalore-India. I have developed few J2ME applications that involves client/server interaction through HTTP connection. I am testing my application on both the leading operators of the country- Airtel and Vodafone. My Midlet works fine…
Pavunkumar
  • 5,147
  • 14
  • 43
  • 69
0
votes
2 answers

Which is the best GUI tool for J2ME apps

I am doing a commercial j2me project in which I need some good Gui like tabbed pane and auto complete text boxes and I need a constant look and feel across all handsets so anyone having idea what gui tool used for commercial apps. I found j2me…