Hello all,
I had developed a mobile messenger application which listen on a socket connection to communicate to the server.If i leave the application idle ,i mean do not do any operation on the...
Type: Posts; User: p_joon; Keyword(s):
Hello all,
I had developed a mobile messenger application which listen on a socket connection to communicate to the server.If i leave the application idle ,i mean do not do any operation on the...
finally am able to send the System.out and System.err of the device through the same process...Only extra step to my previous post is to install the RedMIDlet.jar from APP manager.Then start the...
Hi All,
I am also getting the certificate error but EcmtAgent_MIDP.SIS of S60 3rd Edition, Feature Pack 1 installed successfully on my Nokia NokiaN73-1/3.0705.1.0.31. After following all the...
Hi All,
I am trying an application on Nokia N70 which first tries connecting on a socket connection.
If successful then it runs fine otherwise if throws ConnectionNotFoundException then it try...
Hi ramprasath,
Sorry mate no idea about the SMS format in CDMA.
which port did you tried for CDMA to CDMA communication?? I mean it is there something specific about the port?
Also please...
hi all,
Are you able to solve your problem of sending and recieving the SMS on a specific port with CDMA phones. I also tried the
same thing, its working fine for me for GMS phones(actually...
hi all,
Are you able to solve your problem of sending and recieving the SMS on a specific port with CDMA phones. I also tried the
same thing, its working fine for me for GMS phones(actually...
Hi All,
i got the IP address of my phone while connecting on a http connection through GPRS but in the same application I am making a socket connection as well..(client socket connection)....but...
thanks for your reply patrib..but here my server will accept the request in XML format only and i should not append that in string format..
I think xmlpullparser would be a help here..
Am searching...
Hi All,
Could someone please guide me about Xml generation on phone.I know we can parse xml using Kxml parser and some other parsers are there.
But my scenrio is like this..if user gives user-id...
Are you ysing eclipse ME...because i also get this error sometimes...and i never used VOIP..if using eclipse ME then try creating a new project with new workspace..
But not sure about your problem,...
not very clear with your problem but I am using progarud from quite some time now and dont face any problem like whatever you mention...Yes i gave obsfuscate your jar file...if you want
Thanks...
hi aflyingsheep,
Sorry to inform you that this is no spoon feeding platter ...search the net...there are a thousand and nine web site giving you the way to start...please dont mind..
Hi Prem,
Am also in india...but could not understand what you wanna confirm with the sim operators...nicenouman is very right...first check with your code if it is working on emulator does not...
Hi Suzior,
Are you talking about SIM contacts or Phone contacts??
In case of my application ....If i perform some updation on sim contact then phone reboots but not while updating a phone...
Hi,
It was not this problem, it was all my mistake. In some phone it requires you to manually set the permission on EDIT USER DATA and i missed it while testing on Nokia 6270 for the first...
hi,
But here on nokia forum i had read that guys are able to read and update the contacts on same phone i.e. nokia 6270. In case of my applicatoin it just shows list of 2 entries i.e. phone and...
I think you already had answer your question and as far as JSR 177 supported handsets goes, there is no phone supporting that at present.
For further assistance, this will be a helpful link for...
Yes earlier i also faced the same problem but its not any code bug...I solved it by using the following code...
ContactList contacts = null;
try {
contacts = (ContactList)...
Hi All,
I tried an application to access phonebook contact with PIM API and was successfully able to read and write new contacts on Nokia 6630 and N72...It's working OK but when i tried testing...