scotty85
Extreme Android User
ran across this on xda and found it interesting. im not sure who this fellow is,so take it for what its worth.
from this post
in the amon ra thread.
i found it somewhat interesting,as i have never formatted /system in my life... until droidth3ory started telling us to
i still dont know how needed it is,as the new rom replaces /system and /boot,and i dont believe it will "mix them together",so form your own opinions on wether to change you believe this to be a good idea.

in the amon ra thread.
first of all...Id like to point out some flaws in many of you guys' logic.
1. Why are you wiping dalvik cache in recovery anyway? The only reason I could see one doing this is flashing a kernel that is causing a bootloop (see #3) Dalvik cache resides in /data partition...and sometimes in both /data and /cache partitions. Which leads me to number 2.
2. I see a lot of people wiping dalvik cache, wiping cache, wiping data and then flashing a rom. Even some people doing it 3xs or more. This is pointless. If you are wiping data and cache in recovery...it deletes dalvik cache in the process. Whats the point in going in after doing this and wiping dalvik in advance options? You are wiping NOTHING when you do this. Theres nothing there to wipe. Proper wiping (to start clean with any rom), is wipe data factory reset, wipe cache, format /system under mounts and storage (and format /boot if you have a phone with the option, tbolt is not one of those phones). That removes all...and gives real results on what a rom is doing to your phone when you run one clean...which is what I do when I flash a new rom.
3. you can wipe dalvik cache in terminal like.
su
sysrw
cd /data/dalvik-cache
rm *
reboot
if you have dalvik cache located in both /data and /cache...do this
su
sysrw
cd /data/dalvik-cache
rm *
cd /cache/dalvik-cache
reboot
no need to even go into recovery for that so the argument that cwm sucks for wiping dalvik cache is pointless. Do it through terminal.
i found it somewhat interesting,as i have never formatted /system in my life... until droidth3ory started telling us to
