| Reply | « Previous Thread | Next Thread » |
|
How can i access my contact list from midlet.
Thanks in advance Jayakrishnan Salim |
| jayakrishnan.salim |
| View Public Profile |
| Find all posts by jayakrishnan.salim |
|
Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
raj_J2ME
Offline
Forum Nokia Champion
|
|
Hi Salim,
There are a lits of threads those are talking about the same concern.Please do search this forum or the web and you will get the information about the same.Like the URL - http://developers.sun.com/mobility/a...pim/index.html http://wiki.forum.nokia.com/index.php/PIM_Api_on_J2ME http://wiki.forum.nokia.com/index.ph...s_using_JSR_75 http://wiki.forum.nokia.com/index.ph...s_using_JSR_75 Please check that whether this is the answer for your post? Thanks R a j - The K e r n e l |
|
Join Date: Jul 2008
Posts: 329
Location: Faridabad(Delhi NCR)
ansh.chauhan
Offline
Regular Contributor
|
|
Hey buddy
Use this Vector vector=new Vector(); try { contactList = (ContactList) pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE); Enumeration contacts = contactList.items(); while (contacts.hasMoreElements()) { Contact c = (Contact) contacts.nextElement(); String home = c.getString(Contact.TEL,0); String name = c.getString(Contact.FORMATTED_NAME, 0); vector.addElement(home + "-" + name); } But i think you have to completely study about Pim i would prefer this link http://developers.sun.com/mobility/a...pim/index.html Anshu Chauhan J2me Developer |
| ansh.chauhan |
| View Public Profile |
| Find all posts by ansh.chauhan |
|
Quote:
By using PIM API you can access your contact list. Just read that api and try to access tyour contact list. Thanks |
| sharvan1981 |
| View Public Profile |
| Find all posts by sharvan1981 |
|
thanks, jitu_goldie.. KEEP TRYING.. |
| jitu_goldie |
| View Public Profile |
| Find all posts by jitu_goldie |
|
Thanks everyone, Thank you so much for replying. I am sure that this will help me a lot. Thank you once again.
Jayakrishnan Salim |
| jayakrishnan.salim |
| View Public Profile |
| Find all posts by jayakrishnan.salim |
|
Besides the doc of PIM api , the code samples always come in handy to make a quick start.
|
|
That was exactly what i needed, thank you so much praghuna.
Jayakrishnan Salim |
| jayakrishnan.salim |
| View Public Profile |
| Find all posts by jayakrishnan.salim |
|
Can i listen to mms also like the way we listen to sms?
Jayakrishnan Salim |
| jayakrishnan.salim |
| View Public Profile |
| Find all posts by jayakrishnan.salim |
|
Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
raj_J2ME
Offline
Forum Nokia Champion
|
|
I wonder if this post is related to the current,thread.Still you did not provide the detailed explanation for the same,I would prefer that you should start the new thread,
Thanks R a j - The K e r n e l |
|
Join Date: Jul 2008
Posts: 329
Location: Faridabad(Delhi NCR)
ansh.chauhan
Offline
Regular Contributor
|
|
HI Buddy download this and read this it will surely help you about mms
developer.motorola.com/docstools/articles/MMS_20060901.pdf Anshu Chauhan J2me Developer |
| ansh.chauhan |
| View Public Profile |
| Find all posts by ansh.chauhan |
|
i am sorry, i posted this in a wrong thread :)
Jayakrishnan Salim |
| jayakrishnan.salim |
| View Public Profile |
| Find all posts by jayakrishnan.salim |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Reading contacts in S40 device | knights123 | Mobile Java General | 2 | 2009-07-02 07:34 |
| Reading contacts in S40 device | knights123 | Mobile Java General | 5 | 2009-06-26 13:32 |
| Python script reading contacts blows up Symbian contact DB | RaimondasL | Python | 6 | 2007-04-24 22:36 |
| Reading SIM card contacts | sasa | Symbian Networking & Messaging | 6 | 2007-03-01 17:22 |