I'm creating a backup utility for Android and I need to read content of inbox, outbox and dratfs. How can I accomplish that on SDK v1.5?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is a content provider for accessing SMS messages, but it's not documented in the public SDK. If you use You can find more information on this Google Groups thread or previous questions on stackoverflow. |
|||
|
|
|
If you can open a connection to the internal modem and run AT commands (not sure how this is done), then you can backup in the following way (strip the comments):
You should of course wait for OK after issuing each of the commands. Refer to 27.005 and 27.007 for details of the commands. |
|||||||||||
|