[DISCUSSION][TWEAKS][STOCK]N7000 Tweaking in Stock ROM Stock Kernel

jasonhoch

Member
May 12, 2012
37
13
0
First of all, I am not a developer nor code programmer. I am just an ordinary android user with some basic programming knowledge. Please correct me if I were wrong and sorry about my bad English.

I always wonder why my N7000 is so much lag compared to my the other GS2 i9100 since I bought it two years back. I also wonder why custom rom and custom kernel combination could make N7000 fly.

I, too, wonder if N7000 stock rom+kernel could be as snappier as custom rom/kernel. So, I decided to play around my two year old N7000 as it is out of warranty and I wont be heart broken if it is bricked . Haha.

I sincerely hope that experts in android development can point out the pros/cons about my tweaks below.

I am running [STOCK]4.1.2 N7000DXLSE in the below tweaks. I can feel the different after the tweaks. My N7000 now is noticeable faster and snappier than before.

OOM Tweaks

I come across this post when I google about OOM.
HTML:
http://forum.xda-developers.com/showthread.php?p=27269308
I had modified the settings using Auto Memory Manager which could be find here
HTML:
https://play.google.com/store/apps/details?id=com.lim.android.automemman
Foreground Application - 15mb
Visible app - 15mb
Secondary server - 15mb
Hidden Application - 15mb
Content Provider - 100mb
Empty App - 250mb

SurfaceFlinger Tweaks
I use Pimp my Rom
HTML:
https://play.google.com/store/apps/details?id=com.androguide.pimpmyrom
to modify the surfaceflinger in build.prop because I am lazy to manually edit it myself:D

windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=15000
ro.min.fling_velocity=1500

As for windowsmanager, I read the post in
HTML:
http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/
. I am totally agree with him and so I decided to make it 90.

But for Max/Min surfaceflinger, I am not sure about the values. So I decided to make it extreme which are the Max/Min number in Pimp my Rom app.

Governors Tweaks
To-be-Update