Hello all. I am setting up a Linux From Scratch type system, currently working on ALSA/sound config. Sound will not come out of the speakers at all upon using speaker-test. I am connected to my Westinghouse LCD TV via both S/PDIF (headphone jack on PC -> PC Audio port on TV) and via HDMI. X has not been compiled or configured on this machine. The PC itself is a nettop, the Asus RL70-UR10P. ALSA and the important sub-options have been configured in the kernel.
I have also tried using Ubuntu (PulseAudio), and sound will come through the speakers when I have s/pdif connected, but not HDMI only. Ubuntu does not have anything in /etc/asound.conf or ~/.asoundrc
The outputs of the aplay command:
Code:
null
Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=Generic,DEV=0
HD-Audio Generic, HDMI 0
HDMI Audio Output
default:CARD=SB
HDA ATI SB, ALC662 rev1 Analog
Default Audio Device
sysdefault:CARD=SB
HDA ATI SB, ALC662 rev1 Analog
Default Audio Device
front:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
Front speakers
surround40:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Digital
IEC958 (S/PDIF) Digital Audio Output
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
The amixer output:
Code:
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
lspci grepped for Audio:
Code:
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
This is my kernel config grepped for SND (for some reason ALSA does not give any output):
Code:
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_SEQUENCER_OSS is not set
CONFIG_SND_HRTIMER=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_INPUT_JACK is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
CONFIG_SND_HDA_CODEC_HDMI=y
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_USB is not set
# CONFIG_SND_SOC is not set
These two below entries produce meaningful non-error output (shows as testing the speakers), but do not produce any sound in the speakers.
Code:
pcm.dmixer
{
type dmix
ipc_key 2048
slave
{
pcm "hw:1,1"
period_size 512
buffer_size 4096
rate 48000
format S16_LE
}
bindings
{
0 0
1 1
}
}
pcm.!default
{
type plug
slave.pcm dmixer
}
pcm:iec958
{
type plug
slave.pcm dmixer
}
Code:
pcm.!default
{
type plug
slave
{
pcm "hdmi"
}
}
These configurations, as well as others I've tried that didn't work, came from googling, with many of the results coming from Gentoo and ArchLinux forums. I suppose if nothing comes of this thread I will read all official ALSA docs from scratch (I will end up doing that anyway, but I would like sound working for now). Any ideas? Thank you.
Related
I am now looking for voip solutions. And found information about Voip sdk.
According to their website (http://www.voipsipsdk.com/)
Voip sdk is based on IETF standards (SIP, STUN, etc.), so it should be compatible with other standard based products such as Asterisk, OpenSER other.
They have all features I need:
# Dynamically loadable codecs
# Registrar support
# Play wav files into conversation
# Record conversation into file
# Hold/Retrieve call
# Forward Call (Blind Call Transfer)
# Transfer Call (Attended Transfer)
# Mute Sound
# VPN support
# Noise reduction
# Auto gain
# Jitter buffer parameters
# Samples on Delphi, C#, VB, VB.NET, C++ 2005, C++ 6.0, HTML (SIP ActiveX)
# Windowless samples on C++ and .NET
# DTMF
# Adaptive silence detection
# Adaptive jitter buffer
# STUN support
# Comes as ActiveX control
But before I will download the evaluation version I would like to hear other people experience.
How to set FM radio over bluetooth (A2DP) ?? please don recommend FMspxxx
================================================================
After few days search search and search,
I found SoundAbout apps is work on system/FM radio over BLUETOOTH, BUT FM is mono and very little sound ,
I don like to use streaming radio, always buffering and reconnect.
under file is audio_policy.conf, how to amend it ????
whether have to provide which files to fixed if I can do 4.2.1 rom
libaudio.a2dp.default.so
libaudiosetting.so
================================================================
#
# Audio policy configuration for generic device builds (goldfish audio HAL - emulator)
#
# Global configuration section: lists input and output devices always present on the device
# as well as the output device selected by default.
# Devices are designated by a string that corresponds to the enum in audio.h
global_configuration {
attached_output_devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE
default_output_device AUDIO_DEVICE_OUT_SPEAKER
attached_input_devices AUDIO_DEVICE_IN_BUILTIN_MIC
}
# audio hardware module section: contains descriptors for all audio hw modules present on the
# device. Each hw module node is named after the corresponding hw module library base name.
# For instance, "primary" corresponds to audio.primary.<device>.so.
# The "primary" module is mandatory and must include at least one output with
# AUDIO_OUTPUT_FLAG_PRIMARY flag.
# Each module descriptor contains one or more output profile descriptors and zero or more
# input profile descriptors. Each profile lists all the parameters supported by a given output
# or input stream category.
# The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
# to enums in audio.h and audio_policy.h. They are concatenated by use of "|" without space or "\n".
audio_hw_modules {
primary {
outputs {
primary {
sampling_rates 44100
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET|AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_FM_TX|AUDIO_DEVICE_OUT_DEFAULT
flags AUDIO_OUTPUT_FLAG_PRIMARY
}
}
inputs {
primary {
sampling_rates 8000|16000|32000|44100|48000
channel_masks AUDIO_CHANNEL_IN_MONO|AUDIO_CHANNEL_IN_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_IN_COMMUNICATION|AUDIO_DEVICE_IN_AMBIENT|AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_WIRED_HEADSET|AUDIO_DEVICE_IN_AUX_DIGITAL|AUDIO_DEVICE_IN_AUX_DIGITAL2|AUDIO_DEVICE_IN_VOICE_CALL|AUDIO_DEVICE_IN_BACK_MIC|AUDIO_DEVICE_IN_ALL_SCO|AUDIO_DEVICE_IN_FM|AUDIO_DEVICE_IN_DEFAULT
}
}
}
a2dp {
outputs {
a2dp {
sampling_rates 44100
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_ALL_A2DP
}
}
}
usb {
outputs {
default {
sampling_rates 44100
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_ALL_USB
}
}
}
r_submix {
outputs {
r_submix {
sampling_rates 44100|48000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_REMOTE_SUBMIX
}
}
inputs {
r_submix {
sampling_rates 44100|48000
channel_masks AUDIO_CHANNEL_IN_MONO|AUDIO_CHANNEL_IN_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_IN_REMOTE_SUBMIX
}
}
}
}
I think its not possible since The headphone wire normally works AS antenna for The fmradio and With BT u dont have a good signal thats why u hear mono and very low volume
ref : http ://blog.osakana.net/archives/3046
Notepad OSAKANA TAROIt is the site to go to the main someting that technical
Function of radio-related chip that MediaTek MT6628 of
Posted by Osakanataro 9 January 18, 2012 on Leave a Comment (1) Go to comments
"In July function of radio-related chip that MediaTek MT6620 of in ", I wrote an article about that MT6620 chip that is responsible for functions of the radio around the MTK made.
Then, " MTK MT6588/MT6583 appeared plan? early 2013 according to the table that you used in the article "and, it was described in the MT6588 generation, peripheral chips that MT6628 also be used.
More so had not been published, I was not in material, but full details had come out.
As a product, the two types of "MT6628Q" and "MT6628T".
- MT6628Q Wireless Connectivity 4-in-1 combo for SP and Tablet Market
- MT6628T Wireless Connectivity 3-in-1 combo for SP and Tablet Market
If you write easily the difference between the two spec 2
4in1 with wireless LAN / Bluetooth / GPS / FM radio: MT6628Q
3in1 with wireless LAN / Bluetooth / FM radio: MT6628T
thing. Pin arrangement is the same for both, it seems possible replacement.
(User is that, replace indeed it is impossible, but ...)
However, I etc. Talking about Chinese Sumafo how much, and ... but I want to think that it is to no GPS on a smartphone nowadays
main target of MT6628T it will be to such such as tablet in the home for possibly.
In, the old MT6620 and MT6628Q / MT6628T I tried to compare the but, is that there is likely to be degenerate on spec listed, it is a little subtle.
MT6628 reinforcement
for and wireless LAN, and Wifi Display and HotSpot 2.0 support
Part may have degenerated in MT6628
(StrikethroughPart of is) not listed in MT6628
LAN or wireless 802.11a/ B / g / n support
· GPS (U.S.) /Galileo (EU)/ Support (satellite-based augmentation system is operating in each country) QZSS (Japan Quasi-Zenith Satellite System) / SBAS
-Function corresponding to the spurt in Bluetooth voice of FM radio called "FM over Bluetooth"
·It seems to be the position information ensure low power consumption by the mechanism of MediaTek called "AlwaysLocate"
MT6620/MT6628 intersection
· Wi-Fi CERTIFIED Passpoint, Wi-Fi Direct support
· Bluetooth 3.0 + HS, and, Bluetooth 4.0 Low Energy support
· GPS sensitivity-165dBm
of America and the RDS (EU FM data broadcasting · FM radio RBDS) correspondence
there is a packet loss concealment system for the packet-voice? "PLC (Packet Loss Concealment) technology for superior audio quality"
● description of the MT6620 page
description of the page of △ MT6628Q
description of the page ■ MT6628T
● Low power, Small size and high performance WLAN / Bluetooth / GPS / FM Solution
△ Low power, Small size and high performance WLAN / Bluetooth / GPS / FM Solution
■ Low power, Small size and high performance WLAN / Bluetooth / FM Solution
● WLAN 802.11 a / b / g / N dual band Single stream (20/40MHz) with dual band LNA and 2.4GHz PA Integration
△ WLAN 802.11 b / g / N dual band Single stream (20/40MHz) with LNA and PA Integration
■ WLAN 802.11 b / g / n dual band single stream (20/40MHz) with LNA and PA integration
● Bluetooth 3.0 + HS and V4.0 Low Energy Support Integration with PA
△ Bluetooth 3.0 + HS and V4.0 Low Energy Support Integration with PA
■ Bluetooth 3.0 + HS and V4.0 Low Energy Support Integration with PA
● Support GPS / Galileo / QZSS / SBAS with-165dBm tracking Sensitivity
△ Support GPS / QZSS / SBAS with-165dBm tracking Sensitivity
● FM Tx / Rx with RDS / RBDS Support
△ FM Rx with RDS / RBDS Support
■ FM Rx with RDS / RBDS Support
● Support WAPI hardware encryption and Wi-Fi Direct
△ Support WAPI hardware encryption and Wi-Fi Direct, Display and HotSpot2.0
■ Support WAPI hardware encryption and Wi-Fi Direct, Display and HotSpot2.0
● Support FM over Bluetooth
● PLC (Packet Loss Concealment) Technology for Superior audio quality
△ PLC (Packet Loss Concealment) Technology for Superior audio quality
■ PLC (Packet Loss Concealment) Technology for Superior audio quality
● Advanced AlwaysLocateTM location awareness technology with ultra low power consumption
● Flexible host interfaces include Single Support SDIO interface for all wireless functions
△ Flexible host interfaces include Single Support SDIO interface for all wireless functions
■ Flexible host interfaces include Single Support SDIO interface for all wireless functions
■ Pin-to-pin compatible with MT6628Q
Hi, I would like to disable WiFi permanently on an XZ, so I can put a few games on it and give it to a child and not worry about it. I have been able to do this on other devices by editing values in build.prop such as:
wifi.interface=
wifi.supplicant_scan_interval=
But the build.prop on Xperia XZ does not have these entries, and I can't quite deduce which ones might control WiFi.
Here are the contents of my build.prop in case that helps:
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Fri May 18 09:40:17 CST 2018
ro.build.date.utc=1526607617
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=kagura
############## Product Property Values ##############
ro.setupwizard.mode=OPTIONAL
#####################################################
ro.config.ringtone=generic_xperia.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA3
################# Updating of the SW Version #################
ro.semc.version.fs_revision=41.3.A.2.149
ro.build.id=41.3.A.2.149
ro.build.display.id=41.3.A.2.149
##### Values from product package metadata #####
ro.semc.product.model=F8331
ro.semc.ms_type_id=PM-0980-BV
ro.semc.version.fs=GENERIC
ro.semc.product.name=Xperia XZ
ro.semc.product.device=F83
ro.product.model=F8331
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=1
ro.build.version.sdk=26
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=8.0.0
ro.build.version.security_patch=2018-06-01
ro.build.version.base_os=
ro.build.type=user
ro.build.tags=dev-keys
ro.build.flavor=kagura-user
ro.product.brand=Sony
ro.product.name=kagura
ro.product.device=kagura
# 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=Sony
ro.product.locale=en-US
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=kagura-user 8.0.0 OPR1.170623.026 1 dev-keys
ro.build.fingerprint=Sony/kagura/kagura:8.0.0/OPR1.170623.026/1:user/dev-keys
ro.build.characteristics=default
# end build properties
# begin build properties
# autogenerated by vendor_buildinfo.sh
ro.product.board=msm8996
ro.board.platform=msm8996
# end build properties
#
# from device/qcom/msm8996/system.prop
#
#
# system.prop for msm8996
#
#rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/vendor/lib64/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.enable_hwc_vds=1
debug.sf.hw=1
debug.sf.latch_unsignaled=1
debug.egl.hw=1
debug.gralloc.enable_fb_ubwc=1
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
sdm.debug.disable_skip_validate=1
#ro.hdmi.enable=true
#
# system props for the cne module
#
persist.cne.feature=1
#system prop for enabling/disabling Android XLAT
persist.net.doxlat=false
#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-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#760765 is decimal sum after removing following parser flags
# - AC3 (0x00000002)
# - DTS (0x00000040)
# - MKV (0x00000400)
# - MP3 (0x00002000)
# - OGG (0x00004000)
# - AIFF (0x00040000)
# - DSF (0x00400000)
# - DSDIFF (0x00800000)
# See MMParserExtractor.h to confir above values.
#185971 is decimal sum of supported parsers in AAL
#37491 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
mm.enable.qcom_parser=760765
persist.mm.enable.prefetch=true
# Additional i/p buffer in case of encoder DCVS
vidc.enc.dcvs.extra-buff-count=2
# disable PQ feature by default
vendor.vidc.enc.disable.pq=true
#
# 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
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
#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
#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
#property to enable sde downscale feature for external display
#sdm.debug.downscale_external=1
#property to specify the number of frames to skip before setting hint
sdm.perf_hint_window=50
# system prop for NFC DT
ro.nfc.port=I2C
#property to enable WFD WL solution
ro.vendor.wl_library=libqti-wl.so
#property for vendor specific library
ro.vendor.gt_library=libqti-gt.so
ro.vendor.at_library=libqti-at.so
sys.games.gt.prof=1
#property to enable VDS WFD solution
persist.hwc.enable_vds=1
#Enable stm events
persist.debug.coresight.config=none
#property to enable fingerprint
persist.qfp=false
#default pd_enable value
persist.sys.pd_enable=0
#Disable rotator split feature
sdm.debug.disable_rotator_split=1
# Create zram disk
ro.vendor.qti.config.zram=true
#Camera fullscreen doesn't show navigation bar
Camera.no_navigation_bar=true
#property for game detection feature
debug.enable.gamed=0
#Disable face beautification
persist.ts.postmakeup=false
persist.ts.rtmakeup=false
#Enable device orientation sensor
ro.qti.sensors.dev_ori=false
ro.qti.sensors.pmd=false
ro.qti.sensors.sta_detect=false
ro.qti.sensors.mot_detect=false
#
# from device/somc/tone/system.prop
#
#
# platform specific part of system.prop
#
# Enable sdcardfs
ro.sys.sdcardfs=1
# System props for Myanmar Zawgyi font selection state
persist.zawgyi.selected=false
# FW/MM: AV latency
ro.media.av_latency=90
# Added system property for ViLTE bad Video quality issue
persist.vendor.ims.vcel_rtcp_report=5
# Enable speaker protection
persist.vendor.audio.speaker.prot.enable=true
# SONY effect
# Allocate bit for each effect.
# If necessary, define effect list with logical sum.
# EFFECT_DN 0x0001 (Dynamic Normalizer)
# EFFECT_SF 0x0002 (S-Force)
# EFFECT_CPHP 0x0004 (ClearPhase Headphone)
# EFFECT_CA 0x0008 (ClearAudio)
# EFFECT_VPT 0x0010 (VPT)
# EFFECT_CPSP 0x0020 (ClearPhase Speaker)
# EFFECT_XLOUD 0x0040 (xLOUD)
# EFFECT_CAPLUS 0x0080 (ClearAudio+)
# EFFECT_SPBUNDLE 0x0100 (Speaker Bundle)
# EFFECT_ALC 0x0200 (ALC)
# Enable effect proxy
sony.effect.use.proxy=true
# Effect used by Speaker Bundle.
# EFFECT_SF | EFFECT_CPSP | EFFECT_SPBUNDLE = 0x122
sony.effect.custom.sp_bundle=0x122
# Effect used by ClearAudio+ headset
# EFFECT_CA | EFFECT_VPT | EFFECT_CAPLUS | EFFECT_ALC = 0x298
sony.effect.custom.caplus_hs=0x298
# Effect used by ClearAudio+ speaker
# EFFECT_CA | EFFECT_VPT | EFFECT_CPSP | EFFECT_CAPLUS | EFFECT_ALC = 0x2B8
sony.effect.custom.caplus_sp=0x2B8
# SLPI Sensors
ro.sony.sdk.sensors.gestures=false
ro.sony.sensors.pedometer=false
ro.sony.sensors.step_detector=true
ro.sony.sensors.step_counter=true
ro.sony.sensors.pam=false
ro.sony.sensors.scrn_ortn=false
ro.sony.sensors.smd=true
ro.sony.sensors.game_rv=true
ro.sony.sensors.georv=true
ro.sony.sensors.cmc=false
ro.sony.sensors.bte=false
ro.sony.sensors.fns=false
ro.sony.sensors.qmd=false
ro.sony.sensors.amd=false
ro.sony.sensors.rmd=false
ro.sony.sensors.vmd=false
ro.sony.sensors.gtap=false
ro.sony.sensors.tap=false
ro.sony.sensors.facing=false
ro.sony.sensors.tilt=false
ro.sony.sensors.tilt_detector=true
ro.sony.sensors.dpc=false
ro.sony.sensors.qheart=false
ro.sony.sensors.wu=true
ro.sony.sensors.proximity=true
ro.sony.sensors.gravity=true
ro.sony.sensors.laccel=true
ro.sony.sensors.orientation=true
ro.sony.sensors.rotvec=true
ro.sony.sensors.fast_amd=false
ro.sony.sensors.wrist_tilt=false
ro.sony.sensors.pug=false
ro.sony.sensors.iod=false
ro.sony.sensors.multishake=false
ro.sony.sensors.rawdata_mode=false
ro.sony.sensors.dev_ori=false
ro.sony.sensors.pmd=false
ro.sony.sensors.sta_detect=false
ro.sony.sensors.mot_detect=false
ro.sony.qf_use_report_period=false
# Touch
sys.backlight_on=1
# Added system property for LDAC
ro.somc.ldac.audio.supported=true
# Automatic Headphone Compensation (AHC)
sony.ahc.supported=yes
# System props for telephony
persist.ims.disableUserAgent=1
persist.rcs.supported=0
ro.com.android.dataroaming=false
# Modem power save enabled
persist.vendor.radio.add_power_save=1
# System props for single SIM phone (not DSDS products)
persist.vendor.radio.block_allow_data=1
# Added system property for BT to set default avrcp version to 1.6
persist.bluetooth.avrcpversion=avrcp16
# Added system property for PBM, support EF_ECC on APM
persist.vendor.radio.wait_for_pbm=1
# Touch Glove mode (from Android O)
persist.sys.touch.glove_mode=0
# Set sms_ack timer
persist.vendor.radio.mt_sms_ack=19
# SD Encryption supported
ro.sdcrypt.supported=true
# ATTEST key provision state
persist.keyprovd.attest.prov=1
# ATTEST key version
persist.keyprovd.attest.version=0
# FIDO key provision state
persist.keyprovd.fido.provision=1
# FIDO key provision version
persist.keyprovd.fido.version=0
# System props for the dpm module (Enable FD)
persist.vendor.dpm.feature=1
# Factory Reset Protection
ro.frp.pst=/dev/block/bootdevice/by-name/frp
# Enable OEM Socket
persist.vendor.radio.oem_socket=true
# Setup Wizard
ro.com.android.prov_mobiledata=false
# Log slow sqlite queries (if ro.debuggable is true):
db.log.slow_query_threshold=100
# Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR
# System props for the cne module, configuration for non-Qualcomm Wi-Fi chip
persist.cne.rat.wlan.chip.oem=nqc
# system prop of Qualcomm for enabling/disabling Android XLAT
# true: enable Android CLAT
# false: disable Android CLAT
persist.net.doxlat=true
# Skip HDR Tone map on Tone
sys.hwc_disable_hdr=1
#
# from device/somc/kagura/system.prop
#
#
# product common part of system.prop
#
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
ro.qcom.ad.sensortype=2
# Touch
sys.cover_state=0
#
# from device/somc/kagura/generic/system.prop
#
#
# product specific part of system.prop
#
# NFC
ro.nfc.on.default=true
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.icon.enable=false
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product.first_api_level=23
qemu.hw.mainkeys=0
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.hardware.nfc_nci=nqx.default
rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
keyguard.no_require_sim=true
ro.com.android.dataroaming=true
ro.carrier=unknown
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
persist.vendor.radio.sib16_support=1
persist.vendor.radio.custom_ecc=1
persist.vendor.radio.rat_on=combine
sys.vendor.shutdown.waittime=500
ro.build.shutdown_timeout=0
ro.frp.pst=/dev/block/bootdevice/by-name/frp
ro.opengles.version=196610
af.fast_track_multiplier=1
vendor.audio_hal.period_size=192
ro.vendor.audio.sdk.fluencetype=none
persist.vendor.audio.fluence.voicecall=true
persist.vendor.audio.fluence.voicerec=false
persist.vendor.audio.fluence.speaker=true
vendor.audio.tunnel.encode=false
vendor.audio.offload.buffer.size.kb=64
audio.offload.video=false
vendor.audio.offload.track.enable=true
audio.deep_buffer.media=true
vendor.voice.path.for.pcm.voip=true
vendor.audio.offload.multiaac.enable=true
vendor.audio.dolby.ds2.enabled=false
vendor.audio.dolby.ds2.hardbypass=false
vendor.audio.offload.multiple.enabled=true
vendor.audio.offload.passthrough=false
ro.vendor.audio.sdk.ssr=false
vendor.audio.offload.gapless.enabled=true
vendor.audio.safx.pbe.enabled=true
vendor.audio.parser.ip.buffer.size=262144
vendor.audio.hw.aac.encoder=true
vendor.audio.use.sw.alac.decoder=true
vendor.audio.use.sw.ape.decoder=true
vendor.audio.flac.sw.decoder.24bit=true
persist.vendor.bt.enable.splita2dp=false
camera.disable_zsl_mode=1
qcom.bluetooth.soc=rome
ro.bluetooth.emb_wp_mode=true
ro.bluetooth.wipower=true
ro.com.google.clientidbase=android-sonymobile
ro.com.google.clientidbase.ms=android-sonymobile
ro.control_privapp_permissions=log
ro.opa.eligible_device=true
ro.com.google.rlzbrandcode=SOMA
ro.com.google.rlz_ap_whitelist=y0,y5,y6,y7,y8
ro.com.google.acsa=true
ro.setupwizard.rotation_locked=false
ro.com.google.gmsversion=8.0_201804
ro.service.xrfm.supported=true
persist.service.xrfm.mode=1
vendor.media.vpp.enable=true
vendor.vidc.enc.disable.pq=true
media.settings.xml=/vendor/etc/media_profiles_V1_0.xml
ro.sf.lcd_density=480
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.r_buffer_cache_size=4
ro.hwui.path_cache_size=24
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=5
ro.hwui.texture_cache_flushrate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
ro.treble.enabled=false
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=kryo
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a9
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=0x6d4ec789daa9e59913acaf0617a1c6007e8aabef000000000000000000000000
ro.config.nocheckin=1
persist.service.adb.enable=1
persist.adb.notify=0
persist.sys.usb.config=mtp,adb
ro.build.selinux=1
bsc_hide_usb_notification=1
net.tethering.noprovisioning=true
ro.hdmi.mirror.enable=true
ro.telephony.call_ring.delay=0
ro.com.google.ima.theme=5
ro.boot.vendor.overlay.theme=com.google.android.theme.pixel
audio.safemedia.bypass=true
ro.qc.sdk.audio.fluencetype=fluencepro
persist.audio.fluence.audiorec=true
persist.audio.fluence.mode=endfire
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
net.dns1=1.1.1.1
net.dns2=1.0.0.1
persist.camera.HAL3.enabled=1
persist.sys.use_dithering=1
video.accelerate.hw=1
sched.colocate.enable=1
doze.display.supported=true
persist.camera.eis.enable=1
persist.camera.is_mode=4
ro.camcorder.videoModes=true
vidc.dec.downscalar_width=1920
vidc.dec.downscalar_height=1080
camera.lowpower.record.enable=1
camera.hal1.packagelist=com.skype.raider,com.google.android.talk
camera.display.umax=1920x1080
camera.display.lmax=1280x720
vidc.enc.narrow.searchrange=1
persist.camera.antibanding=50
If anyone has an idea that might help please let me know. Thanks!
When i open my default camera app it stop working
Summary is :-
java.lang.RuntimeException: setParameters failed
at android.hardware.Camera.native_setParameters(Native Method)
at android.hardware.Camera.setParameters(Camera.java:2267)
at com.android.camera.hardware.CameraHardwareProxy.setParameters(CameraHardwareProxy.java:164)
at com.android.camera.CameraManager$CameraHandler.handleMessage(CameraManager.java:349)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:201)
at android.os.HandlerThread.run(HandlerThread.java:65)
This my build.prop:-
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=PKQ1.181203.001
ro.build.display.id=PKQ1.181203.001
ro.build.version.incremental=V11.0.3.0.PEFMIXM
ro.build.version.sdk=28
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=9
ro.build.version.security_patch=2019-12-01
ro.build.version.base_os=xiaomi/ysl/ysl:9/PKQ1.181203.001/V11.0.2.0.PEFMIXM:user/release-keys
ro.build.version.min_supported_target_sdk=17
ro.build.date=Fri Dec 27 23:55:55 WIB 2019
ro.build.date.utc=1577465755
ro.build.type=user
ro.build.user=builder
ro.build.host=mi-server
ro.build.tags=release-keys
ro.build.flavor=ysl-user
ro.product.model=Redmi S2
ro.product.brand=xiaomi
ro.product.name=ysl
ro.product.device=ysl
ro.product.mod_device=ysl_global
# 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.locale=en-GB
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=ysl
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=ysl-user 9 PKQ1.181203.001 V11.0.3.0.PEFMIXM release-keys
ro.build.fingerprint=xiaomi/ysl/ysl:9/PKQ1.181203.001/V11.0.3.0.PEFMIXM:user/release-keys
ro.build.characteristics=default
ro.build.version.internal=
ro.build.version.external=
ro.build.version.bsp=0.0.1_180504
ro.build.hardware.version=E6
ro.build.project=
persist.service.logd.enable=
sys.provision.mtd=
ro.build.version.type=
# end build properties
#
# from device/xiaomi/ysl/system.prop
#
#
# system.prop for xiaomi E6
#
#rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/system/vendor/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
#
# 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,20
debug.sf.enable_hwc_vds=1
debug.sf.hw=1
debug.sf.latch_unsignaled=1
debug.egl.hw=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
debug.enable.sglscale=1
debug.gralloc.enable_fb_ubwc=1
debug.sf.recomputecrop=0
#Disable Skip Validate
sdm.debug.disable_skip_validate=1
#Property to enable display default color mode
vendor.display.enable_default_color_mode=1
# Display Properties as per treble compliance
vendor.gralloc.enable_fb_ubwc=1
vendor.display.disable_skip_validate=1
#ro.hdmi.enable=true
#tunnel.decode=true
# enable mbn file update for SIMTrigger
persist.vendor.radio.start_ota_daemon=1
persist.vendor.radio.sw_mbn_update=0
persist.vendor.radio.hw_mbn_update=0
#
# system props for the cne module
#
persist.vendor.cne.feature=1
### suhanlin add for disable NRSM HMI_L6252_A01-60 start
persist.cne.feature=1
#
## system props for the dpm module
##
persist.dpm.feature=1
### suhanlin add for disable NRSM HMI_L6252_A01-60 end
#system props for the MM modules
media.msm8956hw=0
mm.enable.smoothstreaming=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
av.debug.disable.pers.cache=1
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#minimum duration for offload playback in secs
audio.offload.min.duration.secs=30
#enable offload audio video playback by default
audio.offload.video=true
#enable music through deep buffer
audio.deep_buffer.media=true
#set AudioFlinger client heap size
ro.af.client_heap_size_kbyte=7168
# Reduce client buffer size for fast audio output tracks
af.fast_track_multiplier=1
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
vendor.mm.enable.qcom_parser=1048575
#
# system props for the data modules
#
ro.vendor.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
persist.vendor.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
#system prop for Bluetooth SOC type
ro.bluetooth.library_name=libbluetooth_qti.so
persist.vendor.btstack.enable.splita2dp=false
# System property for cabl
ro.qualcomm.cabl=0
ro.vendor.display.cabl=0
#turn off qualcomm's cabl xiaopei 2019-2-21
#begin add for ad ,xiaopei
# add for ad
#ro.qcom.ad=0
#ro.qcom.ad.calib.data=/vendor/etc/calib.cfg
#ro.qcom.ad.calib.data=/system/etc/calib.cfg
#ro.qcom.ad.sensortype=2
# add for svi
ro.vendor.display.svi=1
ro.vendor.display.sensortype=2
vendor.display.svi.config=1
vendor.display.svi.config_path=/system/etc/display/SVIConfig.xml
config.svi.xml.print=1
# Property to enable display default color mode
vendor.display.enable_default_color_mode=0
#xiaopei add end
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
#
# System props for bluetooh
# System prop to turn on hfp client
bluetooth.hfp.client=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#System property for FM transmitter
#
ro.fm.transmitter=false
# set max background services
ro.config.max_starting_bg=8
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
#propery to enable VDS WFD solution
persist.hwc.enable_vds=1
#selects CoreSight configuration to enable
persist.debug.coresight.config=stm-events
#property for vendor specific library
ro.vendor.gt_library=libqti-gt.so
ro.vendor.at_library=libqti-at.so
#property for game detection feature
vendor.debug.enable.gamed=0
#property to enable narrow search range for video encoding
vendor.vidc.enc.disable_bframes=1
vendor.vidc.disable.split.mode=1
vendor.vidc.dec.downscalar_width=1920
vendor.vidc.dec.downscalar_height=1088
# system prop for UBWC
vendor.video.disable.ubwc=1
# disable PQ feature by default
vendor.vidc.enc.disable.pq=true
# Additional buffers shared between Camera and Video
vidc.enc.dcvs.extra-buff-count=2
# system property to accelerate Progressive Download using STA
persist.mm.sta.enable=0
#property to enable fingerprint
persist.qfp=false
#min/max cpu in core control
ro.vendor.qti.core_ctl_min_cpu=2
ro.vendor.qti.core_ctl_max_cpu=4
#HWUI properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#Enable B service adj transition by default
ro.vendor.qti.sys.fw.bservice_enable=true
ro.vendor.qti.sys.fw.bservice_limit=5
ro.vendor.qti.sys.fw.bservice_age=5000
#Memperf properties
ro.memperf.lib=libmemperf.so
ro.memperf.enable=false
#Trim properties
ro.vendor.qti.sys.fw.use_trim_settings=true
ro.vendor.qti.sys.fw.empty_app_percent=50
ro.vendor.qti.sys.fw.trim_empty_percent=100
ro.vendor.qti.sys.fw.trim_cache_percent=100
ro.vendor.qti.sys.fw.trim_enable_memory=2147483648
# Enable Delay Service Restart
ro.vendor.qti.am.reschedule_service=true
# set cutoff voltage to 3400mV
ro.cutoff_voltage_mv=3400
#set device emmc size
ro.emmc_size=16GB
#force HAL1 for below packages
vendor.camera.hal1.packagelist=com.skype.raider,com.google.android.talk
#Enable FR27607-RIL to send ONLINE cmd in bootup
#persist.radio.poweron_opt=1
#low power mode for camera
vendor.camera.lowpower.record.enable=1
#properties for limiting preview size in camera
persist.vendor.camera.display.umax=1920x1080
persist.vendor.camera.display.lmax=1280x720
#expose aux camera for below packages
# add CIT package name by ronghui.wang
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.longcheertel.cit,com.android.camera
#Enable Camera1 API for VT calls
persist.vendor.qti.telephony.vt_cam_interface=1
#set cutoff voltage to 3400mV
ro.cutoff_voltage_mv=3400
#Begin qijin 20171207 add for dirac DiracAudioControlService.apk
persist.dirac.acs.controller=qem
persist.dirac.acs.storeSettings=1
persist.dirac.acs.ignore_error=1
#End qijin 20171207
#set for xiaomi headset effect
ro.audio.soundfx.dirac=true
#for camera front flash lux
persist.flash.low.lux=320
persist.flash.light.lux=300
#wujun add for gsi close camera2 20190401
persist.camera.aux.yuv=1
#modify by wujun for cts-on-gsi at 200190402
ro.hardware.camera=xiaomi.msm8953
# BEGIN: Added by panpeng, 2019/1/2 PN:HMI_L6252_A01-220
persist.vendor.bluetooth.modem_nv_support=true
# END: Added by panpeng, 2019/1/2 PN:HMI_L6252_A01-220
# ro.location properties below are used in conjunction
# with NLP_MODE setting in /vendor/etc/izat.conf
# either as the main network provider or as a fallback
# provider depending on NLP_MODE that is set
# These properties are optional and will not cause
# issues if not set to existing packages.
# ro.location.osnlp.package sets the name of default
# OS sepecific network location provider package to use
# ro.location.osnlp.region.package is set to the name
# of the alternative network location provider package
# to be used for a particular region where the default
# network location provider is not functional
ro.location.osnlp.package=com.google.android.gms
ro.location.osnlp.region.package=
#Set diag mdlog flag add by yangjian
persist.sys.usb.diag_mdlog_enable=false
#begin xiaopei add qdcm paper mode 2019-1-7
#add for color invert
ro.vendor.df.effect.conflict=1
persist.sys.df.extcolor.proc=0
#paper mode
sys.paper_mode_max_level=32
sys.shenchao_ili9881c_offset=21
sys.shenchao_ili9881c_length=58
sys.auo_ili7807d_offset=18
sys.auo_ili7807d_length=67
sys.truly_hx8394f_offset=28
sys.truly_hx8394f_length=72
#end add xiaopei
#Begin add by yangjian 20180105 for CU wcdma HD icon
persist.vendor.radio.report_codec=1
#end add by yangjian 20180105 for CU wcdma HD icon
### add audio property for miui, begin
audio.chk.cal.spk=0
audio.chk.cal.us=0
### add audio property for miui, end
#add by yangjian 20180228 for HMI_L6250_A01-1348 volte show forward call notification start
persist.vendor.radio.redir_party_num=1
#add by yangjian 20180228 for HMI_L6250_A01-1348 volte show forward call notification end
# add by shenwenbin for open ssr 20190116 begin
persist.sys.ssr.restart_level=ALL_ENABLE
# add by shenwenbin for open ssr 20190116 end
# modify by zhoudan 20190220
ro.vendor.build.security_patch=2018-12-11
ro.build.version.security_patch=2018-12-12
# ui fifo for app launch
sys.use_fifo_ui=1
# yangjian @ 20190110 HTH42078
persist.vendor.radio.data_con_rprt=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.miui.version.code_time=1554656400
ro.rom.zone=2
ro.miui.ui.version.code=9
ro.miui.ui.version.name=V11
ro.com.google.ime.themes_dir=/system/etc/gboard_theme
ro.com.google.ime.theme_file=xiaomi_theme_20171222.zip
ro.fota.oem=Xiaomi
ro.build.software.version=Android9_11
persist.vendor.radio.report_codec=1
persist.vendor.radio.redir_party_num=1
ro.config.media_vol_default=10
ro.channelid.ucbrowserintl=/cust/etc/ucconfiginfo
persist.sys.timezone=Asia/Shanghai
debug.sf.disable_backpressure=1
ro.miui.ui.fonttype=mipro
ro.trackingId.com.lzd.appid=/cust/etc/lazadaconfiginfo
ro.malloc.impl=jemalloc
ro.miui.customized_clientid=2
ro.treble.enabled=true
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-dir=/data/anr
ro.product.mod_device=ysl_global
ro.config.sms_received_sound=FadeIn.ogg
ro.config.sms_delivered_sound=MessageComplete.ogg
ro.com.android.mobiledata=false
ro.product.manufacturer=Xiaomi
ro.config.elder-ringtone=Angel.mp3
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
persist.sys.mitalk.enable=true
persist.enable_task_snapshots=false
sys.miui.shutdown.waittime=500
persist.sys.watchdog_enhanced=true
dalvik.vm.dexopt.secondary=true
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.product.cuptsm=XIAOMI|ESE|02|01
persist.power.useautobrightadj=true
persist.radio.apm_sim_not_pwdn=1
ro.com.google.clientidbase=android-xiaomi
ro.miui.has_real_blur=1
ro.miui.has_handy_mode_sf=1
ro.sf.lcd_density=320
ro.expect.recovery_id=0x3a801f056738d8fe49d26679bcc8ae038da7da42000000000000000000000000
please find where is error and help me out
My device is rooted
Can someone who knows what they are looking at please pm me if my build prop looks as it should I have a T-Mobile one plus 8 that is carrier unlocked and also rooted with majisk and twrp recovery . I feel that the build and some
Of the setting might be spying on my personal info and sending it out . Thanks I did search a found no build prop thread to compare too. By the way I'm located in Orange county ca not New York as the build prop says
# begin common build properties
# autogenerated by build/make/tools/buildinfo_common.sh
ro.system.build.date=Sat Apr 11 14:35:18 CST 2020
ro.system.build.date.utc=1586586918
ro.system.build.fingerprint=OnePlus/OnePlus8TMO/OnePlus8TMO:10/QKQ1.191222.002/2004111424:user/release-keys
ro.system.build.id=QKQ1.191222.002
ro.system.build.tags=release-keys
ro.system.build.type=user
ro.system.build.version.incremental=2004111424
ro.system.build.version.release=10
ro.system.build.version.sdk=29
ro.product.system.brand=OnePlus
ro.product.system.device=OnePlus8TMO
ro.product.system.manufacturer=OnePlus
ro.product.system.name=OnePlus8TMO
ro.product.system.model=IN2017
# end common build properties
#
#
# autogenerated by oem_buildinfo.sh
#
#
# autogenerated by oem_log_prop.sh
persist.sys.kernel=yes
persist.sys.main=yes
persist.sys.system=yes
persist.sys.radio=yes
persist.sys.event=yes
persist.sys.crash=yes
persist.sys.qxdm=no
debug.sf.dump.primary=true
debug.sf.dump.external=true
debug.sf.dump.enable=true
debug.sf.dump=0
persist.sys.qsee=yes
persist.sys.tz=yes
persist.sys.bootloader=yes
persist.sys.assert.panic=false
persist.sys.assert.enable=false
persist.sys.cfu_auto=1
#
#
# autogenerated by oem_buildinfo.sh
ro.control_privapp_permissions=log
ro.opa.eligible_device=true
ro.setupwizard.mode=OPTIONAL
ro.com.google.clientidbase=android-oneplus
ro.com.google.clientidbase.ms=android-tmus-us-revc
ro.com.google.clientidbase=android-oneplus
ro.com.google.clientidbase.ms=android-tmus-us-revc
ro.com.google.clientidbase.vs=android-tmus-us-revc
ro.com.google.clientidbase.tx=android-oneplus-rvo3
ro.com.google.acsa=true
ro.build.os_type=
persist.sys.oem.region=OverSeas
ro.build.real_device=true
ro.build.product=OnePlus8TMO
ro.product.device=OnePlus8TMO
ro.build.date.Ymd=200411
ro.build.date.ymd=200411
ro.build.date.YmdHM=202004111450
ro.build.user=jenkins
ro.build.flavor=qssi-user
ro.build.description=OnePlus8TMO-user 10 QKQ1.191222.002 2004111424 release-keys
ro.common.soft=OnePlus8TMO
ro.build.release_type=release
ro.build.soft.version=O.06
ro.xxversion=v0.5
ro.build.kernel.id=4.19-G2004111450
ro.display.series=OnePlus 8 5G
ro.build.ota.versionname=OnePlus8TMOOxygen_15_2004111450
ro.build.version.ota=OnePlus8TMOOxygen_15.O.06_GLO_006_2004111450
ro.build.soft.majorversion=A
ro.product.brand=OnePlus
ro.product.manufacturer=OnePlus
persist.sys.timezone=America/New_York
ro.rom.version=10.5.7.IN55CB
ro.com.google.ime.kb_pad_port_l=7
ro.com.google.ime.kb_pad_port_r=7
ro.com.google.ime.kb_pad_land_l=14
ro.com.google.ime.kb_pad_land_r=14
ro.com.baidu.input.pad_port_l=14
ro.com.baidu.input.pad_port_r=14
ro.com.baidu.input.pad_land_l=19
ro.com.baidu.input.pad_land_r=19
ro.imei.check=yes
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=QKQ1.191222.002
ro.build.keys=release-keys
ro.build.version.incremental=2004111424
ro.build.version.sdk=29
ro.build.version.preview_sdk=0
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=10
ro.build.version.security_patch=2020-04-01
ro.build.version.base_os=
ro.build.version.min_supported_target_sdk=23
ro.build.date=Sat Apr 11 14:35:18 CST 2020
ro.build.date.utc=1586586918
ro.build.type=user
ro.build.user=jenkins
ro.build.host=NJ-BUILD-61
ro.build.tags=release-keys
ro.build.flavor=qssi-user
ro.build.system_root_image=true
ro.build.ab_update=true
# 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.locale=en-US
ro.wifi.channels=
# Do not try to parse thumbprint
# end build properties
#
# from device/qcom/qssi/system.prop
#
#
# system.prop for qssi
#
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=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
# Set network mode to (NR/T/L/G/W/1X/EVDO, T/L/G/W/1X/EVDO) for 8+7 mode device on DSDS mode
ro.telephony.default_network=33,22
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
#ro.hdmi.enable=true
#persist.speaker.prot.enable=false
qcom.hw.aac.encoder=true
#
# system props for the cne module
#
persist.vendor.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.thumbnail.prefer_hw_codecs=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
#13631487 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE DSD MOV XVID MHAS
#ifdef VENDOR_EDIT
#[email protected] ,2019/11/26 ,enable DIVX&DIVXD with qcom parser
#vendor.mm.enable.qcom_parser=134217727
#vendor.mm.enable.qcom_parser=134217727
#[email protected], 2020/02/11, [ITN-27592]remove qcom FLAC-8bit , PARSER_FLAC[0x00020000]
vendor.mm.enable.qcom_parser=134086655
#endif
persist.mm.enable.prefetch=true
#ifdef VENDOR_EDIT
#[email protected], 2020/02/20, config for netflix HD stream play
#Netflix custom property
ro.netflix.bsp_rev=Q8250-19134-1
#endif
#
# system props for the data modules
#
ro.vendor.use_data_netmgrd=true
persist.vendor.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
# 196609 is decimal for 0x30001 to report version 3.1
# 196610 is decimal for 0x30002 to report version 3.2
ro.opengles.version=196610
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#System props for BT
ro.bluetooth.library_name=libbluetooth_qti.so
persist.vendor.btstack.aac_frm_ctl.enabled=true
#
#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
#enable offload audio video playback by default
audio.offload.video=false
#
##enable music through deep buffer
audio.deep_buffer.media=true
#
##set AudioFlinger client heap size
ro.af.client_heap_size_kbyte=7168
#
#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
#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
#property to enable HWC for VDS
debug.sf.enable_hwc_vds=1
#property to latch unsignaled buffer
debug.sf.latch_unsignaled=1
# 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=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
config.disable_rtt=true
#Bringup properties
persist.sys.force_sw_gles=1
persist.vendor.radio.atfwd.start=true
ro.kernel.qemu.gles=0
qemu.hw.mainkeys=0
#Expose aux camera for below packages
vendor.camera.aux.packagelist=org.codeaurora.snapcam
#Whitelisting the below packages
persist.vendor.camera.privapp.list=org.codeaurora.snapcam
persist.camera.privapp.list=org.codeaurora.snapcam
#enable IZat OptInApp overlay
persist.vendor.overlay.izat.optin=rro
# Property for backup NTP Server
persist.backup.ntpServer="0.pool.ntp.org"
#Property to enable Mag filter
persist.vendor.sensors.enable.mag_filter=true
#Partition source order for Product/Build properties pickup.
ro.product.property_source_order=odm,vendor,product,product_services,system
#Property to enable Codec2 for audio and OMX for Video
debug.stagefright.ccodec=1
# end of device/qcom/qssi/system.prop
#
# from vendor/oneplus/configs/qssi/system.prop
#
#
# system.prop for oem project
#
persist.camera.assert.panic=true
#[email protected], 2017/09/25, add for support wechat voice and video msg
nxpWechatDebugEnable=1
#endif
#ifdef VENDOR_EDIT
#[email protected],2019/08/14,It is Google design not to bring down Data call when Wifi is up for inger timer
persist.netmon.linger=5000
#endif
#endif
# [email protected], 2019/10/29, ensure APEXs are updatable
ro.apex.updatable=true
#ifdef VENDOR_EDIT
#[email protected],2019/10/31, enable monitor Rotation
ro.audio.monitorRotation=true
#endif
#ifdef VENDOR_EDIT
#[email protected], 2019/10/04, [INT-612] Add Bluetooth property into system.prop
#system prop for Bluetooth SOC type
persist.vendor.btstack.enable.twsplus=true
#endif
#ifdef VENDOR_EDIT
persist.vendor.naruto.light.support=true
#endif
#ifdef VENDOR_EDIT
#[email protected], 2019/11/30, [INT-6139] Add for solve audio crash
persist.vendor.bt.a2dp.hal.implementation=true
#endif
#ifdef VENDOR_EDIT
#[email protected], 2020/01/17, [ITN-8395] more power consume when A2DP work
persist.vendor.btstack.enable.lpa=true
#endif
# ifdef VENDOR_EDIT
vendor.display.enable_rotator_ui=1
# endif
# end of vendor/oneplus/configs/qssi/system.prop
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.treble.enabled=true
net.bt.name=Android
ro.vendor.qti.va_aosp.support=1
#
# Added by 3C All-in-One Toolbox
#
ro.build.date.ymd=200411
chino714 said:
Can someone who knows what they are looking at please pm me if my build prop looks as it should I have a T-Mobile one plus 8 that is carrier unlocked and also rooted with majisk and twrp recovery . I feel that the build and some
Of the setting might be spying on my personal info and sending it out . Thanks I did search a found no build prop thread to compare too. By the way I'm located in Orange county ca not New York as the build prop says
...
Click to expand...
Click to collapse
Hi,
Build.prop isn't the place you'll find out someone spies on you, you can have more explanations here : https://forum.xda-developers.com/android/general/explanation-build-prop-values-t3069341
Raiz said:
Hi,
Build.prop isn't the place you'll find out someone spies on you, you can have more explanations here : https://forum.xda-developers.com/android/general/explanation-build-prop-values-t3069341
Click to expand...
Click to collapse
Thank you for the reply raiz,
I use to be well into Android from the G1 days but it's been a while and lost my original Handel so I had to create a new one. Quick question I don't remember ever seeing lines commented out in a build .prop is this something pretty common now a days and the values that are odd like the location is set persistent NEW YORK is that kinds of stuff also commonn. Again thanks for the link to the other thread great information