New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Roman G
Old
#1  
Roman G's Avatar
Senior Member - OP
Thanks Meter 72
Posts: 541
Join Date: Feb 2010
Location: Oregon
Default Need ADB dalvik wipe command!

Just as the title says!
I seem to have a error when I try to do it through recovery it keeps telling me to do it through ADB!

I have not wiped it in about 2 weeks and have flashed about 20 or more times, and just a moment ago I was getting some force closes, so I rebooted and the force closes were coming as fast as I could close them.
I just figured I would give it a try and see if it helps!
By the way rooted running 1.5 stock!

Thanks
Roman
 
Decad3nce
Old
#2  
Decad3nce's Avatar
Retired Forum Moderator / Recognized Developer
Thanks Meter 2735
Posts: 2,066
Join Date: Feb 2010
Quote:
Originally Posted by Roman G View Post
Just as the title says!
I seem to have a error when I try to do it through recovery it keeps telling me to do it through ADB!

I have not wiped it in about 2 weeks and have flashed about 20 or more times, and just a moment ago I was getting some force closes, so I rebooted and the force closes were coming as fast as I could close them.
I just figured I would give it a try and see if it helps!
By the way rooted running 1.5 stock!

Thanks
Roman
It still wipes dalvik, even though it shows the error.

Otherwise you can just

Code:
adb remount
adb shell
# cd /system/sd/dalvik-cache
# rm *
That should should clear it
 
aggie6600
Old
#3  
Senior Member
Thanks Meter 6
Posts: 106
Join Date: Sep 2007
What exactly is the dalvik cache anyway?