Hi,
Remove special charactor from ur URL. Check this URL for replacing special charactor.
http://www.permadi.com/tutorial/urlEncoding/
Type: Posts; User: techendeavour_abhijeet; Keyword(s):
Hi,
Remove special charactor from ur URL. Check this URL for replacing special charactor.
http://www.permadi.com/tutorial/urlEncoding/
Hi,
For removing one particular contact, First check contact UID. then check Name and number. Below is the code that will return filtered Enumeration of contacts, Based on same userID, Name or...
Hi,
Is the 'dis' data, that you are passing in 'PIM.getInstance().fromSerialFormat(dis, "UTF-8")' Valid? Some time when we try to add special charactor like 'new line' in PIM, device get reboot....
Hi All,
I got the solution, There is one Option 'Referesh Library' on "My Stuff" > "Music"> "All Songs",
After that device includes all files on music folder.
These are the steps:
1....
Hi All,
I am downloading audio file on NokiaE71 using J2ME application. I am giving audio path as file:///C:/Data/Sounds/, But downloaded file always appear in the "Setting" > "File Manager" > "C"...
Thanks Friends,
Now problem has been resolved. Because '&' used as a seperator in URL, so I replaced it by _^_. Problem was occurred by '^' character. So i replaced it by %5e, Now it is working...
Thanks Friends,
Now problem has been resolved. Because '&' used as a seperator in URL, so I replaced it by _^_. Problem was occurred by '^' character. So i replaced it by %5e, Now it is working...
Is there any special character in r URL?
Hi All,
I am trying to make HTTPConnection for uploading image data from device to server. my application is working fine. Only the hindering part is, If image file name have special character...
Question is that, Why device returns 1 day before date when we pick B'Day using coding?
Yes, you can't get access using J2ME.
It might be some data buffer problem that you r downloading, How r u downloading data? what chunk size you have given? Check exact exception using exception.printStackTrace(). try to download small...
Is it throwing any exception on devicev side?
Is it signed application? Have you added HTTPConnection API permission in jad file?
Hi All,
I need you experties. I am trying to retrive contact's Birthdate using J2me application(PIM API's). Problem is that, If device have a TimeZone GMT-8 and set Birthdate for any contact, Then...
Hi All,
I need your help to solve my Contact's PIM related problem.
Some mobile device can store 5 to 6 phone number in one contact as a GENERAL,HOME, WORK, MOBILE, FAX, PAGER and OTHER...