If I root my android phone (just so I can get access to Wifi Tethering, etc.) will that erase anything on the phone (apps, data, etc.)?
Will it change anything other than the ability to run app(s) as rooted?
If I root my android phone (just so I can get access to Wifi Tethering, etc.) will that erase anything on the phone (apps, data, etc.)?
Will it change anything other than the ability to run app(s) as rooted?
will that erase anything on the phone
Rooting itself should not erase anything (except for, maybe, temporary files created during the process). However, on some devices rooting requires to first unlock the bootloader -- and that usually includes a factory-reset (which means: all data and user-installed apps are gone -- which you can work around on Android 4.0+ performing an adb backup –apk –shared –all –f /path/to/backup.ab
before performing the unlock, and adb restore /path/to/backup.ab
afterwards, as Compro01 pointed out in below comment).
Will it change anything other than the ability to run app(s) as rooted?
Yes.¹ As the necessary binaries (usually su
, SuperUser.apk
/SuperSU.apk
, and busybox
with all its symlinks) are pushed to the /system
partition (which otherwise is mounted read-only), it will change that partition. Might sound trivial now, but the thing is: some ota-updates (and other updates shipping directly from the manufacturer/provider) first compare the partitions checksum. If that doesn't match (and it won't after rooting), updates might be refused/failing.
On the other hand: if those updates wouldn't fail, you might lose root when they are applied. If they include a full /system
image, that is.
¹ Update: With Magisk the changes described here are not applied to the system partition.
adb backup
command. adb backup –apk –shared –all –f /where/you/want/the/file
(backs up your apps and all user data) followed by adb restore /where/you/put/the/file
after you're done unlocking and before you root.
– Compro01
Apr 29 '13 at 14:47
backup.ab
is the default name if not specified otherwise. I've never heard the -f
parameter was ignored. Are you sure you hadn't a typo in?
– Izzy
May 09 '15 at 10:49
backup.ab
after its creation – just a work-around, but better than nothing.
– Izzy
May 11 '15 at 08:23
It "shouldn't" change anything other than adding permission to su
, and perhaps adding Superuser permissions app and busybox. It really depends on what method you use, though, there could be glitches that might delete something.
No Rooting does not erase anything in most of the cases, it instead provides you with extraordinary backup capabilities.
When you're rooted, you can backup almost anything (user apps, system apps, all app data, call logs, SMS, game progress, Wi-Fi access points and more) that can be easily and seamlessly restored in case of a factory reset or otherwise so loss of the data.
I root devices often. Rooting does not erase anything but if the rooting method does not apply properly, your motherboard can get locked or damaged.
It's always preferred to take backup before doing anything.
You can get your contacts from your email account but notes and tasks are stored in phone memory by default.
Also, after rooting you can install Clockworkmod recovery but do not wipe anything.