What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Old D1-MIUI-0.12.24.0

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.
 
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.

do you use clockworkmod recovery ?
 
do you use clockworkmod recovery ?

No. When I rooted I didn't even know there were two versions of recovery. I just found MotoCache's method and used that and SPRecovery has been so stable and problem free for me that I haven't bothered switching. Plus, people tend to talk about RM issues so I've just stuck with what I've always used.
 
do you use clockworkmod recovery ?

No. When I rooted I didn't even know there were two versions of recovery. I just found MotoCache's method and used that and SPRecovery has been so stable and problem free for me that I haven't bothered switching. Plus, people tend to talk about RM issues so I've just stuck with what I've always used.

Not telling you what to do its your phone, I have never had an issue with Clockworkmod, its what i use for my droid. I only support Clockworkmod recovery for this rom, because of the extra features it has(and its what the majority uses).
 
Not telling you what to do its your phone, I have never had an issue with Clockworkmod, its what i use for my droid. I only support Clockworkmod recovery for this rom, because of the extra features it has(and its what the majority uses).

I know, I was just explaining. I didn't realize you only supported ClockWordMod. I guess I'll just wait until the next release. Or maybe just try it and see if I get lucky.
 
What if I don't use Rom Manager? How would I clear dalvik-cache?

I only support clockworkmod recovery.....


EDIT: you are using sp recovery or something else 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

I use SPR so in Terminal Emulation

Code:
$su #cd /system/sd/dalvik-cache #rm * #reboot

If you can't cd to system this alternative will work:
Code:
$su #cd /cache/dalvik-cache #rm * #reboot

Mike
 
I use SPR so in Terminal Emulation

Code:
$su #cd /system/sd/dalvik-cache #rm * #reboot

If you can't cd to system this alternative will work:
Code:
$su #cd /cache/dalvik-cache #rm * #reboot

Mike

Thank you! Do I type it how you did or am I still pressing enter after su?
 
I use SPR so in Terminal Emulation

Code:
$su #cd /system/sd/dalvik-cache #rm * #reboot

If you can't cd to system this alternative will work:
Code:
$su #cd /cache/dalvik-cache #rm * #reboot

Mike

Thank you! Do I type it how you did or am I still pressing enter after su?

Enter as :

$su
#cd /cache/dalvik-cache
#rm *
#reboot


Sorry for the confusion. verify what file contains the dalvik and adjust accordingly
 
The plus from the thread area takes you to a composed message and shows recent contacts. If you press the contact icon with the plus sign next to it, that should take you to every contact in your phone.

Yeah that is what i do and it only shows like 7 contacts. Im not sure what the problem could be?

It will only show you contacts that have mobile numbers in your contacts. If you get your contacts from Facebook it assigns thier number as landline(home). Change the designation in edit contacts.

Sent from my Droid using Tapatalk

I didn't sync my contacts from facebook so that couldnt be the problem. Any other suggestions. I usually just use handcent because Ive never had a problem with that messaging app but I just wondered if there was a fix for my problem.
 
Nope I just put it in a zip file so I can attach it, just move the build.prop to sd card and place it in system folder with root explorer
it this a flashable like a rom..the market is the only thing holding me back from flashing 12.24 cause im still on 12.3.2.....



Sent from my Droid using DroidForums App
 
Enter as :

$su
#cd /cache/dalvik-cache
#rm *
#reboot


Sorry for the confusion. verify what file contains the dalvik and adjust accordingly

Oh, okay. Thanks, man. Now, I can flash the fix hopefully.

You don't need to do this yet. MIUI 0.12.24 doesn't create the system dex files in /cache/ because of a broken file. Jamezelle is aware of this and the fixes will include this fix as well.

The only thing you "might" have to do is clear /data/dalvik-cache/ after applying the fix he's making, but I'm fairly sure he'll include a /data/dalvik-cache/ wipe in the updater-script to force the phone to refresh the dalvikvm cache and free up some 30MBs worth of dex files located in the /data/ partition right now.

So sit tight and relax, chances are you don't need to wipe/format your dalvik-cache at all.

Edit: NVM, missed Jamezelle's post about wiping cache and wiping dalvik-cache after applying the fix he's finishing up, lol.
 
Last edited by a moderator:
You don't need to do this yet. MIUI 0.12.24 doesn't create the system dex files in /cache/ because of a broken file. Jamezelle is aware of this and the fixes will include this fix as well.

The only thing you "might" have to do is clear /data/dalvik-cache/ after applying the fix he's making, but I'm fairly sure he'll include a /data/dalvik-cache/ wipe in the updater-script to force the phone to refresh the dalvikvm cache and free up some 30MBs worth of dex files located in the /data/ partition right now.

So sit tight and relax, chances are you don't need to wipe/format your dalvik-cache at all.

Oh, okay. Thanks for letting me know. Quick question, why didn't he fix the screenshot function in his 12.18 mod?
 
Edited my post above because I missed Jamezelle's post about wiping cache and dalvik-cache after applying the fix he's working on. Sorry about that.

And as for 0.12.18 screen cap bug, he probably didn't find the fix for 0.12.18, but he sure has found a fix for it in 0.12.24.
 
Haha alright. Maybe I should try CW. Anyway, one other questions, if Jamezelle is working on a fix and so is Jrizzil, what's the difference between the two?
 
Back
Top