[HOW TO] WORKING screen mirroring ON ROOTED DEVICES, bypass HDCP and ALL of allshare - Galaxy S 4 Developer Discussion [Developers-Only]

so here's the deal. trying to start screen mirroring on a rooted device in most cases HDCP will fail to initialize, when this happens screen mirroring will connect then disconnect with an error.
after a lot of research, logging and testing on my device I have found a way to bypass HDCP and also bypass Samsung restriction on allowing screen mirroring without HDCP.
HDCP is not a requirement for screen mirroring but Samsung has programmed the s4 to fail if the HDCP connection is not initialized. I have found that when the phone speaks to the miracast dongle the phone is programmed to force the setting of "Display service Type = HDMI" instead of allowing it to connect as Type = Wifi.
when the phone forces type = HDMI it makes screen mirroring fail if HDCP fails, this is a basic and enforced protocol of HDMI, this results in screen mirroring shutting off if HDCP fails, I believe this is Samsung's attempt to stop people from rooting their phones and also to stop people from using non Samsung dongles.
some people have found ways around this by hacking the HDCP lib files, but in my case this was not possible because I own a Sgh-i337 on mf3 with a locked bootloader.
unfortunately I can't post pictures so I can post my screen mirroring logs, but heres an explanation as to how this was accomplished.
First was to quarantine all Samsung Apps & services that were related to screen mirroring, this was an attempt to get the system to fall back to the native screen mirroring services and not use samsung's implementation.
I locked up:
Com.sec.allsharecastplayer
Com.samsung.shareshot
Samsung watch on
Samsung briefing
Allshare.controlShareService
Allshare.fileShareService
Samsung context provider
All Knox
Samsung MDM app
Allshare.service.mediaShare
Samsung apps
Samsung apps UNA2
Samsung apps widget
Samsung link
Samsung push
next I tried to find out a way to edit the DisplayManagerService's forced type of HDMI to change it to Type = Wifi, unfortunately because I was on Mf3, this couldn't be done.
but I was able to force this option with a build prop edit and last download and enable
https://play.google.com/store/apps/d...HOm-sQSyqoCgCA
Even if multi window plus doesnt work. Keep it for now untill I can trace down a setting change.
surprisingly after all this was done screen mirroring now works.
below I will post copies of my build prop and also the WFDConfig files from /system/ect
---- Build prop :
debug.sf.hw=0
debug.composition.7x27A.type=mdp
debug.composition.7x25A.type=mdp
dalvik.vm.heapsize=24m
debug.composition.type=dyn
persist.hwc.mdpcomp.enable=false
service.camera.gpu.enable=0
Debug.Disable.HWC=1
debug.sf.disablehwc=1
ro.display.switch=0
#dyn
# system props for the cne module
#
persist.cne.feature=0
#
# system props for the MM modules
#
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=false
media.stagefright.enable-fma2dp=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.enable-commonsource=true
media.stagefright.enable-rtsp=true
#
# system props for the LPA/TUNNEL
#
lpa.decode=true
tunnel.decode=true
lpa.use-stagefright=true
tunnel.audiovideo.decode=true
#
# system prop for opengles version
#
ro.opengles.version=131072
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.ds_fmc_app.mode=0
#
# system props for IMS module
#
persist.ims.regmanager.mode=0
#
# System prop to disable strict mode flash on display
#
persist.sys.strictmode.visual=false
#
# System prop to enable/disable OMH. Enabled by default
#
persist.omh.enabled=1
#System prop to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
#
#
# Turn off tiled rendering
#
debug.enabletr=false
#
#property to enable user to access Google WFD settings.
#
persist.debug.wfd.enable=1
debug.wfd.enable=1
ext_only.debug=1
persist.sys.ext_only.debug=1
persist.sys.hwc.ext_only.debug=1
persist.sys.hwc.disable=1
#property to choose between virtual/external wfd display
#
persist.sys.wfd.virtual=0
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=1
ro.hdmi.enable=false
------- WFDConfig. Xml
<WFDConfig>
<Capability>
<AudioLPCM>
<Name>LPCM</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>33</Latency>
</AudioLPCM>
<AudioAAC>
<Name>AAC</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>0</Latency>
</AudioAAC>
<AudioAC3>
<Name>AC3</Name>
<Valid>0</Valid>
<Channels>0</Channels>
<SamplingFreq>0</SamplingFreq>
<Latency>0</Latency>
</AudioAC3>
<VideoHeader>
<VideoMethod>1</VideoMethod>
<PreferredDisplaySupport>0</PreferredDisplaySupport>
<H264Profiles>1</H264Profiles>
<Valid>1</Valid>
</VideoHeader>
<CBP>
<VideoCodec>
<Profile>1</Profile>
<Level>1</Level>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>720</VerticalResolution>
<Latency>0</Latency>
<MinimumSliceSize>0</MinimumSliceSize>
<SliceEncodingParams>0</SliceEncodingParams>
<FrameRateControlSupp>1</FrameRateControlSupp>
<VideoFps>30</VideoFps>
</VideoCodec>
</CBP>
<StandbyResumeCapability>
<Valid>1</Valid>
</StandbyResumeCapability>
<!--
IDR interval is to trigger an IDR request from sink.
This can be applcable only to sink. IDRInterval is in msec
-->
<IDRRequest>
<Valid>0</Valid>
<IDRInterval>0</IDRInterval>
</IDRRequest>
<AVFormatChange>
<Valid>0</Valid>
<AVInterval>0</AVInterval>
</AVFormatChange>
<!--
Frame skipping interval is in the scale of 500 msec/half second.
FrameInterval can be between 1 to 7, according to the WFD spec.
-->
<FrameSkipping>
<Valid>0</Valid>
<FrameInterval>0</FrameInterval>
</FrameSkipping>
<ContentProtection>
<HDCPValid>0</HDCPValid>
<Version>WFD_HDCP_2_1</Version> <!-- Valid values WFD_HDCP_2_0 and WFD_HDCP_2_1 -->
<CPPort>6789</CPPort>
<EncryptAudio>0</EncryptAudio> <!-- Valid values 0 / 1 to indicate Audio encryption or not -->
</ContentProtection>
<RTPDumpEnable>
<Valid>0</Valid>
</RTPDumpEnable>
<BufferCtrlEnable>
<Valid>1</Valid>
</BufferCtrlEnable>
<UIBC>
<UIBCValid>1</UIBCValid> <!-- 0/1 UIBC supported or not -->
<InputCategory>
<Generic>1</Generic> <!-- 0/1 - support generic or not -->
</InputCategory>
<InputEvents>
<GenericInputEvents>
<Mouse>1</Mouse> <!-- 0/1 for all Input Event Types -->
<Keyboard>1</Keyboard>
<SingleTouch>1</SingleTouch>
<MultiTouch>1</MultiTouch>
<JoyStick>0</JoyStick>
<Camera>0</Camera>
<Gesture>0</Gesture>
<RemoteControl>1</RemoteControl>
</GenericInputEvents>
</InputEvents>
<TcpPort>4321</TcpPort>
</UIBC>
</Capability>
---- Capability. Xml
<Capability>
<AudioLPCM>
<Name>LPCM</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>33</Latency>
</AudioLPCM>
<AudioAAC>
<Name>AAC</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>0</Latency>
</AudioAAC>
<AudioAC3>
<Name>AC3</Name>
<Valid>0</Valid>
<Channels>0</Channels>
<SamplingFreq>0</SamplingFreq>
<Latency>0</Latency>
</AudioAC3>
<VideoHeader>
<VideoMethod>1</VideoMethod>
<PreferredDisplaySupport>0</PreferredDisplaySupport>
<H264Profiles>1</H264Profiles>
<Valid>1</Valid>
</VideoHeader>
<CBP>
<VideoCodec>
<Profile>1</Profile>
<Level>1</Level>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>720</VerticalResolution>
<Latency>0</Latency>
<MinimumSliceSize>0</MinimumSliceSize>
<SliceEncodingParams>0</SliceEncodingParams>
<FrameRateControlSupp>1</FrameRateControlSupp>
<VideoFps>30</VideoFps>
</VideoCodec>
</CBP>
<CHP>
<VideoCodec>
<Profile>2</Profile>
<Level>1</Level>
<HorizontalResolution>800</HorizontalResolution>
<VerticalResolution>480</VerticalResolution>
<Latency>0</Latency>
<MinimumSliceSize>0</MinimumSliceSize>
<SliceEncodingParams>0</SliceEncodingParams>
<FrameRateControlSupp>1</FrameRateControlSupp>
<VideoFps>30</VideoFps>
</VideoCodec>
</CHP>
<StandbyResumeCapability>
<Valid>1</Valid>
</StandbyResumeCapability>
<!--
IDR interval is to trigger an IDR request from sink.
This can be applcable only to sink. IDRInterval is in msec
-->
<IDRRequest>
<Valid>0</Valid>
<IDRInterval>0</IDRInterval>
</IDRRequest>
<AVFormatChange>
<Valid>0</Valid>
<AVInterval>0</AVInterval>
</AVFormatChange>
<!--
Frame skipping interval is in the scale of 500 msec/half second.
FrameInterval can be between 1 to 7, according to the WFD spec.
-->
<FrameSkipping>
<Valid>0</Valid>
<FrameInterval>0</FrameInterval>
</FrameSkipping>
<ContentProtection>
<HDCPValid>0</HDCPValid>
<Version>WFD_HDCP_2_1</Version> <!-- Valid values WFD_HDCP_2_0 and WFD_HDCP_2_1 -->
<CPPort>6789</CPPort>
</ContentProtection>
<RTPPortType>
<ConnectionType>0</ConnectionType> <!-- 0 - UDP ,1 - TCP -->
</RTPPortType>
<RTPDumpEnable>
<Valid>0</Valid> <!-- Enable RTP Dump Valid = 1 or Valid = 0-->
</RTPDumpEnable>
<UIBC>
<UIBCValid>0</UIBCValid> <!-- 0/1 UIBC supported or not -->
<InputCategory>
<Generic>1</Generic> <!-- 0/1 - support generic or not -->
</InputCategory>
<InputEvents>
<GenericInputEvents>
<Mouse>1</Mouse> <!-- 0/1 for all Input Event Types -->
<Keyboard>1</Keyboard>
<SingleTouch>1</SingleTouch>
<MultiTouch>1</MultiTouch>
<JoyStick>1</JoyStick>
<Camera>0</Camera>
<Gesture>0</Gesture>
<RemoteControl>1</RemoteControl>
</GenericInputEvents>
</InputEvents>
<TcpPort>4321</TcpPort>
</UIBC>
</Capability>
I claim no responsibility for you changing files on your own phone, this fixed took me about a month of constant work and if you change the wrong files it may brick your phone.
I have had a 90% success rate with connecting when I connect Right after restarting the phone.
Restart, and as soon as your lock screen comes up. Unlock your phone and connect to your dongle. Then you will have clean connects.
If ive helped you fix screen mirroring
And you would like to thank me.... buy me a coffee
PayPal: [email protected]

Or you can just patch the lib files like it was done here: http://forum.xda-developers.com/showthread.php?t=2621550

Related

[custom-conf] -> in-deep-gps.conf <-

HI TO ALL !!!
putting togheter some material available on the net plus some from my mind, I'm posting below the "code" for a self-explaining content of a gps.conf file with the possibility to fully customize every parameter/feature that the agps standard offers.
to use that --> copy the content into a blank text file, save it, and then rename it "gps.conf" (without quotes). Backup your original gps.gonf in /etc folder if you want, then put the fresh gps.conf there (/etc folder). To modify it, just edit it as you want using a text editor (es. from within root explorer app). Reboot.
Try differen't configz till reach the best fit for your personal needs.
Code:
# WELCOME ALL!!!
# enable-disable any parameter/feature by adding or removing (#) symbol
# change values as you want
# connect to http://www.pool.ntp.org to find out the ntp server nearest to you
# change following NTP_SERVER to nearest address (country or zone)
NTP_SERVER=0.europe.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
# use only increment/decrement of 10 and DON'T go below 30
ACCURACY_THRES=5000
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
#SUPL_HOST=supl.sonyericsson.com
#SUPL_PORT=7275
SUPL_HOST=supl.google.com
SUPL_PORT=7276
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
################################
# EXTRA SETTINGS ###############
################################
# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=0
# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=0
#################################
##### AGPS Carrier settings #####
#################################
CURRENT_CARRIER=common
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE
# TRUE for "User Plane", FALSE for "Control Plane"
DEFAULT_USER_PLANE=TRUE
Hoping the above "code" could help someone somewhere !!!
best regards,
respect!

Photon Won't Update to 45.4.13, build.prop Dump

I rooted my MB855 with Photon Torpedo, and searching shows that others have experienced a similar problem updating to 45.4.13 on Sprint because of "build.prop". My system version is 45.3.6, Android v2.3.4, Build number 4.5.1A-1_SUN-198_6. Thinking that it was the root preventing the update, I factory reset my phone, but even after that, the update won't install.
Hitting both volume keys when I see the "!" install android icon doesn't show me the error for long enough, so I'm going to dump my build.prop file here and hope someone notices something that can easily be changed so I can install this update.
Note: I want to install the update, even though it locks things down. I'll worry about re-rooting and all that other stuff later. Any help, including alternate solutions, a pointer to a build.prop file that will allow me to go from 45.3.6 to 45.4.13, or inspiring stories about chickens, will be greatly appreciated.
build.prop - Notepad follows ("HTTPLINKNEWXDAUSER" has replaced links so I can post this):
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=4.5.1A-1_SUN-198_6
ro.build.display.id=4.5.1A-1_SUN-198_6
ro.build.version.incremental=CM
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.4
ro.build.date=Tue Sep 20 02:34:36 EDT 2011
ro.build.date.utc=1316500476
ro.build.type=user
ro.build.user=dnt648
ro.build.host=fl36bld22
ro.build.tags=release-keys
ro.product.model=MB855
ro.product.brand=sprint
ro.product.name=moto_sunfire
ro.product.device=sunfire
ro.product.board=sunfire
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=moto_sunfire
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=sunfire-user 2.3.4 4.5.1A-1_SUN-198_6 CM release-keys
ro.build.fingerprint=sprint/moto_sunfire/sunfire:2.3.4/4.5.1A-1_SUN-198_6/CM:user/release-keys
# end build properties
# CDMA RIL ----------------------
persist.ril.uart.flowctrl=1
persist.ril.mux.ttydevice=/dev/ttyHS3
#IKXETNA-176: Increased number of mux channels to include M2M.
persist.ril.mux.noofchannels=10
persist.ril.modem.ttydevice=/dev/ttySPI0
persist.ril.modem.mode=1
persist.ril.features=0x0C
#Commenting out the rild path here. Check sunfire.mk
# Comment the following line for use with Multimode or LTE RIL
# rild.libpath=/system/lib/libmoto_ril.so
# End of CDMA RIL --------------
# LTE RIL ----------------------
# Comment the following line for use with Multimode or CDMA RIL
# rild.libpath=/system/lib/lib-mot-lte-ril.so
# End of LTE RIL ---------------
# Multimode RIL ----------------
# lte_ril.libpath=/system/lib/lib-mot-lte-ril.so
# cdma_ril.libpath=/system/lib/libmoto_ril.so
# ril.rat=LTE
# Comment the following line for use with CDMA or LTE RIL
# rild.libpath=/system/lib/moto-ril-multimode.so
# End of Multimode RIL ---------
ro.hdmi.mirror.enable=false
ro.hdmi.default.app=
hw.overlay.path.config=
ro.mot.ril.danlist=611,*611,#611
persist.ril.ecclist=911,*911,#911
# This defines the max event window manager can
# handle in 1 s. We may adjust this # for performance
# reason later
windowsmgr.max_events_per_sec=70
# for larger screen support
# 4.3" WVGA == 216dpi
# 4.3" qHD == 256dpi
ro.sf.lcd_density=240
dalvik.vm.heapsize=42m
# required for UDD backup tcmd
ro.mot.hw.calibratedImager=1
# ro.cdma.homesystem:
# List of the icon indexes for Enhanced Roaming Indicator.
ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83
# Default network type.
#BEGIN Motorola, dfgr73, IKSUNFIRE-2266 Preferred Network should be set to Automatic
# 7 => GLOBAL.
ro.telephony.default_network=7
# END IKSUNFIRE-2266
ro.url.legal=HTTPLINKNEWXDAUSER
ro.url.legal.android_privacy=HTTPLINKNEWXDAUSER
ro.config.vc_call_vol_steps=7
# Feature 33857 support DualMode switch, UMTS/CDMA
# This does not apply to Etna as it is not a Global phone.
# IKXETNA-337 turned off this flag.
# Enabling the flag for sunfire.
ro.mot.FTR.33857=true
# without this property, the lock screen would take global phone as UMTS
# block user to operate before setup
keyguard.no_require_sim = true
# set phone mode for lte sim ui
#ro.mot.phonemode.vzw4gphone=1
# This is necessary for framework to support
# the LTE and eHRPD capability.
#ro.mot.lte_on_cdma=1
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
# Indicate carrier OTA SP number schema
# refer to frameworks/base/telephony/java/com/android/
# internal/telephony/cdma/CDMAPhone.java for the schema:
ro.cdma.otaspnumschema=SELC,1,80,99
# BEGIN Motorola, a20763, 1-Dec-2010, IKMAIN-7617
# write cdma MIN to property for VVM use in GSM/UMTS mode
persist.radio.cdma.min = 0
# true Horizontal VVM is preloaded, not allow to install standalone version of
# VVM from Android Market
# false Horizontal VVM is not preloaded
ro.HorizontalVVM=true
# END IKMAIN-7617
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# our HTML browser (not WAP browser ) does not need to specify UAProf URL
ro.mot.hw.uaprof=HTTPLINKNEWXDAUSER
# Enable HAC to also display Call Setting Menu Option.
ro.mot.hw.HAC=1
# Motorola, a19622, 12/28/2009, IKSHADOW-204 / Location Settings for android
# Property to set enabling state of the location privacy setting feature.
# Motorola, a19622, 03/16/2010, IKSHADOW-2141 / Disable feature 33067
#ro.mot.settings.locprivacy=1
# ERI feature
# 0 OFF
# 1 ON
ro.mot.eri=1
# Motorol,a6889c,02/Feb/2010,IKSHADOW-619
# Proximity Sensor feature
# 0 disable
# 1 enable
persist.mot.proximity.touch=1
# BEGIN Motorola, a22976, 25-Feb-2010, IKSHADOW-702, FID 31841
# VZW Requirement Specifications: NETWORK BASED PLUS CODE DIALING
# 0 disable
# 1 enable
ro.cdma.nbpcd=1
#Proximity sensor debounce time
mot.proximity.delay=450
# disable touch below 60 pixels
mot.proximity.distance=60
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval = 45
# BEGIN Motorola, nfjb73 23-jun-2010, IKMAIN-624
# this is for feature 33860, when phone is activated, the cdma mdn is written.
persist.radio.vzw.cdma.mdn=
# END Motorola, nfjb73
# BEGIN Motorola, e50202, 3-Sept-2010, IKSTABLETWO-7041, default Mobile Hotspot is on
ro.mot.mynet=true
# END IKSTABLETWO-7041
# BEGIN Motorola, a22976, 20-Oct-2010, IKSTABLETWOV-3218
cdma.nbpcd.supported=false
# END IKSTABLETWOV-3218
# BEGIN Motorola, a23250, 08-Nov-2010, IKMAIN-7258
ro.mot.bindervm.config = 72
# END IKMAIN-7258
#BEGIN Motorola, 30Jan2011, w19837, IKSUNFIRE-215, Feature ID: 35761.
#[sprint tv transport protocol support]
sprint.mm.http.proxy = HTTPLINKNEWXDAUSER
sprint.mm.http.port = 8085
sprint.mm.rtsp.proxy = HTTPLINKNEWXDAUSER
sprint.mm.rtsp.port = 554
sprint.mm.network.type = unknow
sprint.mm.nai = unknown
#END IKSUNFIRE-215
# For docked touchpad keyboard map
android.keylayout.evfwd=/system/usr/keylayout/evfwd.kl
android.keychar.evfwd=/system/usr/keychars/evfwd.kcm.bin
# BEGIN Motorola, 19Mar2011, vcnw83, IKSUNFIRE-423
slate.keyevent=false
slate.penevent=false
# END Motorola, 19Mar2011, vcnw83, IKSUNFIRE-423
# USB modes allowed for UI and switching
ro.ngp_available=1
ro.modem_available=0
persist.mot.usb.mediasync = 1
# Motorola, IKHALFMWK-3, w001091
# Feature 32711, deep sleep mode support
#ro.mot.deep.sleep.supported=true
# BEGIN Motorola, 3/23/2011, a21739, IKSUNFIRE-465
ro.mot.phonemode.numsignalbars=6
# END IKSUNFRE-465
#BEGIN Motorola, 4/21/2011, gqkp64, IKSUNFIRE-716
# turn it on since sunfire is a global phone
# this is for feature 34386, other features for vzw global phone
# could use this property too. IKMAIN-732
#1 this is verizon wireless globle phone
#0 this is not verizon wireless globle phone
ro.mot.phonemode.vzwglobalphone=1
# END IKSUNFIRE-716
#BEGIN Motorola, nfmq37 27Apr2011 IKPAXSPRINT-952, a21269 08/01/2011 IKSUNFIRE-3199
# Enable RDC Feature
# "ro.rdc.enable" is a bitwise flex value:
# bit 0: indicating RDC uploading function
# bit 1: indicating RDC lifetime metrics function.
# bit 2-7: reserved.
# Make sure ro.rdc.allow_wifi_upload, ro.rdc.no_of_domain and ro.rdc.whitelist_domain1
# are properly changed/finalized when ro.rdc.enable=1
ro.rdc.enable=1
# Allow Upload of RDC Metrics over WiFi
ro.rdc.allow_wifi_upload=1
# RDC Whitelist
# while adding new domain increment no_of_domain &
# add element ro.rdc.whitelist_domainX, where X is
# domain no
ro.rdc.no_of_domain=1
ro.rdc.whitelist_domain1=.att.com
#END IKPAXSPRINT-952, IKSUNFIRE-3199
#
# ADDITIONAL_BUILD_PROPERTIES
#
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.retries=500
persist.ril.mux.sleep=2
ro.kernel.android.ril=yes
ro.config.ringtone=EtherShake.ogg
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.default_usb_mode=0
ro.media.enc.aud.fileformat=qcp
ro.media.enc.aud.codec=qcelp
ro.media.enc.aud.bps=13300
ro.media.enc.aud.ch=1
ro.media.enc.aud.hz=8000
ro.com.google.gmsversion=2.3_r6
ro.config.sync=no
ro.browser.useragent=0
ro.config.sync=no
ro.media.camcorder.720p=mp4,h264,30,12000000,aac,128000,44100,2
ro.media.camcorder.d1NTSC=mp4,h264,30,6000000,aac,128000,44100,2
ro.media.camcorder.vga=mp4,h264,30,4000000,aac,128000,44100,2
ro.media.camcorder.cif=mp4,h264,30,1500000,aac,128000,44100,2
ro.media.camcorder.qvga=mp4,m4v,15,225000,amrnb,12200,8000,1
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.camcorder.zoom=true
ro.media.capture.shuttertone=0
ro.camcorder.videoModes=false
ro.media.panorama.defres=2592x1458
ro.media.panorama.frameres=960x540
ro.telephony.call_ring.multiple=false
ro.telephony.call_ring.delay=3000
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.am=android-sprint-us
ro.com.google.clientidbase.yt=android-sprint-us
ro.com.google.clientidbase.ms=android-sprint-us
ro.com.google.clientidbase.gmm=android-motorola
ro.url.legal=HTTPLINKNEWXDAUSER
ro.url.legal.android_privacy=HTTPLINKNEWXDAUSER
ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000,540000,960000
ro.mot.setuptype=2
ro.media.camera.focal=3378.6,3378.6
ro.media.camera.principal=1296.0,729.0
ro.media.camera.skew=0.0
ro.media.camera.distortion=0.0,0.0,0.0,0.0,0.0
ro.media.camera.calresolution=2592,1458
ro.setupwizard.enable_bypass=1
ro.mot.internalsdcard=1
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.mot.dpmext=true
ro.com.google.clientid=android-motorola
ro.url.legal=HTTPLINKNEWXDAUSER
ro.url.legal.android_privacy=HTTPLINKNEWXDAUSER
ro.mot.hw.uaprof=HTTPLINKNEWXDAUSER
ro.build.version.full=Blur_Version.45.3.6.MB855.Sprint.en.US
ro.mot.hidden_keyboards=evfwd

[ROM][4.4.2][V500][Flashable] Stock LG build KOT49I.V50020b US + BusyBox + ROOT

Stock LG build KOT49I.V50020b US + BusyBox + Root
for LG G Pad 8.3 V500 ONLY!
Android 4.4.2 Kit Kat :victory:
Disclaimer:
Use this at your own risk. I have personally flashed and tested this build on my own device successfully.
I am not responsible for any damage or data loss encountered due to whatever reason.
Please ensure that you make a full backup of your system before flashing anything.
Features:
Official Stock 4.4.2 LG build KOT49I.V50020b US + Stock 4.4.2 Kernel
NO Data Wipe
Doesn't flash over existing Recovery or ABOOT (you keep TWRP and retain loki-exploit)
SuperSU 1.94 + su binary Installed
BusyBox 1.22.1-Stericson Installed
Wipes Dalvik-Cache and Cache partition
External SD R\W fix
Downloads:
LG-V500_KOT49I.V50020B_US_Stock-BB-Rooted.zip (hosted on AndroidFileHost) **NEW**
Mirrors:
LG-V500_KOT49I.V50020B_US_Stock-BB-Rooted.zip (hosted on Copy.com)
md5:
c6016a8e387e3d3983a75532d4963c00
KDZ file for those that want to Flash using that method
(these are unmodified KDZ files, so they are not rooted):
V50020b_00.kdz (From Official LG Servers)
Prerequisites:
TWRP 2.7.0.0 Installed and working (not tested on CWM recovery)
FULL nandroid Backup
At least 3GB free space on internal memory (not including ZIP file)
Install:
Boot into TWRP recovery.
*** Make a Full backup before proceeding. ***
Flash .zip file in TWRP recovery.
Go take a walk, make some coffee, pace around nervously. Keep Calm... this will take a while! Be patient!!
Flash TWRP 2.7.0.1 for 4.4.2 in recovery (if not already installed)
Reboot device.
Enjoy!!
Many Thanks to
@autoprime - for 4.4.2 initial root method
@Drgravy - for TWRP for V500
@Chainfire - for SuperSU and install script
@jazzruby - BusyBox install script
my precious...2nd post.
Original build.prop from release (unmodified)
Code:
Known Issues & Fixes:
Boot loop when booting into TWRP with USB plugged in
FIX: Install TWRP 2.7.0.1 for 4.4.2, this fixes bootloop while USB plugged in, and also fixes screen dimming issue.
Workaround: If running TWRP 2.7.0.0 for 4.2.2 - Unplug USB after device reboots. It should boot into Recovery without issue. Replug USB after TWRP has booted.
Click to expand...
Click to collapse
Can you make an EU version too?
Sent from my LG-V500 using Tapatalk
Do we only have to change the build.prop (like in previous version) to make it the eu version?
nsmart said:
Do we only have to change the build.prop (like in previous version) to make it the eu version?
Click to expand...
Click to collapse
Not sure if that's the only change.. However I do have the official KDZ for GB (which hasn't been released yet) as well.. Can look into it tomorrow. In the mean time I can post the unmodified build prop from that build.
build.prop on this one is wierd..
Locale is set to US and English by default:
ro.product.locale.language=en
ro.product.locale.region=US
Yet target country is SCA
ro.build.target_country=SCA
ro.build.target_region=SCA
Anyways, for those waiting. Upload failed halfway through and had to restart it.. Going to bed now and leaving it uploading..
It will appear in this folder when it's finished. I'll update the OP in the morning.
http://www.androidfilehost.com/?w=files&flid=13555
Is that bug present when rebooting to recovery while device is plugged into USB port?
Downloading now, I see the file is ready...
id10terror said:
build.prop on this one is wierd..
Locale is set to US and English by default:
ro.product.locale.language=en
ro.product.locale.region=US
Yet target country is SCA
ro.build.target_country=SCA
ro.build.target_region=SCA
Anyways, for those waiting. Upload failed halfway through and had to restart it.. Going to bed now and leaving it uploading..
It will appear in this folder when it's finished. I'll update the OP in the morning.
http://www.androidfilehost.com/?w=files&flid=13555
Click to expand...
Click to collapse
So how certain are you that this is really the US KK if the build.prop says otherwise?
You are the man! Downloading now
Sent from my LG-V500 using Tapatalk
First of all, many thanks for the quick work. It installed smoothly and without a hitch. At first view, it is all working fine.
After installing, it did display English (US) as the primary language, though the Keyboard layout was strangely in Portuguese by default. The LG Apps are all good except one: QVoice is missing.
Another sign this is not the real US version is the QRemote. The US Qremote usually has TV and Cable Box. This one has the European defaults TV+DVD+Blu-ray.
That said, the version is unquestionably KitKat, but my initial suspicion is that this is a doctored European version, hence the lack of English language QVoice, and the above details.
id10terror said:
Not sure if that's the only change.. However I do have the official KDZ for GB (which hasn't been released yet) as well.. Can look into it tomorrow. In the mean time I can post the unmodified build prop from that build.
Click to expand...
Click to collapse
So to be clear is this in fact the official US version or is a modified European one with a US build.prop file?
I ask because qvoice and the Qremote are 2 features I do like on 4.2.2 and am wondering based on what I am reading here, if they will work or exist in this version?
Working great, thank you again
Canadoc said:
So to be clear is this in fact the official US version or is a modified European one with a US build.prop file?
I ask because qvoice and the Qremote are 2 features I do like on 4.2.2 and am wondering based on what I am reading here, if they will work or exist in this version?
Click to expand...
Click to collapse
There is no Qvoice at all, and it is not listed in the LG Apps available for download.
Qremote works on my LG TV here in Brazil, just as the original US Qremote did, so no issues, but there is no cable box option (I never used it anyhow). I have an LG G2 phone, and the monster selection of equipment and brands it covers has always made it a more attractive choice for Qremote to me anyhow.
But that is just it, the cable box option is in the US firmware. It is not in the European firmware. Q voice also is in the current firmware 4.2 .2 US version
Sent from my LG-V500 using Tapatalk
Subtleone said:
So how certain are you that this is really the US KK if the build.prop says otherwise?
Click to expand...
Click to collapse
Subtleone said:
First of all, many thanks for the quick work. It installed smoothly and without a hitch. At first view, it is all working fine.
After installing, it did display English (US) as the primary language, though the Keyboard layout was strangely in Portuguese by default. The LG Apps are all good except one: QVoice is missing.
Another sign this is not the real US version is the QRemote. The US Qremote usually has TV and Cable Box. This one has the European defaults TV+DVD+Blu-ray.
That said, the version is unquestionably KitKat, but my initial suspicion is that this is a doctored European version, hence the lack of English language QVoice, and the above details.
Click to expand...
Click to collapse
Canadoc said:
So to be clear is this in fact the official US version or is a modified European one with a US build.prop file?
I ask because qvoice and the Qremote are 2 features I do like on 4.2.2 and am wondering based on what I am reading here, if they will work or exist in this version?
Click to expand...
Click to collapse
Subtleone said:
There is no Qvoice at all, and it is not listed in the LG Apps available for download.
Qremote works on my LG TV here in Brazil, just as the original US Qremote did, so no issues, but there is no cable box option (I never used it anyhow). I have an LG G2 phone, and the monster selection of equipment and brands it covers has always made it a more attractive choice for Qremote to me anyhow.
Click to expand...
Click to collapse
Canadoc said:
But that is just it, the cable box option is in the US firmware. It is not in the European firmware. Q voice also is in the current firmware 4.2 .2 US version
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
You are all correct, this indeed does not look like the Official US build or at least not the final one. Strange thing is I did infact download this directly from LG servers and left the build.prop untouched (just as it appears on the second post.) I have removed "US" from the title and post since we are unsure what this version really is.
Also, I've added a mirror in the OP and links to the KDZ file this is based off of.
Here's the build.prop from the other unreleased KDZ I have.. Looks like Official GB\UK version.
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49I.V50020a
ro.build.display.id=KOT49I.V50020a
ro.build.version.incremental=.1395552766
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Sun Mar 23 14:36:17 KST 2014
ro.build.date.utc=1395552977
ro.build.type=user
ro.build.user=patrickym.kim
ro.build.host=vegita119
ro.build.tags=release-keys
ro.product.model=LG-V500
ro.product.brand=lge
ro.product.name=awifi_open_eu
ro.product.device=awifi
ro.product.board=AWIFI
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=LGE
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=11
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=awifi
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=awifi_open_eu-user 4.4.2 KOT49I.V50020a .1395552766 release-keys
ro.build.fingerprint=lge/awifi_open_eu/awifi:4.4.2/KOT49I.V50020a/.1395552766:user/release-keys
ro.build.characteristics=tablet
# end build properties
#
# from device/lge/awifi/system.prop
#
################################################################
# COMMON system property for this device (geefhd).
# operator-specific property MUST NOT be here.
################################################################
#
# system.prop for surf
#
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=dyn
dalvik.vm.heapsize=36m
debug.enable.wl_log=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
#
# system props for the cne module
#
persist.cne.feature=1
ro.hdmi.enable=true
lpa.decode=true
tunnel.decode=false
tunnel.audiovideo.decode=false
lpa.use-stagefright=true
qcom.hw.aac.encoder=true
#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
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#33395 is sum of supported format flags in AAL
#Formats: AVI AC3 ASF AAC QCP DTS 3G2
mm.enable.qcom_parser=33395
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
#system props for time-services
persist.timed.enable=true
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.lowlatency.rec=false
# System prop to select audio resampler quality
af.resampler.quality=255
# System prop to select MPQAudioPlayer by default on mpq8064
#mpq.audio.decode=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true
# system property for Bluetooth discoverability time out in seconds
# 0: Always discoverable
#debug.bt.discoverable_time=0
# System prop to disable a2dp sink which is enabled by default
bluetooth.a2dp.sink.enabled=false
#system prop for switching gps driver to qmi
persist.gps.qmienabled=true
# System property for cabl
#LGE_CHANGE_S 2013.01.31 QCT CABL OFF
ro.qualcomm.cabl=2
#LGE_CHANGE_S 2013.01.31 QCT CABL OFF
# System props for telephony
# System prop to turn on CdmaLTEPhone always
# [email protected] awifi do not use lte telephony feature
#telephony.lteOnCdmaDevice=1
#
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
#
ro.ril.transmitpower=true
#
#Simulate sdcard on /data/media
#
# LGE_CHANGE_S
# If you use Internal-SD with FUSE, comment-out below
# 2012-01-08 [email protected]
#persist.fuse_sdcard=false
# LGE_CHANGE_E
ro.hwui.text_cache_width=2048
#
# Supports warmboot capabilities
#
ro.warmboot.capability=1
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
ro.qc.sdk.camera.facialproc=true
ro.qc.sdk.gestures.camera=false
# LGE_CHANGE_S [email protected] 2012.4.22 LGE sound profile scenario.
ro.lge.audio_soundprofile=true
# LGE_CHANGE_E [email protected] 2012.4.22 LGE sound profile scenario.
#LGBT_COMMON_SCENARIO supported Bluetooth PAN profile 2012-05-22
ro.bluetooth.PANenable = 1
#LGBT_COMMON_SCENARIO
# System prop for sensor
ro.qc.sdk.sensors.gestures=true
# LGE_CHANGE_S 2012-12-11, [email protected], HDMI block
sys.hdmi.block=unblock
# LGE_CHANGE_E 2012-12-11, [email protected], HDMI block
# Increase texture cache size for FHD models (24MB -> 32MB)
ro.hwui.texture_cache_size=32
#property to check if dynamic resolution change is supported in framework
ro.streaming.video.drs=true
#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
#system prop for setting rmnet mux mode
persist.rmnet.mux=disabled
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-01-22, Wifi Bring Up
# reserved wifi related property
dhcp.ap.macaddress=
dhcp.wlan0.dns1=
dhcp.wlan0.dns2=
dhcp.wlan0.dns3=
dhcp.wlan0.dns4=
dhcp.wlan0.gateway=
dhcp.wlan0.ipaddress=
dhcp.wlan0.leasetime=
dhcp.wlan0.mask=
dhcp.wlan0.pid=
dhcp.wlan0.reason=
dhcp.wlan0.result=
dhcp.wlan0.server=
dhcp.wlan0.vendorInfo=
dhcp.p2p.dns1=
dhcp.p2p.dns2=
dhcp.p2p.dns3=
dhcp.p2p.dns4=
dhcp.p2p.gateway=
dhcp.p2p.ipaddress=
dhcp.p2p.leasetime=
dhcp.p2p.mask=
dhcp.p2p.pid=
dhcp.p2p.reason=
dhcp.p2p.result=
dhcp.p2p.server=
dhcp.p2p.vendorInfo=
init.svc.dhcpcd_wlan0=
init.svc.dhcpcd_p2p=
init.svc.p2p_supplicant=
init.svc.iprenew_wlan0=
net.dns1=
net.dns2=
net.dnschange=
net.p2p-p2p0-0.dns1=
net.p2p-p2p0-0.dns2=
net.wlan0.dns1=
net.wlan0.dns2=
wlan.driver.status=
persist.sys.security=
persist.sys.hotssid.ksc5601=
wifi.lge.autochannel=
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-01-22, Wifi Bring Up
# LGE_CHANGE_S 2013-05-21 [email protected], Support modem
persist.lge.modem.support=false
# LGE_CHANGE_E 2013-02-19 [email protected], Support modem
#disable gapless mode by default
audio.gapless.playback.disable=true
# LGE_CHANGE_S [awifi][framework][common] the screen auto-brightness adjustment setting
persist.power.useautobrightadj=true
# LGE_CHANGE_E [awifi][framework][common] the screen auto-brightness adjustment setting
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.build.target_operator=OPEN
ro.build.target_country=EU
ro.build.target_region=EU
ro.3lm.build.lg=false
ro.lge.basebandversion=M9615A-CEFWTAZM-4.0.10353
tangible_device_config=T1BCNAOTDO
ro.lge.swversion=V50020a
ro.lge.factoryversion=LGV500AT-00-V20a-EUR-XX-MAR-23-2014+0
ro.config.ringtone=00_Lifes_Good.ogg
ro.config.notification_sound=Lifes_Good_Noti.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.camera.sound.forced=1
keyguard.no_require_sim=true
ime_feature_0=vibration_pattern:0:25;keyboard_layout:ko=QWERTY
ro.lge.lcd_default_brightness=164
ro.lge.lcd_auto_brightness_mode=false
ro.sf.lcd_density=320
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=256m
dalvik.vm.heaputilization=0.25
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
wifi.supplicant_scan_interval=20
wifi.lge.patch=true
wifi.lge.sleeppolicy=0
wifi.lge.offdelay=false
wifi.lge.hanglessid=true
wifi.lge.ftm_test=1
wlan.lge.supportsimaka=NO
wlan.lge.wifidisplay=both
dhcp.dlna.using=false
ro.tether.denied=true
wlan.chip.vendor=qcom
wlan.lge.concurrency=MCC
wlan.chip.version=wcnss
wifi.lge.supportp2p5g=gconly
drm.service.enabled=true
lge.signed_image=true
persist.sys.strictmode.disable=true
wlan.driver.ath=0
wlan.driver.config=/data/misc/wifi/WCNSS_qcom_cfg.ini
qcom.audio.init=complete
lpa.decode=true
persist.sys.ats_start=false
persist.sys.strictmode.visual=false
lgemm.player.use_android_origin=false
ro.lge.audio_scenario=SOUNDEXCEPTION
ro.lge.audio_soundexception=true
ro.config.vc_call_vol_steps=6
ro.config.vc_call_vol_default=3
ro.airplane.phoneapp=1
ro.lge.overlay=false
lge.version.verified=NONE
persist.service.main.enable=0
persist.service.system.enable=0
persist.service.radio.enable=0
persist.service.events.enable=0
persist.service.kernel.enable=0
persist.service.packet.enable=0
persist.service.crash.enable=0
persist.sys.ssr.restart_level=3
persist.radio.data_no_toggle=1
ro.carrier=unknown
ro.vendor.extension_library=/system/lib/libqc-opt.so
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.lge.ps.eco.pv=322
ro.lge.ps.freqlowlimit=1026000
lge.hw.frontkeyled=false
lge.normalizer.param=version2.0/true/13.5/true/8230/1.0/2050/0.55
bluetooth.chip.vendor=qcom
bluetooth.pan=true
persist.service.btui.use_aptx=1
ro.sdcrypto.syscall=378
ro.lge.b2b.vmware=true
service.knockcode.touchfw=0
ro.lge.capp_ZDi_O=true
lge.zdi.actionsend=false
lge.zdi.onactivityresult=true
lge.zdi.dragdropintent=false
ro.lge.capp_almond=true
ro.lge.capp_wfd=true
ro.lge.qslide.max_window=2
ro.lge.irrc.type=sw
ro.com.google.clientidbase=android-om-lge
ro.com.google.clientidbase.ms=android-om-lge
ro.com.google.clientidbase.am=android-om-lge
ro.com.google.clientidbase.gmm=android-om-lge
ro.com.google.clientidbase.yt=android-om-lge
ro.com.google.gmsversion=4.4.2_r1
ro.setupwizard.mode=DISABLED
ro.livewallpaper.map=DISABLED
ro.com.google.apphider=on
persist.sys.dalvik.vm.lib=libdvm.so
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.izat.service_mask=0x0
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
Do any of the versions that you have access to have the quick voice app? I tried to install the 4.2 .2 version into system and fix permissions. And even after a reboot they do not appear to show up.
Also one other interesting things, is that the Q remote app does not show cable box as an option, so it is acting more like the non American version. However what is interesting was I previously had a remote setup including the cable set top box for my home TV. Ironically even though I cannot set up a new cable box, the previously set up when I have remained and is functional. This leads me to believe that there must be a setting somewhere that can be changed that with open up access to more devices on our Q remote app
Sent from my LG-V500 using Tapatalk
Canadoc said:
Do any of the versions that you have access to have the quick voice app? I tried to install the 4.2 .2 version into system and fix permissions. And even after a reboot they do not appear to show up.
Also one other interesting things, is that the Q remote app does not show cable box as an option, so it is acting more like the non American version. However what is interesting was I previously had a remote setup including the cable set top box for my home TV. Ironically even though I cannot set up a new cable box, the previously set up when I have remained and is functional. This leads me to believe that there must be a setting somewhere that can be changed that with open up access to more devices on our Q remote app
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
Seriously, did you not read the 16 posts on this brand new thread
-VZW LG G2 VS980
Canadoc said:
Do any of the versions that you have access to have the quick voice app? I tried to install the 4.2 .2 version into system and fix permissions. And even after a reboot they do not appear to show up.
Also one other interesting things, is that the Q remote app does not show cable box as an option, so it is acting more like the non American version. However what is interesting was I previously had a remote setup including the cable set top box for my home TV. Ironically even though I cannot set up a new cable box, the previously set up when I have remained and is functional. This leads me to believe that there must be a setting somewhere that can be changed that with open up access to more devices on our Q remote app
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
I just flashed the GB version and it has a working QVoice.. I'm going to post a Flashable zip of the GB EU version as well.. then we can look to see if a simple build.prop change can give you the US version of Q Remote, which has Cable Box option.
Any one feel difference between this build and the previus (50018) ?

ViperOne PER MAX2.zip

Hi all i found a new Rom for our phone here: MOD edit links remvoed
I have downloaded it. Look to the build.prob:
ro.ril.oem.ecclist=112,911,110,119
ro.ril.hsdpa.category=24
ro.ril.hsupa.category=6
ro.ril.hsxpa=4
ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420,23594,27202,27205
ro.ril.enable.sdr=1
ro.ril.enable.amr.wideband=0
ro.ril.asia.tw.ecc.feature=1
ro.ril.enable.r8fd=1
ro.ril.disable.cpc=1
ro.ril.air.enabled=1
ro.ril.gsm.to.lte.blind.redir=1
ro.product.locale.language=zh
ro.product.locale.region=TW
ro.com.google.clientidbase=android-htc-rev
ro.product.model=HTC_One_max
ro.ril.enable.pre_r8fd=1
ro.ril.fd.pre_r8_tout.scr_off=2
ro.ril.fd.pre_r8_tout.scr_on=3
ro.ril.fd.r8_tout.scr_off=3
ro.ril.fd.r8_tout.scr_on=3
ro.ril.ltefgi=1578105984
ro.ril.pdpnumber.policy.roaming=3
ro.audio.enable_amrwb=1
dev.defaultwallpaper=/system/customize/resource/wallpapers_00.jpg
ro.installbysim=1
persist.wifi.offload=1
# begin build properties
# autogenerated by buildinfo.sh
htc.build.stage=2
ro.onecid=1
ro.aa.rid=146
ro.cwkey=HTC__621
ro.aa.skulist=709
ro.aa.customizationid=3017524
ro.aa.project=HIMA_UHL_L50_SENSE70
ro.aa.mainsku=709
ro.aa.romver=1.36.709.3
ro.aa.taskid=430882
ro.prot=true
ro.aa.maincid=HTC__621
ro.aa.modelid=0P3P52000
ro.aa.report=com
ro.aa.cidlist=HTC__621
ro.build.id=LRX22G
ro.build.display.id=LRX22G release-keys
ro.build.version.incremental=521287.3
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=一 4月 13 20:10:35 CST 2015
ro.build.date.utc=1428927035
ro.build.type=user
ro.build.user=buildteam
ro.build.host=ABM107
ro.build.tags=release-keys
ro.product.brand=htc
ro.product.name=htc_asia_tw
ro.product.device=t6ul
ro.product.board=
# 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=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=t6ul
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=1.36.709.3 CL521287 release-keys
ro.build.version.htc_sense=7.0 L Eye Experience
ro.build.fingerprint=htc/himauhl_htc_asia_tw/htc_himauhl:5.0.2/LRX22G/521287.3:user/release-keys
ro.build.characteristics=default
ro.build.description=1.36.709.3 CL521287 release-keys
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=1.36.709.3 CL521287 release-keys
ro.build.changelist=521287
ro.build.project=HIMA_UHL_L50_SENSE70:429003
ro.build.sku=HIMAUHL
ro.build.buildline=HIMAUHL_Asia_TW_L50_CRC_Sense70_Stable
ro.product.version=ViperOneM9 2.3.1
ro.build.languageremove=
ro.build.sense.version=7.0
keyguard.no_require_sim=1
ro.build.version.htcsdk=HTCExt:HTCExtension_HDKBase_19.3;SDK:1.0;hdkbase:19.3
# end build properties
#
# from device/htc/t6ul/system.prop
#
#
# system.prop for m7wl
#
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild_dsda.libpath=/system/lib/libril-qc-qmi-qsc.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
#
# system.prop for display
#
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
debug.enabletr=true
ro.hwui.renderer.disable_opaque=true
ro.sf.lcd_density=480
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.maxlayer=3
debug.egl.buffcount=4
dalvik.vm.heapsize=512m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapstartsize=8m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
dev.pm.dyn_samplingrate=1
#
# system props for the cne module
#
persist.cne.UseCne=vendor
persist.cne.UseSwim=false
persist.cne.bat.range.low.med=30
persist.cne.bat.range.med.high=60
persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
persist.cne.bwbased.rat.sel=false
persist.cne.snsr.based.rat.mgt=false
persist.cne.bat.based.rat.mgt=false
persist.cne.rat.acq.time.out=30000
persist.cne.rat.acq.retry.tout=0
persist.cne.sync.swim.mode=false
ro.hdmi.enable=true
lpa.decode=true
tunnel.decode=true
lpa.use-stagefright=true
lpa.releaselock=true
#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
mmp.enable.3g2=true
#
# system props for the data modules
#
ro.use_data_netmgrd=true
#system props for time-services
persist.timed.enable=true
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
# System props for soundhound
# bit 0: Music playback in headset mode
# bit 1: FM 48K
persist.htc.audio.soundhound=1
# System prop to select audio resampler quality
af.resampler.quality=255
# System props for global effect
htc.audio.global.state=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.global.speaker=1
# System props for inbox bundle headset info
persist.htc.audio.inbox.profile=max300_2vol_20130219
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
#system prop for switching gps driver to qmi
persist.gps.qmienabled=true
# System property for cabl
ro.qualcomm.cabl=0
#
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
#
ro.ril.transmitpower=true
# Enable IMS service by default
persist.radio.jbims=1
# For workaround for ro.baseband property. QCT use the property same as radio version to determine the architecture.
# But we hard code to dsda for M7 DxG.
ro.baseband.arch = mdm
#Add default network type for phone reference
ro.telephony.default_network=9
#Support manual selection with rat by qualcomm interface.
ro.ril.scan.selection.rat = 1
#
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
# ro.storage_structure: define the storage structure of this project
# FUSE: 0x8, FAT: 0x4, SD: 0x2, INS: 0x1
# Example: If the project has FUSE with SD card, the value should be defined as 10 (dec)
ro.storage_structure = 10
# M7 Hardware Info
ro.product.bluetooth=4.0
ro.product.display_resolution = 5.9 inch 1080p resolution
ro.product.main_camera = HTC UltraPixel Camera
ro.product.front_camera = 2.1M
ro.product.processor = Quadcore
ro.product.ram = 2GB
ro.product.wifi = 802.11 a/b/g/n/ac
#SSD_BT+ bluetooth
#
# system prop for bluetooth logcat/snoop enable
#
#bluetooth.hcidump.enabled=1
#
# system prop for Bluetooth Dialup Networking
#
ro.qualcomm.bluetooth.dun=false
# system prop for Bluetooth FTP profile
ro.qualcomm.bluetooth.ftp=true
#
# system property for Bluetooth Handsfree Profile Wide Band Speech
#
ro.qualcomm.bluetooth.hfp.wbs=false
#
#system prop for Bluetooth hci transport
ro.qualcomm.bt.hci_transport=smd
#
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true
# system property for Bluetooth discoverability time out in seconds
# 0: Always discoverable
#debug.bt.discoverable_time=0
# system property for Bluetooth Hardware information
ro.product.bluetooth=4.0
# config fm rssi threshold
service.qct.fm.rssi=116
#SSD_BT- bluetooth
# BLE TAG (HtcBluetoothLeProfiles)
ro.bt.ble_tag = 1
# wifi
wifi.softap.interface=wlan0
wifi.softapconcurrent.interface=softap.0
wifi.miracastconcurrent.scan=WCN3680
init.svc.wpa_supplicant=
init.svc.dhcpcd_wlan0=
dhcp.wlan0.autoip=
dhcp.wlan0.dns1=
dhcp.wlan0.dns2=
dhcp.wlan0.dns3=
dhcp.wlan0.dns4=
dhcp.wlan0.gateway=
dhcp.wlan0.ipaddress=
dhcp.wlan0.leasetime=
dhcp.wlan0.mask=
dhcp.wlan0.ooxx=
dhcp.wlan0.pid=
dhcp.wlan0.reason=
dhcp.wlan0.result=
dhcp.wlan0.server=
net.wlan0.dns1=
net.wlan0.dns2=
wifi.wpa_supp_ready=
wlan.driver.status=
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
persist.wifi.v6=true
persist.wifi.v6.rs.count=5
persist.wifi.v6.rs.timeout=5
wifi.qca.oldframeworkltecoex=1
# Support HW reset
ro.sun.dream.sdk=21
ro.product.hwreset = 1
ro.hardware.power = htc
# For EXT4 file system
ro.ext4fs = 1
# support 3LM encryption
ro.3LM_SD_ENCRYPT = fasle
# ro.storage_encryption_type: define the storage encryption type of this project
# not support encryption: 0x0 block level: 0x1 file level: 0x2
ro.storage_encryption_type = 2
#For usb storage
ro.usb_host = 1
# Preloading common control assets
persist.preload.common=1
# Perflock for inter-process activity launch and first launch
persist.htc.multicore.timeout = 1500
# Perflock for Home process lock duration
persist.htc.multicore.home = 800
# Property for MPEG2TS playback
TSParser.disable.seek = 1
# T6 SGLTE set default network type GSM/WCDMA/LTE auto
persist.radio.prefer.network = 9
#
# ADDITIONAL_BUILD_PROPERTIES
#
debug.nfc.fw_download=true
debug.nfc.fw_boot_download=true
ro.carrier=unknown
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
drm.service.enabled=true
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=5.0_r2
ro.vendor.extension_library=libqti-perfd-client.so
persist.zygote.preload_threads=3
persist.camera.antibanding=60
persist.camera.tuning_spec=htc
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
persist.preload.common=1
persist.zygote.preload_threads=3
persist.camera.antibanding=60
persist.camera.tuning_spec=htc
ro.com.android.dataroaming=false
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
ro.sun.dream.version=S.ROM
# Enable 3 fingers swipe
ro.framework.gestureservice=1
# Venom OTA
ro.config.venom.enableCOTA=1
ro.config.venom.nocheckin=0
ro.config.venom.noappupdate=0
settings.fota.saveto=cache
# Venom HUB
ro.venom.support_kernel_change=true
ro.venom.internal_sdcard=true
Do i install this over another rom ?
2 lines of that build.prop make me think this is just sundreams s.rom modified.
"# Support HW reset
ro.sun.dream.sdk=21
And
"ro.sun.dream.version=S.ROM"
@ htcforo
Can U upload it somewhere because of this chinese site I can not download it.
Thanks in advance
Here mirror:
https://drive.google.com/file/d/0B0XLIFNHCOkdcURzMWtxcDhrSWc/view?usp=sharing
Dirty flashed it and i cant seem to find music widget
Hello
Link
Google Drive
I 'd link
http://htcui.com/7582.html
Here is the "Translated Version of that webpage.
ROM Summary:
ROM Author: xuexue2.0
Android Version: 5.0.2
Sense Version: Sense7 UI
kernel version: 3.4.0
HTC ONEMAX exchange group: 243 103 886
Supported models:
HTC OneMax International Edition
HTC OneMax Taiwan Edition
Hong Kong version of HTC OneMax
V2.0 update
Replace the bottom of the package the latest version 1.40.1405.8 sense7
Integrated into the system in one step patch
He joined the fingerprint identification
Details of the optimization system
Removing junk files
All HTC software update (desktop weather clock, etc.)
Optimization of power
The first one max snakes transplant system
Synchronization snakes update V3.1, adding new features
The status bar complete open China Sense (previous version status bar there is a problem, I forcibly shut down)
After the status bar to open China Sense, official comes the highlight bar is available to increase the brightness bar than a serpent's more beautiful, more reasonable, and does not conflict with the automatic brightness
All functions except snakes perfect transplant desktop (because the desktop resolution is wrong, so in exchange for the original desktop, so the main interface settings do not take effect serpent set)
Streamlining the large number of foreign unwanted software and system files
The default start-up screen comes to snakes
Complete Sense 7
Fixed wakeup problem, Wake normal
Support cpu down, down more power (in snakes toolbox inside setting)
Add CPU core control disables the kernel 1--7 (2 core currently lagging behind the free-running, should improve battery life that)
Repair and clean-up
Repair of FC VenomHUB when accessing account settings
Always show icon Murican repair data carriers
Fix some graphical glitches VenomHUB
Add color conversion NEQS switch
Add flashback during charging
Add custom motion attitude
Add LTE handover sidebar
White / blacklist fixed immersive mode
Improved fake Imei and more applications
Repair status bar and navbar using the previous color if the application is in the blacklist
Repair button labels if you use the Russian language fc
Default Open magic sound
Join Dolby sound
Added users, support tourist mode
System with xposed framework software, you can uninstall unused
The default theme for a foreign source, you need to download **
First boot a long time, and so like
Be sure to upgrade to brush the official 5.0
Ui stop running, that is, if you brush after phone built storage problem
Sense 7 Input patch download http://pan.baidu.com/s/1eQ3uIxs
Google Service Pack Download http://pan.baidu.com/s/1mgvc78W
Micro-channel and microblogging desktop plug patch download address http://pan.baidu.com/s/1gdxoGmv
Radio Patch Download http://pan.baidu.com/s/1qWHpiag
download link
System Download http://yun.baidu.com/share/link?shareid=425711081&uk=1713458938
Dolby Sound Download http://pan.baidu.com/s/1gdFBxqN
Screenshot
Some screen shot available?
e12ror said:
Some screen shot available?
Click to expand...
Click to collapse
http://4pda.ru/forum/index.php?showtopic=521953&st=3340
Some screenshoots and link to download : https://yadi.sk/d/Jsj5EQ8MipQCg
Venom HUB problems
i you have venom hub account problems read this :
http://forum.xda-developers.com/showthread.php?t=2680161&page=3
Is this a full ROM or an overlay for Sense 7
htcforo said:
http://4pda.ru/forum/index.php?showtopic=521953&st=3340
Some screenshoots and link to download : https://yadi.sk/d/Jsj5EQ8MipQCg
Click to expand...
Click to collapse
627 MB for just some screen shots?
e12ror said:
627 mb for just some screen shots?
Click to expand...
Click to collapse
سلام میتونید اون ادرسی که من تو سایت گذاشتم لینک ازاد بذارید
---------- Post added at 10:30 AM ---------- Previous post was at 10:25 AM ----------
e12ror said:
627 MB for just some screen shots?
Click to expand...
Click to collapse
MOD Edit link removed
Moderator Information,
Thread has been closed, It is a kang of Venom roms.

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??

Categories

Resources