Tweaking the vendor build.prop - Motorola One Guides, News, & Discussion

{
"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"
}
Tweaking the vendor build.prop - Motorola One [deen]
Deen's Telegram discussion group
What is this?
Build.prop commands to insert and improve overall performance of Android
Known issues
Nothing yet
You tell me
Prerequisites
Magisk 20+
TWRP
A PC to manage the build.prop/vendor
How I insert the new commands?
1 - Open a command window in a folder with adb on the PC and boot TWRP.img.
2 - In TWRP, mount vendor.
3 - Follow to pront command and do:
4 - adb pull /vendor/build.prop
* make a backup of the original file in case of bugs or errors
5 - Insert these commands after the end line in the build.prop - open with notepad or outher editor, on PC:
debug.hwui.renderer=skiagl
com.qc.hardware=true
debug.composition.type=gpu
debug.egl.hw=1
debug.gralloc.enable_fb_ubwc=1
debug.overlayui.enable=1
debug.performance.tuning=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
hw3d.force=1
hwui.disable_vsync=true
hwui.render_dirty_regions=false
ro.config.enable.hw_accel=true
ro.product.gpu.driver=1
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
persist.sys.scrollingcache=3
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.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
logcat.live=disable
mot.proximity.delay=0
ro.lge.proximity.delay=25
ro.telephony.call_ring.delay=0
ring.delay=0
ro.ril.enable.amr.wideband=1
ro.config.vc_call_steps=20
ro.config.hw_quickpoweron=true
debug.sf.nobootanimation=1
profiler.force_disable_ulog=1
ro.HOME_APP_ADJ=1
ro.ril.power_collapse=1
pm.sleep_mode=1
ro.mot.eri.losalert.delay=1000
power_supply.wakeup=enable
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=1
persist.android.strictmode=0
wifi.supplicant_scan_interval=600
ro.gsm.2nd_data_retry_config=max/_retries=3, 3000, 3000, 3000
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=true
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
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
persist.sys.purgeable_assets=1
debug.enabletr=true
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
ro.fb.mode=1
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
debug.sf.hw=1
persist.sys.composition.type=c2d
ro.media.dec.aud.wma.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
sys.use_fifo_ui=1
ro.ril.disable.power.collapse=0
power_supply.wakeup=enable
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
power.saving.mode=1
ro.com.google.networklocation=0
ro.kernel.android.checkjni=0
ro.config.nocheckin=1
dalvik.vm.checkjni=false
ro.media.enc.jpeg.quality=100
ro.media.dec.vid.wmv.enabled=1
mot.proximity.delay=25
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
ro.kernel.checkjni=0
ro.config.combined_signal=true
ro.config.dha_tunnable=1
persist.android.strictmode=0
persist.cust.tel.eons=1
mpq.audio.decode=true
captive_portal_detection_enabled=0
dalvik.vm.dex2oat-filter=interpret-only
dalvik.vm.image-dex2oat-filter=speed
ENFORCE_PROCESS_LIMIT=false
ro.wmt.blcr.enable=0dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.dexopt-data-only=1
lockscreen.rot_override=true // for Lockscreen
log.tag.launcher_force_rotate=VERBOSE // for Homescreen
ro.media.panorama.defres=10800x2442
ro.media.panorama.frameres=3264x1840
ro.config.hw_quickpoweron=true
windowsmgr.support_rotation_270=true
debug.egl.force_msaa=true
debug.mdpcomp.maxlayer=1
6 - After it close the editor and save.
7 - Push it back to the device using the following on the command window:
8 - adb push build.prop /vendor/
9 - Now set the correct permissions for the build.prop file with following commands (issue them one-by-one):
adb shell
cd vendor
chmod 644 build.prop
10 - Reboot system and you've a big surprise​

Related

[Q] How to get oem swype keyboard (not beta) to work on IcsLunarPro V2.8 based CM 7?

Hi folks,
I have a t-mobile optimus t (p509) and loaded the IcsLunarPro V2.8 based CM 7.2.0-RC0 A8 on my phone.
Previously, I could run swype on my phone by editing the build.prop file as in here: http://forum.xda-developers.com/showthread.php?t=1203282&highlight=how+to+get+swype
and putting into the respective files: swype.apk and libSwypeCore.so
But now for some reason, it's not working properly on this rom! Please help!
Here's the build.prop:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GRI40
ro.build.display.id=IcsLunarPro V2.8
ro.build.version.incremental=eng.adfad666.20120110.004135
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.date=Tue Jan 10 00:42:43 CET 2012
ro.build.date.utc=0
ro.build.type=user
ro.build.user=adfad666
ro.build.host=ubuntu
ro.build.tags=test-keys
ro.product.model=LG-P509
ro.product.brand=lge
ro.product.name=thunderg
ro.product.device=thunderg
ro.product.board=thunderg
ro.product.cpu.abi=armeabi-v6l
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=LGE
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm7k
# ro.build.product is obsolete; use ro.product.device
ro.build.product=thunderg
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=thunderg-user 2.3.3 GRI40 LG-P509-V20g.19C11F164C release-keys
ro.build.fingerprint=lge/thunderg/thunderg:2.3.3/GRI40/LG-P509-V20g.19C11F164C:user/release-keys
ro.cm.device=thunderg
# end build properties
# system.prop for thunderg
# camera/camcorder options, [email protected]
ro.media.enc.hprof.file.format=mp4
ro.media.enc.hprof.codec.vid=m4v
ro.media.enc.hprof.codec.aud=amrnb
ro.media.enc.hprof.vid.width=640
ro.media.enc.hprof.vid.height=480
ro.media.enc.hprof.vid.fps=24
ro.media.enc.hprof.vid.bps=2000000
ro.media.enc.hprof.aud.bps=12200
ro.media.enc.hprof.aud.hz=8000
ro.media.enc.hprof.aud.ch=1
ro.media.enc.hprof.duration=60
ro.media.enc.lprof.file.format=3gp
ro.media.enc.lprof.codec.vid=m4v
ro.media.enc.lprof.codec.aud=amrnb
ro.media.enc.lprof.vid.width=176
ro.media.enc.lprof.vid.height=144
ro.media.enc.lprof.vid.fps=15
ro.media.enc.lprof.vid.bps=256000
ro.media.enc.lprof.aud.bps=12200
ro.media.enc.lprof.aud.hz=8000
ro.media.enc.lprof.aud.ch=1
ro.media.enc.lprof.duration=30
ro.media.enc.file.format=3gp,mp4
ro.media.enc.vid.codec=m4v,h263
ro.media.enc.aud.codec=amrnb
ro.media.enc.vid.h264.width=
ro.media.enc.vid.h264.height=
ro.media.enc.vid.h264.bps=
ro.media.enc.vid.h264.fps=
ro.media.enc.vid.h263.width=176,640
ro.media.enc.vid.h263.height=144,480
ro.media.enc.vid.h263.bps=64000,1000000
ro.media.enc.vid.h263.fps=1,24
ro.media.enc.vid.m4v.width=176,640
ro.media.enc.vid.m4v.height=144,480
ro.media.enc.vid.m4v.bps=64000,2000000
ro.media.enc.vid.m4v.fps=1,24
ro.media.enc.aud.amrnb.bps=5525,12200
ro.media.enc.aud.amrnb.hz=8000,8000
ro.media.enc.aud.amrnb.ch=1,1
ro.media.enc.aud.aac.bps=
ro.media.enc.aud.aac.hz=
ro.media.enc.aud.aac.ch=
ro.media.dec.aud.wma.enabled=0
ro.media.dec.vid.wmv.enabled=0
ro.media.cam.preview.fps=0
ro.media.dec.jpeg.memcap=20000000
ro.media.enc.jpeg.quality=100
# BRAVIA HACK
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
# The camera blob needs this
ro.product.qcomdevice=msm7627
# Phat hoa giao dien bang GPU
debug.sf.hw=1
# Tang toc do xu ly da cham va xu ly do hoa
debug.performance.tuning=1
video.accelerate.hw=1
# Tinh chinh chat luong video va hinh anh luu lai !
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
# Tinh chinh luot web nhanh
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
# Sua loi mot so ung dung bi FC
ro.kernel.android.checkjni=0
# Man hinh dien thoai se khong sang len khi ban dieu chinh volume
ro.config.hwfeature_wakeupkey=0
# Cac tinh chinh he thong khac
ro.secure=0
ro.ril.disable.power.collapse=0
ro.lge.proximity.delay=20
ro.config.hw_menu_unlockscreen=false
persist.sys.purgeable_assets=1
ro.mot.eri.losalert.delay=1000
pm.sleep_mode=1
mot.proximity.delay=25
ro.lge.proximity.delay=25
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.com.google.locationfeatures=1
ro.com.google.networklocation=1
dalvik.vm.checkjni=false
rild.libargs=-d/dev/smd0
rild.libpath=/system/lib/libril-qc-1.so
ro.telephony.default_network=0
ro.telephony.call_ring.delay=0
ro.telephony.call_ring.multiple=false
wifi.interface=wlan0
wifi.supplicant_scan_interval=120
dalvik.vm.dexopt-flags=m=y
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapsize=32m
dalvik.vm.execution-mode=int:jit
ro.opengles.version=131072
windowsmgr.max_events_per_sec=260
persist.cust.tel.eons=1
DEVICE_PROVISIONED=1
ro.sf.lcd_density=160
ro.lge.vibrator_amp=125
keyguard.no_require_sim=true
ro.rommanager.developerid=cyanogenmod
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.config.ringtone=Playa.ogg
ro.config.notification_sound=regulus.ogg
ro.config.alarm_alert=Alarm_Beep_03.ogg
ro.modversion=CyanogenMod-7.2.0-RC0-OptimusOne-KANG
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
hmm that should be all you need.
post up both the ICS lunar build prop and your original.

Disable CPU rendering

It is not my idea. I just found this tread http://forum.xda-developers.com/showthread.php?t=1887997
I added some of them to my build.prop and it seems to work. Device seems to be more responsive.
I am now on EUViewpad 1.7b rom, and this is my build.prop.
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=FRG83G
ro.build.display.id=FRG83G
ro.build.version.incremental=4027_3_420
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.2
ro.build.date=Thu Apr 7 20:00:27 CST 2011
ro.build.date.utc=1302177627
ro.build.type=user
ro.build.user=user
ro.build.host=cmcsservice
ro.build.tags=release-keys
ro.product.model=ViewPad7
ro.product.brand=ViewSonic
ro.product.name=ViewPad7
ro.product.device=viewpad7
ro.product.board=ViewPad7
ro.product.cpu.abi=armeabi
ro.product.manufacturer=FIH
ro.product.locale.language=pl
ro.product.locale.region=PL
ro.wifi.channels=
ro.board.platform=msm7k
# ro.build.product is obsolete; use ro.product.device
ro.build.product=ViewPad7
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=msm7627_surf-user 2.2.2 FRG83G 4027_3_420 release-keys
ro.build.fingerprint=ViewSonic/ViewPad7/viewpad7/ViewPad7:2.2.2/FRG83G/4027_3_420:user/release-keys
### FIH: additional build properties for Telephony
ro.telephony.gsm.ecclist=112
ro.telephony.cdma.ecclist=110,112,119,911
ro.telephony.ecclist=08,000,110,112,118,119,911,999
ro.telephony.fake.ecclist=
ro.telephony.num.auto.hyphen=true
ro.telephony.gsm.spn.shortname=true
ro.telephony.gsm.wait.switch=true
ro.telephony.add.mccmnctable=true
### FIH: additional build properties for Applications
ro.contacts.number.match.length=7
# end build properties
#
# system.prop for surf
#
rild.libpath=/system/lib/libril-qc-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
DEVICE_PROVISIONED=1
#Render UI with GPU
debug.sf.hw=1
#debug.composition.type=gpu
debug.composition.type=c2d
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=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
dalvik.vm.heapsize=40m
media.stagefright.enable-player=true
dalvik.vm.execution-mode=int:jit
#[email protected] SandraHsu 2010/09/02 for FM6F.B-574
keyguard.no_require_sim=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=2.2_r8
ro.com.google.clientidbase=android-fih
ro.com.google.clientidbase.yt=android-fih
ro.com.google.clientidbase.am=android-fih
ro.com.google.clientidbase.vs=android-fih
ro.com.google.clientidbase.gmm=android-fih
ro.opengles.version=131072
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.camera.autofocus.enable=1
ro.sf.lcd_density=160
debug.fb.rgb565=0
persist.cust.tel.apnbyimsi=true
dalvik.vm.dexopt-flags=m=y,o=v,u=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
#
# Qualcomm display settings -- Video acceleration and HW degugging
#
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.qc.hardware=true
com.qc.hardware=true
#
#ADDITIONAL_TWEAKS
#
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
# Modify MTU from 1500 to 1472 on 3G network for speeding up
ro.ril.set.mtu1472=1
debug.performance.tuning=1
video.accelerate.hw=1
#Net Speed
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
# Increase overall scrool speed and enable rotation to 270 degree
windowsmgr.max_events_per_sec=170
windowsmgr.support_rotation_270=true
# Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
### Disable Logers (safe battery + performance gain)
### Disable checkin services, error reporting and logging
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
# Enable egl profiler - enable harware egl profile
debug.egl.profiler=1
#Makes streaming videos stream faster
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
### Touch tunning ###
touch.presure.scale=0.001
#ro.min_pointer_dur=
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
# Google DNS Tweak -- fastest dns
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
Click to expand...
Click to collapse
nefilim23 said:
It is not my idea. I just found this tread http://forum.xda-developers.com/showthread.php?t=1887997
I added some of them to my build.prop and it seems to work. Device seems to be more responsive.
I am now on EUViewpad 1.7b rom, and this is my build.prop.
Click to expand...
Click to collapse
Hi! from Spain.
First of all, thanks for share your knowledge. I have one question: in the original post, there is a first option to disable CPU rendering... Did you apply it? Because the author says that on Froyo roms it causes endless bootloop...
Thanks in advance.
Yes I did it. It works fine for me now.
If you did not make it, it does not belong in development.
Moving to General.

Solved : LWW PCC Error Showing Phone Model Xperia ARC LT15i ????

My LWW Pcc Showing Xperia ARC LT15i ? How do I fix this
{
"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"
}
My Build.prop Have a problem?
Code:
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Wed Jul 4 12:32:24 2012
ro.build.date.utc=1341397944
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=WT19i
ro.build.description=WT19i-user 4.0.4 4.1.B.0.587 tL1_3w test-keys
ro.product.brand=SEMC
ro.product.name=WT19i_1254-1887
ro.product.device=WT19i
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/WT19i_1254-1887/WT19i:4.0.4/4.1.B.0.587/tL1_3w:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1254-1887
ro.semc.version.cust_revision=R1I
ro.semc.enable.fast_dormancy=true
ro.sqlite.max_digits_match=9
persist.ro.ril.sms_sync_sending=1
persist.sys.timezone=Europe/Athens
#########################################################################
ro.config.ringtone=sony_ericsson.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=4.1.B.0.587
ro.build.id=4.1.B.0.587
ro.build.display.id=4.1.B.0.587
##### Values from product package metadata #####
ro.semc.product.model=WT19i
ro.semc.ms_type_id=AAD-3880123-BV
ro.semc.version.fs=WORLD-i
ro.semc.product.name=Live with Walkman
ro.semc.product.device=WT19
ro.product.model=WT19i
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=tL1_3w
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.type=user
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm7x30
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties
#
# system.prop for coconut
#
rild.libpath=/system/lib/libril-qc-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
DEVICE_PROVISIONED=1
wifi.interface = wlan0
ro.semc.wifi.hostapd=1
ro.use_data_netmgrd=true
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=false
# Disable strict mode checking
persist.android.strictmode=0
ro.semc.sols.product-code=94
ro.semc.sols.company-code=5
ro.semc.timescape_keys=Sony_Ericsson_Xperia
# Constant values for Battery test in Service menu
ro.semc.batt.capacity=1200
ro.semc.batt.test.z_threshold=50
ro.semc.batt.test.min_level=70
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=4.0_r1
ro.com.google.clientidbase=android-sonyericsson
drm.service.enabled=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.semc.xloud.supported=true
ro.sf.lcd_density=160
ro.usb.pid_suffix=14F
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.drm.active.num=4
ro.drm.active.0=semc,1
ro.drm.active.1=cmla,0
ro.drm.active.2=viaccess,0
ro.drm.active.3=marlin,1
persist.sys.usb.config=mass_storage,adb
######################
## UNLIMITED�TWEAKS ##
######################
# System Tweaks
ro.mot.eri.losalert.delay=1000
ro.config.hw_fast_dormancy=1
ro.ril.enable.amr.wideband=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
# Miscellaneous Tweaks
persist.sys.purgeable_assets=1
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.qc.hardware=true
com.qc.hardware=1
ro.telephony.sms_segment_size=160
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
ro.config.hw_fast_dormancy=1
persist.sys.shutdown.mode = hibernate
ro.config.hw_power_saving=true
ro.media.enc.hprof.vid.fps=75
ro.mot.buttonlight.timeout=1
# Signal Tweaks
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
persist.cust.tel.eons=1
# Wireless Speed Tweaks
net.ipv4.tcp_ecn=0
net.ipv4.route.flush=1
net.ipv4.tcp_rfc1337=1
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.tcp_sack=1
net.ipv4.tcp_fack=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_wmem=4096 39000 187000
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_moderate_rcvbuf=1
# Makes streaming videos stream faster
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=true
# Graphics Enhancement
debug.performance.tuning=1
video.accelerate.hw=1
ro.media.dec.jpeg.memcap=20000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.fps=75
# Disables data sent and logging
ro.config.nocheckin=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Scrolling Responsiveness
persist.cust.tel.eons=1
# Power Saving Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Dialing Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# DalvikVM
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.dexopt-data-only=1dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapstartsize=5m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:jit
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.jmiopts=forcecopy
# Performance
debug.composition.type=gpu
debug.enabletr=true
debug.qctwa.preservebuf=1
ro.sf.compbypass.enable=1
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Debug.performance.tuning=1
debug.egl.profiler=1
debug.egl.hw=1
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=0
persist.sys.use_dithering=0
ro.secure=0
ro.min_pointer_dur=1
persist.sys.use_16bpp_alpha=1
debug.gr.swapinterval=1
persist.sampling_profiler=0
ENFORCE_PROCESS_LIMIT=false
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
persist.sys.NV_FPSLIMIT=60
ro.sf.compbypass.enable=1
#Additional Tweaks by Team ACID
media.a1026.nsForVoiceRec=0
htc.audio.lpa.a2dp=0
htc.audio.global.state=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.enable_dmic=1
htc.audio.beats.state=1
ro.semc.sols.product-code=111
ro.semc.sols.company-code=5
#AC!D Sound Tweaks by R-ikfoot
af.resampler.quality=255
af.resample=48000
persist.audio.SupportHTCHWAEC=1
persist.htc.audio.pcm.samplerate=48000
persist.htc.audio.pcm.channels=2
htc.audio.swalt.enable=1
htc.audio.swalt.mingain=14512
htc.audio.alc.enable=1
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
ro.semc.sound_effects_enabled=true
ro.sound.driver=alsa
ro.sound.alsa=snd_pcm
ro.sound.alsa=msm_pcm
ro.sound.alsa=WCD9310
ro.sound.alsa=msm8960sndcard
# SuperCharger Installation Marker.
# V6 SuperCharger, OOM Grouping & Priority Fixes created by zeppelinrox.
# SuperMinFree Calculator & MFK Calculator (for min_free_kbytes) created by zeppelinrox also ;^]
#
# See http://goo.gl/krtf9 - Linux Memory Consumption - Nice article!
# See http://goo.gl/hFdNO - Memory and SuperCharging Overview ...or... "Why 'Free RAM' Is NOT Wasted RAM!"
# See http://goo.gl/4w0ba - MFK Calculator Info - explanation for vm.min_free_kbytes.
#
# DO NOT DELETE COMMENTS. DELETING COMMENTS WILL BREAK UNINSTALL ROUTINE!
#
# BEGIN OOM_ADJ_Settings
#
# This ROM (Android 4.0 and greater) requires a PATCHED services.jar
# The ADJ priorities that were here DO NOT work anymore!
#
# END OOM_ADJ_Settings
############=##############
# Miscellaneous Tweaks! #
###########################
dalvik.vm.heapgrowthlimit=54m
dalvik.vm.heapsize=54m
persist.sys.purgeable_assets=1
wifi.supplicant_scan_interval=180
windowsmgr.max_events_per_sec=200
pm.sleep_mode=1
##################################
# 3G TurboCharger Enhancement! #
##################################
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
# End of V6 SuperCharged Entries.
Too many build.prop tweaks u got there. Maybe those tweaks caused the issue. Not sure though...
Sent from Hubble Telescope
unlimited tweaks ? Acid Sound Mod Tweaks ? SuperCharger Tweaks ?
whichever???
All Tweak Deleted Problem Fixed Which is causing i'm searching
Orochixxx said:
unlimited tweaks ? Acid Sound Mod Tweaks ? SuperCharger Tweaks ?
whichever???
All Tweak Deleted Problem Fixed Which is causing i'm searching
Click to expand...
Click to collapse
Acid tweaks in my opinion....
Sent from Hubble Telescope
chepoz said:
Acid tweaks in my opinion....
Sent from Hubble Telescope
Click to expand...
Click to collapse
chepoz said:
Acid tweaks in my opinion....
Sent from Hubble Telescope
Click to expand...
Click to collapse
Before changing build.prop Im deleted PCC data files C:/Programdata/sony folder
unistall PCC reboot pc Reinstall PCC
add tweak orginal Build.prop worked all tweaks No Problem thanks bro :good:
Orochixxx said:
Before changing build.prop Im deleted PCC data files C:/Programdata/sony folder
unistall PCC reboot pc Reinstall PCC
add tweak orginal Build.prop worked all tweaks No Problem thanks bro :good:
Click to expand...
Click to collapse
Well, im confused too
Sent from Hubble Telescope
acid's the culprit
It was Acid tweaks that created the problem...you should not flash the xperia 2011 optimised version..flash the universal one from here:
http://forum.xda-developers.com/showthread.php?t=1923630
and yea...i wud recommend flashing your rom again...just to make sure the rom is clean and no probs occur in the future..
PS: Hit thanks if i helped!

build.prop tweaks?

Has anyone done some build.prop tweaks for the S6 Edge?
xSkyFlasherx said:
Has anyone done some build.prop tweaks for the S6 Edge?
Click to expand...
Click to collapse
In case this is a new mod for you
Wifi settings edit:
(I used ES FILE EXPLORER for this so, that's what I suggest)
- Go to system/build.prop
- Find: ro.securestorage.support
- Replace the default true value with false
wildjeep said:
In case this is a new mod for you
Wifi settings edit:
(I used ES FILE EXPLORER for this so, that's what I suggest)
- Go to system/build.prop
- Find: ro.securestorage.support
- Replace the default true value with false
Click to expand...
Click to collapse
What exactly does this do? Didn't seem change anything for me.
cawith said:
What exactly does this do? Didn't seem change anything for me.
Click to expand...
Click to collapse
Without that edit, WiFi passwords has to be re-entered after each reboot
wildjeep said:
Without that edit, WiFi passwords has to be re-entered after each reboot
Click to expand...
Click to collapse
Huh? I never have to re-enter my Wi-Fi passwords after reboot.
Here's mine:
# begin build properties
ro.build.id=LRX22G
ro.build.display.id=-VN™ROM-LRX22G.G925FXXU1AOE3
ro.build.version.incremental=G925FXXU1AOE3
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.date=Wed May 6 17:06:58 KST 2015
ro.build.date.utc=1430899618
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5605
ro.build.tags=release-keys
ro.product.model=SM-G925F
ro.product.brand=samsung
ro.product.name=zeroltexx
ro.product.device=zerolte
ro.product.board=universal7420
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=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=exynos5
ro.build.product=zerolte
ro.build.description=zeroltexx-user 5.0.2 LRX22G G925FXXU1AOE3 release-keys
ro.build.fingerprint=samsung/zeroltexx/zerolte:5.0.2/LRX22G/G925FXXU1AOE3:user/release-keys
ro.build.characteristics=phone
#
# Samsung Specific Properties
ro.build.PDA=G925FXXU1AOE3
ro.build.hidden_ver=G925FXXU1AOE3
ro.config.rm_preload_enabled=0
ro.build.changelist=4497415
ro.product_ship=true
ro.chipname=exynos7420
persist.sys.storage_preload=1
# end build properties
#
# HWUI_BUILD_PROPERTIES
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=16
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=4
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
#
# from device/samsung/zerolte/system.prop
# system.prop for universal7420
#
rild.libpath=/system/lib64/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=640
# RIL team modification
# netmgrd should be false in EVO-RIL model
ro.use_data_netmgrd=false
# RIL team modification
# qos will temporary false while supporting qos in EVO-RIL.
persist.data.netmgrd.qos.enable=false
ro.arch=exynos7420
persist.demo.hdmirotationlock=false
ro.zygote.disable_gl_preload=1
ro.sf.lcd_density=640
# Multimedia property for Smart View
media.enable-commonsource=true
# DHA property
ro.config.dha_cached_max=6
ro.config.dha_empty_max=30
ro.config.ldha_spc_enable=false
# Multimedia property for Camcorder Recording
media.sfrec.adj_frames=2
# VQG - User Agent Header for Video-Streaming Client
net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
#
# ADDITIONAL_BUILD_PROPERTIES
ro.config.tima=0
ro.config.timaversion=3.0
ro.config.ringtone=Machina.ogg
ro.config.notification_sound=tweeters.ogg
ro.config.alarm_alert=Morning_Flower.ogg
ro.config.media_sound=Sweethearts.ogg
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.opengles.version=196609
ro.sf.lcd_density=640
debug.hwc.nodirtyregion=0
debug.hwc.force_gpu=0
debug.hwc.winupdate=1
drm.service.enabled=true
ro.hdcp2.rx=tz
ro.secwvk=220
ro.security.gfservice.version=0.9.2
ro.security.gfservice.whitelist=true
ro.security.gfservice.unload=false
ro.build.scafe=capuccino
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.build.scafe.cream=white
ro.sec.fle.encryption=false
ro.im.param.offset=7341648
ro.me.param.offset=7341728
ro.sn.param.offset=7341808
ro.pr.param.offset=7341888
ro.sku.param.offset=7341968
#security.mdpp=None
ro.security.mdpp.ver=2.0
ro.security.mdpp.release=2
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=4.1
#security.mdpp.result=None
ro.error.receiver.default=com.samsung.receiver.error
ro.config.dha_th_rate=2.3
ro.config.dha_lmk_scale=1.681
config.disable_atlas=true
ro.security.mdpp.ux=Disabled
ro.security.reactive.active=2
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=5.0_r2
persist.sys.dalvik.vm.lib.2=libart.so
ro.build.selinux=1
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.kernel.qemu=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.build.version.sdl=2101
#
# Multi Users
fw.max_users=3
fw.show_multiuserui=1
fw.show_hidden_users=1
fw.power_user_switcher=1
#
#Some Tweaks
debug.performance.tuning=1
debug.composition.type=gpu
ro.config.hw_fast_dormancy=1
ro.config.vc_call_steps=20
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.ui.hw=1
ring.delay=0
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=15
mot.proximity.delay=15
power.saving.mode=1
proximity_incall=enable
ro.config.hw_quickpoweron=true
ro.config.hw_power_saving=true
ro.ril.disable.power.collapse=0
#
#Wireless and TCP4 Tweaks
wifi.supplicant_scan_interval=180
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_rfc1337=1
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_wmem=4096 39000 187000
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_window_scaling=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
#
#Experimental Tweaks
boot.fps=24
shutdown.fps=24
wlan.wfd.hdcp=disable
ro.media.enc.jpeg.quality=100
ro.securestorage.support=false
persist.sys.root_access=3
ro.ril.fast.dormancy.rule=0
ro.wmt.blcr.enable=0
logcat.live=disable
#
#Debug
persist.adb.notify=0
persist.mtp.notify=0
persist.usb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
ro.config.combined_signal=true
Nickyro23 said:
Huh? I never have to re-enter my Wi-Fi passwords after reboot.
Click to expand...
Click to collapse
This edit needed to be made after flashing some custom Kernels, others already incorporated the change
wildjeep said:
This edit needed to be made after flashing some custom Kernels, others already incorporated the change
Click to expand...
Click to collapse
True, but not harm is done if build.prop have them duplicated. I have gain over 1000 points in Quadrant and my sqlite init.d script is parsed without errors. Didn't have the time to check each line (especially the ones regarding ril) but overall is working. That's why I have put (all) the content, not the file itself, take what you want and test it.
freaksamael said:
True, but not harm is done if build.prop have them duplicated. I have gain over 1000 points in Quadrant and my sqlite init.d script is parsed without errors. Didn't have the time to check each line (especially the ones regarding ril) but overall is working. That's why I have put (all) the content, not the file itself, take what you want and test it.
Click to expand...
Click to collapse
Copied everything after multi users and everything is super fast. Thanks for the tip!
freaksamael said:
True, but not harm is done if build.prop have them duplicated. I have gain over 1000 points in Quadrant and my sqlite init.d script is parsed without errors. Didn't have the time to check each line (especially the ones regarding ril) but overall is working. That's why I have put (all) the content, not the file itself, take what you want and test it.
Click to expand...
Click to collapse
Do you have everything in your build.prop working from the post above?
Some of them look like they are from older devices, and they work on the s6?
freaksamael said:
Here's mine:
Click to expand...
Click to collapse
May I ask what version of Android and what kind of Samsung Galaxy S6 Edge do you have?
Sent from my Samsung Galaxy Tab Pro 10.1
Cr4z33 said:
May I ask what version of Android and what kind of Samsung Galaxy S6 Edge do you have?
Sent from my Samsung Galaxy Tab Pro 10.1
Click to expand...
Click to collapse
The answers are in buid.prop.
freaksamael said:
The answers are in buid.prop.
Click to expand...
Click to collapse
I was asking because you should have stated it is for v5.0.2.
Replacing the whole v5.1.1 build.prop might end in to issues?
Sent from my Samsung Galaxy Tab Pro 10.1
Deleted
---------- Post added at 10:06 AM ---------- Previous post was at 10:01 AM ----------
Cr4z33 said:
I was asking because you should have stated it is for v5.0.2.
Replacing the whole v5.1.1 build.prop might end in to issues?
Sent from my Samsung Galaxy Tab Pro 10.1
Click to expand...
Click to collapse
Also that info is in build.prop. 5.0.2...read a little. Regarding 5.1.1 test and report back...for sure replacing whole build.prop is a no go...
Thanks for your big effort and kindness...
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
This is the build.prop in my S6 G920F (no edge) on android 5.0.2;
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LRX22G
ro.build.display.id=LRX22G.G920FXXU1AOE3
ro.build.version.incremental=G920FXXU1AOE3
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.date=Wed May 6 17:07:29 KST 2015
ro.build.date.utc=1430899649
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5819
ro.build.tags=release-keys
ro.product.model=SM-G920F
ro.product.brand=samsung
ro.product.name=zerofltexx
ro.product.device=zeroflte
ro.product.board=universal7420
# 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=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=exynos5
# ro.build.product is obsolete; use ro.product.device
ro.build.product=zeroflte
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=zerofltexx-user 5.0.2 LRX22G G920FXXU1AOE3 release-keys
ro.build.fingerprint=samsung/zerofltexx/zeroflte:5.0.2/LRX22G/G920FXXU1AOE3:user/release-keys
ro.build.characteristics=phone
# Samsung Specific Properties
ro.build.PDA=G920FXXU1AOE3
ro.build.hidden_ver=G920FXXU1AOE3
ro.config.rm_preload_enabled=0
ro.build.changelist=4497415
ro.product_ship=true
ro.chipname=exynos7420
persist.sys.storage_preload=1
# end build properties
#
# HWUI_BUILD_PROPERTIES
#
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=16
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=4
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
#
# from device/samsung/zeroflte/system.prop
#
#
# system.prop for universal7420
#
rild.libpath=/system/lib64/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=640
# RIL team modification
# netmgrd should be false in EVO-RIL model
ro.use_data_netmgrd=false
# RIL team modification
# qos will temporary false while supporting qos in EVO-RIL.
persist.data.netmgrd.qos.enable=false
ro.arch=exynos7420
persist.demo.hdmirotationlock=false
ro.zygote.disable_gl_preload=1
ro.sf.lcd_density=640
# GSM should be 0
telephony.lteOnCdmaDevice=0
# Start in gsm mode
ro.telephony.default_network=9
# Multimedia property for Smart View
media.enable-commonsource=true
# DHA property
ro.config.dha_cached_max=15
ro.config.dha_cached_min=4
ro.config.dha_empty_max=36
ro.config.dha_empty_min=9
ro.config.dha_empty_init=36
ro.config.dha_lmk_scale=0.990
ro.config.dha_th_rate=1.83
ro.config.sdha_apps_bg_max=70
ro.config.sdha_apps_bg_min=8
ro.config.dha_ils_enable=true
ro.config.dha_ils_dyna_lmk=true
ro.config.dha_ils_rate=1.5
#Some Tweaks
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
debug.performance.tuning=1
debug.composition.type=gpu
ro.config.vc_call_steps=20
ro.ril.enable.amr.wideband=1
ro.ril.disable.power.collapse=1
pm.sleep_mode=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.ui.hw=1
ring.delay=0
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=15
mot.proximity.delay=15
power.saving.mode=1
proximity_incall=enable
ro.config.hw_quickpoweron=true
ro.config.hw_power_saving=true
ro.media.enc.jpeg.quality=100
ro.config.nocheckin=1
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.mot.eri.losalert.delay=1000
ro.config.hw_quickpoweron=true
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
af.resampler.quality=255
# 3g signal tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=12
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=7
ro.ril.hsdpa.category=10
ro.ril.enable.a52=1
ro.ril.set.mtu1472=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
ro.ril.enable.dtm=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
# 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
# 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
#Block redirect
sysctl -w net.ipv4.conf.all.accept_redirects=0;
sysctl -w net.ipv4.conf.default.accept_redirects=0;
sysctl -w net.ipv4.conf.all.secure_redirects=0;
sysctl -w net.ipv4.conf.default.secure_redirects=0;
#
#Wireless and TCP4 Tweaks
wifi.supplicant_scan_interval=300
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_rfc1337=1
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_wmem=4096 39000 187000
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_window_scaling=1
#
# VQG - User Agent Header for Video-Streaming Client
net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
# Multimedia property for Camcorder Recording
media.sfrec.adj_frames=2
# System property for storage_preload
persist.sys.storage_preload=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.tima=1
ro.config.timaversion=3.0
ro.config.ringtone=Over_the_Horizon.ogg
ro.config.notification_sound=Skyline.ogg
ro.config.alarm_alert=Morning_Flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.opengles.version=196609
ro.sf.lcd_density=480
debug.hwc.nodirtyregion=0
debug.hwc.winupdate=1
drm.service.enabled=true
ro.hdcp2.rx=tz
ro.secwvk=220
ro.securestorage.support=true
ro.security.gfservice.version=0.9.2
ro.security.gfservice.whitelist=true
ro.security.gfservice.unload=false
ro.build.scafe=capuccino
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.build.scafe.cream=white
ro.sec.fle.encryption=false
ro.im.param.offset=7341648
ro.me.param.offset=7341728
ro.sn.param.offset=7341808
ro.pr.param.offset=7341888
ro.sku.param.offset=7341968
security.mdpp=None
ro.security.mdpp.ver=2.0
ro.security.mdpp.release=2
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=4.1
security.mdpp.result=None
ro.error.receiver.default=com.samsung.receiver.error
config.disable_atlas=true
ro.security.mdpp.ux=Enabled
ro.security.reactive.active=2
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.adb.qemud=1
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=5.0_r2
persist.sys.dalvik.vm.lib.2=libart.so
ro.build.selinux=1
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.kernel.qemu=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.build.version.sdl=2101
I'm still testing alot of the settings but it seems that i get way better signal reception now (H+ in places where I only had G signal at first) and the multitasking is much improved. Some of tweaks are probably useless and I'm still trying out which ones. I hope this is usefull to you.
Any tweaks for louder audio through headphones?
Hi @Emieltes . Your tweaks were very usefull for me. Have you had any progress on your tests?
thanks!
Wifi reseting pasword problem
Hello.
Is there any way to change the ro.securestorage.support=true , without rooting the device (G925f)??
I had flashed different official FW, but no luck.
Also factory reseting and cache.

A couple of Questions about SD boost, LSpeed, Battery Savings

Hiii there
I managed these days to fix my App link to SD Card issues with App2SD *jump*
But since ive tested that SD Boost & CPU Throttle Option (rewinded that alrdy).. my battery drain rly fast.
Also my SD writing speed is just 11mb/s, read is about 30mb/s (description of box sais 80mb/s hmm.. ).
And about Speed/Battery i heared about L Speed and those Profiles from Darkniss Killer. And its pretty cool i would test this but i want to know, what Version of this App i need in order to use the profiles smootlhy.
Aaand can i close the main active L Speed app, after reloaded the Profile & reboot`ed phone
Actually i would be fine with an lightweight battery saving App, in my build.prop are no changes, just the stock code with 256m heapsize
I have an Alcatel (TCL) 4-6_3G 8050D with MT6850 chip btw :fingers-crossed:
re-post below y_y sorry @xda rules
Please Help me
L Speed and those Profiles from Darkniss Killer dont have any effect on my phone anymore.. ive rooted with kingroot 4.5 + superuser mod.
Ive tested that SD Boost & CPU Throttle Option.. and now my battery drain is rly fast.
Also my SD writing speed is just 11mb/s, read is about 30mb/s (description of box sais 80mb/s hmm.. ).
I have an Alcatel (TCL) 4-6_3G 8050D with MT6850 chip btw :fingers-crossed:[/B]
Maybe its just my build.prop which make L Speed un~usable ?
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LMY47I
ro.build.display.id=LMY47I release-keys
ro.build.version.incremental=vA2D-0
ro.build.version.sdk=22
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.1
ro.build.version.security_patch=2016-01-01
ro.build.version.base_os=
ro.build.date=Tue Jan 12 11:28:29 CST 2016
ro.build.date.utc=1452569309
ro.build.type=user
ro.build.user=android
ro.build.host=tabletbuild23
ro.build.tags=release-keys
ro.build.flavor=full_pixi4_6-user
ro.product.model=8050D
ro.product.brand=TCL
ro.product.name=8050D
ro.product.device=Pixi4-6_3G
ro.product.board=MT8321
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.manufacturer=TCL
ro.wifi.channels=
ro.board.platform=mt6580
# ro.build.product is obsolete; use ro.product.device
ro.build.product=Pixi4-6_3G
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=8050D-user 5.1 LMY47I vA2D-0 release-keys
ro.build.fingerprint=TCL/8050D/Pixi4-6_3G:5.1/LMY47I/vA2D-0:user/release-keys
ro.build.characteristics=phone
# end build properties
#
#jrd sys properties
#
ro.setupwizard.mode=OPTIONAL
def.display.build.id=Lollipop
JRD_PRODUCT_PACKAGES_Plugger=0
ro.setupwizard.mode=DISABLED
ro.force.install.custom.app=true
ro.def.software.svn=01001
ro.def.svn.countrycode=
ro.com.Guatemala.SP.call=false
ro.bluetooth.default.name=Alcatel PIXI 4 6″
ro.drm.enable=true
ro.mtk_oma_drm_support=1
ro.drm_popup_dialog=0
ro.headset.sound.mode=2
def.rtsp.port.limit=1024,65535
gsm.version.baseband=6582
ro.config.fb.appid=282138871828990
gsm.version.baseband.2=6582
ro.dnsmasq.least.time=120m
ro.mobile_data_enable=1
data_connection_auto_enable=false
dualsim.ui.support=true
def.ussd.beep.vibration.enable=false
gsm.stk.perso.app_title=
ro.headset_mode=1
ro.config.power_on_general=Jumping-on.mp3
ro.config.power_off_general=Jumping-off.mp3
ro.config.key_switch_on=1
ro.config.key_switch_off=1
persist.sys.key_switch_on=0
persist.sys.key_switch_off=0
ro.ringer_volume_general=5
ro.notification_volume_general=5
ro.media_volume_general=5
ro.alarm_volume_general=5
ro.separate_ring_notification=false
ro.com.android.dataroaming=0
ro.com.android.dataroaming2=0
def_dual_sml_for_orange=0
def.additional.data.roaming=false
telcel_clearcodes_for_perso=false
comcel_clearcodes_for_perso=false
ro.screen_touch_tone_general=false
ro.lock_screen_general=false
ro.sound_effect_general=false
ro.haptic_feedback_general=true
ro.vibration_general=true
ro_ua_language_is_customized=0
ro_ua_language_country_group=en=en-us;es=es-us;fr=es-mx;pt=pt-br
ro.def.SIPCall.enable=false
persist.sys.jrdtheme=2
persist.sys.timezone=Asia/Yerevan
ro.com.google.clientidbase=android-alcatel
ro.com.google.clientidbase.am=android-alcatel
ro.com.google.clientidbase.ms=android-alcatel
ro.com.google.clientidbase.gmm=android-alcatel
ro.com.google.clientidbase.yt=android-alcatel
def.mvno.operators.spn.list=
ecc.list.for.perso=
ecc.list.for.normal=
ro_voice_ringtone_uri_general=Gene.ogg
ro_video_ringtone_uri_general=Kettle.ogg
ro_notification_uri_general=Sign.ogg
ro.product.locale.language=en
ro.product.locale.region=GB
ro.def.auto_rotation=1
def.callforward.show.voicemail=false
ro.config.key_off_animation=1
def.settings.locale.summary=true
ro.com.movilnet.SP.label=true
ro_config_phnum_significant_len=10
persist.sys.saveInStorage=1
def_turn_over_to_mute_enabled=1
ro.movilnet.sp.call=false
def_string_for_idea_100=Police
def_string_for_idea_101=Fire
def_string_for_movilnet_611=Atencion a Clientes
def_display_name_for_csl=false
A51.supported.for.perso=true
A52.supported.for.perso=false
A53.supported.for.perso=true
AMRWB.GSM.supported.for.perso=false
AMRWB.UMTS.supported.for.perso=true
def_auto_change_agpsprofile=false
ro.audio.parameters.config=0
def_camera_smile_feature_enable=true
ro.camera.interpolation.enable=1
persist.radio.fd.r8.counter=3
persist.radio.fd.off.r8.counter=3
persist.radio.fd.counter=3
persist.radio.fd.off.counter=3
ro.def.screen.brightness.mode=manual
ro.def.screen.brightness=75
usb.manufacturer=TCT
sys.usb.product=Alcatel PIXI 4 6″
ro.com.Iusacell.SP.label=false
def.idle.mode.title.display=0
ro.tmobile.unsupportspop.enable=false
ro.patch.for.wrapper.enable=1
def_http_header_UAProf=http://www-ccpp.tcl-ta.com/files/5017E.xml
ro.sys.usb.bicr=yes
ro.enable.browser.OnefingerZoom=false
ro.test_harness=false
ro.jrd.ptt.feature.enable=0
persist.sys.country=
persist.sys.language=
ro_def_wifi_hotspot_Enable=on
ro_config_phnum_accurate=false
persist.sys.usb.config.adb=adb_disable
def.is.Always.Query.Cfu=false
def_daul_sml_for_MTS=0
sim.default.suffix.support=true
def.enforced.shuttersound=false
ro.show.3g.level.by.rscp=false
ro.def.browser=0
ro.only.telcel.url=0
ro.def.IPCall.enable=true
debug.svc.tatagent=0
ro.config.ringtone=Titania.ogg
ro.config.notification_sound=Tethys.ogg
ro.config.alarm_alert=Platinum.ogg
ro.wifi.dhcp.least.time=120m
wifi.connect.threshold=-100
def.simlock.type.display=0
ro.com.idea.SP.call=false
def_string_for_idea_100=Police
def_string_for_idea_101=Fire
def_string_for_idea_102=Ambulance
def_browser_ua_svn_enable=0
ro.movistar.sp.call=false
def_string_for_movistar_171=Policia
def_string_for_movistar_811=At. Cliente
def_string_for_movistar_88=Saldo
def_string_for_movistar_411=Cliente Datos
def_string_for_movistar_132=Telpago
def_string_for_movistar_2582=Club Movistar
def_string_for_movistar_133=Buzón de Voz
def_string_for_movistar_2428=Chat de Voz
def_string_for_movistar_86667=Entretonos
def_string_for_movistar_113=Servicio 113
def_string_for_movistar_44=Llamada Cobrar
def_string_for_movistar_7878=Transferencia
def_string_for_movistar_3456=Dilo
def_string_for_movistar_roaming=Buzón Roaming
def_string_for_movistar_7626=*ROAM
ro.def.sim.for.message=0
ro.def.sim.for.call=0
ro.ssv.mccmnclist=722310,74810,74402
ro.ssv.mccmnclist1=
ro.ssv.mccmnclist2=
ro.ssv.mccmnclist3=
ro.ssv.operator.choose=TEF
ro.ssv.switchalways=true
def.rtsp.port.limit=1024,65535
ro.ssv.diag_sel_config=2
ro_feature_sortbyfamilyname=false
ro_feature_viewbyfamilyname=false
ro.wifi.connect.priority=true
ro.def.rtsp_port_limit=6970,32000
fd.screen.off.only=0
ro.def.software.version=010ZZ01
gea3.supported.for.perso=true
gea1.supported.for.perso=false
gea4.supported.for.perso=true
fd.on.charge=1
epsk.supported.for.perso=0
VAMOS.supported.for.perso=0
ro.distinguish.vf.gr.dunapn=false
ro.gr.standardsim.apnname=internet.vodafone.gr
ro.gr.datasim.apnname=internet
ro.def.show.lockname=true
persist.env.sys.hyphenenable=true
telcel.clearcodes.for.perso=false
comcel.clearcodes.for.perso=false
ro.def.callwaitingtone.on=false
persist.sys.isSupportEarpiece=1
def_daul_sml_for_orange=0
persist.radio.multisim.config=dsds
def.unlock.failed.attempt=5
ro.airplane_show_pin_screen=no
ro.patch.for.wrapper.enable=1
ro.show.3g.level.by.rscp=false
ro_x_wap_profile=http://www-ccpp.tcl-ta.com/files/8050D.xml
ro.show.signal.level.by.dbm=true
def_phonenumberMatchLatam_on=0
def_rusControlDoubleClick_on=0
def_rusControlFdnMatch_on=0
persist.sys.flipcover=true
def_browser_ua_svn_enable=0
ro.enable_enginemode_ua=0
ro_ua_language_is_customized=0
#
# from device/tcl/pixi4_6/system.prop
#
#
# system.prop for generic sdk
#
rild.libpath=/system/lib/mtk-ril.so
rild.libargs=-d /dev/ttyC0
# MTK, Infinity, 20090720 {
wifi.interface=wlan0
# MTK, Infinity, 20090720 }
# MTK, mtk03034, 20101210 {
ro.mediatek.wlan.wsc=1
# MTK, mtk03034 20101210}
# MTK, mtk03034, 20110318 {
ro.mediatek.wlan.p2p=1
# MTK, mtk03034 20110318}
# MTK, mtk03034, 20101213 {
mediatek.wlan.ctia=0
# MTK, mtk03034 20101213}
#
wifi.tethering.interface=ap0
#
wifi.direct.interface=p2p0
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=256m
# USB MTP WHQL
ro.sys.usb.mtp.whql.enable=0
# Power off opt in IPO
sys.ipo.pwrdncap=2
#[BUGFIX]-MOD-BEGIN by SCDTABLET.([email protected]),10/23/2015,Defect:788334,<remove USB storage>
ro.sys.usb.storage.type=mtp
#[BUGFIX]-MOD-BEGIN by SCDTABLET.([email protected]),10/23/2015,Defect:788334.
# USB BICR function
ro.sys.usb.bicr=yes
# USB Charge only function
ro.sys.usb.charging.only=yes
# audio
ro.camera.sound.forced=0
ro.audio.silent=0
ro.zygote.preload.enable=0
# temporary enables NAV bar (soft keys)
qemu.hw.mainkeys=1
ro.kernel.zio=38,108,105,16
#ro.kernel.qemu=0
#ro.kernel.qemu.gles=0
ro.opengles.version=131072
#ro.boot.selinux=disable
# Disable dirty region for Mali
debug.hwui.render_dirty_regions=false
hwui.render_dirty_regions=false
ro.sf.lcd_density=283
# add by you.zhou for Defect916926
ro.default_cache_free=true
# add by zhangku.guo for gesture wakeup
persist.sys.gesture_enable=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.carrier=unknown
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=128m
ro.mediatek.chip_ver=S01
ro.mediatek.version.release=ALPS.L1.MP6.V2.17_TCL8321.EMMC_P42
ro.mediatek.platform=MT6580
ro.telephony.sim.count=2
persist.radio.default.sim=0
persist.sys.onehandedenabled=0
persist.md.perm.checked=to_upgrade
persist.gemini.sim_num=2
persist.radio.multisim.config=dsds
ro.gemini.smart_sim_switch=false
ril.specific.sm_cause=0
bgw.current3gband=0
ril.external.md=0
ro.btstack=blueangel
ro.sf.hwrotation=0
ril.current.share_modem=2
curlockscreen=1
ro.mediatek.gemini_support=true
drm.service.enabled=true
fmradio.driver.enable=0
ril.first.md=1
ril.flightmode.poweroffMD=1
ril.telephony.mode=0
dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt
mediatek.wlan.chip=CONSYS_MT6735
mediatek.wlan.module.postfix=_consys_mt6735
ril.read.imsi=1
ril.radiooff.poweroffMD=0
ro.frp.pst=/dev/block/platform/mtk-msdc.0/by-name/frp
ro.mediatek.version.branch=L1
ro.mediatek.version.sdk=4
ro.mtk_gemini_support=1
ro.mtk_audenh_support=1
ro.mtk_lossless_bt_audio=1
ro.mtk_besloudness_support=1
ro.mtk_bessurround_support=1
ro.mtk_gemini_enhancement=1
ro.mtk_wapi_support=1
ro.mtk_bt_support=1
ro.mtk_wappush_support=1
ro.mtk_agps_app=1
ro.mtk_voice_ui_support=1
ro.mtk_voice_unlock_support=1
ro.mtk_voice_contact_support=1
ro.mtk_wlan_support=1
ro.mtk_gps_support=1
ro.mtk_omacp_support=1
ro.mtk_search_db_support=1
ro.mtk_dialer_search_support=1
ro.mtk_dhcpv6c_wifi=1
ro.have_aacencode_feature=1
ro.mtk_fd_support=1
ro.mtk_cta_drm_support=1
ro.mtk_widevine_drm_l3_support=1
ro.mtk_eap_sim_aka=1
ro.mtk_fm_recording_support=1
ro.mtk_audio_ape_support=1
ro.mtk_flv_playback_support=1
ro.mtk_mtkps_playback_support=1
ro.mtk_send_rr_support=1
ro.mtk_rat_wcdma_preferred=1
ro.mtk_emmc_support=1
ro.mtk_tetheringipv6_support=1
ro.mtk_phone_number_geo=1
ro.mtk_shared_sdcard=1
ro.mtk_2sdcard_swap=1
ro.mtk_enable_md1=1
ro.mtk_flight_mode_power_off_md=1
ro.mtk_pq_support=2
ro.mtk_miravision_support=1
ro.mtk_miravision_image_dc=1
ro.mtk_tethering_eem_support=1
ro.mtk_wifi_mcc_support=1
ro.mtk_system_update_support=0
ro.mtk_sim_hot_swap=1
ro.mtk_thumbnail_play_support=1
ro.mtk_bip_scws=1
ro.mtk_world_phone_policy=0
ro.mtk_perfservice_support=1
ro.mtk_audio_change_support=1
ro.mtk_owner_sdcard_support=1
ro.mtk_mobile_management=1
ro.mtk_antibricking_level=2
ro.mtk_cam_mfb_support=0
ro.mtk_cam_mav_support=1
ro.mtk_rild_read_imsi=1
ro.sim_refresh_reset_by_modem=1
ro.mtk_subtitle_support=1
ro.mtk_live_photo_support=1
ro.mtk_motion_track_support=1
ro.mtk_bg_power_saving_support=1
ro.mtk_bg_power_saving_ui=1
ro.have_aee_feature=1
ro.sim_me_lock_mode=0
ro.mtk_dual_mic_support=1
ro.mtk_is_tablet=1
wfd.dummy.enable=1
ro.mediatek.project.path=device/tcl/pixi4_6
persist.mtk.wcn.combo.chipid=-1
service.wcn.driver.ready=no
ro.com.android.mobiledata=true
persist.radio.mobile.data=0,0
persist.meta.dumpdata=0
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=5.1_r3
ro.def.device.name=MTK8321_GLOBAL_PIXI4_6_3G
persist.sys.usb.config=mtp
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.features=div
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
#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
#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
# Video Acceleration Enabled And HW debugging
debug.performance.tuning=1
# System Tweaks
ro.HOME_APP_ADJ=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,v=n,o=v,u=n
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
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
hw3d.force=1
ro.product.gpu.driver=1
persist.sampling_profiler=0
persist.sampling_profiler=0
persist.sys.ui.hw=1
ro.config.disable.hw_accel=false
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
ro.vold.umsdirtyratio=20
hwui.disable_vsync=true
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
touch.pressure.scale=0.001
windowsmgr.max_events_per_sec=200
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#Indicator_Hack
captive_portal_detection_enabled=0
dalvik.vm.dex2oat-filter=interpret-only
dalvik.vm.image-dex2oat-filter=speed
ro.media.capture.flash=led
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=70

Categories

Resources