hi All Below is the program i got from net this is executing fine in the emulator but when i ported the application to actual device i.e nokia 7610, data was...
Hi Dear Krishna, when i tryed to run your sample programe it did give me this message Running with storage root DefaultColorPhone Warning: To avoid potential...
Hi All, This is the usual error that occurs when you use HttpConnection in MIDlets. Try to use one seprate class that will use a separate thread for ...
Hi friends I had few doubts in J2ME OBEX programming . Kindly help me in writing code for the IR communication between Server and my Mobile Handset. Thanks &...
Hello Mr Krishna adoni, The solution is as simple as i can say, you just need to Write a Thread (Runnable or any timer based) and called that hpptconnection...
Hi, Use a thread for avoiding the error. The reason for not getting the result on the Mobile phone is that the HttpConnection uses TCP/IP. So, you need to have...
Hello friends, I'm beginer in MIDP programming. Now I has i problem, that is persisten connection over HTTP transport. Does MIDP2.0 support persisten ...
MIDP 2.0 specification requires support for HTTP 1.1, which requires support for persistent connections. e.g. all transactions include appropriate lengths, so...
Gary Adams
Gary.Adams@...
Jan 3, 2006 3:02 pm
1349
Hi all; I am trying to establish the communication between the mobile and the comport of my Personal computer. I am able to establish the the comport ...
Hello friends, I want to make my mobile application colorful. I also want to make my menu colorful can anyone tell me how can i do it? Thanks in Advance ... ...
hi sunder, have u set the following properties. 1 ) port number : 0 for 1 and 1 for 2 port 2 )Bit per second (1100/300/1200/9600) this is nothing but the...
Hi pravin, yes you can make the menus in j2me game very colorful by using a separate api J2ME POLISH www.j2mepolish.org. iTS FREELY AVAILABLE AND VERY EASY TO...
Hi Mukesh I set all the bit transmission and abt data transefer rate I read the data rate from system and when wrote a logic such that it will read bit rate...
Hi friends, Generally to activate a popup we have to press select key .But I want a popup to be display automatically when any item of the List get Focus. Is...
Hello, i already gave u the answer. why dont you write a itemlistener , where u can pop up a item, as soon as the list item is selected. it is just a trick...
Hi, ive recently tried my hand at j2me programming..only to find its not my cup of tea lol...but my main goal was to create a java video player that supports...
Hi, pls refer JSR 135, i.e, Mobile Media API. "Krishneil G." <curry_boi2b@...> wrote: Hi, ive recently tried my hand at j2me programming..only to find...
Hi , just look for j2me Polish api, at following URL www.polish.org --Amit Pravin <pravin_bluebird@...> wrote: Hello friends, I want to make my mobile...
hai iam make program with include library jsr82.jar example import javax.bluetooth.... in my computer work well. but after iam download to my HP thats error ...
//you can play from recordstore too, that you might have //downloaded before, but its rough on memory //you can also play from packed resources in the jar ...
Mr.Amith, first of all you are too late to reply these message, secondly the answer what you have given is partly and universal known. if you have a right and...
Hello, I want to send a push notification to a MIDlet under the following circumstances 1) I DO NOT want to use sms 2) The IP is NOT static Is there a way I...
Hi, in simple, i can suggest you one thing just in the push setting change sms to your Remote ip and in your code , in the notification function, try it out,...
Thank you for the reply. But if my application midlet is NOT running and i want to awaken it , how do i get the remote IP address if it is not static ? thank...
Hi Does anyboby have some experience with do a post from midlet and receive data from a remote datebase. Must I use webservice or is there other ways? The...
I have identically problem, Does anyone has some simple MIDlet code to listening for receiving wap push?, and who have free PPG server? I just read at:...