Jump to content

How can I restore my mmssms.tar to a desire rom?


Recommended Posts

Guest mistika
Posted

I've backed up my sms and mms before I changed to a Desire rom. Now how can I restore them?

Guest xkonni
Posted
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
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
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...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.