Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,I have a sony erriccson k550i mobile connected with my laptop. I am using AT commads to interact with mobile.

When i am trying to change my mobile msg mode from PDU mode to Text mode using an AT command AT+CMGF=1,It returns a error message as +CMS ERROR 303.

how can i solve this problem?
please help me..............



Ya , i am tryying the command AT+CMGF=?. it returns (0,1).
when i give AT+CMGF=0 then it retutns OK.but it only returns error for AT+CMGF=1.
Posted
Updated 21-Jan-10 23:49pm
v2

1 solution

Revised (Ver. 2):
The information response "+CMGF: (0,1)" indicates that your phone supports both PDU mode and text mode.
It should work in Text mode as well.

Try checking your phone's functionality level using:
AT+CFUN=?

Set it to 1 for full functionality
Also check if requires PIN.
I am not very sure if these restrict changing the SMS mode, but try it once and let me know if it solves the problem.

-----
(Ver 1):
Error 303 means, the operation is not supported.
Try this first
AT+CMGF=?

This will tell you supported modes.
If the ans is (0,1) both the modes are supported.

I think your phone does not support text mode, U will have to work with PDU mode.

Hope this helps!!
Ankur Mundhra
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900