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.
I can't find any place to post anything about the new family of Lenovo,Vibe K6, so i create this place to post all the things i had discovery, if you know something about or if you want help, this is the place :laugh::good:
Unlock Manual Camera Vibe K6
PORTUGUÊS BRASIL
Mais um exemplo de poder de fogo "desabilitado"
É bem simples para habilitar, se seu Smartphone já estiver rooteado, é só você abrir o aquivo Build.prop e adicionar essa linha
"Persist.camera.HAL3.enabled = 1"
Agora salve e reinicie o telefone.
Bugs:
O aplicativo de camera original não funciona normalmente.
Este método funciona para a maioria dos aplicativos que tem controles de camera manual.
Os controles manuais funcionam até no modo filmadora!!!
Você pode baixar o programa camera manual compatibility test na google play pra ver como deu certo.
ENGLISH
Another example of "disabled" firepower
It's very simple to enable, if your Smartphone is already rooted, you just open the Build.prop file and add this line
Persist.camera.HAL3.enabled = 1"
Now save and restart the phone.
Bugs
The original camera application does not operate normally.
This method works for most applications that have manual camera controls.
The manual controls work even in the camcorder mode !!!
You can download the camera manual compatibility test program in google play to see how it works.
missing hal3 libs
Ok, about the camera trick, i reinstall the system and now this trick don't work anymore, so, this is a thing missing, the command on build.prop still the same, but i don't what lib i install to enable this thing.
If i discovery what Lib is, this maybe can work on others phones. Someone can help? there's any lib what i can download to test?
I know the phone can really support android api2 of camera, but i don't know what libs make this works...
the right command
MathePro said:
Ok, about the camera trick, i reinstall the system and now this trick don't work anymore, so, this is a thing missing, the command on build.prop still the same, but i don't what lib i install to enable this thing.
If i discovery what Lib is, this maybe can work on others phones. Someone can help? there's any lib what i can download to test?
I know the phone can really support android api2 of camera, but i don't know what libs make this works...
Click to expand...
Click to collapse
I found the erro, i put the wrong comand, Persist.camera.HAL3.enable=1
The correct is Persist.camera.HAL3.enabled=1
Sorry, now its working perfectly. :fingers-crossed:
Hey guys, it's me again...
I finally found a way to fix the stock camera's bug and this will work for all the apps who doesn't works fine with Hal3.
I have to go on the build.prop and search for this line
"#force HAL1 for below packages
camera.hal1.packagelist="
And add the name of app, in this case is "com.lenovo.scg"
It's will look like this.
"#force HAL1 for below packages
camera.hal1.packagelist=com.skype.raider,com.google.android.talk,com.lenovo.scg"
Now, you just have to save and restart the phone and all will works fine ?
Mic error
hi MathePro, does your Vibe K6 has the microphone problem?
There are a lot of people complaining about the sound qualitity using voice notes in whatsapp and other apps. Tha recorded sound is really low and noisy.
Thanks.
guilhermed said:
hi MathePro, does your Vibe K6 has the microphone problem?
There are a lot of people complaining about the sound qualitity using voice notes in whatsapp and other apps. Tha recorded sound is really low and noisy.
Thanks.
Click to expand...
Click to collapse
Yep, I think the Lenovo company will create a new update to fix this and others errors...
I'm searching for a fix but nothing yet, I think maybe it's just a wrong of mic gain ?
MathePro said:
Yep, I think the Lenovo company will create a new update to fix this and others errors...
I'm searching for a fix but nothing yet, I think maybe it's just a wrong of mic gain ?
Click to expand...
Click to collapse
Hi guys, a lot of people around the world are complaining in Lenovo forums and in other websites about the mic problem with their Lenovo k6 devices.
A solution has not yet been provided by Lenovo, after 3 months already.
It seems to be a software problem however, if fact some k6 owners noticed that if you don't update your phone to the S150 version and keep instead the S145, you shouldn't face the mic problem.
For a temporary solution, a k6 owner advices: "If you completely block the secondary noise cancellation microphone hole just above the camera, the problem will be resolved"
I have just bought a K6 for my wife, when I will receive it tomorrow I will avoid to perform the proposed system updates and I will report any bug.
Meanwhile, for the people who have this annoying problem, I found this link with the stock firmwares for the k6 power and note, maybe it can help but I did not tried and I don't know the reliability of that website:
firmwarefile.com/?s=lenovo+k6
Cheers guys
gabrikdean said:
Hi guys, a lot of people around the world are complaining in Lenovo forums and in other websites about the mic problem with their Lenovo k6 devices.
A solution has not yet been provided by Lenovo, after 3 months already.
It seems to be a software problem however, if fact some k6 owners noticed that if you don't update your phone to the S150 version and keep instead the S145, you shouldn't face the mic problem.
For a temporary solution, a k6 owner advices: "If you completely block the secondary noise cancellation microphone hole just above the camera, the problem will be resolved"
I have just bought a K6 for my wife, when I will receive it tomorrow I will avoid to perform the proposed system updates and I will report any bug.
Meanwhile, for the people who have this annoying problem, I found this link with the stock firmwares for the k6 power and note, maybe it can help but I did not tried and I don't know the reliability of that website:
firmwarefile.com/?s=lenovo+k6
Cheers guys
Click to expand...
Click to collapse
Hum... I I'll try this...But this site do not have the firmware for my version of vibe K6 ?
MathePro said:
Hum... I I'll try this...But this site do not have the firmware for my version of vibe K6 ?
Click to expand...
Click to collapse
I will receive the Lenovo k6 too, not power and not note.
I don't know if after all the k6 and the k6 power share the same firmware, since they are very similar phones.
Our phone is quite young anyway, I hope that a strong community will arise since as far as I now a lot of people are buying k6 power models specially in eastern countries of the world.
The price/quality ratio of the k6 is extremely good looking at the specs and the price is affordable, generally speaking
OK guys, this is my actual build.pro
[{
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MMB29M
ro.build.display.id=K33_S150_161114_ROW
ro.build.version.incremental=K33_S150_161114_ROW
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0.1
ro.build.version.security_patch=2016-06-01
ro.build.version.base_os=
ro.build.date=Mon Nov 14 18:13:00 CST 2016
ro.build.date.utc=1479118380
ro.build.type=user
ro.build.user=buildslave
ro.build.host=njbs14
ro.build.tags=release-keys
ro.build.flavor=karate-user
ro.product.model=Lenovo K33
ro.product.brand=Lenovo
ro.product.name=karate
ro.product.device=K33
ro.product.board=QC_Reference_Phone
# 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=LENOVO
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=msm8937
# ro.build.product is obsolete; use ro.product.device
ro.build.product=K33
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=karate-user 6.0.1 MMB29M K33_S150_161114_ROW release-keys
ro.build.fingerprint=Lenovo/karate/K33:6.0.1/MMB29M/K33_S150_161114_ROW:user/release-keys
ro.build.characteristics=default
# end build properties
#
# from device/qcom/msm8937_32/system.prop
#
#
# system.prop for msm8937_32
#
#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
# Start in cdma mode
ro.telephony.default_network=9,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.hw=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
#ro.hdmi.enable=true
#tunnel.decode=true
#tunnel.audiovideo.decode=true
#lpa.decode=false
#lpa.use-stagefright=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.msm8956hw=0
mm.enable.smoothstreaming=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#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=1048575
#mm.enable.qcom_parser=1047551
#enalbe divx divxHD
mm.enable.qcom_parser=4193279
# system prop for UBWC
video.disable.ubwc=1
# system property to accelerate Progressive Download using STA
persist.mm.sta.enable=0
#Audio voice concurrency related flags
voice.playback.conc.disabled=true
voice.record.conc.disabled=false
voice.voip.conc.disabled=true
#Decides the audio fallback path during voice call, deep-buffer and fast are the two allowed fallback paths now.
voice.conc.fallbackpath=deep-buffer
#parser input buffer size(256kb) in byte stream mode
audio.parser.ip.buffer.size=262144
#
# system props for the camera
#
# preferred IS type for 8937 is IS_TYPE_DIS i.e, 1
# IS_TYPE_NONE=0, IS_TYPE_DIS=1, #IS_TYPE_GA_DIS=2, IS_TYPE_EIS_1_0=3, #IS_TYPE_EIS_2_0=4 IS_TYPE_MAX=5
#
persist.camera.HAL3.enabled=1
persist.camera.is_type=4
persist.camera.gyro.android=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 prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
# 196608 is decimal for 0x30000 to report major/minor versions as 3/0
# 196609 is decimal for 0x30001 to report major/minor versions as 3/1
#ro.opengles.version=196609
# System property for cabl
ro.qualcomm.cabl=0
#
# 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
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=true
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=true
persist.audio.fluence.speaker=true
#Set for msm8937
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=64
#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 PCM offload by default
audio.offload.pcm.16bit.enable=true
audio.offload.pcm.24bit.enable=true
#Enable audio track offload by default
audio.offload.track.enable=true
#Enable music through deep buffer
audio.deep_buffer.media=true
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=false
#enable downsampling for multi-channel content > 48Khz
audio.playback.mch.downsample=false
#
#System property for FM transmitter
#
ro.fm.transmitter=true
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
#multi offload
audio.offload.multiple.enabled=false
#enable software decoders for ALAC and APE.
use.qti.sw.alac.decoder=true
use.qti.sw.ape.decoder=true
#enable pbe effects
audio.safx.pbe.enabled=true
#property for AudioSphere Post processing
audio.pp.asphere.enabled=true
# 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.at_library=libqti-at.so
ro.vendor.gt_library=libqti-gt.so
#property for game detection feature
debug.enable.gamed=0
#property to enable narrow search range for video encoding
vidc.enc.narrow.searchrange=1
#property to enable fingerprint
persist.qfp=false
#property to enable DS2 dap
audio.dolby.ds2.enabled=true
dmid=1125064752
audio.ds1.metainfo.key=273
audio.dolby.ds2.hardbypass=true
#min/max cpu in core control
ro.core_ctl_min_cpu=2
ro.core_ctl_max_cpu=8
#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=2048
# BEGIN Lenovo lubm1 2016-08-31 KARATEROW-5153 SIM contacts disappear since IdeaFriend is killed by LMK
#Enable B service adj transition by default
#ro.sys.fw.bservice_enable=true
#ro.sys.fw.bservice_limit=5
#ro.sys.fw.bservice_age=5000
# END KARATEROW-5153
#Trim properties
ro.sys.fw.use_trim_settings=true
ro.sys.fw.empty_app_percent=50
ro.sys.fw.trim_empty_percent=100
ro.sys.fw.trim_cache_percent=100
ro.sys.fw.trim_enable_memory=2147483648
# Enable Delay Service Restart
ro.am.reschedule_service=true
#Optimal dex2oat threads for faster app installation
ro.sys.fw.dex2oat_thread_count=4
# Create zram disk
ro.config.zram=true
# Create Swap disk, if below sys-prop enabled & also if device has lower (< 1 GB) RAM
ro.config.swap=true
# set cutoff voltage to 3200mV
ro.cutoff_voltage_mv=3200
#set device emmc size
ro.emmc_size=16GB
#force HAL1 for below packages
camera.hal1.packagelist=com.skype.raider,com.google.android.talk,com.lenovo.scg
#properties for limiting preview size in camera
camera.display.umax=1920x1080
camera.display.lmax=1280x720
#
# from device/lenovo/lenovo8937_32/system.prop
#
#Lenovo system.prop
#
# from device/lenovo/karate/system.prop
#
#Lenovo product system.prop
ro.lenovo.series=Lenovo VIBE K6
#Enable always send PLMN in rsp of QMI_NAS_GET_PLMN_NAME
persist.radio.always_send_plmn=1
#jinmy1: enable plmn search with rat
#jinmy1: set yo null for moto ui
persist.radio.rat_on=
# Enable silent PIN1
persist.radio.sap_silent_pin=1
# Enable MBN OTA
persist.radio.start_ota_daemon=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
persist.sys.lenovo.shutdown=TRUE
persist.sys.lenovo.log.limit=4000
persist.sys.lenovo.log.disk=/storage/emulated/0
persist.sys.lenovo.log.system=TRUE
persist.sys.lenovo.log.kernel=TRUE
persist.sys.lenovo.log.other=TRUE
persist.sys.lenovo.log.bt=TRUE
persist.sys.lenovo.log=FALSE
persist.sys.dloadmode.config=0
persist.sys.lenovo.Acrash.cnt=0
persist.sys.lenovo.Kcrash.cnt=0
persist.sys.lenovo.crash.path=/data/local/log/lastlog
persist.sys.lenovo.crash.out=/data/media/0/log_out
ro.config.notification_sound=Curiosity.ogg
ro.config.alarm_alert=Twirling_In_Time.ogg
ro.config.ringtone=Fantastic_Clang.ogg
ro.config.ringtone_2=Fantastic_Clang.ogg
ro.config.sms_notifi_sound=Epic_Sines.ogg
ro.config.sms_notifi_sound_2=Epic_Sines.ogg
persist.nfc.smartcard.config=SIM1,SIM2,eSE1
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapsize=384m
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heaptargetutilization=0.75
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.carrier=unknown
ro.securezone.version=2
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
persist.radio.custom_ecc=1
persist.radio.sib16_support=1
ro.frp.pst=/dev/block/bootdevice/by-name/config
af.fast_track_multiplier=1
audio_hal.period_size=192
ro.lenovo.device=phone
ro.lenovo.platform=qualcomm
ro.lenovo.audioparaver=Karate_Audio_Parameter_20161012
ro.lenovo.region=row
ro.lenovo.operator=open
ro.lenovo.bqb=pass
ro.lenovo.wificert=pass
ro.lenovo.wificertclass=station,ap
ro.lenovo.sim=single
ro.lenovo.vibeuistyle=true
ro.lenovo.adb=apkctl
ro.lenovo.signalbars=four
ro.lenovo.videocall=true
persist.sys.backgrounddata=false
persist.sys.lenovo.ltetype=VOLTE
ro.lenovo.lcdsize=5.0
ro.lenovo.cpuinfo=MSM8937,8,1.4
persist.sys.timezone=Europe/London
ro.product.locale.language=en
ro.product.locale.region=US
persist.sys.vrstate=true
ro.lenovo.branch=qcom8937_M_row
ro.product.hw.version=H-1-01
ro.sf.lcd_density=480
ro.lenovo.soundeffect=dolby
fmradio.driver.enable=1
drm.service.enabled=true
ro.com.widevine.cachesize=16777216
persist.radio.multisim.config=single
persist.radio.sap_silent_pin=1
persist.radio.primarycard=true
persist.sys.panicbutton=true
ro.product.ota.model=LenovoK33a48_ROW
ro.lenovo.easyimage.enable=yes
ro.lenovo.ota.extsd=/sdcard
ro.product.sw.internal.version=K33_USR_S150_1611141756_Q00380_ROW
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=6.0_r7
ro.com.google.clientidbase=android-lenovo
ro.com.google.clientidbase.ms=android-lenovo
ro.com.google.clientidbase.am=android-lenovo
ro.com.google.clientidbase.gmm=android-lenovo
ro.com.google.clientidbase.yt=android-lenovo
sys.lenovo.romui.version.sdk=3
persist.sys.dalvik.vm.lib.2=libart
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.lenovo.vibeui.apps=4ed1de5
ro.lenovo.vibeui.tools=34e5d95
ro.lenovo.vibeui.resources=75ce5f3
ro.lenovo.lvp.version=V3.5.1.0_1610091537_A4ed1de5_R75ce5f3_C_T34e5d95
ro.lenovo.stage=3t
ro.lenovo.lvp.privacy=false
ro.lenovo.clearkeyguardtheme=0
persist.sys.lenovo.feedback=false
ro.mdtp.package_name2=com.qualcomm.qti.securemsm.mdtp.MdtpDemo
ro.expect.recovery_id=0x83000ae1dd1fbba298d9e67fa2386beefac0f93a000000000000000000000000
}]
And there's a lot of strangthings I found, if you guys know about any of this plz help, maybe we can "unlock" something new for our phones.
And plz, can you post your build.prop here to compare?
Here the lines what I talking about...
"#ro.hdmi.enable=true"
HDMI support???
"# preferred IS type for 8937 is IS_TYPE_DIS i.e, 1
# IS_TYPE_NONE=0, IS_TYPE_DIS=1, #IS_TYPE_GA_DIS=2, IS_TYPE_EIS_1_0=3, #IS_TYPE_EIS_2_0=4 IS_TYPE_MAX=5"
Camera IES type?
"##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false"
I think maybe this spec of Qualcomm has something about the mic's bug...
I searched for anything about it and there's no much information, it's something about record audio, it's really amazing but I don't found the app on demonstration and any app who use this technology... But it's presented on our phones...And on HTC with Snapdragon 808 I think...
"#
#System property for FM transmitter
#
ro.fm.transmitter=false"
A FM transmitter??????
"#property for AudioSphere Post processing
audio.pp.asphere.enabled=false"
Other audio DSP????
So, do you guys know any about this???
gabrikdean said:
I will receive the Lenovo k6 too, not power and not note.
I don't know if after all the k6 and the k6 power share the same firmware, since they are very similar phones.
Our phone is quite young anyway, I hope that a strong community will arise since as far as I now a lot of people are buying k6 power models specially in eastern countries of the world.
The price/quality ratio of the k6 is extremely good looking at the specs and the price is affordable, generally speaking
Click to expand...
Click to collapse
Yep ?
MathePro said:
Yep
Click to expand...
Click to collapse
I have received my k6, all is fine, it is avery good smartphone for the price. The stamina is pretty good, everything works smooth, the pictures are really enjoyable even with low light. Very funny the slow motion and the fast movement effects. The software is clean and there is no bloatware.
Very important: I did not update the phone with the advised updates proposed by Lenovo. As far as I know and how you can read here: forums.lenovo.com/t5/forums/v3_1/forumtopicpage/board-id/lp02_en/thread-id/31628/page/1 if you perform the updates the phone will likely have a very bad microphone problem.
So I decided to wait with the updates and by now I don't have bugs.
The only thing that I noticed is that when I switch off the smartphone and restart it, the touchscreen does not work for some minutes, but this delay can be avoided by taking a photo with a double click on the volume button and then checking the photo, the galley opens and the touchscreen is immediately working.
gabrikdean said:
I have received my k6, all is fine, it is avery good smartphone for the price. The stamina is pretty good, everything works smooth, the pictures are really enjoyable even with low light. Very funny the slow motion and the fast movement effects. The software is clean and there is no bloatware.
Very important: I did not update the phone with the advised updates proposed by Lenovo. As far as I know and how you can read here: forums.lenovo.com/t5/forums/v3_1/forumtopicpage/board-id/lp02_en/thread-id/31628/page/1 if you perform the updates the phone will likely have a very bad microphone problem.
So I decided to wait with the updates and by now I don't have bugs.
The only thing that I noticed is that when I switch off the smartphone and restart it, the touchscreen does not work for some minutes, but this delay can be avoided by taking a photo with a double click on the volume button and then checking the photo, the galley opens and the touchscreen is immediately working.
Click to expand...
Click to collapse
Hey man, can you post your build.prop here? You just have to copy and past the text plz, maybe we can found a way to fix that.
It's very simple
1 get the "es explorer"
2 go on device
3 go to "system"
4 open build.prop
5 copy and paste all the text and post here plz ?
lenovo k6 family
Lenovo k6 family is the best phone after successful k5 Lenovo note in the market and am happy
MathePro said:
Hey man, can you post your build.prop here? You just have to copy and past the text plz, maybe we can found a way to fix that.
It's very simple
1 get the "es explorer"
2 go on device
3 go to "system"
4 open build.prop
5 copy and paste all the text and post here plz ?
Click to expand...
Click to collapse
Yes, I'm doing it tonight, the mobile is in my wife's hands right now I am still surviving with my LG optimus l9 II :cyclops:
But in some time if it seems that I forgot to do it, please don't hesitate and remind it to me! :laugh:
gabrikdean said:
Yes, I'm doing it tonight, the mobile is in my wife's hands right now I am still surviving with my LG optimus l9 II :cyclops:
But in some time if it seems that I forgot to do it, please don't hesitate and remind it to me! :laugh:
Click to expand...
Click to collapse
Oh tnks a lot ?
MathePro said:
Oh tnks a lot ?
Click to expand...
Click to collapse
sorry yesterday night I forgot, I hope not to forget tonight....
By the way, in the file build.prop is included any personal information that I should delete before posting? just to be sure. Thanks
gabrikdean said:
sorry yesterday night I forgot, I hope not to forget tonight....
By the way, in the file build.prop is included any personal information that I should delete before posting? just to be sure. Thanks
Click to expand...
Click to collapse
I don't think so, my build.prop is in the comments here, take a look. Up
MathePro said:
I don't think so, my build.prop is in the comments here, take a look. Up
Click to expand...
Click to collapse
Here is my build.prop, as I said the phone is not updated and there is no mic bug. I hope it helps!
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MMB29M
ro.build.display.id=K33_S140_160923_ROW
ro.build.version.incremental=K33_S140_160923_ROW
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0.1
ro.build.version.security_patch=2016-06-01
ro.build.version.base_os=
ro.build.date=Fri Sep 23 12:15:27 CST 2016
ro.build.date.utc=1474604127
ro.build.type=user
ro.build.user=buildslave
ro.build.host=njbs14
ro.build.tags=release-keys
ro.build.flavor=karate-user
ro.product.model=Lenovo K33
ro.product.brand=Lenovo
ro.product.name=karate
ro.product.device=K33
ro.product.board=QC_Reference_Phone
# 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=LENOVO
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=msm8937
# ro.build.product is obsolete; use ro.product.device
ro.build.product=K33
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=karate-user 6.0.1 MMB29M K33_S140_160923_ROW release-keys
ro.build.fingerprint=Lenovo/karate/K33:6.0.1/MMB29M/K33_S140_160923_ROW:user/release-keys
ro.build.characteristics=default
# end build properties
#
# from device/qcom/msm8937_32/system.prop
#
#
# system.prop for msm8937_32
#
#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
# Start in cdma mode
ro.telephony.default_network=9,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.hw=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
#ro.hdmi.enable=true
#tunnel.decode=true
#tunnel.audiovideo.decode=true
#lpa.decode=false
#lpa.use-stagefright=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.msm8956hw=0
mm.enable.smoothstreaming=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#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=1048575
#mm.enable.qcom_parser=1047551
#enalbe divx divxHD
mm.enable.qcom_parser=4193279
# system prop for UBWC
video.disable.ubwc=1
# system property to accelerate Progressive Download using STA
persist.mm.sta.enable=0
#Audio voice concurrency related flags
voice.playback.conc.disabled=true
voice.record.conc.disabled=false
voice.voip.conc.disabled=true
#Decides the audio fallback path during voice call, deep-buffer and fast are the two allowed fallback paths now.
voice.conc.fallbackpath=deep-buffer
#parser input buffer size(256kb) in byte stream mode
audio.parser.ip.buffer.size=262144
#
# system props for the camera
#
# preferred IS type for 8937 is IS_TYPE_DIS i.e, 1
# IS_TYPE_NONE=0, IS_TYPE_DIS=1, IS_TYPE_GA_DIS=2, IS_TYPE_EIS_1_0=3, IS_TYPE_EIS_2_0=4 IS_TYPE_MAX=5
#
persist.camera.is_type=1
persist.camera.gyro.android=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 prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
# 196608 is decimal for 0x30000 to report major/minor versions as 3/0
# 196609 is decimal for 0x30001 to report major/minor versions as 3/1
#ro.opengles.version=196609
# System property for cabl
ro.qualcomm.cabl=0
#
# 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
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
#Set for msm8937
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=64
#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 PCM offload by default
audio.offload.pcm.16bit.enable=true
audio.offload.pcm.24bit.enable=true
#Enable audio track offload by default
audio.offload.track.enable=true
#Enable music through deep buffer
audio.deep_buffer.media=true
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=false
#enable downsampling for multi-channel content > 48Khz
audio.playback.mch.downsample=true
#
#System property for FM transmitter
#
ro.fm.transmitter=false
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
#multi offload
audio.offload.multiple.enabled=false
#enable software decoders for ALAC and APE.
use.qti.sw.alac.decoder=true
use.qti.sw.ape.decoder=true
#enable pbe effects
audio.safx.pbe.enabled=true
#property for AudioSphere Post processing
audio.pp.asphere.enabled=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.at_library=libqti-at.so
ro.vendor.gt_library=libqti-gt.so
#property for game detection feature
debug.enable.gamed=0
#property to enable narrow search range for video encoding
vidc.enc.narrow.searchrange=1
#property to enable fingerprint
persist.qfp=false
#property to enable DS2 dap
audio.dolby.ds2.enabled=true
dmid=1125064752
audio.ds1.metainfo.key=273
audio.dolby.ds2.hardbypass=true
#min/max cpu in core control
ro.core_ctl_min_cpu=2
ro.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=2048
# BEGIN Lenovo lubm1 2016-08-31 KARATEROW-5153 SIM contacts disappear since IdeaFriend is killed by LMK
#Enable B service adj transition by default
#ro.sys.fw.bservice_enable=true
#ro.sys.fw.bservice_limit=5
#ro.sys.fw.bservice_age=5000
# END KARATEROW-5153
#Trim properties
ro.sys.fw.use_trim_settings=true
ro.sys.fw.empty_app_percent=50
ro.sys.fw.trim_empty_percent=100
ro.sys.fw.trim_cache_percent=100
ro.sys.fw.trim_enable_memory=2147483648
# Enable Delay Service Restart
ro.am.reschedule_service=true
#Optimal dex2oat threads for faster app installation
ro.sys.fw.dex2oat_thread_count=4
# Create zram disk
ro.config.zram=true
# Create Swap disk, if below sys-prop enabled & also if device has lower (< 1 GB) RAM
ro.config.swap=true
# set cutoff voltage to 3200mV
ro.cutoff_voltage_mv=3200
#set device emmc size
ro.emmc_size=16GB
#force HAL1 for below packages
camera.hal1.packagelist=com.skype.raider,com.google.android.talk
#properties for limiting preview size in camera
camera.display.umax=1920x1080
camera.display.lmax=1280x720
#
# from device/lenovo/lenovo8937_32/system.prop
#
#Lenovo system.prop
#
# from device/lenovo/karate/system.prop
#
#Lenovo product system.prop
ro.lenovo.series=Lenovo VIBE K6
#Enable always send PLMN in rsp of QMI_NAS_GET_PLMN_NAME
persist.radio.always_send_plmn=1
#jinmy1: enable plmn search with rat
#jinmy1: set yo null for moto ui
persist.radio.rat_on=
# Enable silent PIN1
persist.radio.sap_silent_pin=1
# Enable MBN OTA
persist.radio.start_ota_daemon=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
persist.sys.lenovo.shutdown=TRUE
persist.sys.lenovo.log.limit=4000
persist.sys.lenovo.log.disk=/storage/emulated/0
persist.sys.lenovo.log.system=TRUE
persist.sys.lenovo.log.kernel=TRUE
persist.sys.lenovo.log.other=TRUE
persist.sys.lenovo.log.bt=TRUE
persist.sys.lenovo.log=FALSE
persist.sys.dloadmode.config=0
persist.sys.lenovo.Acrash.cnt=0
persist.sys.lenovo.Kcrash.cnt=0
persist.sys.lenovo.crash.path=/data/local/log/lastlog
persist.sys.lenovo.crash.out=/data/media/0/log_out
ro.config.notification_sound=Curiosity.ogg
ro.config.alarm_alert=Twirling_In_Time.ogg
ro.config.ringtone=Fantastic_Clang.ogg
ro.config.ringtone_2=Fantastic_Clang.ogg
ro.config.sms_notifi_sound=Epic_Sines.ogg
ro.config.sms_notifi_sound_2=Epic_Sines.ogg
persist.nfc.smartcard.config=SIM1,SIM2,eSE1
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapsize=384m
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heaptargetutilization=0.75
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.carrier=unknown
ro.securezone.version=2
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
persist.radio.custom_ecc=1
persist.radio.sib16_support=1
ro.frp.pst=/dev/block/bootdevice/by-name/config
af.fast_track_multiplier=1
audio_hal.period_size=192
ro.lenovo.device=phone
ro.lenovo.platform=qualcomm
ro.lenovo.audioparaver=Karate_Audio_Parameter_20160913
ro.lenovo.region=row
ro.lenovo.operator=open
ro.lenovo.bqb=pass
ro.lenovo.wificert=pass
ro.lenovo.wificertclass=station,ap
ro.lenovo.sim=single
ro.lenovo.vibeuistyle=true
ro.lenovo.adb=apkctl
ro.lenovo.signalbars=four
ro.lenovo.videocall=true
persist.sys.backgrounddata=false
persist.sys.lenovo.ltetype=VOLTE
ro.lenovo.lcdsize=5.0
ro.lenovo.cpuinfo=MSM8937,8,1.4
persist.sys.timezone=Europe/London
ro.product.locale.language=en
ro.product.locale.region=US
persist.sys.vrstate=true
ro.lenovo.branch=qcom8937_M_row
ro.product.hw.version=H-1-01
ro.sf.lcd_density=480
ro.lenovo.soundeffect=dolby
fmradio.driver.enable=1
drm.service.enabled=true
ro.com.widevine.cachesize=16777216
persist.radio.multisim.config=single
persist.radio.sap_silent_pin=1
persist.radio.primarycard=true
persist.sys.panicbutton=true
ro.product.ota.model=LenovoK33a48_ROW
ro.lenovo.easyimage.enable=yes
ro.lenovo.ota.extsd=/sdcard
ro.product.sw.internal.version=K33_USR_S140_1609231159_Q00380_ROW
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=6.0_r7
ro.com.google.clientidbase=android-lenovo
ro.com.google.clientidbase.ms=android-lenovo
ro.com.google.clientidbase.am=android-lenovo
ro.com.google.clientidbase.gmm=android-lenovo
ro.com.google.clientidbase.yt=android-lenovo
sys.lenovo.romui.version.sdk=3
persist.sys.dalvik.vm.lib.2=libart
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.lenovo.vibeui.apps=f295a8a
ro.lenovo.vibeui.tools=34e5d95
ro.lenovo.vibeui.resources=c0f0a3c
ro.lenovo.lvp.version=V3.5.1.0_1609141358_Af295a8a_Rc0f0a3c_C_T34e5d95
ro.lenovo.stage=3t
ro.lenovo.lvp.privacy=false
ro.lenovo.clearkeyguardtheme=0
persist.sys.lenovo.feedback=false
ro.mdtp.package_name2=com.qualcomm.qti.securemsm.mdtp.MdtpDemo
ro.expect.recovery_id=0x71bba76c5260c07085306d094bdd844da0ae9b9a000000000000000000000000