Dj Carpenter
Silver Member
What if I don't use Rom Manager? How would I clear dalvik-cache?
I only support clockworkmod recovery.....
EDIT: you could try rebooting into recovery, then via adb, do
adb shell mount /cache
adb shell mount /data
adb shell rm -rf /data/dalvik-cache
adb shell rm -rf /cache/dalvik-cache
Dang, I've never used adb haha
I need to just get familiar with EVERY aspect of anything rooted related. Even if it's something I never use.