Hacker News new | ask | show | jobs
by pomfpomfpomf3 4387 days ago
You get to keep all your data since unlocking bootloader will wipe everything.
2 comments

Yep that's also why I did it this way. That way someone can't get in via the bootloader to grab any data if the phone is stolen.
That's what `adb backup -apk -shared -all` is for. Rootless data and app backup that can be restored after a wipe
Didn't restore most stuff for me (especially SMSs and calls) last time I tried it on my N4.
You don't need root to backup restore either of those -- but both are system apps, that's why their data isn't in an adb backup.