Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Deicist
Old
#1  
Senior Member - OP
Thanks Meter 4
Posts: 145
Join Date: May 2009
Default Possible sms fix for hero roms (also ringing speed)

taken from this thread in the dream forum, might be best contributing to that but I thought I'd start a new thread to draw attention to the 'fixing sms issues' aspect of this.

basically, renice is a linux utility for changing the priority of applications.

you run it like this:

adb shell
renice PRIORITY `pidof APPNAME`

appname is the name of an application (duh!), priority is -20 to 20, -20 being highest priority.

I'm running this at the moment:

renice -20 `pidof com.android.mms`
renice -19 `pidof com.android.phone`
renice -18 `pidof mediaserver`
renice 0 `com.google.process.gapps`

on drizzy's full v3, and I think I see an improvement in phone pickup speed and I haven't lost an sms yet.

YMMV, but it's certainly worth playing with.
 
Deicist
Old
#2  
Senior Member - OP
Thanks Meter 4
Posts: 145
Join Date: May 2009
bugger, this was supposed to go in the sapphire forum... could a kindly mod please move it?
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...