It is mentioned at XDA Developers that one should do Factory reset or hard reset. I'm a bit confused about what is hard reset? Factory reset I suppose is using the option in settings to reset phone to the factory state i.e. when it was unboxed.
Asked
Active
Viewed 1.3k times
1 Answers
18
A hard reset is traditionally when you kill all power to the device and then boot it up from that state. Normally you remove the battery, then put it back in and boot up. You're right about factory reset — it erases all your settings and data, leaving the OS. Unfortunately, some people use "hard reset" when they really mean "factory reset".

Matthew Read
- 50,567
- 30
- 145
- 273
Does that mean that Factory Reset is exactly the same thing as wiping /data and /cache? I would have thought from the name that it resets your phone back to its "factory" state by reformatting all internal memory and flashing each partition from an image on a real embedded ROM in your phone, but that appears not to be the case.
I guess if such a thing existed, it would be easy to restore a "bricked" phone. Manufacturers must be under a lot of cost pressure. ;)
– Lawrence I. Siden Jul 23 '12 at 10:11/system
, but a standard factory reset only hits/data
and/cache
as you say. – Matthew Read Jul 23 '12 at 15:35