What's new? | Help | Directory | Sign in
Google
iphone-elite
iPhone Elite Development Team
  
  
  
  
    
Search
for
Updated Nov 23, 2007 by onemanarmi
ReadSMS_ATCommands  
How to read SMS stored on iphone SIM card.

Introduction

Issue these commands in minicom to read SMSs stored on the SIM card. If PDU mode is being used, all retrieved SMS will be in human-unreadable hexadecimal format (TPDU encoded). To be able to read the retrieved SMS you can switch to text mode using +CMGF as illustrated below.

Details

//check SMS mode: 0 is PDU Mode, 1 is Text Mode

AT+CMGF?

//set SMS mode to text

AT+CMGF=1

//read all SMSs stored on SIM card

AT+CMGL


Comment by zibree, Nov 23, 2007

Please... i really apreciate contributions to the wiki, but this is a standard AT command available on any device.

Comment by nikhilh, Jan 01, 2008

So do I type these commands from the mobile terminal then? Because I'm confused as hell what 'issue these commands in minicom' means.

Comment by namjam105, Feb 07, 2008

Add Source installer : http://iphonebaidu.com/app/ Test iPhone - iPhone Simulator : http://iphonebaidu.com/test/ All Software for Apple MAC : http://iphonebaidu.com/mac-iphone/ All Software for Apple iPhone : http://iphonebaidu.com/mac-iphone/iphone.html

Install iTransformy (.swf) view for iPhone : http://iphonebaidu.com/beta/ Forum iPhone : http://iphonebaidu.com/forum/

Copyright © 2008 iPhone Baidu! Inc. All rights reserved


Sign in to add a comment