|
Just wondering, on the renice applications tweak.
I want to prioritize the launcher, browser, and a couple of different apps I use regularly. I don't see the browser on the renice file, but wondering what is the maximum priority value? I assume the minimum is 1. I thought about converting the apps I use the most to system apps, and then changing the value on the system apps line to the maximum value, any thoughts about doing such? Thank you in advance
Here is what I did so far (almos nothing):
��# renice processes at wake. Credits to lpy: http://forum.xda-developers.com/showthread.php?t=1137554
# =========
### Phone dialer app ###
renice -1 `pidof com.android.phone`;
### System apps ###
renice -10 `pidof com.android.mms`; # Text message app
renice -1 `pidof com.swype.android.inputmethod`; # Keyboard
renice -1 `pidof com.gau.go.launcherex`; #go launcher
renice -l `pidof org.adwfreak.launcher`; #adw launcher
renice -1 `pidof com.sec.android.app.controlpanel`; # Task manager
renice -1 `pidof com.android.systemui`; # Status bar
renice -1 `pidof com.android.settings`; # Settings menu
renice -1 `pidof com.android.vending`; # Market app
renice -1 `pidof com.sec.android.app.camera`; # Camera app
renice -1 `pidof android.process.acore`;
renice -1 `pidof kondemand/0`;
renice -1 `pidof ksmartass_up/0`;
----------------------------------
Now I see the go launcher ex on it that I don't have. I use the stock launcher with the latest theme posted on tweaktools. If someone could post their setup so I could start from a general idea I will realy appreciate
Sent from my SCH-I510 using XDA
|