Hi, I don't think adb backup will work, but you can simply create a tarball of ~phablet/ on the phone, and then copy that file over to your PC. You will need to re-install any non-default applications or scopes after re-flashing the phone if with --wipe or --bootstrap options, but can just untar all the data back to ~phablet/ after the flash.
On the phone: #: cd /home #: tar -cjvf /tmp/phablet-backup.tar.bz2 phablet/ On your PC: adb pull /tmp/phablet-backup.tar.bz2 . Then you can push it back onto the phone after flashing, and use tar -xjvf inside /home/ to recreate the files. Reboot and you should have everything back the way it was (minus needing to re-install any extra apps or scopes). On Fri, 2015-04-24 at 18:16 +0530, Guneet Narula wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I need to take a back up of my Nexus 4 Ubuntu phone. Does the adb > backup command work for ubuntu touch as well? To be precise, I want to > export all my texts to a format such as csv. I am assuming that that > will be super tough, so at least I should take a back up and try > working with the .ab file. > > I'd like to try the devel channel. > > Guneet > - -- > Web Designer & Developer > +91 9717664996 > Sputznik.com <http://sputznik.com> | LinkedIn > <https://www.linkedin.com/in/guneetnarula> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > > iQEcBAEBAgAGBQJVOjsxAAoJEJWoS77fZmp9ZKMH/RqWTj1jec5FEnlRoceQdPzr > t4iV7lUB4YnlbBtD4FgACi6f2+ofID+i/GQtpsBE6lrEP/oUFb1pMJD5B5//JJuC > Gp2XOGnEq+Yr8nVM84l9DLSvkt24QeBDOMVY1kWKxWJxGFGt+ocEXRzSmPihFPD3 > aQIHG3Q7pZPJgeWGcMr6gnf3i8TOiUlWyKaBA9HuXM1wuXoo5OX8uht9G3+XZafV > ruon40bPAEIf0pZvDp2o0ovhYdzzH+LHR/qYqqWz6HZ67WreaoTOO3UF1g6KVg2o > aXwAO/RjoEwr3reTKBVWR+JTAsMa+N8g2ewjdRS5VmsgF3YaPgkvoqb36UE5ARo= > =DqKp > -----END PGP SIGNATURE----- >
signature.asc
Description: This is a digitally signed message part
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

