hi buddy, there is no geocoding/reverse geo tech. in j2me, it is needed to develop it yourself or you server team. google have develop a huge sorry very very huge database system where is stores all...
Type: Posts; User: manjul_saini; Keyword(s):
hi buddy, there is no geocoding/reverse geo tech. in j2me, it is needed to develop it yourself or you server team. google have develop a huge sorry very very huge database system where is stores all...
Hello, i use E71 and N79, in both saving image from a j2me app, take a bit time around 10-30 sec depends, but 1 min is too much.
as far as snapshot is concern i have no idea about how to increase...
hi, better you do all your stuff in one canvas and manage every thing with screen var which will actually tells you what to display and change screen in keypress and call repaint(), but if your aap...
hi, commands like Command.Exit, Command.Stop will work if dedicated key on mobile is pressed, that is why they are made for. like if you press U-type arrow key in sony erricsson it will exit. and red...
Hi all, i have my own E71 n N79, i tested foll code...
public void run() {
locationfindingover=false;
System.out.println("in my current lat long");
...
hi you cnt run midlet in background, but when ever a call comes, it goes in pause mode.
hi, may i know which type of prefix? either adding some number or some voice ?
hi before deleting the recordstore, simply close the rs, RecordStore object, object.closeRecorstore...... and than call
RecordStore.delete..........
hi, addRecord.....will return the id, at which it is saved, hence while deleting use this id, but ill advice rather not to del your record, rather insert some empty string over there and while...
hi, try installing via bluetooth.
hi, i cnt understand exactly....but simple three instance will be created each will refer to its respective image, either same or different, 3 images will be loaded.
hi raja, tht grt you problem is solved, if possible do explain with code about how to use JSON parser.
hi sonia, hope you are trying on mobile, well dnt forget to add permission of pushreg. before you make a build second if you app is able to wake up after some time(just try out a demo app and check...
hi tiger gave you reply, plz check and reply
hi, check out the cldc version it must be 1.1, and if problem persist than try on other emulator
hi foll. proposal are made.........in 1.1 which were not in 1.0
>>Add LocationPermission class inherited
from java.security.Permission defined in
CLDC 1.1.1 to overview chapter
“Security of...
hi solesh, i know you are a newbie but please be clear what you want to say and ask, what is index in java me i dnt know?
second if you wana retrieve a single rec or multiple rec use always...
@jitu please read the question
@solaleh
RMS is a database system, but a very small in it self, and does not support queries like in sqlite, may be in midp 3.0 we can have a support of sqlite.
hi, JAVA-ME run on the top level, below is an AMS, JavaME do not provide any api for call recording, if you need to get status of call i.e in conference or on hold etc than try mobile telephony api.
hi, you can make folder in phone memory, not a deal, deal is, do not touch the system folder of phone memory, which is not accessible to all. and security excep may be due to lack of permission.
hi i had a lil work around it, but testing for blank name...never, but if your self is adding a name, why dnt u give a white space in name? and while reading simply check if it is a white space than...
hi you could also try on RDS, but i doubt it had SD-card or not.
Hi, i dnt have to say much except what GH says, if ams try to call destroyApp, than save your data as quickly as possible in rms of in any other form.
hi you can save co-ordinates in rms. after you get longi and lati from location, simply save in rms and retrieve it later.
hi
List list=new List("MyList", int listType, String[] stringElements, Image[] imageElements)
try this. hope this works