If rooting isn't required to flash a new ROM (unlocking your bootloader is), why do many people recommend rooting your device before flashing it?
Asked
Active
Viewed 296 times
1 Answers
4
I think this one really depends on the device and procedures involved in installing a new ROM. For Nexus devices, there's really no point because you can just fastboot oem unlock
the bootloader and install your new recovery with fastboot flash recovery [file]
.
Other devices, however, may force you to use tricks that require root in order to unlock the bootloader. For example, in order to install a ROM on a device which doesn't support fastboot, you may need root in order to install a custom recovery.

dotVezz
- 3,642
- 1
- 23
- 34
-
I don't remember ever having used
fastboot
, but I have CWM on some of my devices. So while some certainly require flashing it viafastboot
, there must be other means; but I'm not aware of any such method not involving root :) +1 from me :) – Izzy Dec 30 '13 at 20:48
fastboot oem unlock
the bootloader. Other devices, however, may force you to use tricks that require root in order to unlock the bootloader. However, I'm not 100% up to date on non-nexus ROM installing and such so I could be mistaken. – dotVezz Dec 30 '13 at 17:51