Guest kwenteen Posted December 21, 2010 Report Posted December 21, 2010 (edited) Hello everyone, as I can't do a real factory reset, because I have a modded streak, Does anybody knows what does exactly factory reset function? In this way, I could do all it does properly, but manually, via ADB for example... what does it format, erase, reset, rewrite ? thanks ! Boujou bien, K. Edited December 21, 2010 by kwenteen
Guest jmhalder Posted December 21, 2010 Report Posted December 21, 2010 (edited) Hello everyone, as I can't do a real factory reset, because I have a modded streak, Does anybody knows what does exactly factory reset function? In this way, I could do all it does properly, but manually, via ADB for example... what does it format, erase, reset, rewrite ? thanks ! Boujou bien, K. erases any user and temporary data, leaves R/O partitions alone, such as /system and boot. you can NOT do it through adb while regularly powered on, you might be able to do it with adb from the recovery, dont know why you would want to. Edited December 21, 2010 by jmhalder
Guest Ced62 Posted December 21, 2010 Report Posted December 21, 2010 Yup, exactly, only erase /data and /userdata. And it won't restore any modification on /system (apps removed, modified prop files, etc ...)
Guest kwenteen Posted December 21, 2010 Report Posted December 21, 2010 (edited) erases any user and temporary data, leaves R/O partitions alone, such as /system and boot. you can NOT do it through adb while regularly powered on, you might be able to do it with adb from the recovery, dont know why you would want to. because as /cache and /data cannot be mounted automatically, Factory reset cannot erase them, and I was wondering if anything else wasn't going smoothly because of the mount error... that's it ! ;) Until now, I had to wipe cache and data manually, then factory reset, then multiple reboot, then recreate a folder in firstboot, then pray for everything to work, and sometimes, it does ! :D Thus, I wanted to see if I could use a script to act as the factory reset thing... with the mount option in it !! btw, wiping /data and /cache while system booted works, but of course crash the system a bit ... :) Edited December 21, 2010 by kwenteen
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now