AT+cmgl without the text?

AT+cmgl without the text? SearchSearch
Author Message
Yan
Unregistered guest
Posted on Wednesday, December 14, 2005 - 04:49 pm:   

Hello,
Is there an option to recieve a list of messages without recieving the message data? or is there any option to select the headers I wish to see?
my intention is to get the list and only than read the select one.
Speed is a crucial element.
Thanks in advance
Yan
Nauman
Unregistered guest
Posted on Thursday, December 15, 2005 - 11:12 pm:   

Solution 1: Ask the user what specific message he wants to see. Depending on the phone number it came from. The you can get message by ID.

Solution 2: You get messages one by one and show it to the user like you are getting all at once. Use fork/Thread for that purpose. Show user 1st message, and then keep forking to get the other messages.

Good Luck