Guest mistika Posted March 11, 2010 Report Posted March 11, 2010 I've backed up my sms and mms before I changed to a Desire rom. Now how can I restore them?
Guest xkonni Posted March 11, 2010 Report Posted March 11, 2010 I've backed up my sms and mms before I changed to a Desire rom. Now how can I restore them? linux: tar xvf mmssms.tar (should create mmssms.db) adb push mmssms.db /data/data/com.android.providers.telephony/databases/ optionally, restore original permissions. i think it works anyway, but thats the default: adb shell chown 1001 /data/data/com.android.providers.telephony/databases/mmssms.db adb shell chgrp 1001 /data/data/com.android.providers.telephony/databases/mmssms.db adb shell chmod 660 /data/data/com.android.providers.telephony/databases/mmssms.db reboot. (or find some other way to reinitialize the app, which i do not know of)
Guest mistika Posted March 12, 2010 Report Posted March 12, 2010 linux: tar xvf mmssms.tar (should create mmssms.db) adb push mmssms.db /data/data/com.android.providers.telephony/databases/ optionally, restore original permissions. i think it works anyway, but thats the default: adb shell chown 1001 /data/data/com.android.providers.telephony/databases/mmssms.db adb shell chgrp 1001 /data/data/com.android.providers.telephony/databases/mmssms.db adb shell chmod 660 /data/data/com.android.providers.telephony/databases/mmssms.db reboot. (or find some other way to reinitialize the app, which i do not know of) I did what you taught in adb shell,and then reboot,but got error for the sms app. Must I untar the file in linux? Anyway,thanks.
Guest xkonni Posted March 12, 2010 Report Posted March 12, 2010 I did what you taught in adb shell,and then reboot,but got error for the sms app. Must I untar the file in linux? Anyway,thanks. yep. just like i stated. need to read more careful...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now