Hello,
In J2ME, I have one application say 'main.java' in src folder. main.java calls another midlet file say 'alarm.java' using PushRegistry.registerAlarm(). In project settings, in MID-let tab,...
Type: Posts; User: ruchitjoshi; Keyword(s):
Hello,
In J2ME, I have one application say 'main.java' in src folder. main.java calls another midlet file say 'alarm.java' using PushRegistry.registerAlarm(). In project settings, in MID-let tab,...
check time setting of ur fone.. like
GMT and off the auto time update..
hope this will work
check the time settings of ur phone.. check .. GMT time and off the auto time update... it should work...
Hi all,
I am using RMS to store n retrieve data.
I am able to store data but while retrieving, I m getting square boxes in front of the actual data.
is it problem with writeUTF and readUTF? ...
Hi people,
can u plz give a code or function name or method to de-activate an alarm in j2me.
I am able to set an alarm but dont knw how to de-activate?
ur help would be greatful..
Thnx
hi all,
I want store the names(or string) of choice groups (MULTIPLE) in RMS and retrive all the names.
i knw how to store single string value ..
outputDataStream.writeUTF(string);
but...