0

is it possible for me to intercept the text messages that get sent to my cellphone if i connect to my cellphone via bluetooth or USB or some other connection to my computer?

i want to create a database with all of my received text messages and be able to control my cell phone through my computer by using it to send text messages

i have a regular motorola flip phone

Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
  • What OS does the cell phone use? The answer will vary somewhere between yes and no, depending on the platforms you'd like to support – Rowland Shaw Jun 09 '10 at 20:31
  • Somebody asked a similar question recently: http://stackoverflow.com/questions/2994180/getting-started-with-sms-developement Follow the links and there's an extensive tutorial on the web that looks really informative. – Greg Hewgill Jun 09 '10 at 20:32
  • it doesnt matter to me, its a motorala phone with TMOBILE on it, is there a different OS that you recommend? preferably a cheap phone please – Alex Gordon Jun 09 '10 at 20:32
  • greg, you follow it, its not so h elpful – Alex Gordon Jun 09 '10 at 20:33

3 Answers3

1

look into a program/app called PDANet. It allows you to connect via USB and have text message displayed (and you can respond to them also) on your computer.

However, I don't know if this will allow you to archive them though.

gth826a
  • 111
  • 1
  • 4
1

You can send text messages from your phone to your email address, and email messages to your phone number. I'm not sure if you could "intercept" the messages, but you could set up a smart mailbox that catches all emails with a certain tag or from a certain sender (your phone number).

Nick H
  • 158
  • 5
1

According to GSM Specification 27.005 you should be able to get indication on incoming sms.

You need to open AT Command terminal to the phone (most of the times you do that by plugging the phone to the usb, and connect to the com port that was created for it).

The command that you are looking for is AT+CNMI. Just read the specification.

NOTE: Long time ago, I've tried to do the same thing using Nokia phone and it didn't work. The phone didn't support this feature.

Dig
  • 3,850
  • 3
  • 27
  • 33