bos wrote:
I managed to solve it. Long story shot: you can put the db-file there and it will fetch everything from it.
However, in my case, the db-file contained errors (due to the error corruption, I assume). That's why everything went nuts. I managed to run an adb-shell, open the db in sqlite, use ".dump" and then ".read" it back. That way, all the dead records went away, and the phone could import the db-file without any hassle.
Unfortunately I lost the latest 300 SMS due to the corruption, but I can live with that. Atleast I learned something new.
Well done. Thanks for sharing.