Ticwatch E&S build.prop tweaks - Other SmartWatches

Well, let's get this going. First off we'll start with some current info from my Ticwatch E Shadow (black)
build.prop
Code:
#
# PRODUCT_OEM_PROPERTIES
#
import /oem/oem.prop ro.boot.hardware.sku
import /oem/oem.prop ro.product.model
import /oem/oem.prop ro.oem.*
import /oem/oem.prop oem.*
# begin build properties
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=NWD1.171211.002
ro.build.display.id=NWD1.171211.002
ro.build.version.incremental=4497771
ro.build.version.sdk=25
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=7.1.1
ro.build.version.security_patch=2017-10-05
ro.build.version.base_os=
ro.build.date=Tue Dec 12 02:54:30 UTC 2017
ro.build.date.utc=1513047270
ro.build.type=user
ro.build.user=android-build
ro.build.host=wphr10.hot.corp.google.com
ro.build.tags=release-keys
ro.build.flavor=mooneye-user
ro.product.brand=mobvoi
ro.product.name=mooneye
ro.product.device=mooneye
ro.product.board=mooneye
# 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=Mobvoi
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=mt2601
# ro.build.product is obsolete; use ro.product.device
ro.build.product=mooneye
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=mooneye-user 7.1.1 NWD1.171211.002 4497771 release-keys
ro.build.fingerprint=mobvoi/mooneye/mooneye:7.1.1/NWD1.171211.002/4497771:user/release-keys
ro.build.characteristics=nosdcard,watch
# end build properties
#
# from device/mobvoi/mooneye/system.prop
#
#
# system.prop for generic sdk
#
wifi.interface=wlan0
ro.mediatek.wlan.wsc=1
ro.mediatek.wlan.p2p=1
mediatek.wlan.ctia=0
wifi.tethering.interface=ap0
wifi.direct.interface=p2p0
debug.hwui.render_dirty_regions=false
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.sf.lcd_density=280
ro.opengles.version=131072
ro.ambient.plugged_timeout_min=10
ro.stem_primary.location.x=0
ro.stem_primary.location.y=200
ro.hardware.sensors=cywee
ro.mediatek.chip_ver=S01
ro.mediatek.version.release=MandWear.W15.26.p0
ro.mediatek.platform=MT2601
ro.mediatek.version.sdk=1
dalvik.vm.dex2oat-threads=2
ro.logd.kernel=true
ro.mediatek.bt.codec=0x02001003
ro.mediatek.bt.sleep=0x00100010
ro.config.ringtone=Atria.ogg
ro.config.notification_sound=Tethys.ogg
ril.specific.sm_cause=0
bgw.current3gband=0
ro.btstack=blueangel
ro.sf.hwrotation=0
ro.mediatek.gemini_support=true
persist.radio.fd.counter=15
persist.radio.fd.off.counter=5
persist.radio.fd.r8.counter=15
persist.radio.fd.off.r8.counter=5
persist.mtk.wcn.combo.chipid=-1
persist.mtk.combo.coredump=no
drm.service.enabled=true
fmradio.driver.enable=0
dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt
mediatek.wlan.chip=MT6630
mediatek.wlan.module.postfix=_mt6630
ril.radiooff.poweroffMD=0
ro.mediatek.version.branch=MandWear.wear4
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
ro.carrier=unknown
ro.config.low_ram=true
ro.config.max_starting_bg=8
ro.bluetooth.hfp.ver=1.6
ro.config.alarm_alert=Oxygen.ogg
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.variant=cortex-a7
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.build.expect.bootloader=mooneye0.5.30.0.0.5
ro.expect.recovery_id=0x24de3adad7693019978f45406b5fd12d6809a039000000000000000000000000
You'll notice some imported lines from /oem/oem.prop for which I currently have
oem.prop
Code:
ro.oem.tw.color=black
ro.oem.tw.theme=Indigo
ro.oem.tw.region=global
ro.boot.hardware.sku=lotus
ro.product.model=Ticwatch E
That aside, the first one I found was a way to change the background overlay color from blue to green or vice versa. Mine was blue (Indigo). This was part of the oem.prop file imported so I had to place it at the begining of the file. The overlay theme files are in /vendor so it may be possible to add more.
Code:
ro.oem.tw.theme=Indigo or ro.oem.tw.theme=Green
Happy hunting!

Related

Need Build.prop for Nexus S 4G

I'm too lazy and my internet speeds are too slow to download any roms for it so anyone able to upload a build.prop from the /system of the Nexus S 4G? I'm working on making the one click unroot script more idiot proof (a few safety nets being added to it just incase) and I need to know a few lines in the build.prop to use.
in case you haven't gotten your hands on it yet, here's the build.prop text from cm nightly 174:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GWK74
ro.build.display.id=GWK74
ro.build.version.incremental=185293
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.date=Wed Nov 16 15:50:53 UTC 2011
ro.build.date.utc=0
ro.build.type=user
ro.build.user=buildbot
ro.build.host=cm-build1.public.ca.khresear.ch
ro.build.tags=test-keys
ro.product.model=Nexus S 4G
ro.product.brand=google
ro.product.name=sojus
ro.product.device=crespo4g
ro.product.board=herring
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=crespo4g
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=sojus-user 2.3.7 GWK74 185293 release-keys
ro.build.fingerprint=google/sojus/crespo4g:2.3.7/GWK74/185293:user/release-keys
# end build properties
#
# system.prop for smdkc110
#
rild.libpath=/vendor/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
ril.ecclist=911,#911,*911
# Define whether device has hspa
ro.crespoparts.rild.hspa=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
ro.telephony.default_network=4
ro.wimax.interface=uwbr0
ro.opengles.version=131072
wifi.interface=eth0
wifi.supplicant_scan_interval=15
dalvik.vm.heapsize=48m
keyguard.no_require_sim=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.rommanager.developerid=cyanogenmodnightly
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.config.ringtone=Playa.ogg
ro.config.notification_sound=regulus.ogg
ro.config.alarm_alert=Alarm_Beep_03.ogg
ro.modversion=CyanogenMod-7-11162011-NIGHTLY-NS4G
ro.setupwizard.mode=OPTIONAL
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Thanks, got everything I needed.

build props

if someone would be kind enough could i get a posting of the following from your system/build prop:
ro.product.model=
ro.product.brand=
ro.build.description=
ro.build.fingerprint=
looking to mask my kindle fire and would like the current values....thanks!
heres my whole build.prop, grab what you need..
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JOP40D
ro.build.display.id=JOP40D
ro.build.version.incremental=eng.rascarlo.20121230.205403
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.1
ro.build.date=666
ro.build.date.utc=1356897299
ro.build.type=user
ro.build.user=rascarlo
ro.build.host=nyabinghi
ro.build.tags=test-keys
ro.product.model=Nexus 7
ro.product.brand=google
ro.product.name=nakasi
ro.product.device=grouper
ro.product.board=grouper
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra3
# ro.build.product is obsolete; use ro.product.device
ro.build.product=grouper
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=nakasi-user 4.2.1 JOP40D 533553 release-keys
ro.build.fingerprint=google/nakasi/grouper:4.2.1/JOP40D/533553:user/release-keys
ro.build.characteristics=tablet,nosdcard
# end build properties
ro.opengles.version = 131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite = 1
ro.audio.monitorOrientation=true
#NFC
debug.nfc.fw_download=false
debug.nfc.se=false
# set default lcd density to TVDPI
ro.sf.lcd_density=213
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.carrier=wifi-only
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
tf.enable=y
drm.service.enabled=true
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=384m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=DreamTheme.ogg
ro.config.notification_sound=Shaula.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.error.receiver.system.apps=com.google.android.feedback
ro.com.google.locationfeatures=1
ro.setupwizard.mode=OPTIONAL
ro.setupwizard.enterprise_mode=1
ro.goo.developerid=Euroskank
ro.goo.rom=rasbeanjelly
ro.goo.version=1356897243
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
#xLoud Engine Service
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
htc.audio.alc.enable=1
htc.audio.swalt.enable=1
htc.audio.swalt.mingain=14512
persist.service.xloud.enable=1
persist.service.enhance.enable=1
ro.semc.clearaudio.supported=true
persist.service.clearaudio.enable=1
ro.sony.walkman.logger=1
ro.somc.clearphase.supported=true
persist.service.clearphase.enable=1
Much appreciated Mr Simms, thank you!

Where is my boot.img? please check this post 1 time pelase

please please please it is humble request, i beg u guys please tell me where can i find boot.img please
i just want to change simple splash image for that i need boot.img
please guys help me i am working on this from last 2 days and right now i am crying please help me
i have some china table check this detail about tablet
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IMM76D
ro.build.display.id=a760_2g_ep_V1.1.10_20130320_m782_c779cd5_logo
ro.build.version.incremental=20130320
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=2013年 03月 20日 星期三 14:33:59 CST
ro.build.date.utc=1363761239
ro.build.type=eng
ro.build.user=lyl
ro.build.host=lyl-brn
ro.build.tags=test-keys
ro.product.model=A760
ro.product.brand=softwinners
ro.product.name=crane_a760
ro.product.device=crane-a760
ro.product.board=crane
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=unknown
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=exDroid
# ro.build.product is obsolete; use ro.product.device
ro.build.product=crane-a760
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=A760_V1.1.10_20130320_m782_c779cd5
ro.build.fingerprint=softwinners/crane_a760/crane-a760:4.0.4/IMM76D/20130320:eng/test-keys
ro.build.characteristics=tablet
# end build properties
# broncho tag,please don't modify
ro.broncho.id=A760_V1.1.10_20130320_m782_c779cd5
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.kernel.android.checkjni=0
persist.sys.timezone=Asia/Shanghai
persist.sys.language=zh
persist.sys.country=CN
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
debug.egl.hw=1
ro.display.switch=1
ro.opengles.version=131072
persist.sys.strictmode.visual=0
persist.sys.strictmode.disable=1
hwui.render_dirty_regions=false
persist.sampling_profiler=1
persist.sys.usb.config=mass_storage,adb
ro.property.tabletUI=true
ro.udisk.lable=crane-a760
ro.product.firmware=1.5rc1
ro.broncho.MemorySize=0
ro.broncho.MOT=y
ro.broncho.GPS=n
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt

Problems on Microphone Nougat, Echo and Cutting (g531h)

I use a g531h with android 7.1.1. I've been using android nougat for a long time and I never knew how to solve the microphone problem ... It cuts the audio every time I say it low or it's silent, and it's also echoing in voice communication applications such as discord ! My friend told me that there is a way to fix, but I never found it. Can someone help me?
Im using RR 5.8.0 7.1.1 (all nougat versions has this problems i guess :crying:
PLEASE, CHECK MY BUILD.PROP
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=NMF26V
ro.build.display.id=lineage_grandprimeve3g-userdebug 7.1.1 NMF26V a4332c3cd0 test-keys
ro.build.version.incremental=a4332c3cd0
ro.build.version.sdk=25
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=7.1.1
ro.build.version.security_patch=2017-01-05
ro.build.version.base_os=
ro.build.date=vie ene 27 01:04:01 CLST 2017
ro.build.date.utc=1485489841
ro.build.type=userdebug
ro.build.user=buenajuan300
ro.build.host=buenajuan300-MS-7693
ro.build.tags=test-keys
ro.build.flavor=lineage_grandprimeve3g-userdebug
ro.product.brand=samsung
ro.product.name=lineage_grandprimeve3g
ro.product.board=SC7730SE
# 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=samsung
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=sc8830
# ro.build.product is obsolete; use ro.product.device
ro.build.product=grandprimeve3g
ro.product.model=SM-G531H
ro.product.device=grandprimeve3g
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=lineage_grandprimeve3g-userdebug 7.1.1 NMF26V a4332c3cd0 test-keys
ro.build.fingerprint=samsung/lineage_grandprimeve3g/grandprimeve3g:7.1.1/NMF26V/a4332c3cd0:userdebug/test-keys
ro.build.characteristics=phone
ro.rr.device=grandprimeve3g
# end build properties
#
# from device/samsung/scx30g_v2-common/system.prop
#
ro.sf.lcd_density=240
ro.sf.lcd_width=154
ro.sf.lcd_height=90
ro.opengles.version=131072
ro.product.hardware=TSHARK2TABE_V1.0.0
debug.hwui.render_dirty_regions=false
persist.sys.engpc.disable=0
ro.config.ksm.support=true
# System property for storage_preload
persist.sys.storage_preload=1
# RIL
persist.modem.w.enable=1
persist.modem.w.nvp=w
ro.modem.w.dev=/proc/cpw/
ro.modem.w.tty=/dev/stty_w
ro.modem.w.eth=rmnet
ro.modem.w.snd=1
ro.modem.w.diag=/dev/slog_w
ro.modem.w.loop=/dev/spipe_w0
ro.modem.w.nv=/dev/spipe_w1
ro.modem.w.assert=/dev/spipe_w2
ro.modem.w.vbc=/dev/spipe_w6
ro.modem.w.id=0
ro.modem.w.fixnv_size=0x40000
ro.modem.w.runnv_size=0x60000
ro.modem.wcn.enable=1
ro.modem.wcn.dev=/dev/cpwcn
ro.modem.wcn.tty=/deiv/stty_wcn
ro.modem.wcn.diag=/dev/slog_wcn
ro.modem.wcn.assert=/dev/spipe_wcn2
ro.modem.wcn.id=1
ro.modem.wcn.count=1
ro.msms.phone_count=2
persist.msms.phone_count=2
persist.msms.phone_default=0
persist.msmslt=0
ro.modem.w.count=2
persist.sys.modem.diag=,gser
sys.usb.gser.count=4
ro.ril.hsxpa=1
ro.ril.gprsclass=10
persist.radio.multisim.config=dsds
ro.telephony.ril_class=SC7730SERIL
ro.ril.telephony.mqanelements=6
persist.sys.sprd.modemreset=1
persist.sys.sprd.wcnreset=1
ro.telephony.ril.config=setPrefNwTypeOnUnsolConnected
# Multitasking
ro.config.swappiness=130
ro.config.zram.compressor=lz4
ro.config.zram.disksize=512M
# Multi-user UI
fw.max_users=3
fw.show_multiuserui=1
# Media
media.stagefright.legacyencoder=true
media.stagefright.less-secure=true
# EGL blobs crash on screen off
ro.egl.destroy_after_detach=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.google.clientidbase=android-google
keyguard.no_require_sim=true
ro.build.selinux=1
ro.opa.eligible_device=true
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Hassium.ogg
persist.sys.dun.override=0
ro.cm.build.version.plat.sdk=7
ro.cm.build.version.plat.rev=0
media.sf.omx-plugin=libffmpeg_omx.so
media.sf.extractor-plugin=libffmpeg_extractor.so
ro.storage_manager.enabled=true
persist.sys.root_access=1
ro.rr.version=RR-N-v5.8.0-20170127-grandprimeve3g-Unofficial
ro.modversion=RR-N-v5.8.0-20170127-grandprimeve3g-Unofficial
rr.build.type=Unofficial
Default
rr.ota.version=20170127
ro.romstats.url=http://resurrectionremix.sourceforge.net/
ro.romstats.name=ResurrectionRemix
ro.romstats.version=5.8.0
ro.romstats.tframe=7
ro.rr.display.version=RR-N-v5.8.0-20170127-grandprimeve3g-Unofficial
ro.config.ringtone=Resurrection.mp3
ro.carrier=unknown
ro.com.android.dataroaming=false
ro.sys.fw.dex2oat_thread_count=4
dalvik.vm.dex2oat-flags=--no-watch-dog
camera.disable_zsl_mode=1
ro.product.locale.language=en
ro.product.locale.region=GB
ro.com.google.locationfeatures=1
ro.com.google.networklocation=1
dalvik.vm.heapstartsize=12m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=4m
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
cm.updater.uri=ftp://138.122.227.241/cm/UNOFFICIAL
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.variant=cortex-a7
dalvik.vm.isa.arm.features=default
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=0x88a0b53fa91736cd9f75a60d075dfba81180a12f000000000000000000000000
Click to expand...
Click to collapse

Mitsubishi Space Star / Mirage - Smart Link Navigation (Android Auto)

Recent Version R10.11:
https://mitsubishi.navshop.com/downloads/
https://mitsubishi.navshop.com/downloads/help?id=download
http://download.tomtom.com/cs/digen/softwares/ttc/R10_11_EU_UPDATE.zip
http://www.mitsu-talk.de/index.php?page=Thread&postID=1067748#post1067748
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KVT49L
ro.build.display.id=KVT49L release-keys
ro.build.version.incremental=18202
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.version.software=R10.11-EU
ro.sys.avn.bt.prefix=MGN
ro.build.version.application=AP.18.05.21.00
ro.build.version.hardware=Ver3.0
ro.build.version.code=219.2
ro.build.date=Mon May 21 13:35:05 KST 2018
ro.build.date.utc=1526877305
ro.build.type=user
ro.build.user=diode
ro.build.host=cherry
ro.build.tags=release-keys
ro.product.model=MGN
ro.product.brand=MITSUBISHI
ro.product.brand.suffix=MOTORS
ro.product.name=full_mgn_avn_de
ro.product.device=mgn_avn_de
ro.product.board=mgn
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HYUNDAI MOBIS
ro.product.locale.language=de
ro.product.locale.region=DE
ro.wifi.channels=
ro.board.platform=tcc893x
# ro.build.product is obsolete; use ro.product.device
ro.build.product=mgn_avn_de
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=full_mgn_avn_de-user 4.4.2 KVT49L eng.diode.20180521.133405 release-keys
ro.build.fingerprint=MITSUBISHI/full_mgn_avn_de/mgn_avn_de:4.4.2/KVT49L/eng.diode.20180521.133405:user/release-keys
ro.build.characteristics=tablet,sdcard
# end build properties
#
# ADDITIONAL_BUILD_PROPERTIES
#
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.carrier=wifi-only
ro.QB.enable=1
ro.system.hdmi_max_resolution=fullhd
persist.sys.hdmi_resize_x=0
persist.sys.hdmi_resize_y=0
persist.sys.renderer_onthefly=true
ro.system.hdmi_active=false
persist.sys.output_mode=0
persist.demo.hdmirotationlock=true
ro.system.composite_active=false
persist.sys.composite_resize_x=3
persist.sys.composite_resize_y=3
ro.system.component_active=false
tcc.output.component_mode=0
ro.system.cvbs_active=false
persist.sys.cvbs_power_mode=0
persist.sys.cvbs_mode=0
ro.system.hdmi_portable=true
ro.system.osd_active=true
ro.system.audio_active=false
lersist.sys.spdif_setting=0
qemu.hw.mainkeys=1
persist.sys.strictmode.disable=true
persist.sys.strictmode.visual=false
tcc.video.vsync.support=0
tcc.video.vsync.threshold=0
tcc.video.surface.support=1
tcc.video.deinterlace.support=1
tcc.internal.storage.fat.number=11
ro.opengles.version=131072
ro.sf.lcd_density=160
persist.ium.unsupported=t
persist.sys.avn.customstatusbar=1
persist.sys.avn.prescan=1
persist.sys.avn.bootlogodelay=0
sys.avn.watermark.enable=0
persist.sys.avn.micomlog=0
persist.sys.avn.micomaction=0
persist.sys.avn.discapilevel=2
persist.sys.avn.disc2log=1
persist.sys.avn.supportmulti=1
persist.sys.avn.gpslog=disable
persist.sys.avn.gpm.enable=1
persist.sys.avn.carplay.ats=0
persist.sys.avn.rvc_test=0
sys.avn.rvc.handover=0
persist.sys.avn.virtuallocale=de
ro.sys.avn.rhd=0
tcc.default.timezone=Europe/Berlin
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
tcc.wifi.p2p.persistent=1
tcc.wifi.p2p.go_intent=0
tcc.container.support.asf=1
tcc.video.support.vc1=0
tcc.video.support.wmv7=0
tcc.video.support.wmv8=0
tcc.audio.support.ac3=0
tcc.audio.support.ddp=0
tcc.audio.support.dts=0
tcc.audio.support.wma=1
tcc.audio.support.dra=0
tcc.audio.support.ra=0
tcc.audio.support.aac=0
tcc.audio.support.bsac=0
tcc.audio.support.mp3=1
tcc.audio.support.mp2=1
tcc.audio.support.mp1=1
tcc.audio.support.vorbis=1
tcc.audio.support.flac=1
tcc.audio.support.ape=1
tcc.audio.support.wav=1
tcc.audio.support.amr=1
tcc.audio.support.amrwbp=1
tcc.audio.support.evrc=0
tcc.audio.support.qcelp=0
tcc.all.hdmi.720p.fixed=0
tcc.all.video.call.enable=0
tcc.all.camera.no.display=0
tcc.video.lplayback.mode=0
tcc.all.web.full.video=0
tcc.show.video.fps=0
tcc.hwc.dynamic.disable=0
tcc.hwc.lcd.disable=0
tcc.hwc.no.use.external=0
tcc.hwc.fb.update.async=1
tcc.hwc.use.fence.sync=1
tcc.all.output.support.camera=0
tcc.media.rtsp.cusset=1
tcc.media.rtsp.starttime=10
tcc.media.rtsp.autimeout=10
tcc.media.rtsp.eos=1
tcc.media.rtsp.seekend=3
tcc.extenddisplay.detected=0
tcc.wfd.display.level=0
ro.QB.builtin.windowManager=2
ro.QB.builtin.widget=1
tcc.QB.profile.dlog=0
tcc.QB.profile.dtime=10
persist.sys.QB.home.timeout=stop
tcc.http.disconn.at.full=0
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Cesium.ogg
persist.sys.dalvik.vm.lib=libdvm.so
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
https://pastebin.com/MCmtyJcC
Root possible? Any Tweeks/Hacks? Possible to install any .apk?
I have the same unit
is there any news ?
bump

Categories

Resources