I need to invoke a midlet on my mobile phone using SMS sent from a PC or Tomcat Server. I have a midlet on my mobile phone that is listening on port 12345. I have a program that send sms using...
Hi,
I have a png wrapped in an Image object. I can draw it to screen like:
public void draw(Graphics g)
{
g.drawImage(img, 0, 0, Graphics.TOP | Graphics.LEFT);
}
...
One of my MIDP Application Form uses custom Table Item which is used to collect data from RMS recordstore and display it in the corresponding Table Item. When a new row is added to the recordS...
Hello,
I am going to buy a Nokia N95, and to develop an application that will be programmed by J2Me platform and connect to the N95 build in GPS.
Before I spend my money, I want to know i...
Hi
I'm developing a J2ME project on NetBeans 6; I need to use enums (From java5) but i get an error "enums are not supported on -source 1.3".
I wanna know where i can set the source leve...
Hi,
I know that using push registry a MIDlet can be invoked by sending an SMS (text/binary) from mobile to mobile. I want to know is it possible to invoke MIDlet using datagram ...
How do I run the J2ME application on Windows mobile. I am not getting any help on this.
thanks
Bhaskar Roy
We have an application written to run on a wide variety of mobile phones. I am busy looking at buidling a routine that can disable the power save feature on the mobile that usually kicks in af...
I need to write a routine that can be included in a Java ME midlet that will run on a large number of phones. Depending on the type of phone the appropriate code must be executed to turn off t...
Hi,
I'm running j2me on a blackberry pearl, and it has a little mouse pointer type doo-dad.
I was thinking that my Canvas extended class would receive notifications when the pointer thi...
I need to create a new Java class based on InputStream. As I need to modify the method
public int read(byte[] b, int i, int i0) throws IOException {
which I do with no problem. However I...
hi,
I am using eclipse and I am trying to display image in j2me , but the image isn't display at all.
Moreover, an exception is thrown : java.io.IOException.
I put the image file in the "re...
Hi,
I'm using a j2me TextField. I'm creating it like:
new TextField("Username: ", "", 20, TextField.ANY | TextField.NON_PREDICTIVE);
It seems like the NON_PREDICTIVE flag is being ign...
hi,
I am trying to paint a square moving through the displayable area.
My problem is when I call repaint method, it isn't clear the Canvas area. It is only call the paint method.
How can...
We have problem programming on Java ME for samsung phones. When we try to read contacts with PIM API (JSR 75).
Code example:
import javax.microedition.pim.Contact;
import javax.microediti...
Hi!
im getting the following exception when trying to encrypt data using the J2ME BouncyCastle classes:
DataLengthException: output buffer too short
Any ideas? I checked that key is c...
Hi,
Considering the following control:
private static final TextField txtMemo = new TextField("Memo:", "", 3, 2);
having a couple hundres of line of text on it, I needed a way to find some
...
I need to build a function into my program that queries the contact list on the phone, displaying the entries as a list. On selecting one of the items the mobile number of the contact is retur...