The Following 4 Users Say Thank You to rcastberg For This Useful Post: | ||
|
2010-12-23
, 10:57
|
Posts: 44 |
Thanked: 28 times |
Joined on Mar 2010
|
#2
|
|
2010-12-25
, 09:31
|
Posts: 20 |
Thanked: 16 times |
Joined on Jan 2010
@ Norway
|
#3
|
Just thought i would share this.
Its a simple python script to export any sms's from the phone to my gmail account.
There are a couple of parameters that have to be set in the first couple of lines, and after that i just connects to IMAP and places all the messages in a specified folder.
Limitations:
Only sms's, no chat or MMS.
Only exports the number, in future i would love to add the ability to look up the phone number before exporting them.
Its simple, but it works for me. Hope this helps sombody else as well.
Rene
edit:removed debugging line
Changes: v0.2 changed the default path search
Last edited by rcastberg; 2010-12-25 at 09:31. Reason: removed line prevenint it from working properly