Click here to Skip to main content
15,896,437 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Please guide me to do a windows application for reading sms from phone to computer.I'm using android phone.
Posted
Updated 16-Mar-15 20:35pm
v2

I have searched for something like that for about one year and didn't find any kind of code or library to suport it becaue most of them are fixed to only one kind of connection to the phone. Still I'm searching for a perfect solution. My task was to send SMS over any kind of phone and the best I could do in the small amount of time I had is this:

http://www.codeproject.com/Tips/767975/Send-SMS-and-make-Calls-with-MyPhoneExplorer

A third party application that you can use without your code but it has intefraces that allowes you to send SMS and start phone calls.

To make all that on your own is possible if you concentrate on only one tipe of phones and connections. This tool takes that work from you. If someone finds something better pleas let me know :)

The AT commands look easy but there are so mutch diferences for each device you use that it can make you crazy. Sometimes you have to wait untill a message is send. Some phones didn't allow them anyway. Modems have a very small memory sise etc.
 
Share this answer
 

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