• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM] Mikfroyo - ALL Versions

Is this the first time you tried navigation since flashing MikFroyo?

yes, i was just reading through the forum and found someone having issues so i tried.

i installed 4.5.1 and it worked but before that i uninstalled 5.0 using TI and then reinstalled from market but still it did not work. i downloaded 4.5.1, 4.6 and 4.7. i'll try the other two and update.

Edit: 4.6 and 4.7 are working fine
 
Upvote 0
yes, i was just reading through the forum and found someone having issues so i tried.

i installed 4.5.1 and it worked but before that i uninstalled 5.0 using TI and then reinstalled from market but still it did not work. i downloaded 4.5.1, 4.6 and 4.7. i'll try the other two and update.

Edit: 4.6 and 4.7 are working fine

From the mikfroyo thread over at xda you just need to open up maps first for the first time.

What i did was open up maps, search directions for an address, then clicked on the navigation icon in the upper right corner. That should open up navigation.

That should be the only time you have to do that. From then on you can just open up the navigation app and use it.
 
Upvote 0
it looks like it stops or loops at the part where there is a message searching for direction.

I responded in the other thread. Did you try what I suggest there or what evoX2 suggested here?

EDIT: Just saw your edit. That doesn't change the fact that you should be able to use the other versions. Still try both suggestions with 5.0 if you like.
 
Upvote 0
I responded in the other thread. Did you try what I suggest there or what evoX2 suggested here?

EDIT: Just saw your edit. That doesn't change the fact that you should be able to use the other versions. Still try both suggestions with 5.0 if you like.


i updated to 5 again then tried evoX2 suggestion, oh actually that is how i always do it search first then navi, and still its stuck in getting directions message :(
 
Upvote 0
you just click on the app, and then press the button to turn it on, once it's on your other device will recognize the signal and it gives you a password t type in (like 1234567890) thats it

kernel is here
[GPL][Kernel]netarchy-toastmod, Stable: 4.1.9.1 Beta: 4.3.1 - xda-developers

first you need to update the radios, then once you confirmed that you did that correctly (unless you have already done it) then flash the rom (factory data wipe, cache and davlik) once the rom is installed successfully then flash the kernel (go into recovery, wipe cache and davlik, then choose zip from sd card) then there is a little trick I learned from akazabam on how to calibrate the battery with the new kernel, let me know when you get that far and i'll tell you that along with the setcpu settings that I'm running

I am using the kernel you recommend here and was wondering if you could advise me about the battery and CPU settings you are using and how to change them? Thanks in advance.
 
Upvote 0
Quick question...I've done a lot of reading and was curious if the zip Here will move the apps to the sd or do we need to do what's here? The way I am understanding it is that the first link is a zip to do what is all in the second link. Correct me if I am wrong. Also should I wipe calvik/cache prior to flashing that zip?

I am looking to do this tonight. I am nandroid backing up now.

TIA

Nick

EDIT: I found my answer:

"RECOMMENDED SETTINGS:
Scenario 1: OEM 8 GB CLASS 2 SDCard (the card that came with your phone)
MikFroyo is optimized for you out of the box. Don't do a thing with Darktremor Apps2SD. If you start running out of room for apps, you can use the Froyo Apps2SD method described above to move apps to your .android_secure folder; however, you may experience lag issues."

So basically I don't need to move my davlik cache? Or is this something totally different?
 
Upvote 0
Quick question...I've done a lot of reading and was curious if the zip Here will move the apps to the sd or do we need to do what's here? The way I am understanding it is that the first link is a zip to do what is all in the second link. Correct me if I am wrong. Also should I wipe calvik/cache prior to flashing that zip?

I am looking to do this tonight. I am nandroid backing up now.

TIA

Nick

Those are two different things. The first is a simple way to move dalvik cache (*not* apps) to the /cache partition. Basically, you have 1 GB of internal storage that is partitioned into /system, /data, and /cache. Your usable space is in /data, and it's about 430 MB. For whatever reason, dalvik cache is in /data. To keep it from taking up space you could otherwise use, that first flashable zip is a simple way to move dalvik cache to the /cache partition, then link the normal location to the new one so the system can find it. /cache is used by the system, and you have no control over its space; therefore, when you move dalvik there, you reclaim some usable space without actually moving anything off internal storage. Note that this has nothing to do with moving your apps anywhere.

The second link is for darktremor a2sd. It's main purpose is different, but it can do the one thing that other flashable zip does. A2sd is meant to be used with an ext3 partition on your sdcard. It needs this because that is the native filesystem to linux, which is required for actually executing things. Android can't actually do a whole lot with the normal fat32 filesystem on the card. Having these two separate partitions on the card allows you to use a2sd to do a number of things, including but not limited to:

  • Move all apps to the sdcard
  • Move dalvik cache to the sdcard
  • Move dalvik cache to the /cache partition

As you can see, a2sd can be used to move dalvik cache to the /cache partition as well. If you intend to move dalvik cache to the /cache partition only, just use that flashable zip. If you want to move your apps to the sdcard, even if you want to move dalvik cache to the /cache partition or sdcard as well, you should use a2sd.

EDIT: you edited your post before I finished this. Dalvik cache to /cache and the main purpose of a2sd are two different things. Your current sdcard (stock) has nothing to do with moving dalvik cache to /cache. Go ahead and move it with that flashable zip if you want to clear up a good 60 MB at the very least from /data.
 
  • Like
Reactions: nick1313
Upvote 0
Those are two different things. The first is a simple way to move dalvik cache (*not* apps) to the /cache partition. Basically, you have 1 GB of internal storage that is partitioned into /system, /data, and /cache. Your usable space is in /data, and it's about 430 MB. For whatever reason, dalvik cache is in /data. To keep it from taking up space you could otherwise use, that first flashable zip is a simple way to move dalvik cache to the /cache partition, then link the normal location to the new one so the system can find it. /cache is used by the system, and you have no control over its space; therefore, when you move dalvik there, you reclaim some usable space without actually moving anything off internal storage. Note that this has nothing to do with moving your apps anywhere.

The second link is for darktremor a2sd. It's main purpose is different, but it can do the one thing that other flashable zip does. A2sd is meant to be used with an ext3 partition on your sdcard. It needs this because that is the native filesystem to linux, which is required for actually executing things. Android can't actually do a whole lot with the normal fat32 filesystem on the card. Having these two separate partitions on the card allows you to use a2sd to do a number of things, including but not limited to:

  • Move all apps to the sdcard
  • Move dalvik cache to the sdcard
  • Move dalvik cache to the /cache partition

As you can see, a2sd can be used to move dalvik cache to the /cache partition as well. If you intend to move dalvik cache to the /cache partition only, just use that flashable zip. If you want to move your apps to the sdcard, even if you want to move dalvik cache to the /cache partition or sdcard as well, you should use a2sd.

EDIT: you edited your post before I finished this. Dalvik cache to /cache and the main purpose of a2sd are two different things. Your current sdcard (stock) has nothing to do with moving dalvik cache to /cache. Go ahead and move it with that flashable zip if you want to clear up a good 60 MB at the very least from /data.

Thanks for the answer. Funny thing is I edited my edit as I was editing. :eek: Just thought about it a little more and figured it was two different things. Appreciate the response.

Do I need to wipe the calvik prior to flashing that? Reason I ask is that I am going to flash a new kernal and from what I understand it's best to wipe cache/dalvik cache prior to flashing kernal. Can I just flash both of those in the same recovery or should I flash one first then reboot, then flash the other after I see it's stable?

Thanks.
 
Upvote 0
Thanks for the answer. Funny thing is I edited my edit as I was editing. :eek: Just thought about it a little more and figured it was two different things. Appreciate the response.

Do I need to wipe the calvik prior to flashing that? Reason I ask is that I am going to flash a new kernal and from what I understand it's best to wipe cache/dalvik cache prior to flashing kernal. Can I just flash both of those in the same recovery or should I flash one first then reboot, then flash the other after I see it's stable?

Thanks.

Did you edit your edit as you were editing with an editor? :p

Anyway, yes, you should clear dalvik when moving it just like you do when flashing a kernel. You should also flash that zip and the kernel zip in separate recovery sessions. It *might* not be a problem, but save yourself the grief and do them separately.
 
  • Like
Reactions: nick1313
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones