11th November 2011, 03:59 PM
(Last edited by Gustavo RD78; 13th September 2012 at 04:38 PM .)
Reason: Add tweak's
Senior Member -
OP
Thanks Meter
1128
Posts: 1,141
Join Date: May 2011
Location: Maringá - PR
[Tweaks] - Adjustments [Only ICS] [24/aug/2012]
I'm updating this old post
Changes may vary from one unit to another
For the changes you need a file manager (with root access)
Note: I am not Responsible for killing your phone! Use at your own risk!
Build.prop
2. Increase the overall touch response
Code:
debug.performance.tuning=1
video.accelerate.hw=1
3. Battery Save
Code:
wifi.supplicant_scan_interval=150
pm.sleep_mode=1
ro.ril.disable.power.collapse=1
4. Disable debugging notification icon in the status bar
Code:
persist.adb.notify=0
5. Signal (3G) tweaks
Code:
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
net.tcp.buffersize.lte=262144,524288,3145728,262144,524288,3145728
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
7. Disable the animation to boot faster startup
Code:
debug.sf.nobootanimation=1
8. Fix some application issues (Kernel)
Code:
ro.kernel.android.checkjni=0
__________________________________________________
services.jar
Attention: deodexed files !
Replace the file manually
Notes:
*STOCK services.jar have HOME ADJ4 by default
*
Update:
* Add patch deodex (/system/framework) FW 4.1.B.0.587
*
Download
Thank button if you like
The Following 17 Users Say Thank You to Gustavo RD78 For This Useful Post: [ Click to Expand ]
batwingnz (2nd December 2011),
bilal.fanatic (1st September 2012),
botski (25th August 2012),
haga22 (11th November 2011),
IlyaSick (11th November 2011),
milenkokg (25th August 2012),
nimbold (4th December 2011),
proprg8 (26th July 2012),
puppet13th (12th November 2011),
quangnhut123 (14th November 2011),
r33p (12th November 2011),
rheezz (25th August 2012),
rubikum (11th November 2011),
Ryan_Dhika (25th August 2012),
theophan (17th February 2013),
zhanjia (30th July 2012),
ztryfe (22nd December 2011)
11th November 2011, 08:41 PM
Member
Thanks Meter
5
Posts: 59
Join Date: Jun 2010
Great thanks
12th November 2011, 09:54 AM
(Last edited by gameSTICKER; 12th November 2011 at 10:04 AM .)
Member
Thanks Meter
40
Posts: 60
Join Date: Dec 2010
Thanks for testing them on device. I think if you include following 2 things in main post, it will be even more useful.
Can you please add a link to the original post where all these codes were originally posted?
Did you feel any difference in your device after making these changes, e.g. improved battery/signal after changing 3G values?
EDIT: Here is the master list if anyone needs, please be aware that all tweaks might not apply to your Xperias
http://forum.xda-developers.com/show....php?t=1227269
12th November 2011, 10:48 AM
Senior Member
Thanks Meter
16
Posts: 126
Join Date: Apr 2011
Location: Zwickau
Quote:
Originally Posted by
gameSTICKER
there is a sd card tweak but i can not find the init.D. So how to apply this tweak?
12th November 2011, 11:35 AM
Member
Thanks Meter
40
Posts: 60
Join Date: Dec 2010
12th November 2011, 11:49 AM
Senior Member
Thanks Meter
16
Posts: 126
Join Date: Apr 2011
Location: Zwickau
I Know. I installed a app to tweak the sd but i hate it to have a app for every little **** on my phone so i want to patch the phone directly.
Sent from my SK17i using Tapatalk
Currently running: Sony SK17-FXP CM10 Kernel 3.4.0
12th November 2011, 01:40 PM
Senior Member -
OP
Thanks Meter
1128
Posts: 1,141
Join Date: May 2011
Location: Maringá - PR
Quote:
Originally Posted by
gameSTICKER
Thanks for testing them on device. I think if you include following 2 things in main post, it will be even more useful.
Can you please add a link to the original post where all these codes were originally posted?
Did you feel any difference in your device after making these changes, e.g. improved battery/signal after changing 3G values?
EDIT: Here is the master list if anyone needs, please be aware that all tweaks might not apply to your Xperias
http://forum.xda-developers.com/show....php?t=1227269
I have another topic to X10 Mini with a few other tweaks, but have not yet been tested in the Xperia Mini!
These do not come from a specific place, all have been tested and proven to improve!
14th November 2011, 11:13 AM
Senior Member
Thanks Meter
695
Posts: 507
Join Date: Nov 2009
DONATE TO ME
I wanna share my MOD list work for all Sony Anroid v2.1 to 2.3.4:
Some line may be duplicate with default line in build.prob please change value not add others duplicate line !
Quote:
# Force launcher into memory
ro.HOME_APP_ADJ=1
# Raise JPG quality to 100%
ro.media.enc.jpeg.quality=100
# VM Heapsize; 512MB RAM = 48 is better
dalvik.vm.heapsize=48m
# Render UI with GPU
debug.sf.hw=1
# Decrease dialing out delay
ro.telephony.call_ring.delay=0
# Helps scrolling responsiveness
windowsmgr.max_events_per_sec=200
# Save battery
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
# Increase overall touch responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Photo and video recording quality tweak
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
# Signal tweaks
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
# Net 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
# Disable blackscreen issue after a call
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Fix some application issues
ro.kernel.android.checkjni=0
# Phone will not wake up from hitting the volume rocker
ro.config.hwfeature_wakeupkey=0
# Force button lights on when screen is on
ro.mot.buttonlight.timeout=0
# Disable boot animation for faster boot
debug.sf.nobootanimation=1
persist.sys.shutdown.mode=hibernate
# Miscellaneous flags
ro.config.hw_menu_unlockscreen=false
persist.sys.use_dithering=0
persist.sys.purgeable_assets=1
ro.mot.eri.losalert.delay=1000
ro.sf.lcd_density=160
dalvik.vm.dexopt-flags=m=y
The Following 2 Users Say Thank You to quangnhut123 For This Useful Post: [ Click to Expand ]
17th November 2011, 05:43 AM
Senior Member
Thanks Meter
156
Posts: 118
Join Date: Nov 2008
Location: Bandung
DONATE TO ME
Quote:
Originally Posted by
Telemuddi
there is a sd card tweak but i can not find the init.D. So how to apply this tweak?
to add start up script support inside init.d folder in stock roms, just create a file in /system/etc/install-recovery.sh using this script
Code:
#!/system/bin/sh
/system/xbin/busybox run-parts /system/etc/init.d
and then just create init.d folder in /system/etc/
put your start up script there... it works
i using it to add some tweaks for my live with walkman...
Xplore G18 (Palm) - HP IPAQ h4100 - Samsung i780 - Samsung Spica - SE Live With Walkman
Stock ROM Firmware 4.0.2.A.0.62 + my own kernel
My work:
X Kernel 2.6.32.56 Xperia 2011
[ROM] I780 WM 6.5 (BETA) 21815 (no longer maintained)
Github:
https://github.com/krizky82
18th November 2011, 12:51 PM
(Last edited by r33p; 18th November 2011 at 12:55 PM .)
Senior Member
Thanks Meter
102
Posts: 374
Join Date: Jul 2011
DONATE TO ME
Hmm most of those tweaks are relevant to old x10/x8 devices not sure they will do ane good here. Remember just because you CAN change smth doesnt mean its working proper
Thread Tools
Search this Thread
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Go to top of page...
Most Thanked In This Thread
2 I wanna share my MOD list
work for all … 1 (quote)
Check if you
have any of … 1 The 2nd part of what he
posted says "net … 1 (quote)
No, only
include as posted on … 1 (quote) If you are not
just add the …