Scripts for build.prop. Be cautious. - Gen8 Android Development

Okay on this one you need to be a little more careful. If you're running that v8 3g tweak then, dont install the 3g script that's there. If you want a boot animation, then dont install the no boot animation script. These go to the bottom of your build.prop which is located in the system folder. Use root explorer oe whatever you want to insert the values you want in there. The only line you probably wont need is the nobootanimation line so pay attention and remove it if you like boot animations.
debug.performance.tuning=1
video.accelerate.hw=1
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.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
ro.mot.buttonlight.timeout=0
debug.sf.nobootanimation=1
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.config.hwfeature_wakeupkey=0
This isnt my work.. I didn't make any of these scripts. I just copied them and made good use.
Sign up for dropbox http://db.tt/52Opvvv or minus http://min.us/rinWeay

Uhmm im sorry.. This is totally the wrong section, please delete this.
Sign up for dropbox http://db.tt/52Opvvv or minus http://min.us/rinWeay

You can edit your post

Related

[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 :good:
Great thanks
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/showthread.php?t=1227269
gameSTICKER said:
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/showthread.php?t=1227269
Click to expand...
Click to collapse
there is a sd card tweak but i can not find the init.D. So how to apply this tweak?
There's an app for that
https://market.android.com/search?q=sd+card+speed+root&so=1&c=apps
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
gameSTICKER said:
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/showthread.php?t=1227269
Click to expand...
Click to collapse
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!
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 !
# 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,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
# 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
Click to expand...
Click to collapse
Telemuddi said:
there is a sd card tweak but i can not find the init.D. So how to apply this tweak?
Click to expand...
Click to collapse
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...
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
I don't have this lines in my build.prop :/
is there any tweak to disable those annoiyng notifications when turning on and off mobile data?
Modesis said:
is there any tweak to disable those annoiyng notifications when turning on and off mobile data?
Click to expand...
Click to collapse
Qft...
Sent from my SK17i using XDA App
kiwi0033 said:
I don't have this lines in my build.prop :/
Click to expand...
Click to collapse
Just add them!
quangnhut123 said:
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 !
Click to expand...
Click to collapse
will this work with xperia active without any problems?
shibabz03 said:
will this work with xperia active without any problems?
Click to expand...
Click to collapse
Yes, it works!
But make a backup for safety!
Gustavo RD78 said:
Yes, it works!
But make a backup for safety!
Click to expand...
Click to collapse
Thanks dude! I have an idea,can u make an update.zip,of it for some certain of phone,flashable with CWM,so another user which is unfamiliar with editing build,prop can use it
Sorry for my english
quangnhut123 said:
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 !
Click to expand...
Click to collapse
I cant see the lines on my xperia active build.prop.. What to do? I only saw the vm heap..
If I add them do I need to add it from the #?
Sent from my ST17i using Tapatalk
Any way to boost my wifi?
Sent from my ST17i using Tapatalk
shibabz03 said:
I cant see the lines on my xperia active build.prop.. What to do? I only saw the vm heap..
If I add them do I need to add it from the #?
Sent from my ST17i using Tapatalk
Click to expand...
Click to collapse
If you are not just add the lines at the end!
If you own them, may be changing values!

Tweak for Internet Speed

I found some tweaks that can speed up Internet,,
Tutorials :
-Open Root Explore
- Find Build.drop
-Open with Text Editor
-Add this following line
ro.ril.hep=1
ro.ril.hsxpa=2
ro.ril.enable.dtm=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.hsupa.category=5
Click to expand...
Click to collapse
And Now.. Test With Speedtest...
May be useful ..!!
exactly where to add?
mazidahmad007 said:
I found some tweaks that can speed up Internet,,
Tutorials :
-Open Root Explore
- Find Build.drop
-Open with Text Editor
-Add this following line
And Now.. Test With Speedtest...
May be useful ..!!
Click to expand...
Click to collapse
exactly where to add? at the end of Build.drop?
This tweaks were known a long time ago
Herpderp Adreno + Tegra.
Is this use?
Sent from my GT-S5830 using xda premium

[Q]chances of bootloop from these buildprop tweaks?

windowsmgr.max_events_per_sec=150
wifi.supplicant_scan_interval=180
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
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
debug.sf.nobootanimation=1
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.HOME_APP_ADJ=1
persist.adb.notify=0
Click to expand...
Click to collapse
I just came across these lines which would "improve" the overall responsiveness of the device. Is it possible that i end up getting a bootloop with these? Please help me out...i have this random chinese tablet...and i have no Clockwork or anything to bring the device back to its original form.
If you have no custom recovery and any rom backup, it’s better not to.. Some of your posted build prop tweaks are just placebo.
Lim Wee Huat said:
If you have no custom recovery and any rom backup, it’s better not to.. Some of your posted build prop tweaks are just placebo.
Click to expand...
Click to collapse
Do you have any clue if i can build a recovery and somehow push it? the device is "Haier CT1010w"

[L5][SCRIPT] Optimus l5 Cleaner - Free up more than 180mb System

Compatibility:
Android: 4.1.2 Only (Stock)
All models (Optimus l5)
Requirements:
CWM installed
[SCRIPT] Cleaner_Optimus_l5.zip
Apps added:
CM File Manager
Viper4Android FX
Google Keyboard (replaces the LG keyboard)
Files to be deleted:
Folders:
/system/usr/srec/config
/system/apps
/system/sounds
/system/tts
/system/usr/srec/en-US
/system/media/audio/ringtones (only some)
/system/media/audio/notifications (only some)
/system/media/audio/alarms (only some)​
Files:
/system/usbautorun.iso
/system/app/Street.odex
/system/app/Velvet.apk
/system/app/WeatherMultiCPbin.apk
/system/app/WeatherMultiCPbin.odex
/system/app/WeatherThemebin.apk
/system/app/WeatherThemebin.odex
/system/app/YouTube.apk
/system/app/Gmail.apk
/system/app/GMS_Maps.apk
/system/app/GMS_Maps.odex
/system/app/GmsCore.apk
/system/app/GoogleTTS.apk
/system/app/Hangouts.apk
/system/app/LGEIMEbin.apk
/system/app/LGEIMEbin.odex
/system/app/LGEmail_Native.apk
/system/app/LGEmail_Native.odex
/system/app/PlayGames.apk
/system/app/PolarisOfficebin.apk
/system/app/PolarisOfficebin.odex
/system/app/RemoteCallbin.apk
/system/app/RemoteCallbin.odex
/system/app/SmartShare.apk
/system/app/SmartShare.odex
/system/app/Street.apk​
Note: If you do not want to delete some files from the list, no problem,
zip open the mod with winrar, navigate to: / META-INF/com/google/android / and open the updater-script with notepad,
Now his line app that you do not want to delete..
Bulid.prop Tweaks:
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
persist.sys.purgeable_assets=1
debug.performance.tuning=1
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=cpu
debug.performance.tuning=1
debug.kill_allocating_task=0
debug.overlayui.enable=1
debug.egl.profiler=1
debug.egl.hw=1
debug.sf.hw=1
hw3d.force=1
hw2d.force=1
force_hw_ui=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.min_pointer_dur=8
debug.kill_allocating_task=0
persist.sys.ui.hw=1
ro.debuggable=1
ro.config.disable.hw_accel=false
ro.kernel.android.checkjni=0
persist.sys.purgeable_assets=1
persist.sys.use_dithering=1
persist.sys.use_16bpp_alpha=1
Credits/Thanks:
@zhuhang,for ViPER4Android
Sorry for my english

Performance n System Tweaks For Any ROM

In This Post I Have System Tweaks As Android has a single text file named build.prop that determines tons of various system-wide settings on your device. You need root access to edit this file, since it's stored on the system partition—but the various lines of codes it contains are actually fairly easy to interpret and modify.
And If You Don't Have Root Permissions On Your Device Than Just Go Through My Rooting Post...
Well For Editing Build.prop File I recommend Root Explorer App To you Or You Can Use JRummy Build Prop Editor
If You Are Using Root Explorer Then Open The Root Directory > System > There Will will see the build.prop File
Before Getting Started Make A Backup Of The Build.prop File So That If Anything Goes Wrong Then You Can Come Back To Initial Conditions ..... For making a backup just copy it somewhere on ur device with .bak extension
Now You Need To Click And Hold The build.prop File And Select "Open With" Then Select Text Editor ...
Now You Will Some Lines add any of the lines listed below to the bottom of the build.prop file. When you're done, make sure to save the file and reboot
And If You Are Using JRummy Build Prop Editor Then You Simply Need To Add The Lines
Alright So Here Are Some Tweaks :-
FOR THE FULL LIST OF TWEAK GO TO http://amaksevn.blogspot.in/2015/12/performance-n-system-tweaks-for-any.html
>>>Make Your Phone Ring as Soon as You Get a Call:-
ro.telephony.call_ring.delay=0
ring.delay=0
>>>Enable Auto-Rotation on the Lock Screen :-
log.tag.launcher_force_rotate=VERBOSE
>>>Change DPI for Bigger or Smaller Menus & Icons:-
Instead of XXX put The Value Of Dpi You Want On Your Device
ro.sf.lcd_density=XXX
>>>Use Google's DNS for Faster Internet Connections:-
net.dns1=8.8.8.8
net.dns2=8.8.4.4
>>>Force JPEG Encoding to Be Top Quality:-
ro.media.enc.jpeg.quality=100
>>>Enable or Disable on Screen Navigation Keys:-
qemu.hw.mainkeys=1 #For Disabling
qemu.hw.mainkeys=0 #For Enabling
>>> Increase camera's photo and video recording quality:-
#Camera Tweaks
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
>>>Disable the 'USB Debugging' Notification:-
persist.adb.notify=0
>>>Enable 270-Degree Rotation in All Apps:-
windowsmgr.support_rotation_270=true
>>>Increase the Time Between Wi-Fi Network Scans:-
wifi.supplicant_scan_interval=300
>>>Change The Default Language of The Rom:-
Example : if you want to change default language from Chinese to English, you have to write :
ro.product.local.language=zh
ro.product.local.region=CN
TO
ro.product.local.language=en
ro.product.local.region=US
>>>Rendering Tweaks:-
debug.composition.type=c2d
debug.egl.hw=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
debug.performance.tuning=1
debug.sf.hw=1
dev.pm.dyn_samplingrate=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
video.accelerate.hw=1
>>>Enable GPU Acceleration And GPU Tweaks:-
#GPU Tweaks
debug.performance.tuning=1
persist.sys.composition.type=gpu
debug.qc.hardware=true
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
hw3d.force=1
ro.product.gpu.driver=1
persist.sys.use_16bpp_alpha=1
persist.sampling_profiler=0
hwui.render_dirty_regions=false
hwui.disable_vsync=true
PLZZ SELECT ONLY THOSE WHICH YOU WANT TO APPLY AND ON YOUR OWN RISK !!!!
FOR THE FULL LIST OF TWEAK GO TO http://amaksevn.blogspot.in/2015/12/performance-n-system-tweaks-for-any.html

Categories

Resources