[Upadte 10/3/2013]{New tweaks for JB/CM}Build.prop Tweaks for improved Performance ! - Sony Xperia S, Acro S, Ion

Guys I've searched a lot of places on net and finally making a list of build.prop tweaks that i find everywhere (all at one place).. This all can really help extending the battery, improve performance and so on.....
Here are they : (would keep updating as i find more)
General Performance
debug.sf.hw=1
Edit existing line,
dalvik.vm.heapsize=48m
persist.sys.ui.hw=1
Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Saves power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=60 (can be increased to higher values)
wifi.supplicant_scan_interval=180
Raises quality of images
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
Increased Media & Streaming Performance
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
Disable sending usage data
ro.config.nocheckin=1
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
Disable black screen issue after call
ro.lge.proximity.delay=25
mot.proximity.delay=25
Disable USB Debugging icon from Status Bar. (Just the Icon, debugging remains enabled.)
persist.adb.notify=0
Makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
Improve 3g data speeds
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
Update :
Increase the volume steps in-call :
ro.config.vc_call_steps=20
By Default, android offers seven audio levels for calls. This can be altered through this command , if you want to fine adjust the volume of your voice calls. This won’t increase the volume if it’s already low. But you can manage it by more precisely.
Values
Number of steps as integers. 7-20 is recommended. 7 is the default.
To Disable Boot Animation :
debug.sf.nobootanimation=1
Increase Touch responsiveness :
debug.performance.tuning=1
video.accelerate.hw=1
Add any of these at the bottom of the build.prop using ES/ROOT explorer and save it..
Edit : Change the permissions to rw-r-r after edit (thanks to LenAsh).
Reboot
UPDATED JB TWEAKS
For Faster streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=true
Net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
Frees More RAM
persist.sys.purgeable_assets=1
Enable surface dithering
persist.sys.use_dithering=1
[(0= off, 1= on) - dont write these]
Enable on screen buttons (on any rom)
qemu.hw.mainkeys=0
More to COME ~~~!! :laugh:

Can i applied this script on stock ics?
Sent from my LT26w using xda premium

gravtec said:
Can i applied this script on stock ics?
Sent from my LT26w using xda premium
Click to expand...
Click to collapse
yeah but you need to be rooted..

[Request] can u make all scripts in zip file for flash via cwm. Its better for noobs like me. Tq and sorry my bad english...
Sent from my LT26w using xda premium

gravtec said:
[Request] can u make all scripts in zip file for flash via cwm. Its better for noobs like me. Tq and sorry my bad english...
Sent from my LT26w using xda premium
Click to expand...
Click to collapse
K will try as soon as I get some time.. Am a surgeon so free time is rare..
Sent from my LT26i using xda premium

My fault
I tried to modify build.prop, but I made a mistake, and let the two .prop files in folder (build.prop - new one and backup buildX.prop). And voila... bootloop
So I hope, that it was only because of my mistake. Anyway, I'll try it again (just modify the build.prop)

ipetrk said:
I tried to modify build.prop, but I made a mistake, and let the two .prop files in folder (build.prop - new one and backup buildX.prop). And voila... bootloop
So I hope, that it was only because of my mistake. Anyway, I'll try it again (just modify the build.prop)
Click to expand...
Click to collapse
Don't forget to change permissions.. And always have a backup..
Sent from my LT26i using xda premium

ipetrk said:
I tried to modify build.prop, but I made a mistake, and let the two .prop files in folder (build.prop - new one and backup buildX.prop). And voila... bootloop
So I hope, that it was only because of my mistake. Anyway, I'll try it again (just modify the build.prop)
Click to expand...
Click to collapse
Always have a different extension on your backup. I have mine as build.prop.bak, no bootloop.
I might be wrong, but I haven't found any problems yet.

avoid those tweaks, I followed perfectly the instructions and I got trapped into continuos bootloop.
How do I push back my build.prop backup now? I have no recovery CWM or similar.

cabi.costa said:
avoid those tweaks, I followed perfectly the instructions and I got trapped into continuos bootloop.
How do I push back my build.prop backup now? I have no recovery CWM or similar.
Click to expand...
Click to collapse
These tweaks never cause boot loop unless you don't know how to use them.. And if you followed the instructions, it's written in there that have a NANDROID backup..
Re Flash your rom now.. And then restore via titanium backup..
Sent from The Beauty - Xperia S

cabi.costa said:
avoid those tweaks, I followed perfectly the instructions and I got trapped into continuos bootloop.
How do I push back my build.prop backup now? I have no recovery CWM or similar.
Click to expand...
Click to collapse
-Harsh- said:
These tweaks never cause boot loop unless you don't know how to use them.. And if you followed the instructions, it's written in there that have a NANDROID backup..
Re Flash your rom now.. And then restore via titanium backup..
Sent from The Beauty - Xperia S
Click to expand...
Click to collapse
I followed your instructions perfectly mate and it's not the first time that I have to deal with an editing of the build.prop.
Also I'm not saying it's your fault. BUT, those tweaks are causing bootloop.
I can't stand a reflash of the rom because I have too many things on the current one that I really can't lose.
In Q&A section I asked for help.

cabi.costa said:
I followed your instructions perfectly mate and it's not the first time that I have to deal with an editing of the build.prop.
Also I'm not saying it's your fault. BUT, those tweaks are causing bootloop.
I can't stand a reflash of the rom because I have too many things on the current one that I really can't lose.
In Q&A section I asked for help.
Click to expand...
Click to collapse
In that case, unzip your downloaded rom, push default build.prop via adb..
Sent from The Beauty - Xperia S

search Build.prop editor
How can i edit Build.prop on my PC ??

[email protected] said:
How can i edit Build.prop on my PC ??
Click to expand...
Click to collapse
Using notepad++
Sent from The Beauty - Xperia S

Is there any way to minimize the size of the hw keys,..?? Just the half as of now?
Sent from my masterpiece Xperia S...Proudly.!!

sagardrokr said:
Is there any way to minimize the size of the hw keys,..?? Just the half as of now?
Sent from my masterpiece Xperia S...Proudly.!!
Click to expand...
Click to collapse
Use this tutorial mate.
http://forum.xda-developers.com/showthread.php?t=1844878

-Harsh- said:
Use this tutorial mate.
http://forum.xda-developers.com/showthread.php?t=1844878
Click to expand...
Click to collapse
Bro if I am getting you right, I am on a locked bootloader. So I can't have twrp.. Is that you want ti suggest, no?
Sent from my masterpiece Xperia S...Proudly.!!

Didn't knew you were on locked Bl..
push it through adb.

-Harsh- said:
Didn't knew you were on locked Bl..
push it through adb.
Click to expand...
Click to collapse
That's gonna be hard. Í have never used adb before.. I'll try though..
Sent from my masterpiece Xperia S...Proudly.!!

What about a zip file I can flash to make things easier?
That would be the most helpful. I'll donate if it works good

Related

[MOD] HOW TO set the default HOMESCREEN TOUCHWIZ 3.0

Hi guys,
I want to explain how to change the homescreen of our Samsung Galaxy S i9000 with Android TouchWiz 3.0, so that we can choose our default page every time we press the HOME button.
In LauncherPro this is very simple, just go into Settings and set the correct parameter, whereas using the TouchWiz seems that there is no way to do that, then that will help here and I will explain what to do!
First of all:
- The default homescreen is the first, the page number 1;
- In Android TouchWiz the count start from 0, so the first page is 0, the secon is 1 ecc...
What we need:
- Fist of all you need to root your Samsung Galaxy S with STAND ALONE ROOT PROCEDURE by Leshack, all credits to him;
- Download from Android Market Estrongs File Explorer, all credits and thanks go to the autors of this powerfull application that has also the root option, or whatever file manager you want, the important is that you can take root access to the /system folder (you can also buy and download Root Explorer)!
- Start the File Manager, take the root access on /system, make a backup copy of default.prop, then edit it;
- suppose that we've 5 screens and i want to set the third screen as homescreen, we must modify the file in this way:
#############################
# #
# Files created by SPRC #
# #
#############################
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.am=android-samsung
ro.com.google.clientidbase.vs=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
#sets TouchWiz Launcher default screen
ro.csc.homescreen.defaultscreen=2
#sets TouchWiz Launcher screen count
ro.csc.homescreen.screencount=2
Click to expand...
Click to collapse
- like you see, i've deleted the # from the front of the two lasts strings and set the screen writing 2 (i rember that we start from 0);
- Save the file and restart the phone;
- well done, we have set the homescreen!
Disclaimer
This mod is free to use, but at your own risk. I take no responsibility for any conflict, fault, or damage caused by this appling morph theme. No warranties of any kind are given. I have tested my product and have not found any problems with it.
Very Nice!!! this is better scrolling to the left and the right from the homescreen! much more functional now,touchwiz
edit: now only infinity scroll is yet to be enabled
Very nice! For those who use the TouchWiz homescreen this is great, but I much much much prefer LauncherPro
tommy34 said:
Very Nice!!! this is better scrolling to the left and the right from the homescreen! much more functional now,touchwiz
edit: now only infinity scroll is yet to be enabled
Click to expand...
Click to collapse
Yes man, you are right!
Onraad said:
Very nice! For those who use the TouchWiz homescreen this is great, but I much much much prefer LauncherPro
Click to expand...
Click to collapse
Yes i think too that the LauncherPro is better, but this, also, is no bad.
Think that this mod is for everyone wants to stey with the default launcher.
socket84 said:
Yes i think too that the LauncherPro is better, but this, also, is no bad.
Think that this mod is for everyone wants to stey with the default launcher.
Click to expand...
Click to collapse
Yes this is awesome for those who use TouchWiz, cause 7 screens starting at screen 1 sucks balls!
Update: Sigh i m too fast to conclude, reboot bring the home screen to page 3 (as i set 3), but pressing home button bring me to page 1. Add in ro.csc.homescreen.screencount=3 reboot home screen started as 1 zzzz
##
Thanks you it works! But i just insert below string in the default.proc
ro.csc.homescreen.defaultscreen=3
##
My default.prop doesn't contain those line at all.
Is this because I'm still on the original JF3 firmware?
so if press the home button,it will go back to the page that u set as default?
MarvinTheAndroid said:
My default.prop doesn't contain those line at all.
Is this because I'm still on the original JF3 firmware?
Click to expand...
Click to collapse
becouse old f/ws have default on 4.
MarvinTheAndroid said:
My default.prop doesn't contain those line at all.
Is this because I'm still on the original JF3 firmware?
Click to expand...
Click to collapse
Are u sure that the file is in /system and not in / ??
There are 2 default.prop, one in /system another one in the /
Thee second one is different from the first one, and if you mod the one that is in / you have to add the strings couse there aren't.
In the /system/default.prop there are the two strings to modify!
Sent from my GT-I9000 using XDA App
This is the contents of the default.prop in /system:
Code:
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.am=android-samsung
ro.com.google.clientidbase.vs=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=2.1_r2
Dexter666 said:
becouse old f/ws have default on 4.
Click to expand...
Click to collapse
Old firmwares have default on 4? I'm pretty sure that was never the case on my phone!
Edit: Regardless, if the file does NOT match what is posted by the OP you should probably hold off applying this just yet unless you know very well what you are doing.
Grate work now I've got 3 on each side.
MarvinTheAndroid said:
This is the contents of the default.prop in /system:
Code:
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.am=android-samsung
ro.com.google.clientidbase.vs=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=2.1_r2
Click to expand...
Click to collapse
First of all backup your default.prop, then add this 2 strings changing the number of default homescreen:
#sets TouchWiz Launcher default screen
ro.csc.homescreen.defaultscreen=2
#sets TouchWiz Launcher screen count
ro.csc.homescreen.screencount=2
Click to expand...
Click to collapse
It will work only if the JF3 can read this new istructions...
Let me know!
hassan said:
Grate work now I've got 3 on each side.
Click to expand...
Click to collapse
Thanks man!
Added those lines to the default.prop in /system and restarted the phone, but the hack doesn't appear to work with the JF3 firmware.
MarvinTheAndroid said:
Added those lines to the default.prop in /system and restarted the phone, but the hack doesn't appear to work with the JF3 firmware.
Click to expand...
Click to collapse
Probably is the time to UPGRADE to I9000XWJM2!!
Thanks a lot, this makes it a lot better to use
socket84 said:
Probably is the time to UPGRADE to I9000XWJM2!!
Click to expand...
Click to collapse
U are rite, but afraid tat after up to JM2, alreday JMn+2.
Off topic a bit, so titanium backup can help to backup all my user application & restore after flash to JM2? Me lazy to reinstall all the apps
Thanks for this great tip.

[Tweaks][ICS] Tweak It Package. update V3 (27-06-2012)

Hi Everyone,
I'm proud to present you ICS-Tweaks V1 it's For CM9 BY GALAXY ICS TEAM
(EDIT: YOU CAN USE THIS WITH ALL CM9 VERSIONS!)
Fueteres
Code:
What's inside of here?
- Adrenaline Engine V4.2
- SRS Audio effects True bass
- Increased Battery life and Better deep Sleep
- You now be able to set your DPI lower than 160 without Phone FC
- Build.prop tweaks
- Apps removed from V3 and higher
WARNING:
Code:
Your waranty is now Voided
- when you flash a Custom Rom/Tweak Package/Mod Your waranty is voided
- I'm not responsible for any damage to your device
- Becarefull with Flashing
- Always make a Nandroid backup In CWM
Downloads
Code:
Downloads:
V1: [URL]http://www.mediafire.com/?a0f6m79074k43x6[/URL]
V2: [URL]http://www.mediafire.com/?76ws5wizyde6n7s[/URL]
V3: [URL]http://www.mediafire.com/?5i5ab3aitx1cgw8[/URL]
(V1 do not Contains Build.prop tweaks yet From V2 build.prop tweaks are supported!)
Adrenaline Engine V4.2:
http://forum.xda-developers.com/showthread.php?t=1604321
CM9 Nightly:
http://forum.xda-developers.com/showthread.php?t=1414173
Thanks
Hope You Guys will like it
Many Thanks to VoetbalRemco He solved my Status 7 Error In CWM
Changelog
Changelog V1:
- Intial release
Changelog V2
- Added build.prop tweaks
- Better Launcher!
- Better Music app
Changelog V3
- Removed apps
can i use this with v6
angel_boulevard said:
can i use this with v6
Click to expand...
Click to collapse
This is for all CM9 versions
He means v6 supercharger I think
Sent from my GT-S5660 using xda premium
vangerken said:
He means v6 supercharger I think
Sent from my GT-S5660 using xda premium
Click to expand...
Click to collapse
Oh okay i think it's possible i'm not sure
great job safariking battery life is extremely(also using juicedefender ultimate) increased and performence is just aswome again thanks
Yeah, nice, but inside this there aro also apps. Would be better, if there were only tweaks
wojtek267 said:
Yeah, nice, but inside this there aro also apps. Would be better, if there were only tweaks
Click to expand...
Click to collapse
True..
Tweak package should contain tweaks, or apps that should tweak the system, wich flipboard doesnt
Sent from my GT-S5660 using xda premium
maybe safariking can make a tweak only package in that case?
wanting to try this, but the included apps make me be doubtful of doing it
drdnght mrk lazarus said:
maybe safariking can make a tweak only package in that case?
wanting to try this, but the included apps make me be doubtful of doing it
Click to expand...
Click to collapse
You have root acces so you can get rid of it with apps like root explorer or even easier, titanium backup
Sent from my GT-S5660 using xda premium
I just deleted the files I didn't want from the zip file
but on another note, I thought CM9 left you with 4MB free on /system
the zip is 10MB large, wouldn't it conflict?
drdnght mrk lazarus said:
I just deleted the files I didn't want from the zip file
but on another note, I thought CM9 left you with 4MB free on /system
the zip is 10MB large, wouldn't it conflict?
Click to expand...
Click to collapse
It does.
You need to free it by removing unnessary apps, sounds, etc etc..
Sent from my GT-S5660 using xda premium
V3 ready
safariking said:
V3 ready
Click to expand...
Click to collapse
Code:
- FlipBoard
- Youtube
dunno if you saw it already, but since V3 has ''no apps'' maybe remove this from feature list ..
great by the way, not its really a tweaking package ;0
safariking said:
V3 ready
Click to expand...
Click to collapse
Can we use it in Galaxy Mini?
Surely after applying build.prop modifications for tass
Best Regards
mr.faridcom said:
Can we use it in Galaxy Mini?
Surely after applying build.prop modifications for tass
Best Regards
Click to expand...
Click to collapse
should be, but also note that density is problably changed, wich is also in the build.prop.
voetbalremco said:
should be, but also note that density is problably changed, wich is also in the build.prop.
Click to expand...
Click to collapse
I noticed it, but I mean the system folder
Is it compatible with tass ?
- I will try and giving feedback in the evening
Surely I'll order permission from OP after completion of work.
Thanks a lot
mr.faridcom said:
I noticed it, but I mean the system folder
Is it compatible with tass ?
- I will try and giving feedback in the evening
Thanks a lot
Click to expand...
Click to collapse
- Adrenaline Engine V4.2
- SRS Audio effects True bass
- Increased Battery life and Better deep Sleep
- You now be able to set your DPI lower than 160 without Phone FC
- Build.prop tweaks
- Apps removed from V3 and higher
- adrealine engine, some tweaks may not work, but not all of them work for ICS as its for gingerbread. but shouldn't be different on tass
- audio should be fine
- deep sleep? problably just tweaks in build.prop or init.d. as long as its not a kernel
so it should work, if you modify build.prop to tass
In the updater-script file, there's no command to setting permissions for build.prop file,
Am I wrong ?!!!
Best Regards

[MOD] build.prop tweaks

i will keep updating as i play arround with diferent values. if you have any other tweaks you want to add let me know and i will add to the list.
add or edit existing lines to build.prop with text editor. you can do it with rootexplorer or copy it to the sd card and open on your computer using notepad++ or any other text editor and then push it back using abd or root explorer. these should help with performance and battery life.
*MAKE SURE YOU MAKE A NANDROID BACKUP FIRST*
Note: if you dont know what you are doing please dont try. read first and make sure you understand what you are doing and make a backup before doing any mods. i am not responsible for messing up your device but the s3 community and i may assist.
Edit Existing lines:​
PHP:
dalvik.vm.heapgrowthlimit=256m
better scrolling:
PHP:
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Signal and data:
PHP:
ro.ril.hsxpa=3
ro.ril.gprsclass=12
Add to the end of build.prop:
batter battery: ro.mot.eri.losalert.delay=1000 might break tethering
PHP:
ro.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=100
ro.mot.eri.losalert.delay=1000
Video acceleration and hw debugging
PHP:
debug.performance.tuning=1
video.accelerate.hw=1
Better audio and video recording quality:
PHP:
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
Better image quality:
PHP:
ro.media.enc.jpeg.quality=100
Gives better image quality when enabled(1) but lowers performance:
PHP:
persist.sys.use_dithering=0
Dalvik VM tweaks:
PHP:
dalvik.vm.startheapsize=8M
dalvik.vm.dexopt-flags=m=y
dalvik.vm.execution-mode=init:jit
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
Rings faster when dialing:
PHP:
ro.telephony.call_ring.delay=0
Phone sleeps better:
PHP:
pm.sleep_mode=1
disables android debugging notification:
PHP:
persist.adb.notify=0
Frees up more ram when needed
PHP:
persist.sys.purgeable_assets=1
faster streaming:
PHP:
media.stagefright.enable-meta=true
media.stagefright.enable-record=false
disables waking up with volume rocker:
PHP:
ro.config.hwfeature_wakeupkey=0
signal and data tweaks:
PHP:
ro.ril.hep=1
ro.mot.eri.losalert.delay=1000
ro.ril.enable.dtm=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
UPDATE 6/27 (should give better net speeds than the previous values):
PHP:
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
Use Google DNS:
PHP:
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
No boot animation
PHP:
debug.sf.nobootanimation=1
What changes does this make?
Markdental said:
What changes does this make?
Click to expand...
Click to collapse
it gives you a better benchmark score. i had snapshots but my phone is hard bricked so i cant post them. but i did get to pull the buildprop before it bricked. it gives the phone better performance and makes it run smoother. theres also some tweaks that are supposed to increase data speeds but i was still testing those. then there are some tweaks that save battery and a few that give you better picture and video quality.
fcortes626 said:
ro.HOME_APP_ADJ=1
Click to expand...
Click to collapse
This used to force the home/launcher into memory. ICS no longer supports this setting.
zaventh said:
This used to force the home/launcher into memory. ICS no longer supports this setting.
Click to expand...
Click to collapse
thanks for the info. i will remove it.:good:
fcortes626 said:
i will keep updating as i play arround with diferent values. if you have any other tweaks you want to add let me know and i will add to the list.
add or edit existing lines to build.prop with text editor. you can do it with rootexplorer or copy it to the sd card and open on your computer using notepad++ or any other text editor and then push it back using abd or root explorer. these should help with performance and battery life.
Edit Existing lines:​
PHP:
dalvik.vm.heapgrowthlimit=256m
windowsmgr.max_events_per_sec=300
ro.ril.hsxpa=3
ro.ril.gprsclass=12
Add to the end of build.prop:
PHP:
rio.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=100
debug.performance.tuning=1
video.accelerate.hw=1
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
ro.media.enc.jpeg.quality=100
persist.sys.use_dithering=0
dalvik.vm.startheapsize-8M
dalvik.vm.dexopt-flags=m=y
dalvik.vm.execution-mode=init:jit
ro.kernel.android.checkjni=0
ro.chernel.checkjni=0
ro.telephony.call_ring.delay=0
pm.sleep_mode=1
persist.adb.notify=0
persist.sys.purgeable_assets=1
ro.mot.eri.losalert.delay=1000
media.stagefright.enable-meta=true
media.stagefright.enable-record=false
ro.config.hwfeature_wakeupkey=0
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=7
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
Click to expand...
Click to collapse
Some of these don't do anything and are for gb and they all require updater perm....
Sent from my HTC Desire HD using xda premium
wait what?!? first post, is build.prop modifications
your second post you say your phone is hard-bricked? yea i'll get right on applying your mods:silly:
@ OP
Please explain what each of these mods do to the system. If you dont know what they do then how will you know whether they work on the S3 and exactly how they will affect the system.
If you dont know exactly what each mod does then please do not use other people as testers until you know how they work and if they are safe.
MArk.
DO NOT USE
video.accerlerate.hw=1
I thought I would enable this and see if it made gaming a little better on some of the games we have issues with....like an idiot i forgot to nandroid before hand, and my stock nandroid is on my external SD...i'm now stuck in a bootloop with no way out aside from odin, which on all 3 of my computers crashes with error report.... anyone have any ideas??
nonmindo said:
DO NOT USE
video.accerlerate.hw=1
I thought I would enable this and see if it made gaming a little better on some of the games we have issues with....like an idiot i forgot to nandroid before hand, and my stock nandroid is on my external SD...i'm now stuck in a bootloop with no way out aside from odin, which on all 3 of my computers crashes with error report.... anyone have any ideas??
Click to expand...
Click to collapse
Reflash the rom your own now unless you erased it off phone....always keep a rom on phone for situations like this
cwalker0906 said:
Reflash the rom your own now unless you erased it off phone....always keep a rom on phone for situations like this
Click to expand...
Click to collapse
i normally do!! just forgot that the recovery cant read the external sd yet, and thats where all my backups are...hopefully soon, just read that they have the recovery pointing to the external sd on the international sgs3, so hopefully soon we will have it for ours.... i guess its back to the sensation till then
nonmindo said:
i normally do!! just forgot that the recovery cant read the external sd yet, and thats where all my backups are...hopefully soon, just read that they have the recovery pointing to the external sd on the international sgs3, so hopefully soon we will have it for ours.... i guess its back to the sensation till then
Click to expand...
Click to collapse
Op mentioned that he bricked his phone so he is probably in the same situation as you.
This should be closed and content should be deleted from op.
Sent from my HTC Sensation 4G using xda app-developers app
nonmindo said:
DO NOT USE
video.accerlerate.hw=1
I thought I would enable this and see if it made gaming a little better on some of the games we have issues with....like an idiot i forgot to nandroid before hand, and my stock nandroid is on my external SD...i'm now stuck in a bootloop with no way out aside from odin, which on all 3 of my computers crashes with error report.... anyone have any ideas??
Click to expand...
Click to collapse
It had no effect on my phone with that line......booted up fine and is working just fine..
uoY_redruM said:
It had no effect on my phone with that line......booted up fine and is working just fine..
Click to expand...
Click to collapse
well it most certainly is not booting on my phone, only added that line
nonmindo said:
well it most certainly is not booting on my phone, only added that line
Click to expand...
Click to collapse
I hope you did not spell it like you did in your post. That might be a problem.
nonmindo said:
well it most certainly is not booting on my phone, only added that line
Click to expand...
Click to collapse
You can edit your build.prop while in recovery. Boot to recovery, go to Mount settings and mount /system, do an "adb pull /system/build.prop", modify it, then "adb push build.prop /system/build.prop". Clear caches and reboot.
kscasper13 said:
wait what?!? first post, is build.prop modifications
your second post you say your phone is hard-bricked? yea i'll get right on applying your mods:silly:
Click to expand...
Click to collapse
yea and did you read why i got hard bricked? it had nothing to do with the build.prop. you need to read some more. and no one is forcing you to use the tweaks.
mskip said:
@ OP
Please explain what each of these mods do to the system. If you dont know what they do then how will you know whether they work on the S3 and exactly how they will affect the system.
If you dont know exactly what each mod does then please do not use other people as testers until you know how they work and if they are safe.
MArk.
Click to expand...
Click to collapse
i am not using people as testers. i applied these to my s3 and it worked fine. you can delete the thread if you like. i dont mind. people here havent been helpful at all so from now on anything i find i will keep to my self and will not share anymore. i guess thats what i get for trying to be helpfull can a mod please delete this thread? thanks.
fcortes626 said:
i am not using people as testers. i applied these to my s3 and it worked fine. you can delete the thread if you like. i dont mind. people here havent been helpful at all so from now on anything i find i will keep to my self and will not share anymore. i guess thats what i get for trying to be helpfull can a mod please delete this thread? thanks.
Click to expand...
Click to collapse
He has not done anything wrong by sharing that.
Ask him for the result of any of the mods rather than giving your crap conclusions and advices.
Few years back, only these types of sharing led to formation of THE XDA!
Sent from my GT-I9100 using Tapatalk 2
fcortes626 said:
yea and did you read why i got hard bricked? it had nothing to do with the build.prop. you need to read some more. and no one is forcing you to use the tweaks.
Click to expand...
Click to collapse
i read and understand everything in your thread, it's just a hilarious thread that's all. Mark had a good point ; anything you post in these forums should have an explanation of what they do so that users can understand what they are doing. your thread just has "here, flash this", "oh yea, and btw, my phone is bricked" i know it had nothing to do with what you're are posting, but if you had an explanation of the changes to the build.prop, then you wouldn't have @ssh0les like me give you a hard time about it.

build.prop tweaks

Has anyone with root successfully edited their build.prop? I've tried adding some tweaks with several editors but the changed build.prop will not save, I get an error or app crash when I try.
OK, got it to work through Flashtool.
jeriku said:
Has anyone with root successfully edited their build.prop? I've tried adding some tweaks with several editors but the changed build.prop will not save, I get an error or app crash when I try.
Click to expand...
Click to collapse
I have no issues using root explorer. should be in r/w mode.
How are you editing it.
ganeshbiyer said:
I have no issues using root explorer. should be in r/w mode.
How are you editing it.
Click to expand...
Click to collapse
I tried through ES File Explorer and Rom Toolbox, but kept getting errors. I finally was able to edit and save using Flashtool. Is there a setting in ES or RT that I hit so I can edit this?
jeriku said:
I tried through ES File Explorer and Rom Toolbox, but kept getting errors. I finally was able to edit and save using Flashtool. Is there a setting in ES or RT that I hit so I can edit this?
Click to expand...
Click to collapse
I don't know about es explorer.
Thru rom tool box, I changed one setting and saved, no problems there.
Check if rom toolbox has been granted super user privileges.
Check in the Super user app.
ganeshbiyer said:
I don't know about es explorer.
Thru rom tool box, I changed one setting and saved, no problems there.
Check if rom toolbox has been granted super user privileges.
Check in the Super user app.
Click to expand...
Click to collapse
Yes it does. Maybe because it's the free version?
Sent from Rooted LT28at with ICS.
Can someone with the .111 baseband and Root/ICS tell me what your value for:
ro.settings.apn.lock
in the build.prop is?
Also what your value for:
persist.sys.timezone
Mine is set to Aisa/Hong_Kong, but I'm thinking mine should be something for the US.
My ro.settings.apn.lock settings are in characters, so I don't know what it says.
I have the same settings as you for persist.sys.timezone.
Sent from my LT28h using xda premium
jeriku said:
Can someone with the .111 baseband and Root/ICS tell me what your value for:
ro.settings.apn.lock
in the build.prop is?
Also what your value for:
persist.sys.timezone
Mine is set to Aisa/Hong_Kong, but I'm thinking mine should be something for the US.
Click to expand...
Click to collapse
JaredP said:
My ro.settings.apn.lock settings are in characters, so I don't know what it says.
I have the same settings as you for persist.sys.timezone.
Sent from my LT28h using xda premium
Click to expand...
Click to collapse
OK, well how about someone with the .257 ATT baseband?
jeriku said:
OK, got it to work through Flashtool.
Click to expand...
Click to collapse
Can you explain how you did using flashtool? I assume no-root required?
Anyone still bone stock that can pull their build.prop file? I should have done all this before my upgrade/root, but I just wanna look and compare what I have -vs- what I had.
The bad thing is we really don't have much a way to root a Gingerbread. I can try in a day or 2.
popfan said:
The bad thing is we really don't have much a way to root a Gingerbread. I can try in a day or 2.
Click to expand...
Click to collapse
I think you should be able to read the build.prop without root. You just can't edit it.
Sent from my LT26i using xda premium
tribalartgod said:
Anyone still bone stock that can pull their build.prop file? I should have done all this before my upgrade/root, but I just wanna look and compare what I have -vs- what I had.
Click to expand...
Click to collapse
I can get it to you.
Sent from my LT28at
KEB64 said:
I can get it to you.
Sent from my LT28at
Click to expand...
Click to collapse
Got it! It was the first message of the two that you sent that was successful for me, so thanks.
Now the LTE lock question... This line... I want to change that value, so I'm not locked to LTE... But I need to know what to change it to? FALSE? 0? Leave it blank?
Code:
ro.settings.apn.lock=AT&T PTA
Any help on this is greatly appreciated. I am also gonna toy around with some of the settings I am familiar with changing. But this one in particular, I'm just unsure of the value to use to remove the LTE lock.
tribalartgod said:
Got it! It was the first message of the two that you sent that was successful for me, so thanks.
Now the LTE lock question... This line... I want to change that value, so I'm not locked to LTE... But I need to know what to change it to? FALSE? 0? Leave it blank?
Code:
ro.settings.apn.lock=AT&T PTA
Any help on this is greatly appreciated. I am also gonna toy around with some of the settings I am familiar with changing. But this one in particular, I'm just unsure of the value to use to remove the LTE lock.
Click to expand...
Click to collapse
Would you be able to post the file here? Or even better, since you seem to know what you're doing, could you post the changes to be done with the file? So far I've read only about changing every reference of LT28h to LT26i to be able to use the PS store and games.
josemald said:
Would you be able to post the file here? Or even better, since you seem to know what you're doing, could you post the changes to be done with the file? So far I've read only about changing every reference of LT28h to LT26i to be able to use the PS store and games.
Click to expand...
Click to collapse
I only know as much as I have learned... Which really isn't a whole lot compared to most. :-/ My thing...I'm just not afraid to try stuff. LOL.
Would you like me to post the file I was sent anyways? It's a Gingerbread Stock build.prop file...
I intend on comparing both files (Stock and Rooted) to see where the differences are between the two, and then play with settings from there. The issue with messing witha build.prop... Is sometimes things work better...Sometimes it breaks stuff... Once I am able to compare and go from there, I'd be happy to share my finding though... Especially if I find something that helps.
Yea, if you can post it would be nice so some of can do the same thing.
---------- Post added at 11:05 AM ---------- Previous post was at 11:01 AM ----------
tribalartgod said:
Got it! It was the first message of the two that you sent that was successful for me, so thanks.
Now the LTE lock question... This line... I want to change that value, so I'm not locked to LTE... But I need to know what to change it to? FALSE? 0? Leave it blank?
Code:
ro.settings.apn.lock=AT&T PTA
Any help on this is greatly appreciated. I am also gonna toy around with some of the settings I am familiar with changing. But this one in particular, I'm just unsure of the value to use to remove the LTE lock.
Click to expand...
Click to collapse
I am not sure that the apn.lock mean that you are locked to LTE or not. I think it is referring to the APN that the phone should be using.
tribalartgod said:
I only know as much as I have learned... Which really isn't a whole lot compared to most. :-/ My thing...I'm just not afraid to try stuff. LOL.
Would you like me to post the file I was sent anyways? It's a Gingerbread Stock build.prop file...
I intend on comparing both files (Stock and Rooted) to see where the differences are between the two, and then play with settings from there. The issue with messing witha build.prop... Is sometimes things work better...Sometimes it breaks stuff... Once I am able to compare and go from there, I'd be happy to share my finding though... Especially if I find something that helps.
Click to expand...
Click to collapse
That's my thing more or less with computers, because with a PC the almost worst case scenario is having to format the HD from a Windows DVD and reinstall everything. On the other hand, a cell phone can be turned into a paperweight much more easily, so I go a lot more cautiously.
But yes, please post the file, things like the APN or the persistent time should be changeable without bricking the phone, so worst case I'd just undo the changes (not so much for APN, since in the rooted ICS it's written in Chinese). I used to play around a bit with the Windows Mobile registry, seems like this file serves a similar role in Android.
tribalartgod said:
Anyone still bone stock that can pull their build.prop file? I should have done all this before my upgrade/root, but I just wanna look and compare what I have -vs- what I had.
Click to expand...
Click to collapse
You know you can open an ftf like a zip file using 7zip and then use Flashtool to dump the data from the system.sin. Use ext2explorer then on the ext4 file that you get after dumping the system.sin data and that will allow you to browse and copy files from the system folder. This way you can get files/folders from rom firmware without having to have it on your phone.
Stock AT&T build.prop attached in zip file.
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Wed Apr 18 11:20:38 2012
ro.build.date.utc=1334719238
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=LT28at
ro.build.description=LT28at-user 2.3.7 6.0.C.1.257 _nr_zw test-keys
ro.product.brand=SEMC
ro.product.name=LT28at_1255-7823
ro.product.device=LT28at
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/LT28at_1255-7823/LT28at:2.3.7/6.0.C.1.257/_nr_zw:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1255-7823
ro.semc.version.cust_revision=R53E
ro.semc.enable.fast_dormancy=true
ro.semc.rem-roam-icon=2
persist.cust.tel.eons=1
persist.cust.tel.adapt=1
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.gmm=android-sonyericsson
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.yt=android-sonyericsson
ro.config.ringtone=AT&T_PlayOn.ogg
ro.config.notification_sound=Pixie_Dust.ogg
ro.network.auto_selection_only=false
ro.operator.displayUnicodeName=true
ro.settings.apn.lock=AT&T PTA
ro.network.signalbar=5
ro.semc.facebook_inside=true
ro.semc.att.deviceid=1
cust.att.carriername=true
ro.roaming.extended=true
ro.roaming.mcc_list=310,311,312,313,314,315,316
ro.roaming.extended_rule=0
ro.roaming.excluded_plmn_list=310110,310140,310400,310470,311170
ro.tether.entitlement.enable=1
persist.data_netmgrd_mtu=1500
ro.PDP_CONNECTION_POOL_SIZE=3
ro.nfc.se.default=SIM
ro.nfc.se.sim.enable=true
ro.statusbar.4G-show-umts-hspa=true
#########################################################################
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA2
################# Updating of the SW Version #################
ro.semc.version.fs_revision=6.0.C.1.257
ro.build.id=6.0.C.1.257
ro.build.display.id=6.0.C.1.257
##### Values from product package metadata #####
ro.semc.product.model=LT28at
ro.semc.ms_type_id=AAL-8880001-BV
ro.semc.version.fs=ATT
ro.semc.product.name=LT28at
ro.semc.product.device=LT28
ro.product.model=LT28at
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=_nr_zw
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.type=user
ro.product.board=MSM8660_SURF
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8660
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
# end build properties
#
# system.prop for surf
#
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=false
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
#
# system props for the cne module
#
persist.cne.UseCne=false
persist.cne.bat.range.low.med=30
persist.cne.bat.range.med.high=60
persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
persist.cne.bwbased.rat.sel=false
persist.cne.snsr.based.rat.mgt=false
persist.cne.bat.based.rat.mgt=false
persist.cne.be.ge.sqi.min=0
persist.cne.be.ge.sqi.max=100
persist.cne.be.umts.sqi.min=0
persist.cne.be.umts.sqi.max=100
persist.cne.be.hspa.sqi.min=0
persist.cne.be.hspa.sqi.max=100
persist.cne.be.1x.sqi.min=0
persist.cne.be.1x.sqi.max=100
persist.cne.be.do.sqi.min=0
persist.cne.be.do.sqi.max=100
persist.cne.be.wlan.sqi.min=0
persist.cne.be.wlan.sqi.max=100
ro.hdmi.enable=true
lpa.decode=false
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=11
#system props for time-services
persist.timed.enable=true
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=131072
# NFC
ro.nfc.port=I2C
ro.nfc.on.default=false
ro.nfc.se.smx.enable=false
# System props for SOLS
ro.semc.sols.product-code=101
ro.semc.sols.company-code=5
# system props for Battery test in Service menu
ro.semc.batt.capacity=1500
ro.semc.batt.test.z_threshold=50
ro.semc.batt.test.min_level=70
# prop to indicate what kind of external memory the product have.
ro.semc.product.user_storage=emmc_sdcard
ro.build.characteristics=default
# Override timer on how long to wait before switching
# back to a radio's default network
# 600000 = 10 minutes
android.telephony.apn-restore=600000
# For AT&T, use first PNN Record to display correct network name
config_use_firstPnnRecord=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.com.google.gmsversion=2.3_r10
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase=android-sonyericsson
ro.sf.lcd_density=320
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.semc.xloud.supported=true
ro.com.google.clientidbase=android-sonyericsson
ro.sf.lcd_density=320
dalvik.vm.heapsize=32m
ro.sf.lcd_density=320
dalvik.vm.heapsize=48m
ro.semc.xloud.default_setting=false
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.drm.active.num=1
ro.drm.active.0=marlin,1
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
Click to expand...
Click to collapse

Galaxy W [GT-18150] Low Ram Memory Handling

While surfing the internet i found this amazing codes that helps low memory devices (512mb ram) like our galaxy wonder to handle the memory smoothly to a certain limit. This does'nt means their will be a overall performance boost,but the available memory will be handled smoothly.
I just experimented it in my galaxy w running [ROM][JB 4.2.2][CM10.1] BEAN KAT 4.4 Mod with [KERNEL][CWM 6.0.4.5][CM10.1][3.4] Skull Kernel - v1.9 .
Now the lags have been significantly reduced, literally no lags at all.
This is not only for cm 10.1,you can also try with other cm versions and stock kernels also and share your experience.
Note : use applications like advanced task manager to view the ram memory.
I also suggest to use custom kernels with High Memory Support,because it gives more ram for our device.
Add these lines to build.prop and save it.
Code:
PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
Code:
PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
Extract the zip "framework.config" attached below and place the extracted .xml file in the folder named framework.
path: /system/framework.
In addition,i have also changed this in build.prop
#Reduce total number of background apps (from 10 to 5)
Code:
sys.mem.max_hidden_apps=5
if it is not there,you can add it.
Flashable.zip for Bean Kat user
Thanks for this, btw I've made flashable zip base on @theloneseeker lines, but only for Bean Kat user ( Only for Bean Kat v1, v2, v3, do not use it in Bean Kat Final Eol )
The zip include :
1. Build prop tweak
- Swap SD card
- sys.mem.max_hidden_apps=5
- PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
- PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
2. framework_config.xml
download attached file, and flash from CWM -Wipe cache - install it - reboot , done
credit to @theloneseeker & @ali7557
Nice! I think it might be compatible with other 4.2 ROMS too Who wants to give it a try and report back?
EDIT: This is crazy i think but will it work?
How about pulling-out the file Build.prop and modify it on PC.
add:
- PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
- PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
remove:
- Swap SD card (don't need)
- sys.mem.max_hidden_apps=5 (already set)
extract your .zip> replace Build.prop with the one i modified>zip it back>flash
yeepp :good:
dec0der said:
extract your .zip> replace Build.prop with the one i modified>zip it back>flash
Click to expand...
Click to collapse
Thnx
oke here is mine ,
after using this tweak & removing Apps I don't need in Bean Kat roms ( stock kernel ), no task killer.apps
apps removed :
Books.apk, CMFileManager.apk, com.google.android.apps.docs-1.apk, GenieWidget.apk, GoogleEarth.apk, HoloSpiralWallpaper.apk, Keep.apk, Magazines.apk, Mms.apk, PlayGames.apk, QuickOffice.apk, Talk.apk, Videos.apk, VoiceDialer.apk, VoicePlus.apk, Wallet.apk, YouTube.apk,
Adi Aisiteru Reborn said:
apps removed :
Books.apk, CMFileManager.apk, com.google.android.apps.docs-1.apk, GenieWidget.apk, GoogleEarth.apk, HoloSpiralWallpaper.apk, Keep.apk, Magazines.apk, Mms.apk, PlayGames.apk, QuickOffice.apk, Talk.apk, Videos.apk, VoiceDialer.apk, VoicePlus.apk, Wallet.apk, YouTube.apk,
Click to expand...
Click to collapse
what app do you use to remove those? i can only see an option to disable, not uninstall.
gvmsia said:
what app do you use to remove those? i can only see an option to disable, not uninstall.
Click to expand...
Click to collapse
I use root explorer app to remove not needed apps/ apk files. You can access those apk files at /system/app folder
i installed Bean-Kat_Tweak.zip. after reboot i get message popup from evernote. which do i pick?
Sorry , what is that Evernote ?
GT-I8150
Adi Aisiteru Reborn said:
Sorry , what is that Evernote ?
GT-I8150
Click to expand...
Click to collapse
its like Google Keep. I use it to create notes (text, audio, photos etc)
gvmsia said:
its like Google Keep. I use it to create notes (text, audio, photos etc)
Click to expand...
Click to collapse
ok, the message says that your storage to save that app file has changed, means that your sd card been swaped , bcose my zip will swap your storage , sd card 0 become 1 , so know will be saved in your external sd..
I think bcose it has new place to save it you must continue to re-configure your account but am not sure, never use that app before
Adi Aisiteru Reborn said:
Thanks for this, btw I've made flashable zip base on @theloneseeker lines, but only for Bean Kat user
The zip include :
1. Build prop tweak
- Swap SD card
- sys.mem.max_hidden_apps=5
- PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
- PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.jit.codecachesize=0
2. framework_config.xml
download attached file, and flash from CWM -Wipe cache - install it - reboot , done
credit to @theloneseeker & @ali7557
Click to expand...
Click to collapse
Thanks and HighFive for @AdiaisiteruReborn for making this flashable zip. Good work buddy...
Sent from my GT-I8150 using XDA Premium 4 mobile app
I have the Bean Kat rom with Operation Killjoy, can I install this tweak together ?
Thanks Adi and loneseeker
Redwraith96 said:
I have the Bean Kat rom with Operation Killjoy, can I install this tweak together ?
Thanks Adi and loneseeker
Click to expand...
Click to collapse
you can try it. but i dont know how much it will help you.you are always welcome to report back after trying it.
No lag .. With this tweaks.. Testing..
With bean kat rom [email protected] aisiteru reborn + [4.2.2][Madridii][3.4.66][V 2.7][370] + the tweak above + turbo boost 250 mb data swap with swappiness 40 + removing unwanted gapps, I got this.
Note: no greenify and task killer.
Sent from my GT-I8150 using XDA Premium 4 mobile app
About this, just for the info:
Extract the zip "framework.config" attached below and place the extracted .xml file in the folder named framework.
path: /system/framework.
Click to expand...
Click to collapse
Is there a need to change the permission after putting the file?
theloneseeker said:
With bean kat rom [email protected] aisiteru reborn + [4.2.2][Madridii][3.4.66][V 2.7][370] + the tweak above + turbo boost 250 mb data swap with swappiness 40 + removing unwanted gapps, I got this.
Note: no greenify and task killer.
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
How did you install the turbo boost? Using aroma? or just cwm?
speedfreak007 said:
How did you install the turbo boost? Using aroma? or just cwm?
Click to expand...
Click to collapse
Using aroma.
Sent from my GT-I8150 using XDA Premium 4 mobile app

Categories

Resources