«

»

Nov
04

Solve freezing problem of Google Maps on Froyo 2.2

Google Maps LogoAbout a few months ago, I got the official update to Android 2.2 from Motorola. Everything was alright, except Google Maps. Everytime I use parts of the app, my Defy freezes a short time afterwards.

Use the navigation: after about 30 km the phone freezes. View, where you are: after the third time the phone freezes. Want to check-in using latitude: the phone freezes. Accidentially swiped to the left in Google+: the phone freezes.

To solve this problem, you’ll have to have your phone rooted and BusyBox installed.


logo-app BusyBox
Stephen (Stericson)
Free   star-on-dark-imgstar-on-dark-imgstar-on-dark-imgstar-on-dark-imgstar-half-dark-img
pulsante-android-market
pulsante-appbrain
qrcode-app

The freezes are probably because some apps like Google Maps need to much virtual memory. So, the problem ist mostly solved, when you increase the minimum space that will be permanently available.

Download sysctl and open the app.

logo-app Sysctl Config *Root*
JRummy16
Free   star-on-dark-imgstar-on-dark-imgstar-on-dark-imgstar-on-dark-imgstar-half-dark-img
pulsante-android-market
pulsante-appbrain
qrcode-app

Change the first parameter from 2845 to 4096.This will modify the parameter vm.min_free_kbytes.

sysctl settingsIf you don’t want to install an app, the following commands entered in a terminal will do the same.

su;
sysctl -w vm.min_free_kbytes=4096;

I prefer using the app, because it will run automatically after each reboot and I won’t have to change the parameter again.

via

Permanent link to this article: http://project89.com/freezing-google-maps-froyo-2-2-218/

1 comment

  1. Simon says:

    Hey Nina,

    I’ve had exactly the same issues on my Motorola Bravo — but this looks like a great tip.

    Thanks for the suggestion!

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>