have a look on this http://jcp.org/en/jsr/deta
Seems like it can be done by using j2me.
Main Topics
Browse All TopicsI'm new to j2me, i want to know is't possible to use j2me application to access to the mobile phone's address book?
E.g.
My application is a sms similar program then the program need to access to the mobile phone book to send the sms. Any acticles, code, e-book and tutorial is welcome.
thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
have a look on this http://jcp.org/en/jsr/deta
Seems like it can be done by using j2me.
But from what i read from there (http://jcp.org/en/jsr/det
‘Mobile devices’ doesn't necessarily mean mobile phones. This certain JSR (from what I've read) is aimed at PDA devices, as jimmack said.
There might be some mobile phone vendors such as Nokia, Ericson etc that will give developers an API for their particular devices but I am un-aware of any that allow access to address books and calendars.
Jimmack, please correct me if I'm wrong :)
Cheers
One last question
http://forum.java.sun.com/
From what i know from the above link. It say that for some handset you might access to the address book by using TextField.PHONENUMBER constraint. Is't correct?
Well, as shmoov said on the link you provided, it is handset dependent and only allows selection of a phone number (if it is implemented). Personally, I wouldn't count on it.
Symbian applications should be able to access the phone book since you're writing something using the native operating system and not an application in a security sandbox. However, you might want to do some serious research into how you get a symbian application onto a handset.
Business Accounts
Answer for Membership
by: OBCTPosted on 2004-07-15 at 00:49:07ID: 11556682
This can't be done as far as I know using MIDP1.0 or 2.0 due to the Java security sandbox.
It might be possible using an API developed by the phone company (e.g. Nokia, Ericson).
I could be wrong so wait for some other comments from other experts.