Quote:
Originally Posted by Soul TKR
It's the "bricked my Infinity" threads that have me nervous
LOL
|
I think all of them made the mistake of choosing "wipe data" while having an old recovery installed that was not compatible with their (JB) bootloader.
If you don't do that, and you always boot manually into the recovery using the bootloader menu after first installing a new recovery, you should be safe.
Quote:
Originally Posted by sbdags
I thought an asus cold boot was the same as wiping the cache partition. Where as a normal off and on power boot does not achieve this?
|
Code:
that@ws ~ $ adb shell
root@android:/ # echo 'sbdags is wrong' > /cache/test
reboot... using the bootloader menu and doing nothing... "cold booting in 10 seconds"
Code:
that@ws ~ $ adb shell
root@android:/ # cat /cache/test
sbdags is wrong
No, it doesn't wipe the cache partition.
|