Hi all, i manage to code some J2ME code to detect some signal coverage.
But the requirement is to detect the WIFI signal only.
i have browsed the URL, http://www.cuso4.be/projects/compon...
I want to write an application using J2ME (targetted to MIDP 2.0 handsets) in which I need to access messages from Native Inbox.
Thanks
I'm trying to replace all the special characters in a string with the escaped version.
The special characters for regex are: $ ^ + \ ?
I'm trying to do this so that I can send a string to ...
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 am trying to load a png image from SVG in a J2ME midlet. when i check the SVG in viewer it works fine. but when i load the image in j2me i get this error
returning broken image
getE...
I want to receive SMS using J2me MIDlet. But the SMS is going directly to INBOX. I am using Push Registry and listening to Port 0 but still MIDlet is not able to receive the SMS and it goes to...
We're building mobile payment solution using J2ME in client side.
How we can we create signature in client side so the server have no doubt that the client is the authorize one.
Please advise.
Hi, I use following lines to get httpConnection:
mHttpConnection = (HttpConnection)Connector.open(url);
The first time I invoke servlet, I provide password and user name in url. But when s...
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...
I want to get a unique identifier from a cell phone. It can be a phone number or SID or really anything.
I'm using J2ME and the netbean's mobility package
I was wondering the differents ways to send emails in a secure way in j2me without using Java Servlets.
Can someone send me some code ?
Dear experts,
I am writng a J2ME tracking application for Nokia 6110.
While i am able to retrieve the gps for some time , after 9 minutes i get the exception: "Location request timed out...
Hi,
I've written a j2me applicatiion and managed to save data for various fields in a record store and get it to load again when the program reopens ... my problem is that i have no clue on...
I want to call the RealPlayer on a Nokia N73 from j2me, using a platformRequest statement passing the video I want to play as a parameter. Can anybody assist me with the syntax?
Question:
I have recently developed a client server application which is uses push registry. For this I am using 2 phones on GSM network: One which sends a push sms on specific port and other...
Hello,
I want to write an audio-player for mobile devices with J2ME. The player will run on a user's mobile phone (for instance) and will retrieve audio-files from my website and play them...
Hi!,
I want to test some http transactions from the WTK22 mobile emulator to a server but when i run the application, the emulator throws the following exception:
Error initializing HTTP...
I'd like my desktop java application to be able to upload a file to a web form that accepts files.
<form action="multFileUpload.php" method="post" enctype="multipart/form-data" name="form1"...
New to j2me. If I use J2ME open connection. for example as follows:
mHttpConnection = (HttpConnection)Connector.open(url);
In servlet, is doGet method is invoked or doPost method is invoked?
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...
Is there an alert in java that the user can copy/paste text in that has LINE BREAKS in the text, and maintain the line breaks?
So if I wanted to bring up a psuedo alert, and let the user pa...
Can anyone provide me with information on how to get started developing apps for my Amoi WP-S1 phone. Otherwise known as 3Skypephone.
I can see it uses Java, but I'm at a complete loss as t...
I'd like to put up an alert that text can be copied from. Unfortunately, the alerts that I've been generating don't let me access the text inside the alert.
JOptionPane.showMessageDialog(n...
Hi
The following piece of code for bluetooth detection and connection works(able to detect and connect to other bluetooth devices) on my Sony Ericsson K750i Phone but not on a Nokia N81(una...
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...