2
votes
2answers
53 views
Java Midlet Deployment
So, I've develop a simple hello world midlet using the Samsung SDK 1.1.2 and I've Packaged the midlet. Now I have two files (a JAR/JAD) combination. How do I get these installed on my phone?
As you …
0
votes
2answers
60 views
Q: Convert an image form j2me to PCL3 command
Hi all
I have spent 1 week of my life trying to print image that i take from graphic object to HP Officejet H470 which support PCL3.
I try multi ways but nothing till now.
My problem was to print …
2
votes
1answer
199 views
JavaME - LWUIT images eat up all the memory
Hi,
I'm writing a MIDlet using LWUIT and images seem to eat up incredible amounts of memory. All the images I use are PNGs and are packed inside the JAR file. I load them using the standard …
0
votes
1answer
24 views
Netbeans Midlet Screen Flow Auto-Organize
I'm designing this JME application for a Nokia phone and when designing the MIDlet screen flow, my Netbeans is now bunching up all of the forms I designed on top of each other and not in some kind of …
2
votes
2answers
60 views
Midlet v/s Phone Browser app pros and cons?
How do you weight the pros and cons between a Midlet and Browser based client/server app for a phone ...
What are the pros and cons of both...
And based on your experience what will you prefer to go …
1
vote
1answer
540 views
How do you sign a Java Midlet?
Hi,
A simple question with a fairly complicated answer. How do you sign a Java Midlet so you can load it onto a mobile phone with less security prompts.
Dave
PS: This is intended to be a self-answered …
1
vote
1answer
55 views
How do I sign a Java midlet?
How do I sign a Java midlet?
0
votes
3answers
156 views
Communicating between a J2ME Midlet and PC
Hello,
How do I make a J2ME Midlet to communicate with a java program or some application on the pc through the cable connected?
Thanks
2
votes
2answers
77 views
how can Midlet calls static variable?
hi,
i have a midlet which has got a static variable. i need to keep the record of all the instances created in this variable. but it does not work like static variable. my code segments look like …
2
votes
0answers
108 views
allow users to switch between input languages inside a j2me java midlet keyboard qwerty E71 and such
Hi,
We have a midlet that needs to allow the user to switch input languages on the fly (its a dictionary type app) between several languages (say English to Arabic etc). All was charming in the "old …
2
votes
3answers
254 views
Can A Midlet invoke another Midlet?
I been looking around and at sources like this one they say that a Midlet can invoke another if they are in the same suite, or if they are in the same namespace and in the same jar file.
I do not …
1
vote
1answer
65 views
Are Hecl scripts as powerful as native J2ME midlets?
Looking over Hecl, the scripting language with a J2ME runtime, I wonder about its capabilities:
Assuming my base Midlet has methods and variables that I've written
Can the Hecl interpreter run …
1
vote
0answers
69 views
Connect midlet to server in internet via bluetooth
Hi!
I'm writing an application that's basically a midlet that connects via WiFi to a server on the internet. Everything's running fine, once I load the midlet onto the phone and start it, I get …
2
votes
2answers
67 views
Thread-safe checking variable for a midlet
Hi, I'm programming a game in j2me in the client side, that connects to a server written in java. This game is going to have a chat feature, but as a secondary feature.
For every midlet that …
0
votes
2answers
323 views
Setting Midlet Icon using J2ME-Polish
I'm using J2ME Polish version 2.0.7 together with ant to build my Midlet application. In order to specifcy the main-class, name and icon of the application, the J2ME Polish documentation suggests that …
