- Oct 19, 2013
- 24
- 0
- 0
Hi all,
I have searched but couldn't find any info.
1) what exactly happened when we do 'factory reset'? What gets restored?
In other words, if I removed/deleted some bloatware from /system/apps on a rooted phone and if I do a 'factory reset',
will those come back just as the phone was brand new? Where is this 'backup' stored?
2) Instead of installing a custom recovery and do a NANDROID backup, will it be the same if I do a bunch
of 'dd' commands directly from the partitions? Something like the following for a Note 2?
dd if=/dev/block/mmcblk0p3 of=/storage/extSdCard/efs.img bs=4096 (backup /efs)
dd if=/dev/block/mmcblk0p13 of=/storage/extSdCard/system.img bs=4096 (backup /system)
...etc..
Thank you.
mike
I have searched but couldn't find any info.
1) what exactly happened when we do 'factory reset'? What gets restored?
In other words, if I removed/deleted some bloatware from /system/apps on a rooted phone and if I do a 'factory reset',
will those come back just as the phone was brand new? Where is this 'backup' stored?
2) Instead of installing a custom recovery and do a NANDROID backup, will it be the same if I do a bunch
of 'dd' commands directly from the partitions? Something like the following for a Note 2?
dd if=/dev/block/mmcblk0p3 of=/storage/extSdCard/efs.img bs=4096 (backup /efs)
dd if=/dev/block/mmcblk0p13 of=/storage/extSdCard/system.img bs=4096 (backup /system)
...etc..
Thank you.
mike