Build Props Tweaks - Samsung Galaxy S10 Guides, News, & Discussion

Build Props Tweaks [For both rooting method (System & Systemless)]
Code:
I am NOT responsible for bricked devices, destroyed SD cards or any
damage that may happen to your device.
We need to add this code to the end of file "/system/build.prop"
I will add complete information in the future about these codes!
I try these in Lineage OS 17.1 and give good results!
To begging these tweaks:
1- Enable adb from developer options.
2- In recovery mode mount System partition and connect your USB to your computer!
3- Open your computer terminal and type this (to pull(download) the file "/system/build.prop" to your Desktop):
adb pull /system/build.prop ~/Desktop/build.prop
4- Now come to your Desktop and first take a backup from this file then open the file "build.prop" with text editor and add all below codes to the end of file "build.prop" then save it! (don't try to edit other lines!)
Code:
#----------------------------------
# Start
#----------------------------------
# Audio enhancer
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=true
persist.audio.handset.mic=digital
af.resampler.quality=255
mpq.audio.decode=true
#----------------------------------
# Call delay
ro.telephony.call_ring.delay=800
#----------------------------------
# Video acceleration enabled
video.accelerate.hw=1
#----------------------------------
# Wifi scaning rate [every 60 --> 1 scan / min]
wifi.supplicant_scan_interval=180
#----------------------------------
# Deeper sleep/better battery life [for extrimmly power save] [kills all background apps]
ro.ril.disable.power.collapse=1
# pm.sleep_mode=1
#----------------------------------
# Improves audio and video recording quality
ro.media.enc.hprof.vid.fps=65
ro.media.enc.hprof.vid.bps=8000000
ro.media.capture.maxres=8m
ro.camcorder.videoModes=true
#----------------------------------
# Picture Quality Enhancer
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
#----------------------------------
# Disable Boot Animation [for Enable set 0]
debug.sf.nobootanimation=1
#----------------------------------
# Disable Camera Sound
ro.camera.sound.forced=0
#----------------------------------
# Better Scrolling
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
windowsmgr.max_events_per_sec=60
#----------------------------------
# Disable strict mode checking
persist.android.strictmode=0
#----------------------------------
# Remain launcher in memory
ro.HOME_APP_ADJ=1
#----------------------------------
# Disable usb debugging popup in notification
# persist.adb.notify=0
#----------------------------------
# Proximeter delays
ro.lge.proximity.delay=25
mot.proximity.delay=10
#----------------------------------
# media enhancer [codecs]
ro.media.dec.aud.flac.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.avi.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.dec.aud.mp3.enabled=1
ro.media.dec.vid.mp4.enabled=1
ro.media.dec.aud.flac.enabled=1
ro.media.dec.vid.H.264.enabled=1
ro.media.enc.aud.flac.enabled=1
ro.media.enc.vid.H.264.enabled=1
ro.media.enc.aud.wma.enabled=1
ro.media.enc.vid.wmv.enabled=1
ro.media.enc.aud.mp3.enabled=1
ro.media.enc.vid.mp4.enabled=1
#----------------------------------
# Improved performance
debug.performance.tuning=1
#----------------------------------
# DNS Servers [Quad9 & Cloudflare]
net.dns1=9.9.9.9
net.dns2=149.112.112.112
net.dns3=1.1.1.1
net.dns4=1.0.0.1
net.wlan0.dns1=9.9.9.9
net.wlan0.dns2=149.112.112.112
net.wlan0.dns3=1.1.1.1
net.wlan0.dns4=1.0.0.1
net.eth0.dns1=9.9.9.9
net.eth0.dns2=149.112.112.112
net.eth0.dns3=1.1.1.1
net.eth0.dns4=1.0.0.1
net.wcdma.dns1=9.9.9.9
net.wcdma.dns2=149.112.112.112
net.wcdma.dns3=1.1.1.1
net.wcdma.dns4=1.0.0.1
net.hspa.dns1=9.9.9.9
net.hspa.dns2=149.112.112.112
net.hspa.dns3=1.1.1.1
net.hspa.dns4=1.0.0.1
net.lte.dns1=9.9.9.9
net.lte.dns2=149.112.112.112
net.lte.dns3=1.1.1.1
net.lte.dns4=1.0.0.1
net.ltea.dns1=9.9.9.9
net.ltea.dns2=149.112.112.112
net.ltea.dns3=1.1.1.1
net.ltea.dns4=1.0.0.1
#----------------------------------
# Better Network Signals
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#----------------------------------
# Better call voice quality
ro.ril.enable.amr.wideband=1
#----------------------------------
# Faster streaming videos
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=false
#----------------------------------
# Disables built in error reporting
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
#----------------------------------
# Disables kernel error checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
#----------------------------------
# Disable Logcat
logcat.live=disable
#----------------------------------
# Disables sending of usage data
ro.config.nocheckin=1
#----------------------------------
# Boost Booting Speed & hibernate mode
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
#----------------------------------
# Very fast reboot
persist.sys.purgeable_assets=1
#----------------------------------
# Disables locating
ro.com.google.locationfeatures=0
ro.com.google.networklocation=0
#----------------------------------
# Net speed enhancer[tcp buffersize]
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.lte=262144,524288,3145728,262144,524288,3145728
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
#----------------------------------
# For Sensor Sleep Control
ro.ril.sensor.sleep.control=1
#----------------------------------
# DHA tunning
ro.config.dha_tunnable=1
#----------------------------------
# Faster Boot-Animation FPS
# boot.fps=20
#----------------------------------
# END
#----------------------------------
5- Now we must push(upload) new file "build.prop" by typing this command in your terminal:
adb push ~/Desktop/build.prop /system/build.prop
If you have a problem with these tweaks use backup file to restore your first file "/system/build.prop"
If you have any suggestion to improve this thread please tell me!

Thanks for your contribution

Works on stock rom without root?

ehbm said:
Works on stock rom without root?
Click to expand...
Click to collapse
No, it's not work!

Related

[UPDATE][ALL][PORT][APP] Snapdragon Battery Guru

Hello .. As you know Friends this port of Snapdragon Battery Guru app from Xperia Z
And Now , I have fix a problem that sometimes , This apps says your device is incompatible though you have also followed my earlier instructions
hmm .. In This update I have new line in build.prop
1. Download this port from below..
2. You need to add Some lines to build.prop
3. Open Your File Manager with Root enable
4. Now go to system and open build.prop .. add this lines in it :-
Be Careful Dont play with these lines...
Code:
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
5. Also you have to change a bit thing in build.prop
Rename ro.product.board to MSM8960
like this :-
Code:
ro.product.board=MSM8960
6.Instructions to install this app
--------------------------------------------------------------------------------
Friends ...
Make Sure That You Have Added Lines That I Have Posted
If Yes then Go Ahead with next step
Reboot phone and Open Given Zip
Go to system , then app , then you will get app of Battery Guru
What You Have Do With That App . That Just Simply Install This App .. As You Install A Normal App
Visit This site to download this port :-
http://www.4shared.com/zip/R4IoW1VO/Snapdragon_Battery_Guru_By_Noe.html?
For more ports and mods
http://xperiasola.blogspot.in/
This is third time you have posted this here
Nope..
DavidMKD said:
This is third time you have posted this here
Click to expand...
Click to collapse
Find the other thread
hm you will not find it ..
and also read the title [UPDATE]
I Have added new improvements
Thanks ...
NoelMacwan said:
Hello .. As you know Friends this port of Snapdragon Battery Guru app from Xperia Z
And Now , I have fix a problem that sometimes , This apps says your device is incompatible though you have also followed my earlier instructions
hmm .. In This update I have new line in build.prop
1. Download this port from below..
2. You need to add Some lines to build.prop
3. Open Your File Manager with Root enable
4. Now go to system and open build.prop .. add this lines in it :-
Be Careful Dont play with these lines...
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
5. Also you have to change a bit thing in build.prop
Rename ro.product.board to MSM8960
like this :- ro.product.board=MSM8960
6.Instructions to install this app
--------------------------------------------------------------------------------
Friends ...
Make Sure That You Have Added Lines That I Have Posted
If Yes then Go Ahead with next step
Reboot phone and Open Given Zip
Go to system , then app , then you will get app of Battery Guru
What You Have Do With That App . That Just Simply Install This App .. As You Install A Normal App
Visit This site to download this port :-
http://www.4shared.com/zip/R4IoW1VO/Snapdragon_Battery_Guru_By_Noe.html?
For more ports and mods
http://xperiasola.blogspot.in/
Click to expand...
Click to collapse
Thanks a lot for this fix ..
i have tried and my problem is fixed
thanks a lot for the OP and this Update
I hope you will also do new things , im waiting for it
thanks .. :good:
NoelMacwan said:
Hello .. As you know Friends this port of Snapdragon Battery Guru app from Xperia Z
And Now , I have fix a problem that sometimes , This apps says your device is incompatible though you have also followed my earlier instructions
hmm .. In This update I have new line in build.prop
1. Download this port from below..
2. You need to add Some lines to build.prop
3. Open Your File Manager with Root enable
4. Now go to system and open build.prop .. add this lines in it :-
Be Careful Dont play with these lines...
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
5. Also you have to change a bit thing in build.prop
Rename ro.product.board to MSM8960
like this :- ro.product.board=MSM8960
6.Instructions to install this app
--------------------------------------------------------------------------------
Friends ...
Make Sure That You Have Added Lines That I Have Posted
If Yes then Go Ahead with next step
Reboot phone and Open Given Zip
Go to system , then app , then you will get app of Battery Guru
What You Have Do With That App . That Just Simply Install This App .. As You Install A Normal App
Visit This site to download this port :-
http://www.4shared.com/zip/R4IoW1VO/Snapdragon_Battery_Guru_By_Noe.html?
For more ports and mods
http://xperiasola.blogspot.in/
Click to expand...
Click to collapse
force close in my xperia go help me please this is my build promp
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Mon Sep 10 16:04:56 2012
ro.build.date.utc=1347285896
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=ST27i
ro.build.description=ST27i-user 4.0.4 6.1.1.B.1.10 9bt3zw test-keys
ro.product.brand=SEMC
ro.product.name=ST27i_1265-8426
ro.product.device=ST27i
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/ST27i_1265-8426/ST27i:4.0.4/6.1.1.B.1.10/9bt3zw:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1265-8426
ro.semc.version.cust_revision=R5G
persist.ro.ril.sms_sync_sending=1
#########################################################################
ro.config.ringtone=xperia.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA3
################# Updating of the SW Version #################
ro.semc.version.fs_revision=6.1.1.B.1.10
ro.build.id=6.1.1.B.1.10
ro.build.display.id=6.1.1.B.1.54
##### Values from product package metadata #####
ro.semc.product.model=ST27i
ro.semc.ms_type_id=PM-0090-BV
ro.semc.version.fs=WORLD
ro.semc.product.name=ST27i
ro.semc.product.device=ST27
ro.product.model=ST27i
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=ybt3zw
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.type=user
ro.product.board=montblanc
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=montblanc
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=nosdcard
# end build properties
#
# system.prop for lotus
#
rild.libpath=/system/lib/libu300-ril.so
rild.libargs=-c UNIX -n 2 -p /dev/socket/at_core -s /dev/socket/at_core -i rmnet
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version=131072
# debug.sf.hw=0 Use b2r2 as compositor in SurfaceFlinger
# debug.sf.hw=1 Use Mali as compositor in SurfaceFlinger
debug.sf.hw=1
# Android defaults EGL preserved swap behaviour
# This gives bad performace for deferred renderers
# such as Mali.
hwui.render_dirty_regions=false
# 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
# System props for SOLS
ro.semc.sols.product-code=98
ro.semc.sols.company-code=5
# STE: Low power audio - enable ULP mode
ste.nmf.autoidle=1
# prop to indicate what kind of external memory the product have.
ro.semc.product.user_storage=emmc_sdcard
ro.build.characteristics=default
# STE: Address of DBus STE bus
ste.dbus.bus.address=unixath=/dev/socket/dbus_ste
# STE: UNSOL_CALL_RING is only sent once from RIL.
# Android needs to generate more rings if needed.
ro.telephony.call_ring.multiple=true
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#Limitation on how much hwmem MM codecs should use
ste.video.decoder.max.hwmem=0x2600000
ste.video.decoder.max.res=720p
ste.video.decoder.h264.max.lev=3.2
#STE: Hardware video codecs configuration
ste.video.dec.mpeg4.in.size=8192
ste.video.enc.out.buffercnt=5
ste.video.dec.recycle.delay=1
#STE: Fast Dormancy Flag
# Fast Dormancy based on USB Tether Events and Screen States
ste.special_fast_dormancy=false
# System props for audio
persist.audio.hp=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=4.0_r5
ro.com.google.clientidbase=android-sonyericsson
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.semc.xloud.supported=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=44m
dalvik.vm.heapsize=44m
ro.sf.lcd_density=160
ro.am.max_recent_tasks=8
ro.usb.pid_suffix=17E
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
ro.drm.active.num=3
ro.drm.active.0=marlin,1
ro.drm.active.1=hdcp_av8100,1
ro.drm.active.2=playready,0
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=25
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
persist.cust.tel.eons=1
ro.ril.enable.amr.wideband=1
ro.config.hw_fast_dormancy=1
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
persist.sys.purgeable_assets=1
### Sony : Beats Audio props
htc.audio.swalt.enable=1
htc.audio.swalt.mingain=14512
htc.audio.alc.enable=1
af.resampler.quality=255
af.resample=42000
# Sony_Added Build Properties
#Bravia Engine2
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
#Graphics acceleration tweaks
debug.performance.tuning=1
video.accelerate.hw=1
#System tweaks
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
persist.sys.purgeable_assets=1
#Smoother scrolling
ro.max.fling_velocity=120000
ro.min.fling_velocity=80000
view.scroll_friction=10
#Dalvik tweaks - Disable Bytecode Verification
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
#Dalvik tweaks - Turn on Just In Time in dalvik virtual machine
dalvik.vm.execution-mode=int:jit
#Battery saving tweaks
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
windowsmgr.max_events_per_sec=150
#Improve 3g data speeds
ro.ril.hsxpa=2
ro.ril.gprsclass=10
net.dns1=8.8.8.8
net.dns2=8.8.4.4
#Better net speeds.
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=524288,1048576,2097152,262144,524288,1048576
net.tcp.buffersize.hspa=4094,87380,704512,4096,16384,262144
net.tcp.buffersize.umts=4094,87380,563200,4096,16384,110208
net.tcp.buffersize.gprs=4094,87380,256960,4096,16384,110208
net.tcp.buffersize.edge=4094,87380,256960,4096,16384,110208
#Increase the volume steps in-call: 7 is default
ro.config.vc_call_steps=15
#Force Launcher Into The Memory
ro.HOME_APP_MEM=7680
ro.HOME_APP_ADJ=1
#Keep apps in memory - test
#
### Phone dialer app ###
sys.keep_app_1=com.android.sonyericsson.socialphonebook
### Launcher apps ###
sys.keep_app_1=com.sonyericsson.home # Sony Launcher
sys.keep_app_1=com.sonymobile.home.homeadd #Add widgets
### System apps ###
sys.keep_app_1=com.android.systemui # Status bar
sys.keep_app_1=com.android.settings # Settings menu
sys.keep_app_1=com.sonyericsson.music # Walkman app
# autogenerated by buildinfo.sh
ro.build.version.incremental=9bt3zw
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.type=user
ro.product.board=montblanc
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=montblanc
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=nosdcard
# end build properties
#
# system.prop for lotus
#
rild.libpath=/system/lib/libu300-ril.so
rild.libargs=-c UNIX -n 2 -p /dev/socket/at_core -s /dev/socket/at_core -i rmnet
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version=131072
# debug.sf.hw=0 Use b2r2 as compositor in SurfaceFlinger
# debug.sf.hw=1 Use Mali as compositor in SurfaceFlinger
debug.sf.hw=1
# Android defaults EGL preserved swap behaviour
# This gives bad performace for deferred renderers
# such as Mali.
hwui.render_dirty_regions=false
# 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
# System props for SOLS
ro.semc.sols.product-code=98
ro.semc.sols.company-code=5
# STE: Low power audio - enable ULP mode
ste.nmf.autoidle=1
# prop to indicate what kind of external memory the product have.
ro.semc.product.user_storage=emmc_sdcard
ro.build.characteristics=default
# STE: Address of DBus STE bus
ste.dbus.bus.address=unixath=/dev/socket/dbus_ste
# STE: UNSOL_CALL_RING is only sent once from RIL.
# Android needs to generate more rings if needed.
ro.telephony.call_ring.multiple=false
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#Limitation on how much hwmem MM codecs should use
ste.video.decoder.max.hwmem=0x2600000
ste.video.decoder.max.res=720p
ste.video.decoder.h264.max.lev=3.2
#STE: Hardware video codecs configuration
ste.video.dec.mpeg4.in.size=8192
ste.video.enc.out.buffercnt=5
ste.video.dec.recycle.delay=1
#STE: Fast Dormancy Flag
# Fast Dormancy based on USB Tether Events and Screen States
ste.special_fast_dormancy=false
# System props for audio
persist.audio.hp=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=4.0_r4
ro.com.google.clientidbase=android-sonyericsson
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.semc.xloud.supported=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
ro.sf.lcd_density=160
ro.am.max_recent_tasks=8
ro.usb.pid_suffix=17E
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
#ro.service.swiqi.supported=true
#persist.service.swiqi.enable=1
ro.drm.active.num=3
ro.drm.active.0=marlin,1
ro.drm.active.1=hdcp_av8100,1
ro.drm.active.2=playready,0
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
# persist.sys.NV_FPSLIMIT=60 ~useless on our devices ,sorry
persist.sys.ui.hw=1
ro.vold.umsdirtyratio=20
ro.wmt.blcr.enable=0
# added tweaks
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
view.scroll_friction=10
windowsmgr.max_events_per_sec=280
ro.min_pointer_dur=8
ro.telephony.call_ring.delay=0
ring.delay=0
###AC!D Sound Tweaks by krabappel2548 R-ikfoot###
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
#Sony Xloud & Clearbass +
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.semc.enhance.supported=true
persist.service.enhance.enable=1
ro.semc.clearaudio.supported=true
persist.service.clearaudio.enable=1
ro.sony.walkman.logger=1
persist.service.walkman.enable=1
ro.somc.clearphase.supported=true
persist.service.clearphase.enable=1
#Resampling
af.resampler.quality=255
persist.af.resampler.quality=255
persist.audio.samplerate=48000
persist.af.resample=52000
ro.audio.pcm.samplerate=48000
persist.dev.pm.dyn_samplingrate=1
#System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
#Awesome Beats Engine
persist.audio.fluence.mode=endfire
persist.audio.hp=true
htc.audio.global.state=0
htc.audio.lpa.a2dp=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.enable_dmic=1
persist.htc.audio.pcm.samplerate=44100
persist.htc.audio.pcm.channels=2
htc.audio.swalt.mingain=14512
htc.audio.swalt.enable=1
htc.audio.alc.enable=1
#Alsa driver
ro.sound.driver=alsa
ro.sound.alsa=snd_pcm
alsa.mixer.playback.master=Speaker
alsa.mixer.capture.master=Mic
alsa.mixer.playback.earpiece=Earpiece
alsa.mixer.capture.earpiece=Mic
alsa.mixer.playback.headset=Headset
alsa.mixer.capture.headset=Mic
alsa.mixer.playback.speaker=Speaker
alsa.mixer.capture.speaker=Mic
alsa.mixer.playback.bt.sco=BTHeadset
alsa.mixer.capture.bt.sco=BTHeadset
#SONY New Sound Enhancement + V4A Dual Audio Engine
#v5 - 1/Mac/2013
#Brought to you by [email protected]
#BRAVIA Engine 2
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
#Audio tweaks
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.hp=true
#xLOUD, ClearAudio+, ClearPhase
ro.sony.walkman.logger=1
ro.semc.xloud.supported=true
ro.semc.enhance.supported=true
ro.semc.clearaudio.supported=true
ro.somc.clearphase.supported=true
ro.semc.sound_effects_enabled=true
#Activated by default
persist.service.xloud.enable=1
persist.service.walkman.enable=1
persist.service.enhance.enable=1
persist.service.clearaudio.enable=1
persist.service.clearphase.enable=1
#Audio Resampling Tweaks
af.resampler.quality=255
persist.af.resampler.quality=255
persist.audio.samplerate=48000
persist.af.resample=48000
#System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
Hello nealalfred19 , You Have done mistakes
1st of all you haven't edited ro.product.board
edit it to :- ro.product.board=MSM8960
2nd you have to copy this :-
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
under SOLS and space too Property Like this :-
# System props for SOLS
ro.semc.sols.product-code=98
ro.semc.sols.company-code=5
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
NoelMacwan said:
Hello nealalfred19 , You Have done mistakes
1st of all you haven't edited ro.product.board
edit it to :- ro.product.board=MSM8960
2nd you have to copy this :-
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
under SOLS and space too Property Like this :-
# System props for SOLS
ro.semc.sols.product-code=98
ro.semc.sols.company-code=5
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
Click to expand...
Click to collapse
i change the build.prop then now my phone is brick
---------- Post added at 12:36 AM ---------- Previous post was at 12:30 AM ----------
what will i do i brick my phone :crying:
always backup!!
just load your backup u did before u edited build.prop
nealalfred19 said:
i change the build.prop then now my phone is brick
---------- Post added at 12:36 AM ---------- Previous post was at 12:30 AM ----------
what will i do i brick my phone :crying:
Click to expand...
Click to collapse
Yes you can restore your previous backup... But above lines doesn't cause brick.. I have edited and my previous thread, so many members have also edited there build.prop.. As I have told to do
Sent from my C6603 using xda premium
now i just restore my preview back up what will i do to enable the battery guru
nealalfred19 said:
now i just restore my preview back up what will i do to enable the battery guru
Click to expand...
Click to collapse
Edit build.prop by your phone Only ,..don't by pc and pushing it to your phone.. If you 'll do so then you ll get boot loop...
Sent from my C6603 using xda premium
also FC on my experia go... :crying::crying:
hdmiacc said:
also FC on my experia go... :crying::crying:
Click to expand...
Click to collapse
What you did ?
already follow the step u give for the previous question for experia go...
bit the system show the pop up.. "unfortunately the battery guru has stop"
:crying:
hdmiacc said:
already follow the step u give for the previous question for experia go...
bit the system show the pop up.. "unfortunately the battery guru has stop"
:crying:
Click to expand...
Click to collapse
Did you added that lines in your build prop then did you have rebooted then installed app??
Sent from my C6603 using xda premium
Noel Macwan said:
Did you added that lines in your build prop then did you have rebooted then installed app??
Sent from my C6603 using xda premium
Click to expand...
Click to collapse
i Follow this step
Noel Macwan said:
Hello nealalfred19 , You Have done mistakes
1st of all you haven't edited ro.product.board
edit it to :- ro.product.board=MSM8960
2nd you have to copy this :-
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
under SOLS and space too Property Like this :-
# System props for SOLS
ro.semc.sols.product-code=98
ro.semc.sols.company-code=5
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=false
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
Click to expand...
Click to collapse
Thanks A lot ... Works Perfectly in my miro
Nikunj Kubadia said:
Thanks A lot ... Works Perfectly in my miro
Click to expand...
Click to collapse
That's good
from battery guru.. its show.. device not support.. any advice ??

[Script | Tweaks]【 Liquid Performance™】16-7-2013.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This Project consists of the build.prop tweaks, init.d tweaks and many other tweaks which are specially made for our Xperia devices after a complete research on various scripts and tweaks.
Almost each and every tweak is explained clearly by Spex in his Project fluid™ so the same explanation is being done here.
You can implement in your ROM build without my permission... just give me proper credits that's enough
Please give your valuable feedback.
​
Credits:
Spex
Jeeko
zeppelinrox
pikachu01
iONEx
LENAROX
smokin1337
Exit_Only
idcrisis
imbawind
slaid480
smokin1337
[email protected]
darky
devilpera64
lpy
totiadrenalin
lambgx02
doomlord
Hero
If i have forgot someone else please PM me will add your credits
​​
Please rate the thread a 5* if you feel my work is good enough and give me a Thanks​
Build.Prop Tweaks
BUILD.PROP​
Requirements:
A Rooted android device running Android 2.3 or above
Installation:
Method- I
1. Open "Root Explorer" and click the R/W
2. Go to /system/build.prop
3. Backup yout current build.prop
4. Long-press on Build.Prop and you’ll see a pop up
5. Text Editor
6. Type in those few line of words below into the last line of the text then save
7. reboot and enjoy
Method- II
1. Open "Root Explorer" and click R/W
2. Go to /system and copy build.prop to your sd card
3. Copy build.prop to your pc
4. Move build.prop again to /system and change permission
Tweaks:
Render using GPU and GPU Tweaks:
Code:
[SIZE="2"]
#enable harware egl profile
debug.egl.profiler=1
#16BIT transparency , Smother Scrolling
persist.sys.use_16bpp_alpha=1
#debug.composition.type=gpu
debug.composition.type=c2d
debug.performance.tuning=1
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
#Enable tile rendering
debug.enabletr=true
persist.sys.composition.type=gpu
#3d performance
persist.android.strictmode=0
ro.min_pointer_dur=1
ro.secure=0[/SIZE]
Media Quality:
Code:
[SIZE="2"]ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so[/SIZE]
Liquid Smooth Ui:
Code:
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
Noise Cancellation:
Code:
#Noise Cancellation Off
htc.audio.alt.enable=0
htc.audio.hac.enable=0
Sensor Sleep:
Code:
# For sensor sleep control
ro.ril.sensor.sleep.control=1
Unlock fps limit:
Code:
debug.egl.swapinterval=0
Qualcomm tweaks:
Code:
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
Screen Glitches fix:
Code:
debug.gr.numframebuffers=3
Disable debugging notify icon on statusbar:
Code:
persist.adb.notify=0
EHRPD Support :
Code:
ro.config.ehrpd=true
Disable boot animation for faster boot :
Code:
debug.sf.nobootanimation=1
3G network for speeding up :
Code:
ro.ril.set.mtu1472=1
Disable Logers (safe battery + performance gain)
Code:
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
Better scrolling responsiveness
Code:
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Touch tuning :
Code:
### Touch tuning ###
touch.presure.scale=0.001
System prop for tethering denied:
Code:
ro.tether.denied=false
Enable Hardware 3D :
Code:
hw3d.force=1
Phone will not wake up from hitting the volume rocker:
Code:
ro.config.hwfeature_wakeupkey=0
Unlock phone by menu key:
Code:
ro.config.hw_menu_unlockscreen=false
Save power while phone is in sleep mode:
Code:
ro.ril.disable.power.collapse=1
Better scrolling:
Code:
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Support for ipv4 and ipv6.:
Code:
persist.telephony.support.ipv4=1
persist.telephony.support.ipv6=1
Better battery life:
Code:
pm.sleep_mode=1
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
#improve battery under no signal -- need test
ro.mot.eri.losalert.delay=1000
Bravia Engine:
Code:
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
Xloud Engine:
Code:
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
media.xloud.enable=1
media.xloud.supported=true
More precisely incall volume control:
Code:
ro.config.vc_call_vol_steps=15
Increase overall scrool speed and enable rotation to 270 degree:
Code:
windowsmgr.max_events_per_sec=170
windowsmgr.support_rotation_270=true
Better signal reception:
Code:
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
Enable 16 BIT:
Code:
debug.fb.rgb565=1
VM tweak:
Code:
ro.vold.umsdirtyratio=20
Better in call voice quality:
Code:
ro.ril.enable.amr.wideband
Signal Tweaks:
Code:
persist.cust.tel.eons=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
net speed tweaks:
Code:
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.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
Wireless Tweaks:
Code:
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 187000
Google DNS Tweak -- fastest DNS service:
Code:
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
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
Website Bypass:
Code:
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
DalvikVM:
Code:
dalvik.gc.type=precise
dalvik.vm.dexopt-data-only=1
#Enables register map for tracking objects to garbage collect. Might give a little more RAM at the cost of a few CPU cycles.
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.jniopts=forcecopy
dalvik.vm.lockprof.threshold=500
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.verify-bytecode=false
Launcher tweaks: Testers needed
Code:
# Keep launcher in memory
ro.HOME_APP_ADJ=1
# Won't let memory managers to kill Launcher
ro.PERCEPTIBLE_APP_ADJ=2
#ro.HOME_APP_MEM=2048
Kernel Tweaks: (Should speed things up a bit)
Code:
# Disable error checking
ro.kernel.checkjni=0
ro.kernel.android.checkjni=0
Allow purging of assets (System can free more Ram when needed):
Code:
persist.sys.purgeable_assets=1
Disabling Strict mode:
Code:
# Disable strict mode checking
persist.android.strictmode=0
Disable WiFi calling for EU models:
Code:
ro.ril.enable.ganlite=0
Decrease dial out delay:
Code:
ro.telephony.call_ring.delay=0
ring.delay=0
Decrease time for screen off/on during call:
Code:
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
Makes streaming videos stream faster:
Code:
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=true
For quick boot mode:
Code:
# persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
Hide debuging icon from taskbar:
Code:
persist.adb.notify=0
persist.service.adb.enable=1
For the default value of aGPS:
Code:
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
Enable egl profiler - enable harware egl profile:
Code:
debug.egl.profiler=1
enable/disable data in roaming:
Code:
#ro.com.android.dataroaming=true
ro.com.android.dataroaming=false
Script Tweaks
Special Thanks to @Jeeko bro for the PurePerformances™X | Golden Edition
One of the best scripts ever made on XDA
SCRIPTS​
Requirements:
rooted phone
android 2.3+ ( 4.0 recomended)
kernel/rom with init.d support
5mb free in system
busybox
NANDROID BACKUP!! thanks @shprakash bro for reminding
FEATURES:
Android performances improved at 360°
- Radically improved management ram on android (Lags...adios!)
- Script lightweight and revised to be adapted to this engine
- Improves a lot the graphics: of course Pure Graphic™HD, Pure Dithering Plus™ and... AOSPA 3.60 system tweaks
- Scan multimedia time drastically reduced
- Network Improvements, 3G experience even in 2G modality
- All SQlite database optimized
- Enable hardware features turned off by default for a better experience on entry level devices
- Greatly increases the score AnTuTu: Try it to believe it!!
- Reduces the startup time of Android
- A version for stock rom and one for CM, to squeeze any roms!
- Allows you to play ported games without lags
- Cleans the system every 24 hours, thecache every week and the Dalvik every month (cronos easter egg)
- Automatically Zipalign on each boot (sensitive to the user)
Battery:
Drastically decreased the drainage of battery
- Check the activities that consume too much battery stop them with PureWakelocks™
- When the phone is charging reduces system services for faster charging
- The battery is calibrated on every boot
- Disable animation of the system when the battery is nearly exhausted
- Improvements in build.prop as regards the part of consumption
Graphics, Screen, Images
Enables a non-aggressive dithering to save CPU
- When you lock the device, the engine makes sure that the GPU is turned off
- Enables deep sleepalso in the bugged rom
- Parts of bravia engine
- parts of CrossBreeder (credits to dev)
- parts of Adrenaline Engine (credits to dev)
- PureGraphics HD
- V6 supercharger
- Generates video entropy (like seeder)
CPU, Governors, I/O Schedulers
Slightly improves the scaling of the frequencies (for better results you need a good kernel)
- Lightens the load on the CPU switching the workload to GPU rendering
- Enable the swap partition in Android (experimental)
Don't have init.d tweaks in your ROM??
Well you can integrate them in your ROM by just clicking on this link : Integrate init.d tweaks!!
Thanks to @sidharth.gtm for providing the link and Ryuinferno for the init.d thread please click a THANKS for the dev!
DOWNLOADS:​
Install the stock version on your stock firmware or stock based ROM of your phone....
Download: PurePerformances™X
Uninstall: PurePerformances™X-Uninstaller
if your device don't have gingerbread or ICS officially, install the CM version (This also applies to the AOSP)
For CMx.x, Lewa Os, MIUI, etc Download:
PurePerformances™X_CM_Others.1.4.zip
Pleask click a thanks for @Jeeko for this awesome scripts​
Thread Open for commenting guys
BANNERS:
Code:
http://img855.imageshack.us/img855/3836/9h4o.png
Code:
http://img694.imageshack.us/img694/7223/1lbq.png
The thread is now open for commenting guys! Thanks @Spex for helping me always​​
wow, fantastic. will try now
Nice work aneel... Keep up the good work
Sent from my ST15i using xda app-developers app
Help wanted
Hey friend I am using [ROM][CM10.1 + SONY 4.2.2][ALL MDPI] JellyVanilla EX 4.1.Can I apply it to my rom?If yes,How do i do so.Can you please simplify the installation method you mentioned?Do i need to flash the tweak zip file i downloaded for CM.X.X. you attached.
Please help.I am not an expert.
Thanking you in advance
Regards,
Siddhesh:cyclops:
shprakash said:
Nice work aneel... Keep up the good work
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
Thanks alot bro.. :good:
Siddhesh Sapre said:
Hey friend I am using [ROM][CM10.1 + SONY 4.2.2][ALL MDPI] JellyVanilla EX 4.1.Can I apply it to my rom?If yes,How do i do so.Can you please simplify the installation method you mentioned?Do i need to flash the tweak zip file i downloaded for CM.X.X. you attached.
Please help.I am not an expert.
Thanking you in advance
Regards,
Siddhesh:cyclops:
Click to expand...
Click to collapse
since you are on CM 10.1.. download the zip for CM x.x and install via cwm bro thats it... but make sure that your ROM support init.d tweaks
Thanks for the work bro!
Sent from my WT19i using xda premium
good work dude . does this Update for Spex Thread or Completely Different ?
Xperia~Man said:
good work dude . does this Update for Spex Thread or Completely Different ?
Click to expand...
Click to collapse
Thanks man! did i say any where that it is a update of spex's thread?? lol just the thread "looks" match.. other than that its entirely different... from his "scripts" and yeah build prop might match because i've gathered almost 20-25 types of build.prop tweaks and posted the best out of the best tweaks for our devices...
Aneel said:
Thanks man! did i say any where that it is a update of spex's thread?? lol just the thread "looks" match.. other than that its entirely different... from his "scripts" and yeah build prop might match because i've gathered almost 20-25 types of build.prop tweaks and posted the best out of the best tweaks for our devices...
Click to expand...
Click to collapse
hehe . no problem man . as you said threads were similar
But Yeah keep good work :good:
Bro... Awesome work :good: i tested on CM10.1 legacy xperia and got the antutu benchmarks as 6895 on first boot
Work the tweak "ro.HOME_APP_ADJ=1" in ICS really?
Sent from my WT19i using xda premium
That is the reason why i added testers needed bro
Sent from my Xperia Z using xda app-developers app
this mod is awensome, but it have one thing that i don`t like - it disable crt off mod in cm 10.1 :/
I just lost my framework's JB animations after flashing these scripts
See the features list bro... i think animations get disabled for better performance
However try this also... first install the scripts and once they are installed .. reboot the device and clear cache and dalvik cache and flash your framework-res.apk and see
Sent from my Xperia Z using xda app-developers app
Aneel said:
See the features list bro... i think animations get disabled for better performance
However try this also... first install the scripts and once they are installed .. reboot the device and clear cache and dalvik cache and flash your framework-res.apk and see
Sent from my Xperia Z using xda app-developers app
Click to expand...
Click to collapse
i tried to flash animations after scripts, but no luck same thing lost my lovely animations
gmp009 said:
i tried to flash animations after scripts, but no luck same thing lost my lovely animations
Click to expand...
Click to collapse
bro it's mentioned in the features that animations would be disabled if you have a low battery and i'll probably edit that in few hours.. and give one more add-on

Best build.prop tweaks 4.4.4 & 5.0.2 & 5.1.1 & 6.0.1 (updated-Jan2016)

This Thread is closed and no longer being updated
I've Started New Project (BT4A)
Check it out LINK [Updated]
Just For Rooted Devices​VPN and Security entrance FC bug , fixed​
The best build.prop tweak for Grand Prime 5.0.2 & 4.4.4
but Works for any smart phone running 4.3 & 4.4.2 & 4.4.4 & 5.0.1 & 5.0.2 & 5.1.1 & 6.0.1
​
Tested Devices :
SM-G530H/DV
SM-G530H/DS
SM-G530FZ
SM-G530BT
SM-G530F
SM-G530M
SM-G360
SM-G531 (all variants)
SM-S920L
S7582 S Dous 2
LG G2 (d801)
SM-G5308W
Idol 3
Redmi 3/Pro/S/S Prime /X
Almost all of devices:good:
Waiting for feedbacks ...
Before doing anything plz backup your main build.prop located in root/system/build.prop and save it on the PC
Here is some Enhancements:
- Supreme Battery life (even more in idle)
- Better internet browsing & download speed (NEW2016)
- Smoother experience
- Google DNS
- Better Microphone
- More Ram
- Better signal reception
- Wireless Tweaks
- Smoother video streaming and tweak media
- Faster Boot-Animation FPS (Just compare)
- Better call voice quality
- Game tweaks
- Qualcomm Tweaks
For Grand Prime:
1. Find this line"ro.pip.gated=0" at the end of build.prop as U can see its the last line
2. Copy all of these lines just below the "ro.pip.gated=0"
3. Save the changes and set the permissions to rw-r-r
4. Reboot and enjoy
For other phones :
1. Find last line of build.prop
2. Copy all of these lines just below the last line
3. Save the changes and set the permissions to rw-r-r
4. Reboot and enjoy
#ADD
mot.proximity.delay=25
pm.sleep_mode=1
ro.config.nocheckin=1
ro.lge.proximity.delay=25
# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
touch.pressure.scale=0.1
# More RAM
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=true
#Disable Miscellaneous Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
#Enable ADB Debugging By Default & Disable USB Debugging Popup
persist.adb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
#Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
#Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Other Tweaks:
ro.config.combined_signal=true
#DHA tunning
ro.config.dha_tunnable=1
#Disable Strict Mode Checking
persist.android.strictmode=0
#Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#For Sensor Sleep Control
ro.ril.sensor.sleep.control=1
#Faster Boot-Animation FPS
boot.fps=20
#Enable Quick Power-On Mode To Reduce Boot-Time
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
#Disable Scrolling Cache For Faster Scrolling
persist.sys.scrollingcache=3
ro.securestorage.knox=false
#security.mdpp=none
#security.mdpp.result=none
wifi.supplicant_scan_interval=220
# Video Acceleration Enabled And HW debugging
debug.performance.tuning=1
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
# Dialing Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Smoother video streaming and tweak media
media.stagefright.enable-meta=true
media.stagefright.enable-record=false
# Increase camera's photo and video recording quality
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
# Better image quality, lower performance.
persist.sys.use_dithering=1
# Better call voice quality.
ro.ril.enable.amr.wideband=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=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
# System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
# Better Scrolling responsiveness and speed
ro.min_pointer_dur=1
# Miscellaneous Tweaks for performance
ro.config.hw_menu_unlockscreen=false
ro.mot.eri.losalert.delay=1000
ro.telephony.sms_segment_size=160
# Hardware 2D & 3D Rendering
hw2d.force=1
# 3d performance
ro.secure=0
# Other Tweaks
ro.config.hw_new_wifitopdp=1
vm.dirty_ratio=90
vm.dirty_background_ratio=70
vm.vfs_cache_pressure=10
vm.min_free_kbytes=4096
#Minimum brightness of your screen
ro.lcd_min_brightness=1
# System Tweaks
ro.HOME_APP_ADJ=1
# Qualcomm Tweaks
debug.qctwa.statusbar=1
debug.qc.hardware=true
com.qc.hardware=true
debug.qctwa.preservebuf=1
# Disables data sent and logging
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# DalvikVM
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=y
dalvik.vm.jmiopts=forcecopy
# Performance
debug.kill_allocating_task=0
force_hw_ui=true
ro.debuggable=1
# Saves some battery without reducing performances
power.saving.mode=1
# Battery save
ro.ril.disable.power.collapse=0
ro.ril.power_collapse=1
power_supply.wakeup=enable
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Increase some Performance
ro.product.gpu.driver=1
ENFORCE_PROCESS_LIMIT=false
ro.wmt.blcr.enable=0
# Bass audio props for Lolipop
tunnel.decode=false
persist.sys.media.use-awesome=1
sys.keep_app_1=com.bel.android.dspmanager
ro.audio.samplerate=48000
ro.audio.pcm.samplerate=48000
af.resample=52000
# Game tweaks
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Force GPU Rendering on 2d Operations
debug.sf.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=c2d
# Hardware Acceleration Enabled
video.accelerate.hw=1
# Enable 16bit Transparency
persist.sys.use_16bpp_alpha=1
#NEW
# Better internet browsing & download speed
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=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
#End
U can Use Root Explorer app or notepad++ to edit your build.prop
Remember to set the permission to rw-r-r after editing ( If you don't do it your device gonna brick)
Technically it has to work with any phone with Android L but I am not responsible for any damage
Please always pay attention to risk of soft bricking
If something goes wrong use your backup build.prop to get the default settings
Does it work for your phone ? U tell me ( with details )
Send me feedbacks about your phone and I am gonna put it in the Tested List
XDA:DevDB Information
Best build.prop tweaks 4.4.4 & 5.0.2 & 5.1.1 (updated-Jan2016), Tool/Utility for the Samsung Galaxy Grand Prime
Contributors
adblocker
Version Information
Status: Stable
Current Stable Version: 1.2.1
Stable Release Date: 2015-11-01
Created 2015-08-27
Last Updated 2016-10-28
Reserved
Working great on my G530FZ
Hi.my phone is g530h.plz linke of lp rom for me. (To test this build prop)
Sent from my SM-N9005 using Tapatalk
G530 fz
Hello
G530 fz ?
Office. Fab said:
Hello
G530 fz ?
Click to expand...
Click to collapse
working !
roozbeh158 said:
Hi.my phone is g530h.plz linke of lp rom for me. (To test this build prop)
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
Your Base band is HXX ! you got to wait for that !
working fine on my G530H
can someone make it flashable zip or something i copied all the lines but after reboot i stuck on black screen
Crimmy20 said:
can someone make it flashable zip or something i copied all the lines but after reboot i stuck on black screen
Click to expand...
Click to collapse
I think u didn't change the permissions ! please change the permissions after editing to rw-r-r or 0644 with the app
do i need set permissions to the build.prop file or for the system folder? and if i made changes app just backed up my original build.prop should i need to delete it ? sorry for my silly questions
G530BT?
This should go in general section not here.
it wont work on kitkat right ?
sorry im just new to this
AJexplorer said:
it wont work on kitkat right ?
sorry im just new to this
Click to expand...
Click to collapse
working on the kitkat too
Crimmy20 said:
do i need set permissions to the build.prop file or for the system folder? and if i made changes app just backed up my original build.prop should i need to delete it ? sorry for my silly questions
Click to expand...
Click to collapse
just the build.prop file !
set it to rw-r-r
math_natividade said:
G530BT?
Click to expand...
Click to collapse
should work ! but I am not sure :0
adblocker said:
should work ! but I am not sure :0
Click to expand...
Click to collapse
How about SM-G530H?
genesisbaliw said:
How about SM-G530H?
Click to expand...
Click to collapse
Working 100%
dcduartee said:
Working great on my G530FZ
Click to expand...
Click to collapse
Confirm!It works well in my G530FZ
Tanks
:good:

Asus ROG Phone build.prop

Hi guys! I'm making such project. I'm modifying my Samsung device into "Asus ROG Phone-be-like". I only need one thing. Does someone know the full build.prop of Asus ROG Phone? Or uploading the file of it is much more better. Hoping for a positive response. Thank you, and Good day!
I could try and help but at the moment i dont have a laptop and i dont wanna ever root my device either would lose my banking apps and few other stuff i use
is this right?
//system\build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=OPM1.171019.026
ro.build.display.id=OPM1.171019.026.WW_Phone-15.1618.1810.77-0
ro.build.version.incremental=15.1618.1810.77-0
ro.build.fota.version=WW_Phone-15.1618.1810.77-0
ro.build.version.sdk=27
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=8.1.0
ro.build.version.security_patch=2018-10-01
ro.build.version.base_os=
ro.build.date=Thu Nov 22 17:04:08 CST 2018
ro.build.date.utc=1542877448
ro.build.type=user
ro.build.user=android
ro.build.host=mcrd1-30
ro.build.tags=release-keys
ro.build.flavor=WW_Phone-user
ro.build.system_root_image=true
ro.build.ab_update=true
ro.product.model=ASUS_Z01QD
ro.product.brand=asus
ro.product.name=WW_Z01QD
ro.product.device=ASUS_Z01QD_1
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=asus
ro.product.locale=en-US
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=ZS600KL
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=WW_Phone-user 8.1.0 OPM1.171019.026 15.1618.1810.77-0 release-keys
ro.build.fingerprint=HUAWEI/CLT-L29/HWCLT:8.1.0/HUAWEICLT-L29/128(C432):user/release-keys
ro.build.characteristics=nosdcard
ro.build.csc.version=WW_ZS600KL-15.1618.1810.77-0
ro.build.asus.version=15.1618.1810.77
ro.build.software.version=15_1618_1810_77
# end build properties
#
# from device/qcom/sdm845/system.prop
#
#
# system.prop for sdm845
#
rild.libpath=/vendor/lib64/libril-qc-hal-qmi.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=
# ASUS_BSP++ "Change default subscription to RUIM"
ril.subscription.types=RUIM,RUIM
DEVICE_PROVISIONED=1
#ASUS_BSP + Johnny "[Qcom][PS][][Disable]Disable NSRM feature."
persist.vendor.dpm.feature = 10
persist.data.iwlan.enable=true
sys.tcpdump.file = /data/logcat_log/capture.pcap
ro.internal.tcpdump.file = /data/logcat_log/capture.pcap
#ASUS_BSP +++ Johnny "[Qcom][PS][][remove]Disable dpm logs"
persist.vendor.dpm.loglevel = 0
persist.vendor.dpmhalservice.loglevel = 0
#ASUS_BSP --- Johnny "[Qcom][PS][][remove]Disable dpm logs"
#
# Set network mode to (T/L/G/W/1X/EVDO, T/G/W/L) for 7+5 mode device on DSDS mode
ro.telephony.default_network=22,22
ro.asus.network.types=9
# ASUS_BSP Sam_Wu disableabsvol
persist.bluetooth.disableabsvol=true
# Show Bluetooth devices without names
persist.bluetooth.showdeviceswithoutnames=true
# ASUS_BSP++ Ziv "[ASUS][MM][UI] Both Sim can camp to 4G DSDV"
ro.asus.phone.dual_nt_sup=4
persist.radio.flexmap_type=none
#ASUS_BSP +++ Ziv "[MM][696258][fix] Feature_Combine_RAT for Network List"
# ASUS_BSP+ "Use property to control the logic of isOkToCall"
persist.asus.isoktocall.qc=1
# ASUS_BSP+ "Disable rcs support for power-saving"
persist.rcs.supported=0
#ASUS_BSP LanceHuang+++ enable VT
persist.radio.VT_CAM_INTERFACE=1
persist.radio.VT_ENABLE=1
persist.radio.VT_HYBRID_ENABLE=1
debug.sf.hw=0
debug.egl.hw=0
debug.sf.latch_unsignaled=1
#debug.composition.type=c2d
#persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
debug.sf.enable_hwc_vds=1
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
#ro.hdmi.enable=true
#persist.speaker.prot.enable=false
qcom.hw.aac.encoder=true
#
# system props for the cne module
#
persist.cne.feature=1
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
media.stagefright.audio.deep=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#13631487 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE DSD
mm.enable.qcom_parser=13630463
persist.mm.enable.prefetch=true
#Netflix custom property
ro.netflix.bsp_rev=Q845-14477-1
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
persist.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=0
# ASUS BSP Display, System property for hdr
ro.asus.hdr=1
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
# system property for DSDV Project
ro.asus.phone.dualLte=1
ro.asus.phone.dualVoWiFi=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=cherokee
#system prop for wipower support
ro.bluetooth.emb_wp_mode=false
ro.bluetooth.wipower=false
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
# Enable wigig service
persist.vendor.wigig.enable=1
# Enable wigig UI
persist.asus.wigig.support=1
# Enable wigig npt and rps for better tput
persist.vendor.wigig.npt.enable=1
persist.vendor.wigig.npt.rps=0xEE
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
##property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
# enable tunnel encoding for amrwb
tunnel.audio.encode = true
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#Enable offload audio video playback by default
av.offload.enable=true
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
# system prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
#initialize QCA1530 detection
sys.qca1530=detect
#Enable stm events
#persist.debug.coresight.config=stm-events
#hwui properties
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=32
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=8
ro.hwui.r_buffer_cache_size=8
ro.hwui.text_small_cache_width=2048
ro.hwui.text_small_cache_height=2048
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=4096
ro.hwui.fbo_cache_size=16
#Bringup properties
debug.gralloc.gfx_ubwc_disable=0
persist.sys.force_sw_gles=0
persist.radio.atfwd.start=true
ro.kernel.qemu.gles=0
sdm.debug.disable_scalar=0
qemu.hw.mainkeys=0
sdm.debug.disable_inline_rotator=1
sdm.debug.disable_inline_rotator_secure=1
sdm.debug.prefersplit=1
sdm.debug.disable_dest_scalar=1
#enable IZat OptInApp overlay
persist.vendor.overlay.izat.optin=rro
# Property for backup NTP Server
persist.backup.ntpServer="0.pool.ntp.org"
#IOP properties
iop.enable_uxe=0
iop.enable_prefetch_ofr=1
# Property to enable app trigger
ro.vendor.at_library=libqti-at.so
persist.vendor.qti.games.gt.prof=1
#min/max cpu in core control
ro.vendor.qti.core_ctl_min_cpu=2
ro.vendor.qti.core_ctl_max_cpu=4
#Expose aux camera for below packages
vendor.camera.aux.packagelist=org.codeaurora.snapcam
vendor.camera.aux.asus.package_contain=com.asus
#Powerkey debug property
persist.asus.pwrdbg=0
#Instcamera Property
persist.asus.instant_camera = 0
# [ASUS BSP] Jacob - ZF4 default Fingerprint navigation mode enable
persist.sys.fp.navigation = 1
# [ASUS BSP] Jacob - ZF4 set Libra/Leo FP position as back
ro.hardware.fp_position=back
# [ASUS BSP] Jacob - ZF4 set Libra/Leo FP shape as rectangle
ro.hardware.fp_shape=jedi
# [ASUS BSP] Jacob - ZF4 set Libra/Leo FP support fp wake up switch feature
persist.asus.fp.wakeup_support=true
persist.asus.fp.wakeup=true
# [ASUS BSP] Nancy - touch support golve mode property
persist.asus.glove = 0
# [ASUS BSP] Nancy - touch support double tap mode property
persist.asus.dclick = 0
# [ASUS BSP] Nancy - touch support swipe up mode property
persist.asus.swipeup = 0
# [ASUS BSP] Nancy - touch support gesture mode property
persist.asus.gesture.type = 0000000
# [ASUS BSP] Nancy - touch support airtrigger mode property
persist.asus.airtriggertouch = 000000000000000000
# [ASUS BSP] Nancy - touch support airtrigger station mode property
persist.asus.airtriggerstationtouch = 000000000000000000
# [ASUS BSP] Nancy - touch support flipcover mode property
persist.asus.flipcovermode = 0
# ASUS_BSP add smart charging feature for JEDI
ro.build.smartcharging=1
#enable kernel massages
logd.kernel=true
# [ASUS BSP] Deka
ro.asus.camera.preview_beauty=0:1;1:1;2:1;3:0
ro.asus.camera.video_beauty=0:1;1:1;2:1;3:0
ro.asus.camera.preview_portrait=0:1;1:1;2:1;3:0
[email protected],[email protected],[email protected]
ro.asus.camera.cam1.video_fps=
ro.asus.camera.cam2.video_fps=
ro.asus.camera.cam3.video_fps=
ro.asus.camera.dual_bokeh=0:0;1:0;2:0;3:1
ro.asus.camera.lens_type=0:standard;1:standard;2:wide-angle;3:virtual
ro.asus.camera.use_frame_processor=0
ro.asus.camera.scene_mode=0:1;1:1;2:1;3:1
# ASUS_BSP +++
persist.asus.logcat.filenum=20
# property for csclogtool
logtool.package=com.asus.csclogtool
logtool.class=com.asus.csclogtool.LogService
# ASUS_BSP ---
# [ASUS BSP] Mike
ro.asus.camera.cam0.video_eis=invn
ro.asus.camera.cam1.video_eis=invn
ro.asus.camera.cam2.video_eis=invn
[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[email protected],[email protected],[email protected],[email protected]
[email protected],[email protected],[email protected],[email protected]
# [ASUS BSP] Mike
# jack for default log flag
persist.asus.startlog=0
persist.sys.downloadmode.enable=0
#jack for game mode
ro.cpufreq.game=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.treble.enabled=true
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=kryo300
dalvik.vm.isa.arm64.features=default
ro.build.asus.sku=WW
dalvik.vm.isa.arm.variant=cortex-a9
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-dir=/data/anr
---------- Post added at 02:18 PM ---------- Previous post was at 02:11 PM ----------
https://drive.google.com/open?id=1A-MAuOrxS9nTOUTpvRiq-Q8H_dqBs1T5
Thanks bro! Where did you get this? is this the exact build.prop?
Thanks bro! Where did you get this? is this the exact build.prop?
My rog phone
Snich Carter said:
Thanks bro! Where did you get this? is this the exact build.prop?
Click to expand...
Click to collapse
I extracted it from my phone to root explorer.
Snich Carter said:
Hi guys! I'm making such project. I'm modifying my Samsung device into "Asus ROG Phone-be-like". I only need one thing. Does someone know the full build.prop of Asus ROG Phone? Or uploading the file of it is much more better. Hoping for a positive response. Thank you, and Good day!
Click to expand...
Click to collapse
Can you enlighten me on how a build.prop from ASUS ROG will make your Samsung phone an ASUS ROG in terms of anything?
Im sorry, Im just making my own way. Im just a simple kid
firdyRAY said:
Can you enlighten me on how a build.prop from ASUS ROG will make your Samsung phone an ASUS ROG in terms of anything?
Click to expand...
Click to collapse
Im sorry, Im just making my own way. Im just a simple kid, still learning. I hope you could understand.
Does someone know what this is
ro.asus.network.types=9
ro.telephony.default_network=22,22
ro.asus.network.types=9
This prop for game play got 20 ms??

[ARM64][VENDOR][BOOT][RECOVERY][GSI][V4.0][UPGRADED]

ARM64 VENDOR+BOOT+RECOVERY v4.0 Upgraded , ready for Android 12
All files is ARM64 !!​
I don't allow for share this files in telegram groups other than my .
My official group for my dev for this device : MOD EDIT: LINK REMOVED
If you have question or you find bug , write to me message on telegram
RECOVERY - TWRP - 3.4.0.20201002 - Maded by me - Source and info about TWRP 3.4.0
VENDOR - 4.0 - Compiled by me - Source Xiaomi - Based on : V11.0.4.0.QCMMIXM
Install only via TWRP flash . Images and flashing via fastboot ARE NOT TESTED.
I don't response , if you don't do backup or flash via fastboot .
DOWNLOAD: MOD EDIT: DOWNLOAD LINK REMOVED
-Added fix for brightness - sometimes need factory reset for correct working .
-Added fix for VoLte and VoWifi
-Added buffers for faster internet
-Disabled logcat and bootanimation
-Other tweaks for ram and longer battery live
-Other tweaks for performance
All tweaks are visible in build.prop. Build.prop is visible in quote code ↓↓
# Debug Options for VoLTE
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
# Radio Options for VoLTE
persist.radio.volte.dan_support=true
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
persist.radio.VT_ENABLE=1
# VoLTE hax
PRODUCT_PROPERTY_OVERRIDES += \
persist.dbg.volte_avail_ovr=1 \
persist.dbg.vt_avail_ovr=1 \
persist.dbg.wfc_avail_ovr=1 \
persist.radio.rat_on=combine \
persist.radio.data_ltd_sys_ind=1 \
persist.radio.data_con_rprt=1 \
persist.radio.calls.on.ims=1
# Data Options
# Commented this line out as it was reported to break WiFi calling on some carriers. Not even sure if it's required to begin with.
persist.data.iwlan.enable=true
persist.data.iwlan=1
persist.data.iwlan.ipsec.ap=1
# Other Options
persist.sys.cust.lte_config=true
persist.rcs.supported=1
# end of device/xiaomi/pine/system.prop
debug.sf.nobootanimation=1
logcat.live=disable
persist.cust.tel.eons=1
ro.HOME_APP_ADJ=1
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.capture.maxres=8m
ro.media.panorama.defres=3264×1840
ro.media.panorama.frameres=1280×720
ro.camcorder.videoModes=true
ro.media.enc.hprof.vid.fps=65
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=false
debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu # Disable hardware overlays and use GPU for screen compositing
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
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,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
ro.mot.eri.losalert.delay=1000 (could brake tethering.)
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
ro.telephony.call_ring.delay=0
ring.delay=0
ro.ril.enable.amr.wideband=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
ro.config.nocheckin=1
persist.sys.use_dithering=1
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
debug.performance.tuning=1
#END of patch MAREK10747
ro.product.first_api_level=28
ro.vendor.build.security_patch=2020-09-01
ro.vendor.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist64=arm64-v8a
ro.product.board=QC_Reference_Phone
ro.board.platform=msm8937
ro.hwui.use_vulkan=
# begin common build properties
# autogenerated by build/make/tools/buildinfo_common.sh
ro.vendor.build.date=Thu Sep 24 21:22:33 WIB 2020
ro.vendor.build.date.utc=1600957353
ro.vendor.build.fingerprint=Xiaomi/pine/pine:10/QKQ1.191014.001/V11.0.4.0.QCMMIXM:user/release-keys
ro.vendor.build.id=QKQ1.191014.001
ro.vendor.build.tags=release-keys
ro.vendor.build.type=user
ro.vendor.build.version.incremental=V11.0.4.0.QCMMIXM
ro.vendor.build.version.release=10
ro.vendor.build.version.sdk=29
ro.product.vendor.brand=Xiaomi
ro.product.vendor.device=pine
ro.product.vendor.manufacturer=Xiaomi
ro.product.vendor.model=Redmi 7A
ro.product.vendor.name=pine
# end common build properties
#
# BOOTIMAGE_BUILD_PROPERTIES
#
ro.bootimage.build.date=Fri Sep 18 20:03:29 CST 2020
ro.bootimage.build.date.utc=1600430609
ro.bootimage.build.fingerprint=Xiaomi/pine/pine:10/QKQ1.191014.001/V11.0.4.0.QCMMIXM:user/release-keys
#
# ADDITIONAL VENDOR BUILD PROPERTIES
#
persist.sys.mcd_config_file=/system/etc/mcd_default.conf
drm.service.enabled=true
debug.stagefright.omx_default_rank.sw-audio=1
debug.stagefright.omx_default_rank=0
vendor.vidc.disable.split.mode=1
ro.control_privapp_permissions=enforce
dalvik.vm.heapminfree=4m
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapmaxfree=8m
ro.hardware.nfc_nci=nqx.default
vendor.hw.fm.init=0
ro.hardware.keystore_desede=true
persist.radio.multisim.config=dsds
persist.vendor.qcomsysd.enabled=1
ro.hardware.vulkan=adreno
ro.hardware.egl=adreno
vendor.power.pasr.enabled=true
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.carrier=unknown
ro.config.alarm_alert=Alarm_Classic.ogg
ro.vendor.extension_library=libqti-perfd-client.so
persist.vendor.radio.apm_sim_not_pwdn=1
persist.vendor.radio.sib16_support=1
persist.vendor.radio.custom_ecc=1
persist.vendor.radio.rat_on=combine
persist.backup.ntpServer=0.pool.ntp.org
sys.vendor.shutdown.waittime=500
persist.vendor.radio.procedure_bytes=SKIP
ro.frp.pst=/dev/block/bootdevice/by-name/config
ro.vendor.qti.config.swap=1
vendor.audio.chk.cal.us=0
vendor.audio.chk.cal.spk=0
af.fast_track_multiplier=1
vendor.audio_hal.period_size=192
ro.vendor.audio.sdk.fluencetype=none
persist.vendor.audio.fluence.voicecall=true
persist.vendor.audio.fluence.voicerec=false
persist.vendor.audio.fluence.speaker=true
vendor.audio.tunnel.encode=false
vendor.audio.offload.buffer.size.kb=64
audio.offload.min.duration.secs=30
audio.offload.video=true
vendor.audio.offload.track.enable=false
audio.deep_buffer.media=true
vendor.voice.path.for.pcm.voip=true
vendor.audio.offload.multiaac.enable=true
vendor.audio.dolby.ds2.enabled=false
vendor.audio.dolby.ds2.hardbypass=false
vendor.audio.offload.multiple.enabled=false
vendor.audio.offload.passthrough=false
ro.vendor.audio.sdk.ssr=false
vendor.audio.offload.gapless.enabled=true
vendor.audio.safx.pbe.enabled=true
vendor.audio.parser.ip.buffer.size=262144
vendor.audio.playback.mch.downsample=true
vendor.audio.use.sw.alac.decoder=true
vendor.audio.use.sw.ape.decoder=true
vendor.audio.pp.asphere.enabled=false
vendor.voice.playback.conc.disabled=true
vendor.voice.record.conc.disabled=false
vendor.voice.voip.conc.disabled=true
vendor.voice.conc.fallbackpath=deep-buffer
persist.vendor.audio.speaker.prot.enable=false
vendor.audio.hw.aac.encoder=false
vendor.audio.flac.sw.decoder.24bit=true
ro.af.client_heap_size_kbyte=7168
persist.vendor.audio.hw.binder.size_kbyte=1024
ro.vendor.audio.voice.volume.boost=manual
ro.audio.soundfx.dirac=true
ro.vendor.audio.soundfx.type=mi
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so
vendor.rild.libpath=/vendor/lib64/libril-qc-qmi-1.so
persist.sys.periodic.enable=true
persist.vendor.cts.sensors=false
ro.logd.size=4194304
ro.crypto.volume.filenames_mode=aes-256-cts
persist.vendor.max.brightness=437
vendor.qcom.bluetooth.soc=pronto
persist.vendor.qcom.bluetooth.enable.splita2dp=false
ro.vendor.bluetooth.wipower=false
ro.telephony.iwlan_operation_mode=legacy
sys.fp.miui.token=0
sys.thermal.data.path=/data/vendor/thermal/
debug.svi.logs=1
debug.als.logs=1
ro.vendor.display.svi=1
ro.vendor.display.sensortype=2
vendor.display.svi.config=1
vendor.display.svi.config_path=/vendor/etc/SVIConfig.xml
ro.apex.updatable=false
persist.sys.phh.camera.force_timestampsource=1
ro.vendor.sensors.pseudo_gyro=true
persist.sys.overlay.devinputjack=true
debug.sf.latch_unsignaled=1
debug.sf.disable_backpressure=1
debug.sf.hw=1
debug.egl.hw=1
persist.sys.phh.linear_brightness=true
persist.sys.phh.caf.media_profile=true
Click to expand...
Click to collapse
nice vendor bro super smooth
cavin2424 said:
nice vendor bro super smooth
Click to expand...
Click to collapse
Must to be I working now with little better vendor optimized for gaming , where you have more space on userdata and more free ram . I have few ideas for do that. Now actually I test few options , as possible soon i publish not only very smooth vendor but maybe rom prepared for redmi 7a . I think about very fast rom , without gapps based on Android 11 . In february or march i try to make first alpha or beta android 12 optimized and with fixed bugs . Now I got unofficial source of A12 and i test it with this vendor - working nice , some bugs is in A12 Watch thread . If you like my work , like my thread . Thanks
Thread closed
Threads without proper source are not allowed.
@op: Please pm me when you can provide the necessary.
strongst
Forum Moderator

Categories

Resources