HI.
Is it possible to invoke a midlet using push registry for an incoming e-mail?
Type: Posts; User: sunil_talent; Keyword(s):
HI.
Is it possible to invoke a midlet using push registry for an incoming e-mail?
3) what happens If phone is busy in making a call or attending a call at the scheduled Time ?
Hi
I want to invoke my application using registerAlarm() method. Can anybody tell me what happens when
1) my device is switched off at the scheduled time
2) device is busy ( some other...
Hi j2meDev,
I worked on the "unnamed" contacts a long before . But now I don't remember.
I remember that, In WTK my application was working all right for unnamed contacts. But In Nokia S60...
Can you post your piece of code in which you are trying to retrieve the Contacts
Hi All,
I created an application which creates a RecordStore say RecStore1 using the method openRecordStore(“RecStore1”, true, AUTHMODE_ANY, true). The vendor name & midletSuite name for this...
Instead of Contact.FORMATTED_NAME use Contact.NAME.
It may fix the problem.
Hi All,
IN J2ME Using JSR 177 or any API , Is it possible to access
IMSI
ICCID
MSISDN
I think, you are not adding FN attribute to this conatct.
Ya. you are right. Just now I checked out in S40 3rd edition emulator. Its giving exception when try to read the second Note . Also countvalues() for NOTE fields always returns 1 only although it has...
These are not bugs. the problem is in your code.
Let me consider your example 5:
I think you are reading the notes by PIMItem.getString(Contact.NOTE, 0). So you are getting first note only. If you...
I think you need to change your suite settings...check the messaging settings..
(App Manager/your App/suite settings/messaging)
Put the kxml zip file inside libs folder (your project folder\verified\libs)
Can you give me the link of your discussion ? I searched for it, but I didnt get any.
// edited :
Hi
It seems that you forgot to associate your menu with setCommandListener.
The data provided by you is very less. Can you post some piece of your code ?
congrats for your success. May i have your email ID?
1. Its working for all the devices which supports JSR75? ( other than nokia )
__________________
regards
Sunil (sunilmnaik@gmail.com)
have you signed your midlet?
I hope, you knw that only signed midlet can read the IMEI.
Hi
try to give permitions to your application through
menu => installations => App. manager => yourApp => suite settings
It may fix your problem.
I hope someone else give the answer for your...
Try out in S40 , 3rd edition SDK.
To access file system , you have to use File connection API (JSR 75). You can get the sample code from PDADemo which comes with WTK
On which devices you hav tried ?
In series 40 , 3rd edition devices u can access contacts from both SIM & Phone memory
Hi arsllan,
item.getPIMList().getName() will give you the answer for your Question. (here Item refers to PIMItem)
Also notice that Its not possible to access SIM contacts in few phones...
In the beginning I liked your idea of updating the server database with the help of UID. But there is a big problem for you. Normally,
When we add a new contact, its UID will be previously added...
In nokia devices, As toSerialFormat doesn't contains UID , You need to trace the UID ( from Contact.UID) & add concat it with vCard
String. & send it to your server. I know , it will slow down...