- launcherpro可以选择"保持内存" 。
- cyanogenmod设置有一个选择"锁定家庭内存中的内存" 。
如何工作?他们互相冲突吗?他们可能导致什么问题? CM版本似乎更好地工作,但导致其他应用程序关闭。
如何工作?他们互相冲突吗?他们可能导致什么问题? CM版本似乎更好地工作,但导致其他应用程序关闭。
How do these work? Do they conflict with each other? What problems might they cause? The CM version seems to work better, but causes other apps to shut down.
我将它们保留两个启用,但我已经单独尝试了它们,CM选项的工作更好。它"使其他应用程序关闭" 的事实是整个点。 Android将内存始终填充,并在需要更多内存时按需结束任务。它应该是非常聪明的,知道,根据您的用法,哪个应用程序要优先考虑,但如果您是多任务,并且手机需要更多内存,它可能会杀死LauncherPro导致它在您击中家庭时从头开始重新加载按钮。将其保留在内存中的选项使其更高优先级,因此当Android尝试释放一些内存时,它会杀死其他内存。
I keep them both enabled, but I have tried them each individually and the CM option works much better. The fact that it "causes other apps to shut down" is the whole point. Android keeps the memory filled at all times and ends tasks on demand when more memory is needed. It is supposed to be pretty smart and know, based on your usage, which apps to give priority to but if you are multi-tasking and the phone needs more memory it may kill LauncherPro causing it to to reload from scratch when you hit the home button. The option to keep it in memory gives it a higher priority so when Android tries to free up some memory it kills something else.
CM选项将与OS一起摇摆多于LauncherPro选项(因为它是CM选项来自OS本身VS App告诉操作系统不杀死自己)。
我也有更好的成功与屏幕重绘使用此方法。我认为这是CM切换应该做的事情,但这实际上是这样做的。
1)制作nandroid备份
在您的终端应用程序上 电话(如果你必须问这件事 是,谷歌它,从中下载它 市场)
su (enter) echo ro.HOME_APP_ADJ=1 >> /data/local.prop (enter) reboot (enter)
如果要撤消此命令的内容 是,只需删除切换: /data/local.prop,或者如果你没有 先前有这个文件(就像我没有) 到mod ......完全删除它
The CM option is going to have more sway with the OS than the LauncherPro option (since it is the CM option is from the OS itself vs an app telling the OS to not kill itself).
I've also had even better success with screen redraws using this method. I think it's what the CM toggle is supposed to do, but this actually does it.
1) MAKE A NANDROID BACKUP
In your terminal application on your phone (if you have to ask what this is, Google it, download it from the market)
su (enter) echo ro.HOME_APP_ADJ=1 >> /data/local.prop (enter) reboot (enter)
If you want to undo what this command does, simply remove that toggle from: /data/local.prop, or if you did not have this file (like I did not) prior to the mod...remove it entirely
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有