What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Droid X2 Tester

Ok buddy... try this...

Add this to the bottom of /system/build.prop

Code:
ENFORCE_PROCESS_LIMIT=false
MAX_SERVICE_INACTIVITY=
MIN_HIDDEN_APPS=
MAX_HIDDEN_APPS=
CONTENT_APP_IDLE_OFFSET=
EMPTY_APP_IDLE_OFFSET=
MAX_ACTIVITIES=
ACTIVITY_INACTIVE_RESET_TIME=

Initally I was trying to get 512mb devices to multitask better by not killing hidden apps after 30 minutes and removing the 15 hidden app limit.

See, if you try and run a 16th hidden app, one gets killed even if you have 200 mb free.

And, after 30 minutes of inactivity, a hidden app get killed even if there is 200mb free...

Stupid, eh?

So I thought that I'd try putting that stuff in build.prop and it didn't work as expected but it apparently makes the phone even more snappier and responsive, scrolls better, etc...

Not just one person... everybody who tries it seems to love it...

So... give it a go... maybe do a benchmark or 2 such as linpack and smartbench 2011
 
Type in all of that manually? No edits just straight typing?

DX2T
Copy and paste is easier... no typos either :p

Is there anyway to give priority to some apps and the rest die after like 30 min of inactivity?
I think apps die at 30 minutes anway... That's the challenge... prioritizing certain apps...

If the app is opera you can try:

echo "-17" > /proc/`pgrep opera`/oom_adj
renice -20 `pgrep opera`
 
Alright what? I might be good at fixing my phone but this is just gibberish to me lol
So I could replace the word opera with another app and it would prioritize it?

DX2T
 
And I jus add this to build prop?
How does it prioritize it exactly? Like what is it greater and less than? Will it be second to the launcher? That would be useful
Im going to try it on the browser today
DX2T
 
Works flawlessly though! My browser has stayed open all day long until I opened maps but thats heavy so expected but im liking this! Set it for texting app and music as well no problems

DX2T
 
Yes I did and from what I can tell the phone is a lot smoother, tried linpack and noticed a 10 point increase
*thumbs up*

DX2T
 
Ok.. you have 3g turbocharger installed (build.prop edits) right?

Do some speedtests with the speedtest.net app... say 5 or 7...

change the build.prop tweak to be like this....

Code:
#Homework...
#http://forum.xda-developers.com/showthread.php?t=595108
#http://forum.xda-developers.com/showthread.php?t=924440
#http://forum.xda-developers.com/showpost.php?p=5123531&postcount=46
#http://www.nickshertzer.com/wordpress/?p=600
ro.ril.hsxpa=5
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.a52=0
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=268449905
#ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.sdr=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
ro.ril.disable.power.collapse=0
Has 2 settings changes...
ro.ril.hsxpa=5 instead of 3
ro.ril.htcmaskw1=268449905 instead of 14449 (courtesy of PieceKeepr's wifi)

reboot, then do 5 or 7 tests
 
Back
Top