Y
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
simcop2387
4386 days ago
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.
link
aroch
4387 days ago
That's what `adb backup -apk -shared -all` is for. Rootless data and app backup that can be restored after a wipe
link
gtklocker
4387 days ago
Didn't restore most stuff for me (especially SMSs and calls) last time I tried it on my N4.
link
aroch
4387 days ago
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.
link