| Reply | « Previous Thread | Next Thread » |
|
Hey all,
I'm wondering if someone can point me in the right direction. I'd like to get ahold of the incoming phone number when someone calls me and save it as a string temporarily. Is this possible with JSR-75? And if so where can I read more about it and find examples? Also is it possible to access the phonebook with JSR-75 and get ahold of a phonenumber in a contact and temporarily save it as a string? Sincerely, Peter |
|
Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
Offline
Super Contributor
|
|
hi Peter,
welcome at FN forums! #1 not possible in any means in Java yet - there is JSR-253 Mobile Telephony API not yet implemented on any device: http://discussion.forum.nokia.com/fo...ad.php?t=86403 #2 read JSR-75 Nokia sample docs, list is within FAQ section: http://discussion.forum.nokia.com/fo...ad.php?t=85660 you can access Contacts book(s) and read phone number(s) - they are read as String, so I'm not sure what do you mean with "as string" - of course you can get that number and save it into your application variable for use at later time (for example to initiate telephone call via MIDlet.platformRequest(..) method), regards, Peter |
| peterblazejewicz |
| View Public Profile |
| Find all posts by peterblazejewicz |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|