You Are Here:

Community: Developer Discussion Boards

#1 Old Question how to read content of sms inbox - 2009-10-21, 08:46

Join Date: Jan 2007
Posts: 37
Location: Egypt,Cairo
Send a message via MSN to mohamed shaheen
mohamed shaheen's Avatar
mohamed shaheen
Offline
Registered User
Hi,
Is their any way to read the inbox sms's in j2me ?


Regards,
Mohamed Shaheen
http://m-shaheen.blogspot.com
Reply With Quote

#2 Old Smile Re: how to read content of sms inbox - 2009-10-22, 14:04

Join Date: Dec 2008
Posts: 165
Location: Mumbai
Send a message via Skype™ to prajapati.ajay
prajapati.ajay's Avatar
prajapati.ajay
Offline
Regular Contributor
hi frnd,

it is not possible in J2me to access Sms Inbox of Device.You can send sms to Other device which will go to your inbox but you can access them

thanks


Ajay Kumar
J2ME Mobile Software Developer
Aamchi Mumbai,India
Reply With Quote

#3 Old Re: how to read content of sms inbox - 2009-10-26, 07:52

Join Date: Jan 2007
Posts: 37
Location: Egypt,Cairo
Send a message via MSN to mohamed shaheen
mohamed shaheen's Avatar
mohamed shaheen
Offline
Registered User
Quote:
Originally Posted by prajapati.ajay View Post
hi frnd,

it is not possible in J2me to access Sms Inbox of Device.You can send sms to Other device which will go to your inbox but you can access them

thanks
wht about symbian programming ? can do it ?


Regards,
Mohamed Shaheen
http://m-shaheen.blogspot.com
Reply With Quote

#4 Old Smile Re: how to read content of sms inbox - 2009-10-26, 09:25

Join Date: Dec 2008
Posts: 165
Location: Mumbai
Send a message via Skype™ to prajapati.ajay
prajapati.ajay's Avatar
prajapati.ajay
Offline
Regular Contributor
hi frnd,
in Symbian Programming it is possible...Search on Google you will get some help...


Ajay Kumar
J2ME Mobile Software Developer
Aamchi Mumbai,India
Reply With Quote

#5 Old Re: how to read content of sms inbox - 2009-10-26, 09:30

Join Date: Mar 2003
Posts: 16,950
Location: Bangkok
symbianyucca's Avatar
symbianyucca
Offline
Forum Nokia Expert
Also Wiki would have examples for this, so simle search on there would give nice examples to get started with Symbian c++.
Reply With Quote

#6 Old Smile Re: how to read content of sms inbox - 2009-11-03, 21:07

Join Date: Oct 2009
Posts: 34
cuijartija's Avatar
cuijartija
Offline
Registered User
You will try with python, its a good language and you can develop really fast your aplicattion.

For example: this code reads a sms from INBOX and delete it

import inbox
i = inbox.Inbox()
m = i.sms_messages() # read all message ID's
i.content(m[0]) # read first message
i.time(m[0]) # read the message's date time
i.address(m[0]) # read the message's sender
i.delete(m[0]) # delete the message

That's all !!

If you are insterested email me i have a good book but i dont sure if i can out the link here :)


Le Cuije
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing video on N95 using J2me Ehudm Streaming and Video 2 2009-06-19 08:02
About get a Sms from Inbox! starryshen Symbian 5 2006-05-15 08:53
how to read sms from inbox? (not receive sms) cormen General Symbian C++ 9 2004-03-24 08:53

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia