Hello everyone,
We can’t restore our profiles from our previous firefox OS phones to the new foxfooding phone (otherwise we would lose the foxfooding features and we certainly don’t want that).
For me the most important thing that I wanted to keep from my flame were my SMS history. So with the help of the telegram Firefox OS hacking channel, here is the how to:
- Plug your old phone (flame, for example) (only one phone at a time)
- In a terminal, type
- adb root
- adb pull /data/local/storage/permanent/chrome/idb/226660312ssm.files ( it’s the directory which contains the files attached to your messages: for example photos sent by MMS)
- adb pull /data/local/storage/permanent/chrome/idb/226660312ssm.sqlite ( it’s the database which contains your messages)
- Unplug your old phone
- Plug your new foxfooding phone
- In a terminal, type
- adb root
- adb push 226660312ssm.files /data/local/storage/permanent/chrome/idb/226660312ssm.files
- adb push 226660312ssm.sqlite /data/local/storage/permanent/chrome/idb/
Your SMS are now on your new phone
On linux, you need to edit /etc/udev/rules.d/android.rules and add the line:
SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", MODE="0666", GROUP="plugdev"
(0fce being for the xperia Z3C)