当我从码头站卸下我的摩托罗拉机器人时,我的主屏幕很长一段时间。我的应用程序图标有时需要超过10秒钟,甚至更长的小部件要显示。有没有办法消除此暂停?我做错了什么吗?
注意:我正在使用launcherpro应用程序作为启动器/主屏幕应用程序,但我与默认的Android Launcher应用程序获得相同的行为。
当我从码头站卸下我的摩托罗拉机器人时,我的主屏幕很长一段时间。我的应用程序图标有时需要超过10秒钟,甚至更长的小部件要显示。有没有办法消除此暂停?我做错了什么吗?
注意:我正在使用launcherpro应用程序作为启动器/主屏幕应用程序,但我与默认的Android Launcher应用程序获得相同的行为。
When I remove my Motorola Droid from my docking station, my home screen is blank for a long time. It sometimes takes over 10 seconds for my app icons to display, and even longer for widgets to display. Is there any way to eliminate this pause? Am I doing something wrong?
NOTE: I am using the LauncherPro app as a launcher/home screen app, but I get the same behavior with the default Android launcher app.
就我读了,这发生的原因是因为Android内存管理,我读取的是因为2.2 Froyo中的一个更好的内部任务杀手,我读取了"更糟糕的" 。该应用程序在内存中不需要在内存中被标记,并且被杀死。
你可以做一些事情来减轻这种情况的频率。市场上有一个应用程序,称为 minfreemanager 它修改了一些系统配置文件以改变如何内存管理器将内存划分为活动应用程序。获取应用程序并加载预设 Aggressive
。点击 Apply
和 Apply at boot
。此外,您需要植根于此。
我所看到的另一件事是在LauncherPro设置中,转到 General Settings
并选中 Keep in memory
的框。
自两件事以来,我已经看到了托管重绘的减少。
As far as I've read, the reason this happens is because of the Android memory management, which I read was made "worse" because of a better internal task killer in 2.2 Froyo. The app is being marked as not needed in memory anymore and is being killed.
There are a couple things you could do to mitigate the frequency of this happening. There's an app on the market called MinFreeManager which modifies some system config files to change how the memory manager divides up memory to active apps. Get the app and load the preset Aggressive
. Hit both Apply
and Apply at boot
. Also, you need to be ROOTED to do this.
Another thing I've seen suggested is in the LauncherPro settings, go to General Settings
and check the box for Keep in memory
.
Since doing both of these things, I have seen a reduction in homescreen redraws.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有