Huawei HarmonyOS info

DevEco Studio
Huawei DevEco Studio is a one-stop, distributed platform that enables you to develop versatile all-device, all-scenario applications, offering distributed multi-device development, debugging, and simulation, as well as comprehensive quality and security safeguards.
- Current version: 2.0beta3.
- Operating systems: Windows 10 and macOS.
- Requirements: 4GB+ RAM, 3GB+ disk space (the requirements on the official website are way off, you don’t need 100GB of disk space, lol).
- Language support: Chinese and English. Well, actually, you’re not supposed to download it for now if you don’t live in China. Unless you have special skills. And I do.
- Devices: phone (JavaScript and Java), tablet (JavaScript and Java), car (C++ and Java), TV (JavaScript and Java), wearable (JavaScript and Java), lite wearable and smart vision.
Downloads
- Windows - df89b8e04a0c535351eb9b78b3f86e61d4317b6c93b5d6fbbe72e55c5e5d9b1e
- macOS - 464625f6f2fa001393342ac32ed915cc2ca124035faf35034db24375b318894a
– you should compare the SHA-256 checksums of the files you download with the versions on the Huawei website, just to be sure they were not altered in any way. trust but verify –
Installation
Note
Applications
directory and you’re good to go.
- grs.dbankcloud.com - can be blocked without any issues
- grs.dbankcloud.cn - can be blocked without any issues
- grs.dbankcloud.asia - can be blocked without any issues
- metrics2.data.hicloud.com - Huawei analytics, block it
- developer.harmonyos.com - looks safe
- devecostudio-drcn.op.hicloud.com - looks safe
- update-drcn.platform.hicloud.com - looks safe, it’s an update endpoint
Once you select to install the SDK, the IDE connects to another host to download the components from:
- update.dbankcdn.com
The files it downloads are:
- https://update.dbankcdn.com/TDS/data/files/p16/s165/G6781/g6780/v503128/f1/java-darwin-2.1.0.5-Beta1.zip
- https://update.dbankcdn.com/TDS/data/files/p16/s165/G6781/g6780/v503128/f1/toolchains-darwin-2.1.0.5-Beta1.zip
- https://update.dbankcdn.com/TDS/data/files/p16/s165/G6781/g6780/v503128/f1/previewer-darwin-2.1.0.5-Beta1.zip
Starting a new project will download more files from mirrors.huaweicloud.com, npmjs.com, gradle.org and developer.huawei.com.
If you want to deploy your application and you don’t have a hardware device, the IDE will need to download the HVD Manager and you will be able to remotely deploy your app to virtual devices.
HarmonyOS
HarmonyOS is a family of operating systems developed by Huawei. It is designed for smart devices such as smart TVs and it has been used as a mobile operating system. It is expected to become an open-source, free, and microkernel-based distributed operating system.
Unveiled on 9 August 2019, the platform is designed primarily for Internet of Things (IoT) devices. Version 2.0 of HarmonyOS was then announced in September 2020 with support for smartphones, head units, watches and smart TVs.
After you let DevEco Studio to install the SDK you will have access to a number of remote emulator images to test your apps. You will need to create a Huawei account (or use an already existing one) but after that you can go to Tools -> HVD Manager and select a device to play with.
Emulator
Undocumented Note, not sure if it’s intended:
Once you select a device and press Play, you can connect to it using the Huawei hdc
utility (similar to Android adb
and Samsung sdb
).
$ ~/Library/Huawei/Sdk/toolchains/hdc help
Usage: hdc [options] <command> [arguments]
Options:
-t UTID Specify the target device with UTID(unique target id)
-s SOCKSPEC Specify the socket to bind for server
-h Display this usage info
-v Display the version info
Commands:
list targets [-v] List the connected targets, use -v option to get
more details
help Display this usage info
version Display the version info
tmode <usb|port PORT> Set the daemon working mode to usb or tcp port
tconn HOST[:PORT] [-remove] Connect to the target which is working under tcp port mode.
Remove the connection if the -remove option is specified.
fport list [-b] List the relayed connections, use -b option for backward mode.
fport LOCAL REMOTE [-b] Relay socket LOCAL to REMOTE
socket can be specified as the list below:
tcp:PORT use tcp port
jdwp:<process pid> (for REMOTE only)
fport rm [LOCAL] [-b] Remove the given LOCAL socket connection,
remove all if no LOCAL argument
file send LOCAL... REMOTE
Copy LOCAL files to target under REMOTE directory
file recv REMOTE... LOCAL
Copy REMOTE files to LOCAL directory
file sync [all|data|...|system|vendor]
Sync files from local location to the target.
shell [-nTtx] [COMMAND...]
Start a shell and run COMMAND under the target
-n: do not read from stdin
-T: disable pseudo-terminal utiity(PTY) allocation
-t: force PTY allocation
-x: disable remote exit codes and stdout/stderr separation
app install [-rdg] PACKAGE
Install the given application PACKAGE to the target
-r: Replace existing application
-d: Allow version downgrade (debug compatible only)
-g: Grant all the permissions
app install-multiple [-rdg] PACKAGE1 [...PACKAGEn]
app install-multiple --hap HAP-PATH (for HAPs only)
Install multiple HAPs(/APKs) of one PACKAGE to the target.
the following options are for APKs only:
-r: Replace existing application
-d: Allow version downgrade (debug compatible only)
-g: Grant all the permissions
the option --hap is for HAPs only:
--hap: Indicate the .hap files to be installed are located under HAP-PATH dir.
app uninstall [-k] PACKAGE
Uninstall the PACKAGE app from the target
-k: Do not remove user data
listpid Display debuggable application processes list
hilog Tail the logs from the target
target mount
Mount the partitions in read-write mode
target boot
Boot the target; to see the targets list, try list targets command
smode [off] Grant the daemon root permissions, to revoke with the off argument
kill Kill the buddy process
reset Reset the connections to target
You can use hdc
to receive files from the device or send them to the device, drop to the shell, etc.
Perform a command:
$ ~/Library/Huawei/Sdk/toolchains/hdc shell ls -la /
total 236
drwxr-xr-x 26 root root 4096 1970-01-01 08:00 .
drwxr-xr-x 26 root root 4096 1970-01-01 08:00 ..
dr-xr-xr-x 51 root root 0 1970-01-01 08:00 acct
drwxr-xr-x 16 root root 320 1970-01-01 08:00 apex
lrw-r--r-- 1 root root 11 2018-08-08 00:01 bin -> /system/bin
lrw-r--r-- 1 root root 50 2020-11-02 08:41 bugreports -> /data/user_de/0/com.android.shell/files/bugreports
...
Retrieve a file from the remote device:
$ ~/Library/Huawei/Sdk/toolchains/hdc file recv /etc/hosts ~/
/etc/hosts: 1 file pulled. 0.0 MB/s (808 bytes in 0.795s)
Send a file to the remote device:
$ ~/Library/Huawei/Sdk/toolchains/hdc file send ~/hosts /sdcard/
~/hosts: 1 file pushed. 0.0 MB/s (808 bytes in 0.819s)
Strange thing, trying to mount the partitions in read-write mode exposes the fact that hdc
is adb
rebranded?
$ ~/Library/Huawei/Sdk/toolchains/hdc target mount
Not running as root. Try "adb root" first.
remount failed
Get screenshots from the device:
$ ~/Library/Huawei/Sdk/toolchains/hdc shell screencap -p /sdcard/screenshot.png
Record the screen of the device:
$ ~/Library/Huawei/Sdk/toolchains/hdc shell screenrecord /sdcard/screenrecord.mp4
Open the device browser with the specified website (not on Car device):
$ ~/Library/Huawei/Sdk/toolchains/hdc shell am start -a android.intent.action.VIEW -d https://sizeof.cat
Data
Some data I pulled from the Car virtual device, click on the name to expand the list:
$ cat /proc/partitions
major minor #blocks name
1 0 8192 ram0
1 1 8192 ram1
1 2 8192 ram2
1 3 8192 ram3
1 4 8192 ram4
1 5 8192 ram5
1 6 8192 ram6
1 7 8192 ram7
1 8 8192 ram8
1 9 8192 ram9
1 10 8192 ram10
1 11 8192 ram11
1 12 8192 ram12
1 13 8192 ram13
1 14 8192 ram14
1 15 8192 ram15
7 0 102092 loop0
7 1 884 loop1
7 2 264 loop2
7 3 5180 loop3
7 4 5856 loop4
7 5 22764 loop5
7 6 1812 loop6
254 0 4511744 vda
254 1 4509696 vda1
254 16 67584 vdb
254 32 8388608 vdc
254 48 2309120 vdd
254 49 2307072 vdd1
254 64 4194304 vde
252 0 512 frp
$ cat /proc/cmdline
qemu=1 vdevice=1 androidboot.overlay=disable androidboot.hardware=ranchu
androidboot.mode=normal console=ttyAMA0,38400 android.qemud=1
androidboot.selinux=permissive androidboot.odm.conn.chiptype=vdevice
qemu.gles=1 qemu.opengles.version=196609 cma=256M@0-4G ndns=4 skip_initramfs
rootwait ro init=/init root=/dev/vda1 qemu.dalvik.vm.heapsize=512m
androidboot.product.hardware.sku=TAS-AL00 vendorcountry=all/cn ppi=180
$ cat /proc/version
Linux version 4.4.124 (vdevice@ubuntu) (gcc version 4.9.x 20150123 (prerelease) (GCC) ) #4 SMP PREEMPT Fri Oct 16 20:32:16 CST 2020
$ cat /proc/cpuinfo
processor : 0
BogoMIPS : 100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 2
processor : 1
BogoMIPS : 100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 2
processor : 2
BogoMIPS : 100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 2
processor : 3
BogoMIPS : 100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 2
$ cat /proc/meminfo
MemTotal: 8168740 kB
MemFree: 5454076 kB
MemAvailable: 6984864 kB
Buffers: 33676 kB
Cached: 1604204 kB
SwapCached: 0 kB
Active: 1785040 kB
Inactive: 618724 kB
Active(anon): 810916 kB
Inactive(anon): 10636 kB
Active(file): 974124 kB
Inactive(file): 608088 kB
Unevictable: 43608 kB
Mlocked: 43608 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 809312 kB
Mapped: 625080 kB
Shmem: 12192 kB
Slab: 126060 kB
SReclaimable: 50384 kB
SUnreclaim: 75676 kB
KernelStack: 30176 kB
PageTables: 42016 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 4084368 kB
Committed_AS: 52087812 kB
VmallocTotal: 258867136 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 4.1G 2.8G 1.2G 69% /
tmpfs 3.8G 1.6M 3.8G 1% /dev
tmpfs 3.8G 0 3.8G 0% /mnt
tmpfs 3.8G 0 3.8G 0% /apex
/dev/block/vdd1 2.1G 1.1G 980M 55% /vendor
/dev/block/loop0 99M 99M 0 100% /apex/com.android.runtime@1
/dev/block/loop1 840K 812K 12K 99% /apex/com.android.tzdata@291601530
none 3.8G 0 3.8G 0% /mnt/update_engine
/dev/block/vdb 61M 64K 60M 1% /cache
/dev/block/vdc 7.9G 664M 7.1G 9% /data
/dev/block/loop2 232K 36K 192K 16% /apex/com.android.apex.cts.shim@1
/dev/block/loop3 4.9M 4.9M 0 100% /apex/com.android.conscrypt@292000000
/dev/block/loop4 5.6M 5.6M 0 100% /apex/com.android.media@291601592
/dev/block/loop5 22M 22M 0 100% /apex/com.android.media.swcodec@291601593
/dev/block/loop6 1.7M 1.6M 0 100% /apex/com.android.resolv@292000000
/data/media 7.9G 808M 7.1G 10% /storage/emulated
mdfs 7.2G 0 7.1G 0% /mnt/mdfs
$ ls /vendor/firmware
BCM4345C0_003.001.025.0151.0000_vmock.hcd
hifi_6403.img
hifi_6403_imedia150_devkit.img
hifi_6403_imedia150_devkit_hisi.img
hifi_6405_imedia150_devkit.img
hifi_6405_imedia150_devkit_hisi.img
hifi_6405_smart4pa_in_sochifi.img
hifi_6405_smart4pa_in_sochifi_hisi.img
hifi_6405_ultra_prox.img
hifi_6405_ultra_prox_hisi.img
hifi_6405_virtual_btn_devkit.img
hifi_6405_virtual_btn_devkit_e2e.img
hifi_6405_virtual_btn_devkit_hisi.img
indigo_ivi.fw
ivi_lcd.bin
ivi_lcd.config
libpn551_fw.so
maxtouch.cfg
rtl8821cs_config
rtl8821cs_fw
rtlconfigv2.bin
rtlconfigv3.bin
rtlconfigva.bin
$ ls /dev
__properties__
acpuddr_link_governor_level
android_pipe
appvcom
appvcom1
appvcom10
appvcom13
appvcom14
appvcom15
appvcom20
appvcom21
appvcom25
appvcom26
appvcom27
appvcom28
appvcom29
appvcom30
appvcom31
appvcom32
appvcom5
appvcom6
appvcomERRLOG
appvcomforvmock
ar
ashmem
binder
blkio
block
btmock
cg2_bpf
cgroup_info
console
cpu_dma_latency
cpu_variant:arm
cpu_variant:arm64
cpuctl
cpuset
cuse
device-mapper
dmsdpsensorhub
dubai
eac
efuse
event-log-tags
ext_sensorhub
fd
fingerprint
fingerprinthub
fingerprinthub_ud
flp
frz
fscklogs
full
fuse
goldfish_pipe
graphics
hifi_reset0
hifi_reset1
hifi_reset2
hisi_jpu
hw_random
hwbinder
hwbt
hwir
hwlog_bdat
hwlog_dubai
hwlog_exception
hwlog_jank
hwlog_ptm
hwlog_switch
iaware_qos_ctrl
input
iolimit
ion
keychord
kmsg
kmsg_debug
loop-control
madapt
memcg
memory_bandwidth
memory_latency
memory_throughput
memory_throughput_up_threshold
modem0_reset
modem1_reset
modem2_reset
motionhub
mtd0
mtd0ro
mtd1
mtd1ro
my_pipe
network_latency
network_throughput
nmctrlvcom
npu_freq_dnlimit
null
nve0
oinv
pn544
ppp
psaux
ptmx
pts
random
rtc0
rtc_settime
sensorhub
shm
socket
st21nfc
stderr
stdin
stdout
stune
sw_sync
tc_ns_client
tty
ttyAMA0
ttyAMA4
tun
uhid
uinput
urandom
vmock_dev
vmock_trace_dev
vndbinder
xt_qtaguid
zero
$ cat /etc/hosts
# Replace Host
127.0.0.1 localhost loca
127.0.0.1 query.hicloud.com
127.0.0.1 update.hwcloud.cn
127.0.0.1 update.hicloud.com
127.0.0.1 update.hwcloudtest.cn
127.0.0.1 update.hicloudtest.com
127.0.0.1 testupdate.hicloud.com
127.0.0.1 query.hwcloudtest.cn
127.0.0.1 servicesupport.hicloud.com
127.0.0.1 servicesupport1.hicloud.com
127.0.0.1 hitop.hicloud.com
127.0.0.1 hitopdl.hicloud.com
127.0.0.1 hitopdl3.hicloud.com
127.0.0.1 te.hotalk.com
127.0.0.1 configserver.hicloud.com
127.0.0.1 m.baidu.com
127.0.0.1 lfhiboarddev.hwcloudtest.cn
127.0.0.1 hiboard.hicloud.com
127.0.0.1 api.linkedin.com
127.0.0.1 hiboardng.hicloud.com
127.0.0.1 rnd-aresocean-commercial.huawei.com
10.3.23.46 1.asia.pool.ntp.org
$ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope: Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:371018 errors:0 dropped:0 overruns:0 frame:0
TX packets:371018 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:48419579 TX bytes:48419579
rmnet3 Link encap:Ethernet HWaddr 9a:1f:8d:98:5e:8e
inet addr:10.0.6.15 Bcast:10.0.6.255 Mask:255.255.255.0
inet6 addr: fec0::90fd:3483:29c7:e6f7/64 Scope: Site
inet6 addr: fec0::446e:e58e:eda1:98ba/64 Scope: Site
inet6 addr: fec0::707c:7943:8161:57d3/64 Scope: Site
inet6 addr: fec0::461:3ca9:822a:76c1/64 Scope: Site
inet6 addr: fec0::981f:8dff:fe98:5e8e/64 Scope: Site
inet6 addr: fec0::fc3e:7f38:789b:14a1/64 Scope: Site
inet6 addr: fec0::1846:f6a:952b:87ec/64 Scope: Site
inet6 addr: fec0::606d:adcd:f41:b842/64 Scope: Site
inet6 addr: fe80::981f:8dff:fe98:5e8e/64 Scope: Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1999 errors:0 dropped:0 overruns:0 frame:0
TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:219938 TX bytes:33392
wlan0 Link encap:Ethernet HWaddr 16:bb:b5:ec:1f:91 Driver mac80211_hwsim
inet addr:10.0.5.2 Bcast:10.0.5.255 Mask:255.255.255.0
inet6 addr: fec0::354c:a8e3:b4d2:859f/64 Scope: Site
inet6 addr: fec0::14bb:b5ff:feec:1f91/64 Scope: Site
inet6 addr: fec0::6885:1a0c:c4d9:4a1a/64 Scope: Site
inet6 addr: fec0::8c95:657a:3264:8039/64 Scope: Site
inet6 addr: fec0::3de3:1d85:533c:ca4a/64 Scope: Site
inet6 addr: fec0::a92f:80c6:c0a3:8a3d/64 Scope: Site
inet6 addr: fec0::e4c0:1f79:41af:97a8/64 Scope: Site
inet6 addr: fec0::b852:11e:6e5:d6c4/64 Scope: Site
inet6 addr: fe80::14bb:b5ff:feec:1f91/64 Scope: Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:30252 errors:0 dropped:0 overruns:0 frame:0
TX packets:28389 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2090006 TX bytes:2219628
rmnet0 Link encap:Ethernet HWaddr 4a:03:54:b8:6e:6f
inet addr:10.0.4.15 Bcast:10.0.4.255 Mask:255.255.255.0
inet6 addr: fec0::b547:45a8:14db:682f/64 Scope: Site
inet6 addr: fec0::4803:4e7a:89ee:4e8/64 Scope: Site
inet6 addr: fec0::6c4a:76c9:3d2b:9954/64 Scope: Site
inet6 addr: fec0::25b9:676f:f498:fc78/64 Scope: Site
inet6 addr: fec0::4803:54ff:feb8:6e6f/64 Scope: Site
inet6 addr: fec0::6d81:201f:4002:39c1/64 Scope: Site
inet6 addr: fe80::4803:54ff:feb8:6e6f/64 Scope: Link
inet6 addr: fec0::acdf:acb0:270c:d13b/64 Scope: Site
inet6 addr: fec0::5404:c141:4e86:498b/64 Scope: Site
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1999 errors:0 dropped:0 overruns:0 frame:0
TX packets:132 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:219938 TX bytes:33660
$ uname -a
Linux localhost 4.4.124 #4 SMP PREEMPT Fri Oct 16 20:32:16 CST 2020 aarch64
$ pm list features
feature:reqGlEsVersion=0x30002
feature:android.hardware.audio.low_latency
feature:android.hardware.audio.output
feature:android.hardware.bluetooth
feature:android.hardware.bluetooth_le
feature:android.hardware.camera
feature:android.hardware.camera.any
feature:android.hardware.camera.autofocus
feature:android.hardware.camera.capability.manual_post_processing
feature:android.hardware.camera.capability.raw
feature:android.hardware.camera.flash
feature:android.hardware.camera.front
feature:android.hardware.faketouch
feature:android.hardware.location
feature:android.hardware.location.gps
feature:android.hardware.location.network
feature:android.hardware.microphone
feature:android.hardware.nfc
feature:android.hardware.nfc.any
feature:android.hardware.nfc.hce
feature:android.hardware.nfc.hcef
feature:android.hardware.opengles.aep
feature:android.hardware.ram.normal
feature:android.hardware.screen.landscape
feature:android.hardware.screen.portrait
feature:android.hardware.sensor.accelerometer
feature:android.hardware.sensor.barometer
feature:android.hardware.sensor.compass
feature:android.hardware.sensor.gyroscope
feature:android.hardware.sensor.light
feature:android.hardware.sensor.proximity
feature:android.hardware.sensor.stepcounter
feature:android.hardware.sensor.stepdetector
feature:android.hardware.telephony
feature:android.hardware.telephony.gsm
feature:android.hardware.telephony.ims
feature:android.hardware.touchscreen
feature:android.hardware.touchscreen.multitouch
feature:android.hardware.touchscreen.multitouch.distinct
feature:android.hardware.touchscreen.multitouch.jazzhand
feature:android.hardware.usb.accessory
feature:android.hardware.vulkan.compute
feature:android.hardware.vulkan.level=1
feature:android.hardware.vulkan.version=4198400
feature:android.hardware.wifi
feature:android.hardware.wifi.direct
feature:android.hardware.wifi.passpoint
feature:android.software.activities_on_secondary_displays
feature:android.software.adoptable_storage
feature:android.software.app_widgets
feature:android.software.autofill
feature:android.software.backup
feature:android.software.cant_save_state
feature:android.software.companion_device_setup
feature:android.software.connectionservice
feature:android.software.cts
feature:android.software.device_admin
feature:android.software.file_based_encryption
feature:android.software.freeform_window_management
feature:android.software.home_screen
feature:android.software.input_methods
feature:android.software.ipsec_tunnels
feature:android.software.live_wallpaper
feature:android.software.managed_users
feature:android.software.midi
feature:android.software.picture_in_picture
feature:android.software.print
feature:android.software.secure_lock_screen
feature:android.software.securely_removes_users
feature:android.software.verified_boot
feature:android.software.voice_recognizers
feature:android.software.webview
feature:android.sofware.nfc.beam
feature:com.huawei.emui.api.23
feature:com.huawei.emui.api.24
feature:com.huawei.emui.api.25
feature:com.huawei.software.features.china
feature:com.huawei.software.features.full
feature:com.huawei.software.features.handset
feature:com.huawei.software.features.honor
feature:com.huawei.system.feature
feature:com.nxp.mifare
feature:huawei.android.hardware.stylus
feature:ohos.hoscockpit.adas
feature:ohos.hoscockpit.cluster
feature:ohos.hoscockpit.tbox
feature:ohos.hoscockpit.vehiclecontrol
feature:ohos.multimedia.fm_am
feature:ohos.software.distributeddatamgr.datausage
feature:ohos.software.distributeddatamgr.distributedfile
feature:ohos.software.distributeddatamgr.search
feature:ohos.software.miscservices.inputmethod
$ free -h
total used free shared buffers
Mem: 7.7G 2.5G 5.2G 12M 33M
-/+ buffers/cache: 2.5G 5.2G
Swap: 0 0 0
$ mount
/dev/root on / type ext4 (ro,seclabel,nodev,relatime,data=ordered)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600)
proc on /proc type proc (rw,relatime,gid=3009,hidepid=2)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
tmpfs on /mnt type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,mode=755,gid=1000)
tmpfs on /apex type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,mode=755)
/dev/block/vdd1 on /vendor type ext4 (ro,seclabel,relatime,data=ordered)
none on /dev/cpuctl type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
none on /acct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct)
/dev/block/loop0 on /apex/com.android.runtime@1 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop0 on /apex/com.android.runtime type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop1 on /apex/com.android.tzdata@291601530 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop1 on /apex/com.android.tzdata type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
debugfs on /sys/kernel/debug type debugfs (rw,seclabel,relatime,mode=755)
none on /config type configfs (rw,nosuid,nodev,noexec,relatime)
none on /dev/frz type cgroup (rw,relatime,freezer)
none on /mnt/update_engine type tmpfs (rw,seclabel,nosuid,nodev,relatime,mode=700)
/dev/block/vdb on /cache type ext4 (rw,seclabel,nosuid,nodev,noatime,errors=panic,data=ordered)
/dev/block/vdc on /data type ext4 (rw,seclabel,nosuid,nodev,noatime,resgid=1065,errors=panic,data=ordered)
tmpfs on /storage type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,mode=755,gid=1000)
/dev/block/loop2 on /apex/com.android.apex.cts.shim@1 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,barrier,user_xattr)
/dev/block/loop2 on /apex/com.android.apex.cts.shim type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,barrier,user_xattr)
/dev/block/loop3 on /apex/com.android.conscrypt@292000000 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop3 on /apex/com.android.conscrypt type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop4 on /apex/com.android.media@291601592 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop4 on /apex/com.android.media type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop5 on /apex/com.android.media.swcodec@291601593 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop5 on /apex/com.android.media.swcodec type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop6 on /apex/com.android.resolv@292000000 type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
/dev/block/loop6 on /apex/com.android.resolv type ext4 (ro,dirsync,seclabel,nodev,noatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr)
nsfs on /data/vendor/var/run/netns/router type nsfs (rw)
/data/media on /mnt/runtime/default/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,multiuser,mask=6,derive_gid,default_normal,reserved=20MB)
/data/media on /storage/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,multiuser,mask=6,derive_gid,default_normal,reserved=20MB)
/data/media on /mnt/runtime/read/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,multiuser,mask=23,derive_gid,default_normal,reserved=20MB)
/data/media on /mnt/runtime/write/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,multiuser,mask=7,derive_gid,default_normal,reserved=20MB)
/data/media on /mnt/runtime/full/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,multiuser,mask=7,derive_gid,default_normal,reserved=20MB)
mdfs on /mnt/mdfs type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
$ ps -Af
UID PID PPID C STIME TTY TIME CMD
root 1 0 1 11:50:39 ? 01:54:09 init second_stage
root 2 0 0 11:50:39 ? 00:00:00 [kthreadd]
root 3 2 0 11:50:39 ? 00:00:32 [ksoftirqd/0]
root 5 2 0 11:50:39 ? 00:00:00 [kworker/0:0H]
root 7 2 0 11:50:39 ? 00:07:12 [rcu_preempt]
root 8 2 0 11:50:39 ? 00:00:01 [rcu_sched]
root 9 2 0 11:50:39 ? 00:00:00 [rcu_bh]
root 10 2 0 11:50:39 ? 00:02:31 [migration/0]
root 11 2 0 11:50:39 ? 00:02:11 [migration/1]
root 12 2 0 11:50:39 ? 00:00:24 [ksoftirqd/1]
root 14 2 0 11:50:39 ? 00:00:00 [kworker/1:0H]
root 15 2 0 11:50:39 ? 00:00:18 [migration/2]
root 16 2 0 11:50:39 ? 00:00:09 [ksoftirqd/2]
root 18 2 0 11:50:39 ? 00:00:00 [kworker/2:0H]
root 19 2 0 11:50:39 ? 00:00:04 [migration/3]
root 20 2 0 11:50:39 ? 00:00:06 [ksoftirqd/3]
root 22 2 0 11:50:39 ? 00:00:00 [kworker/3:0H]
root 23 2 0 11:50:39 ? 00:00:00 [netns]
root 25 2 0 11:50:39 ? 00:00:00 [perf]
root 288 2 0 11:50:39 ? 00:00:00 [writeback]
root 290 2 0 11:50:39 ? 00:00:00 [ksmd]
root 291 2 0 11:50:39 ? 00:00:00 [crypto]
root 292 2 0 11:50:39 ? 00:00:00 [bioset]
root 294 2 0 11:50:39 ? 00:00:00 [kblockd]
root 314 2 0 11:50:39 ? 00:00:00 [heap_unsec_drm]
root 315 2 0 11:50:39 ? 00:00:00 [heap_sec_drm]
root 325 2 0 11:50:39 ? 00:00:00 [cfg80211]
root 338 2 0 11:50:39 ? 00:00:00 [rpciod]
root 358 2 0 11:50:39 ? 00:00:00 [kswapd0]
root 359 2 0 11:50:39 ? 00:00:00 [vmstat]
root 425 2 0 11:50:39 ? 00:00:00 [fsnotify_mark]
root 442 2 0 11:50:39 ? 00:00:00 [nfsiod]
root 497 2 0 11:50:39 ? 00:00:01 [hwrng]
root 499 2 0 11:50:39 ? 00:00:00 [bioset]
root 500 2 0 11:50:39 ? 00:00:00 [bioset]
root 501 2 0 11:50:39 ? 00:00:00 [bioset]
root 502 2 0 11:50:39 ? 00:00:00 [bioset]
root 503 2 0 11:50:39 ? 00:00:00 [bioset]
root 504 2 0 11:50:39 ? 00:00:00 [bioset]
root 505 2 0 11:50:39 ? 00:00:00 [bioset]
root 506 2 0 11:50:39 ? 00:00:00 [bioset]
root 507 2 0 11:50:39 ? 00:00:00 [bioset]
root 508 2 0 11:50:39 ? 00:00:00 [bioset]
root 509 2 0 11:50:39 ? 00:00:00 [bioset]
root 510 2 0 11:50:39 ? 00:00:00 [bioset]
root 511 2 0 11:50:39 ? 00:00:00 [bioset]
root 512 2 0 11:50:39 ? 00:00:00 [bioset]
root 513 2 0 11:50:39 ? 00:00:00 [bioset]
root 514 2 0 11:50:39 ? 00:00:00 [bioset]
root 548 2 0 11:50:39 ? 00:00:00 [bioset]
root 551 2 0 11:50:39 ? 00:00:00 [bioset]
root 554 2 0 11:50:39 ? 00:00:00 [bioset]
root 557 2 0 11:50:39 ? 00:00:00 [bioset]
root 560 2 0 11:50:39 ? 00:00:00 [bioset]
root 563 2 0 11:50:39 ? 00:00:00 [bioset]
root 564 2 0 11:50:39 ? 00:00:00 [kworker/0:1]
root 567 2 0 11:50:39 ? 00:00:00 [bioset]
root 570 2 0 11:50:39 ? 00:00:00 [bioset]
root 572 2 0 11:50:39 ? 00:00:00 [bioset]
root 574 2 0 11:50:39 ? 00:00:00 [bioset]
root 579 2 0 11:50:39 ? 00:00:00 [bioset]
root 582 2 0 11:50:39 ? 00:00:00 [bioset]
root 584 2 0 11:50:39 ? 00:00:00 [bioset]
root 586 2 0 11:50:39 ? 00:00:00 [bioset]
root 591 2 0 11:50:39 ? 00:00:00 [bioset]
root 593 2 0 11:50:39 ? 00:00:00 [bioset]
root 597 2 0 11:50:39 ? 00:00:00 [bioset]
root 601 2 0 11:50:39 ? 00:00:00 [bioset]
root 604 2 0 11:50:39 ? 00:00:00 [bioset]
root 607 2 0 11:50:39 ? 00:00:00 [bioset]
root 611 2 0 11:50:39 ? 00:00:00 [bioset]
root 672 2 0 11:50:39 ? 00:00:00 [dm_bufio_cache]
root 731 2 0 11:50:39 ? 00:00:00 [binder]
root 843 2 0 11:50:39 ? 00:00:00 [bioset]
root 872 2 0 11:50:39 ? 00:00:00 [hw_kstate]
root 883 2 0 11:50:39 ? 00:00:00 [ipv6_addrconf]
root 900 2 0 11:50:39 ? 00:00:00 [deferwq]
root 934 2 0 11:50:39 ? 00:00:00 [jbd2/vda1-8]
root 935 2 0 11:50:39 ? 00:00:00 [ext4-rsv-conver]
root 1217 2 0 11:50:39 ? 00:00:00 [jbd2/vdd1-8]
root 1218 2 0 11:50:39 ? 00:00:00 [ext4-rsv-conver]
root 1224 1 0 11:50:43 ? 00:00:00 init subcontext u:r:vendor_init:s0 14
root 1225 1 0 11:50:43 ? 00:00:00 ueventd
root 1567 2 0 11:50:43 ? 00:00:00 [loop0]
root 1570 2 0 11:50:43 ? 00:00:00 [ext4-rsv-conver]
root 1571 2 0 11:50:43 ? 00:00:00 [loop1]
root 1574 2 0 11:50:43 ? 00:00:00 [ext4-rsv-conver]
logd 1575 1 0 11:50:44 ? 00:05:11 logd
system 1576 1 0 11:50:44 ? 00:00:39 servicemanager
system 1577 1 0 11:50:44 ? 00:23:12 hwservicemanager
system 1578 1 0 11:50:44 ? 00:00:00 vndservicemanager /dev/vndbinder
root 1583 2 0 11:50:44 ? 00:00:00 [kauditd]
root 1592 1 0 11:50:49 ? 00:00:01 vold --blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 --fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0
root 1593 1 0 11:50:49 ? 00:00:00 android.hardware.boot@1.0-service
root 1596 2 0 11:50:49 ? 00:00:00 [jbd2/vdb-8]
root 1597 2 0 11:50:49 ? 00:00:00 [ext4-rsv-conver]
root 1598 2 0 11:50:49 ? 00:00:00 [kworker/3:1H]
root 1601 2 0 11:50:49 ? 00:00:01 [kworker/0:1H]
root 1608 2 0 11:50:52 ? 00:00:00 [kworker/2:1H]
root 1612 2 0 11:50:52 ? 00:00:08 [jbd2/vdc-8]
root 1613 2 0 11:50:52 ? 00:00:00 [ext4-rsv-conver]
root 1658 1 0 11:50:52 ? 00:00:00 oeminfo_nvm_server
system 1667 1 0 11:50:56 ? 00:00:00 android.hardware.atrace@1.0-service
system 1668 1 0 11:50:56 ? 00:00:05 android.hardware.keymaster@3.0-service
system 1669 1 0 11:50:56 ? 00:00:00 tee_auth_daemon
root 1670 1 0 11:50:56 ? 00:00:00 teecd
system 1671 1 0 11:50:56 ? 00:00:00 vendor.huawei.hardware.libteec@3.0-service
system 1672 1 0 11:50:56 ? 00:00:00 bms_event
root 1690 2 0 11:50:56 ? 00:00:01 [kworker/1:1H]
root 1707 1 0 11:50:56 ? 00:00:00 apexd
root 1709 2 0 11:50:56 ? 00:00:00 [loop2]
root 1715 2 0 11:50:56 ? 00:00:00 [ext4-rsv-conver]
root 1716 2 0 11:50:56 ? 00:00:00 [loop3]
root 1719 2 0 11:50:56 ? 00:00:00 [ext4-rsv-conver]
root 1720 2 0 11:50:56 ? 00:00:00 [loop4]
root 1723 2 0 11:50:56 ? 00:00:00 [ext4-rsv-conver]
root 1724 2 0 11:50:56 ? 00:00:00 [loop5]
root 1727 2 0 11:50:56 ? 00:00:00 [ext4-rsv-conver]
root 1728 2 0 11:50:56 ? 00:00:00 [loop6]
root 1731 2 0 11:50:56 ? 00:00:00 [ext4-rsv-conver]
system 1741 1 0 11:50:57 ? 00:00:24 adassrv
system 1751 1 0 11:50:57 ? 00:00:24 clustersrv
system 1752 1 0 11:50:57 ? 00:00:00 hispeechserver
system 1772 1 0 11:50:57 ? 00:00:00 iviconfigmanage
system 1773 1 0 11:50:57 ? 00:00:29 ivihardwaresrv
system 1774 1 0 11:50:57 ? 00:00:00 radioService
system 1788 1 0 11:50:57 ? 00:00:31 samgr
system 1794 1 0 11:50:57 ? 00:00:23 tboxsrv
root 1795 1 0 11:50:57 ? 00:01:38 vehiclepowersrv
system 1796 1 0 11:50:57 ? 00:00:00 vehiclethermals
root 1819 1 0 11:50:57 ? 00:00:32 netd
root 1820 1 0 11:50:57 ? 00:00:03 zygote64
root 1821 1 0 11:50:57 ? 00:00:01 zygote
system 1835 1 0 11:50:57 ? 00:00:00 android.hidl.allocator@1.0-service
system 1840 1 0 11:50:57 ? 00:00:05 android.system.suspend@1.0-service
root 1841 1 0 11:50:57 ? 00:00:42 healthd
cameraserver 1842 1 0 11:50:57 ? 00:00:00 android.hardware.camera.provider@2.4-service
media 1843 1 0 11:50:57 ? 00:00:00 android.hardware.cas@1.1-service
system 1844 1 0 11:50:57 ? 00:00:00 android.hardware.configstore@1.1-service
media 1845 1 0 11:50:57 ? 00:00:00 android.hardware.drm@1.0-service
system 1846 1 0 11:50:57 ? 00:00:00 android.hardware.gatekeeper@1.0-service
system 1847 1 0 11:50:57 ? 00:00:00 android.hardware.graphics.allocator@2.0-service
system 1848 1 0 11:50:57 ? 00:03:50 android.hardware.graphics.composer@2.3-service
system 1849 1 0 11:50:57 ? 00:00:45 android.hardware.health@2.0-service
system 1853 1 0 11:50:57 ? 00:00:07 android.hardware.memtrack@1.0-service
nfc 1855 1 0 11:50:57 ? 00:00:00 android.hardware.nfc@1.2-service.st
system 1857 1 0 11:50:57 ? 00:00:00 android.hardware.power.stats@1.0-service.mock
secure_element 1858 1 0 11:50:57 ? 00:00:00 android.hardware.secure_element@1.0-service
system 1859 1 0 11:50:57 ? 00:00:00 android.hardware.usb@1.0-service
system 1860 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.graphics.hwcinterface@1.1-service
audioserver 1861 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.audio@5.0-service
audioserver 1862 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.automotive.audiocontrol@1.0-service
vehicle_network 1863 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.automotive.vehicle@1.0-service
system 1864 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.gnss@2.0-service
system 1865 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.hivrar@2.1-service
system 1866 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.hwdisplay.displayengine@1.2-service
system 1867 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.hwdisplay@1.1-service
system 1869 1 0 11:50:57 ? 00:00:00 vendor.huawei.hardware.hwfactoryinterface@1.1-service
root 1870 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.hwhiview@1.1-service
system 1871 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.hwsched@1.0-service
system 1873 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.hwsecurity-service
system 1874 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.hwvibrator@1.1-service
system 1877 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.iawareperf@1.0-service
system 1878 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.jpegdec@1.0-service
system 1881 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.light@2.0-service
nfc 1883 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.nfc@1.0-service
system 1884 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.perfgenius@2.0-service
system 1885 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.power@1.0-service
system 1888 1 0 11:50:58 ? 00:00:00 vendor.huawei.hardware.tp@1.0-service
root 1889 1 0 11:50:58 ? 00:00:00 vmock_service
root 1890 1 0 11:50:58 ? 00:00:00 iawared_mock
root 1891 1 0 11:50:58 ? 00:00:03 qemu-props
system 1897 1 0 11:50:58 ? 00:00:02 powerlogd
nobody 1912 1 0 11:50:58 ? 00:00:00 ashmemd
audioserver 1915 1 0 11:50:58 ? 00:00:01 audioserver
system 1916 1 0 11:50:58 ? 00:00:00 displayservice
gpu_service 1918 1 0 11:50:58 ? 00:00:00 gpuservice
lmkd 1924 1 0 11:50:58 ? 00:01:28 lmkd
system 1925 1 0 11:50:58 ? 00:00:01 surfaceflinger
system 1970 1 0 11:50:58 ? 00:00:00 drivingsafetysr
system 1971 1 0 11:50:58 ? 00:00:00 hsensors
system 1982 1 0 11:50:58 ? 00:00:00 netmanager
system 1983 1 0 11:50:58 ? 00:00:00 accountmgr
audioserver 1984 1 0 11:50:58 ? 00:00:00 audio_sa
bluetooth 1986 1 0 11:50:58 ? 00:00:00 bluetoothservic
system 1987 1 0 11:50:58 ? 00:00:00 locationhub
system 1998 1 0 11:50:58 ? 00:00:02 multimodalinput
system 2013 1 0 11:50:58 ? 00:00:00 resschedd
radio 2014 1 0 11:50:58 ? 00:00:00 telephony
system 2016 1 0 11:50:58 ? 00:00:00 wifiservice
system 2030 1 0 11:50:58 ? 00:00:00 hivrarserver
system 2056 1 0 11:50:59 ? 00:00:01 bsoh
system 2059 1 0 11:50:59 ? 00:00:02 hisecd
shell 2090 1 0 11:50:59 ? 00:02:56 adbd --root_seclabel=u:r:su:s0
system 2103 1 0 11:50:59 ? 00:00:00 vendor.huawei.hardware.biometrics.hwfacerecognize@1.1-service
mdnsr 2104 1 0 11:50:59 ? 00:00:00 mdnsd
root 2105 1 0 11:50:59 ? 00:03:24 hwpged
system 2106 1 0 11:50:59 ? 00:00:00 AGPService
cameraserver 2108 1 0 11:50:59 ? 00:00:01 cameraserver
graphics 2109 1 0 11:50:59 ? 00:00:20 displayengineserver
drm 2110 1 0 11:50:59 ? 00:00:00 drmserver
root 2111 1 0 11:50:59 ? 00:00:29 dubaid
system 2112 1 0 11:50:59 ? 00:00:15 hwrme
system 2113 1 0 11:50:59 ? 00:00:00 iGraphicsservice
incidentd 2115 1 0 11:50:59 ? 00:00:00 incidentd
root 2116 1 0 11:50:59 ? 00:00:02 installd
keystore 2121 1 0 11:50:59 ? 00:00:00 keystore /data/misc/keystore
media 2122 1 0 11:50:59 ? 00:00:00 mediadrmserver
mediaex 2148 1 0 11:50:59 ? 00:00:00 media.extractor aextractor
media 2149 1 0 11:50:59 ? 00:00:00 media.metrics diametrics
media 2150 1 0 11:50:59 ? 00:00:00 mediaserver
statsd 2160 1 0 11:51:00 ? 00:00:07 statsd
root 2161 1 0 11:51:00 ? 00:01:43 storaged
system 2162 1 0 11:51:00 ? 00:00:03 thermal-daemon
mediacodec 2164 1 0 11:51:00 ? 00:00:00 media.codec hw/android.hardware.media.omx@1.0-service
system 2166 1 99 11:51:00 ? 9-03:51:32 vendor.huawei.hardware.sensors@1.2-service
mediacodec 2167 1 0 11:51:00 ? 00:00:00 media.swcodec oid.media.swcodec/bin/mediaswcodec
root 2168 1 0 11:51:00 ? 00:00:00 distributedfiledaemon
system 2169 1 0 11:51:00 ? 00:00:00 gatekeeperd /data/misc/gatekeeper
tombstoned 2189 1 0 11:51:00 ? 00:00:00 tombstoned
root 2197 1 0 11:51:00 ? 00:00:00 hinetmanager
system 2229 1 0 11:51:00 ? 00:00:00 vendor.huawei.hardware.biometrics.fingerprint@2.2-service
system 2292 1 0 11:51:00 ? 00:00:00 vendor.huawei.hardware.hispeech@1.0-service
root 2366 2 0 11:51:01 ? 00:00:00 [kworker/2:2]
graphics 2374 1 0 11:51:01 ? 00:26:27 bootanimation
root 2679 1 0 11:51:20 ? 00:00:00 createns router
root 2753 1 0 11:51:22 ? 00:00:00 mydhcpclient -i eth0
root 2767 1 0 11:51:23 ? 00:00:01 ipv6proxy -o eth0 -i wlan1 rmnet0-peer rmnet3-peer
wifi 2770 1 0 11:51:23 ? 00:00:11 hostapd /vendor/etc/simulated_hostapd.conf
root 2773 1 0 11:51:23 ? 00:00:00 mydhcpserver --range 10.0.5.2 10.0.5.254 --gateway 10.0.5.1 --netmask 255.255.255.0 --exclude-interface eth0
root 2775 2 0 11:51:23 ? 00:00:00 [kworker/3:2]
system 2928 1820 41 11:51:30 ? 3-18:08:45 system_server
root 3946 2 0 16:45:59 ? 00:00:00 [kworker/u8:1]
wifi 4568 1 0 11:52:35 ? 00:01:47 wificond
wifi 4571 1 0 11:52:35 ? 00:01:40 vendor.huawei.hardware.wifi@1.1-service
system 4896 1820 0 11:52:38 ? 00:00:59 com.huawei.harmonyos.foundation
u0_a25 4897 1820 0 11:52:38 ? 00:00:00 com.android.systemui
system 4903 1820 0 11:52:38 ? 00:00:35 com.huawei.HwOPServer
system 4906 1820 0 11:52:38 ? 00:00:14 com.huawei.nearby
system 4947 1820 0 11:52:38 ? 00:00:52 com.huawei.systemserver
system 4955 1820 0 11:52:38 ? 00:00:00 com.huawei.securityserver
system 4970 1820 0 11:52:38 ? 00:11:35 com.huawei.iaware
webview_zygote 5151 1821 0 11:52:40 ? 00:00:00 webview_zygote
vendor_aiengine 5322 1820 0 11:52:40 ? 00:00:00 com.huawei.hiaction
nfc 5711 1820 0 11:52:43 ? 00:00:00 com.android.nfc
root 5717 1 0 11:52:43 ? 00:00:00 bt_mock
logd 5718 1 0 11:52:43 ? 00:00:30 hilogd
radio 5725 1820 0 11:52:43 ? 00:00:00 com.android.phone
u0_a69 6416 1820 0 11:52:51 ? 00:00:00 com.huawei.ivi.hmi.systemui
system 6848 1820 0 11:52:56 ? 00:00:46 com.huawei.android.pushagent.PushService
media 7468 1 0 11:53:08 ? 00:00:00 android.hardware.drm@1.2-service.clearkey
media 7479 1 0 11:53:08 ? 00:00:00 android.hardware.drm@1.2-service.widevine
u0_a74 8285 1820 0 11:53:56 ? 00:06:33 com.huawei.deveco.automator
shell 8996 2090 0 11:54:11 pts/0 00:00:00 remote.agent.drservice
shell 9341 2090 0 11:54:22 pts/1 00:01:35 app_process /system/bin com.android.commands.am.Am instrument --user 0 -w -r -e class com.huawei.deveco.automator.BootStrap com.huawei.deveco.automator.test/android.support.test.runner.AndroidJUnitRunner
system 9786 1820 0 11:54:36 ? 00:00:00 com.huawei.ivi.hmi.launcher
u0_a20 9796 1820 0 11:54:36 ? 00:00:00 com.android.permissioncontroller
u0_a47 9797 1820 0 11:54:36 ? 00:00:00 com.android.inputmethod.pinyin
system 10097 1820 0 08:44:55 ? 00:00:00 com.android.settings
root 10128 2 0 08:44:56 ? 00:00:00 [kworker/2:0]
u0_a8 10132 1820 0 08:44:57 ? 00:00:00 android.process.media
root 10165 2 0 08:44:57 ? 00:00:07 [kworker/1:1]
wifi 10986 1 0 11:54:52 ? 00:02:01 wpa_supplicant -d -Dnl80211 -iwlan0 -c/vendor/etc/wifi/wpa_supplicant.conf -puse_p2p_group_interface=1p2p_device=1 -m/data/vendor/wifi/wpa/p2p_supplicant.conf -O/data/vendor/wifi/wpa/sockets -g@android:wpa_wlan0
u0_a44 11091 1820 0 11:54:59 ? 00:01:39 com.huawei.hwid.core
u0_a15 11181 1820 0 11:55:00 ? 00:00:09 com.huawei.android.pushagent
u0_a44 11213 1820 0 11:55:00 ? 00:00:08 com.huawei.hwid.persistent
root 11443 1 0 11:55:02 ? 00:01:10 ril_mock
root 11444 1 0 11:55:02 ? 00:00:00 rild
system 11665 1820 0 11:55:08 ? 00:00:00 com.huawei.lbs
system 11870 1820 0 11:55:10 ? 00:00:32 com.huawei.profile
u0_a44 12407 1820 0 12:00:01 ? 00:00:26 com.huawei.hwid.container3
root 14284 2 0 12:25:02 ? 00:00:00 [kworker/3:1]
root 14335 2 0 12:25:41 ? 00:00:01 [kworker/0:0]
root 14336 2 0 12:25:41 ? 00:00:00 [kworker/1:0]
shell 17131 2090 0 16:39:54 pts/2 00:00:00 sh -c CLASSPATH=/data/local/tmp/drserver.apk app_process /data/local/tmp com.huawei.deveco.automator.server.bootstrap.StreamAgent 1 540 500000 25
shell 17133 17131 0 16:39:54 pts/2 00:00:00 deveco.stream.cli
root 17421 2 0 16:40:02 ? 00:00:00 [kworker/u8:3]
root 21852 2 0 16:51:26 ? 00:00:00 [kworker/u8:0]
shell 28463 2090 9 16:53:34 ? 00:00:00 ps -Af
shell 28465 2090 0 16:53:34 pts/3 00:00:00 sh -c dumpsys input | grep 'SurfaceOrientation'
$ cat /vendor/etc/ClusterOTAServer.key
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAxg7lmA4PcPJp3Q0FRzayO28wFvYfNi2Rsldj/ipGH+SL+yoZ
zSBtKt7LKIosKiIVJNBdycouzQ9B6hQYav5hA1HVOiRVoGh8st+SmTj2sNL+aZib
RrOWblsdkdtBt2GR5e7QtigE32LZYZK5x/BfinLEC00bLQyBzxROCijufu8D+uqQ
I3lTbJEu3V5m2s8odZsgHp4hWDFzYwg44JXsi+FbHdzkDRWBYOUObgEvXBVK9FSy
OOaJ197Sd4ygIozrM3pmI1aqExUJvpNEPVOwq8OfQ6jTbzEMwbXAo39xeQQQGD9B
WcfDsAJvj1+AsnD+XXyXN8YwapcTIz2kkvZRTwIDAQABAoIBAEeVhMgzdMNG6ppZ
pWm6zCqNIl16MYe8aqeBzINFtji6uxlZex/Xs31GLzmEzzefP/MhWHShnc7Bz/oR
r02kiV3QyveLwGMMwN1Jz0uP+iGo8QkrfhvMtvdF+WcJTzQ/kKMBcPAVgMVYjecl
R/6K041Ps6m+Aa+DkLtOxHIJn0HC79ZLj+ZLnwLMC22ICL1dBFnxaFdjch44iPtw
1D+ITlhjP+Wf9QGhngcQUJHg8pdfoaksOiZra0qnmsNdLCvzbjtxk/BV5yaqup8A
cAp8QJ1QJMRgPFjdROIinWAkAL8lfS1kT8P49BKkyEjxA/ESvyTS7YGor4gbtGIy
/1LEvLECgYEA/PmhosMN8mR4HDQiXbjaIIiR+Ud2ViR6iAKGXsErE+ueOQE8eiEw
cy3XQhL6WF9xNQr/4hsc+h6dkHizKnJHRYauS3XdfOGipOv874t7p3JZjCdJUTAu
XD+lmwN+D8bQWI5S/Gway5puMwACOx8WDi8Q9rgtwvqnABc4TzeXbPkCgYEAyG0p
hKnGop5YRf2zrE0+iWFGNjCBGjhYDElTsjILMHZ7//YLhW5pXbFhY2laHkJ3cF+R
XVJZdQctz3TsYMkJXwFeci1RfxvVOfOi44owBQ6mtx8hBapo8WzPVsfcG3z7lulv
c00DPuv4pqECiwkCozxZxOnrLemNp6ncqKHTKocCgYBNdZZTgwwrMy4/3IrFTcuk
eIzR2lrWp5bJPJSuQNGS6OtqowFEmBMAwYGO3sa+9oJwbmzJa+nkgClYykx568H8
/O8zdeSaz3AAta2eH4R+UhovOvxNGsanQmnP3DLmW8cBxpqMZgGSZDfn79G/Dpav
QyQbl2uTrzIhafq47tmz6QKBgEr5qwJZkFjc6yCjm0blTnON0/oJgwIP+b/+3jRW
zCDA8fn6TK0JdJj79fZ+Ppv7OTrsRTCn0ZcZrGVi09oQ2lST6oTDtyzZeJZJMbH0
y6nYpTzzhCLecIt/rMBF22zdADCf+nUjZgdvtoB+0ri4EiiGNv6WkseGCtuhi035
20iZAoGBAOS5S4sowcUMWVi+aG7iY1XMdTlszd+4wwkluECuZABIuBFyLsxBTGEc
pb1vyEAlNwtrh4BOAuktXXdf1yT+4guxR2uxQ9Ma6doTedKv2OyckMohuvP5G8As
dx1tMuSWB8glgwIIVhYl4UvVONHJL00OJVpMZX05r6c1yA/fLqAV
-----END RSA PRIVATE KEY-----
$ cat /vendor/etc/ClusterOTAServer.crt
-----BEGIN CERTIFICATE-----
MIIDnjCCAoYCCQCRKmV7mFLL3jANBgkqhkiG9w0BAQsFADCBkDELMAkGA1UEBhMC
Q04xETAPBgNVBAgMCFNoYW5naGFpMREwDwYDVQQHDAhTaGFuZ2hhaTEeMBwGA1UE
CgwVSHVhd2VpIFRlY2hub2xvZ3kgTHRkMRYwFAYDVQQDDA0xOTIuMTY4LjY2LjE5
MSMwIQYJKoZIhvcNAQkBFhRsdmNoZW55dW5AaHVhd2VpLmNvbTAeFw0yMDA4MTIw
ODA2NDBaFw0zMDA4MTAwODA2NDBaMIGQMQswCQYDVQQGEwJDTjERMA8GA1UECAwI
U2hhbmdoYWkxETAPBgNVBAcMCFNoYW5naGFpMR4wHAYDVQQKDBVIdWF3ZWkgVGVj
aG5vbG9neSBMdGQxFjAUBgNVBAMMDTE5Mi4xNjguNjYuMTkxIzAhBgkqhkiG9w0B
CQEWFGx2Y2hlbnl1bkBodWF3ZWkuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
MIIBCgKCAQEAxg7lmA4PcPJp3Q0FRzayO28wFvYfNi2Rsldj/ipGH+SL+yoZzSBt
Kt7LKIosKiIVJNBdycouzQ9B6hQYav5hA1HVOiRVoGh8st+SmTj2sNL+aZibRrOW
blsdkdtBt2GR5e7QtigE32LZYZK5x/BfinLEC00bLQyBzxROCijufu8D+uqQI3lT
bJEu3V5m2s8odZsgHp4hWDFzYwg44JXsi+FbHdzkDRWBYOUObgEvXBVK9FSyOOaJ
197Sd4ygIozrM3pmI1aqExUJvpNEPVOwq8OfQ6jTbzEMwbXAo39xeQQQGD9BWcfD
sAJvj1+AsnD+XXyXN8YwapcTIz2kkvZRTwIDAQABMA0GCSqGSIb3DQEBCwUAA4IB
AQBpZbOTGkCRv+OXUB+t9AfXZpH5MFVPGx3/zZ9wRV5mxg18ejZoQ2L0WnH4m3+P
1LnfjFA5Kj3dOlO30nM0yZLOtZ/9iH4pbNw0zzs57nkEbp/oW115pfSOJCjtQwAg
FA3Bzs3pCkjl2qvVk02T2sVtM/WkJ3/l1Mniy1xj2VzdO5Ysd9CWOWPRx/iq1mli
NV6r3hVsJdCU5BJqc+RdHACA7J7FdYRVNdHIaTTggPZo88ejDCiftXDQOv1mLIrC
VlXWUOCE7jCsa1eGelWQo9slYNvFxdlqw6otQJEYveMM4ivElcEUBx3Jq6g5+1uk
/nZPiakVd8zf0j6iyFte75vw
-----END CERTIFICATE-----
$ getprop
[aaudio.mmap_exclusive_policy]: [2]
[aaudio.mmap_policy]: [2]
[agp.version]: [GP_10.0.188]
[apexd.hep.install.status]: [ready]
[apexd.status]: [ready]
[bastet.service.enable]: [true]
[bg_fsck.pgid]: [1222]
[bpf.progs_loaded]: [1]
[bt.dpbap.enable]: [1]
[bt.max.hfpclient.connections]: [2]
[btmock_fifoname]: [/data/mockFile/bluetooth/btmock_fifo]
[camera.dis.flag]: [2]
[camera.tnr.flag]: [1]
[config.disable_consumerir]: [true]
[console.port]: [5580]
[cota.update.opkey.version.enable]: [2]
[dalvik.vm.appimageformat]: [lz4]
[dalvik.vm.boot-dex2oat-threads]: [4]
[dalvik.vm.checkjni]: [false]
[dalvik.vm.dex2oat-Xms]: [64m]
[dalvik.vm.dex2oat-Xmx]: [512m]
[dalvik.vm.dex2oat-max-image-block-size]: [1048576]
[dalvik.vm.dex2oat-minidebuginfo]: [true]
[dalvik.vm.dex2oat-resolve-startup-strings]: [true]
[dalvik.vm.dex2oat-threads]: [4]
[dalvik.vm.dexopt.secondary]: [true]
[dalvik.vm.heapgrowthlimit]: [384m]
[dalvik.vm.heapmaxfree]: [8m]
[dalvik.vm.heapminfree]: [2m]
[dalvik.vm.heapsize]: [512m]
[dalvik.vm.heapstartsize]: [8m]
[dalvik.vm.heaptargetutilization]: [0.75]
[dalvik.vm.image-dex2oat-Xms]: [64m]
[dalvik.vm.image-dex2oat-Xmx]: [64m]
[dalvik.vm.image-dex2oat-threads]: [4]
[dalvik.vm.isa.arm.features]: [default]
[dalvik.vm.isa.arm.variant]: [cortex-a15]
[dalvik.vm.isa.arm64.features]: [default]
[dalvik.vm.isa.arm64.variant]: [generic]
[dalvik.vm.minidebuginfo]: [true]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[dalvik.vm.usejit]: [true]
[dalvik.vm.usejitprofiles]: [true]
[debug.atrace.tags.enableflags]: [0]
[debug.compositor.enable]: [0]
[debug.force_rtl]: [false]
[debug.hwui.renderer]: [opengl]
[debug.sf.disable_backpressure]: [1]
[debug.sf.latch_unsignaled]: [1]
[dev.bootcomplete]: [1]
[dev.mnt.blk.cache]: [vdb]
[dev.mnt.blk.data]: [vdc]
[device_config.reset_performed]: [true]
[drm.service.enabled]: [true]
[fw.max_users]: [9]
[fw.show_multiuserui]: [1]
[gsm.nvcfg.resetrild]: [0]
[gsm.nvcfg.rildrestarting]: [0]
[gsm.sim.num.pin]: [3]
[gsm.sim.num.pin2]: [3]
[gsm.sim.num.puk]: [10]
[gsm.sim.num.puk2]: [10]
[gsm.sim.num.simlock]: [-1,-1,-1,-1]
[gsm.sim.preiccid_0]: []
[gsm.sim.preiccid_1]: []
[gsm.slot1.num.pin1]: [3]
[gsm.slot1.num.pin2]: [3]
[gsm.slot1.num.puk1]: [10]
[gsm.slot1.num.puk2]: [10]
[hilog.tag]: [I]
[hw.enableEOS]: [1]
[hw.lcd.density]: [480]
[hw.wifipro.uid_dns_fail_count]: [10044-71/1000-25/0-0/0-0/0-0/0-0/0-0/0-0]
[hw_emui_hwperf_all_prop]: [1 1 0 1 0,3000:30000:12000 -1 ]
[hw_mc.hicall.screensharing]: [true]
[hw_mc.launcher.quick_switch_force_enable]: [true]
[hw_mc.multidevice.fams_enable]: [true]
[hw_mc.telephony.rat_changed_delay]: [true]
[hw_sc.build.os.devicetype]: [car]
[hw_sc.build.version.harmonyos]: [x.x.x]
[hw_sc.foreground_data_opt_enable]: [true]
[hw_sc.only_ipv6_allowed_cure]: [true]
[hwouc.hwpatch.version]: []
[hwservicemanager.ready]: [true]
[init.svc.AGPService]: [running]
[init.svc.AdasService]: [running]
[init.svc.ClusterService]: [running]
[init.svc.HiSpeechServer]: [running]
[init.svc.IviHardwareService]: [running]
[init.svc.IviPowerService]: [running]
[init.svc.IviThermalService]: [running]
[init.svc.LocationService]: [running]
[init.svc.RadioService]: [running]
[init.svc.TBoxService]: [running]
[init.svc.accountmgr]: [running]
[init.svc.adbd]: [running]
[init.svc.apexd]: [running]
[init.svc.apexd-bootstrap]: [stopped]
[init.svc.ashmemd]: [running]
[init.svc.audio_sa]: [running]
[init.svc.audioserver]: [running]
[init.svc.autorun-boot]: [stopped]
[init.svc.bluetoothservice]: [running]
[init.svc.bms_auth]: [stopped]
[init.svc.bms_event]: [running]
[init.svc.bms_heating]: [stopped]
[init.svc.bms_soc]: [stopped]
[init.svc.bms_thermal_n]: [stopped]
[init.svc.bootanim]: [running]
[init.svc.bpfloader]: [stopped]
[init.svc.bsoh]: [running]
[init.svc.bt_mock]: [running]
[init.svc.cameraserver]: [running]
[init.svc.chargelogcat-c]: [stopped]
[init.svc.cust_from_init]: [stopped]
[init.svc.ddr_inspect]: [stopped]
[init.svc.dhcpclient_rtr]: [running]
[init.svc.dhcpserver]: [running]
[init.svc.display-hal-1-1]: [running]
[init.svc.displayengine-hal-1-2]: [running]
[init.svc.displayservice]: [running]
[init.svc.distributedfiledaemon]: [running]
[init.svc.distributedfileservice]: [stopped]
[init.svc.dpeservice]: [running]
[init.svc.drivingsafetyservice]: [running]
[init.svc.drm]: [running]
[init.svc.dubaid]: [running]
[init.svc.emu_hostapd]: [running]
[init.svc.face_hal]: [running]
[init.svc.fps_hal_ext]: [running]
[init.svc.gatekeeperd]: [running]
[init.svc.gpsdaemon]: [stopped]
[init.svc.gpu]: [running]
[init.svc.hal_gnss_service_2-0]: [running]
[init.svc.health-hal-2-0]: [running]
[init.svc.healthd]: [running]
[init.svc.hidl_memory]: [running]
[init.svc.hilog]: [running]
[init.svc.hinetmanager]: [running]
[init.svc.hisecd]: [running]
[init.svc.hispeech_hal_1_0]: [running]
[init.svc.hivrar-hal-2-1]: [running]
[init.svc.hivrarserver]: [running]
[init.svc.hsensors]: [running]
[init.svc.huawei.vehicle-hal-1.0]: [running]
[init.svc.hwcinterface-1-1]: [running]
[init.svc.hwfactoryinterface-hal-1-1]: [running]
[init.svc.hwhiview-hal-1-1]: [running]
[init.svc.hwinit_check]: [stopped]
[init.svc.hwnffearly]: [stopped]
[init.svc.hwpged]: [running]
[init.svc.hwrme]: [running]
[init.svc.hwsched-1-0]: [running]
[init.svc.hwsecurity-hal]: [running]
[init.svc.hwservicemanager]: [running]
[init.svc.iGraphicsservice]: [running]
[init.svc.iawared_mock]: [running]
[init.svc.ichg_control]: [stopped]
[init.svc.idmap2d]: [stopped]
[init.svc.incidentd]: [running]
[init.svc.installd]: [running]
[init.svc.iorapd]: [stopped]
[init.svc.ipv6proxy]: [running]
[init.svc.iviconfigmanagerservice]: [running]
[init.svc.jpegdec-1-0]: [running]
[init.svc.keystore]: [running]
[init.svc.libteec-3-0]: [running]
[init.svc.light-ext-hal-2-0]: [running]
[init.svc.lmkd]: [running]
[init.svc.logd]: [running]
[init.svc.logd-auditctl]: [stopped]
[init.svc.logd-reinit]: [stopped]
[init.svc.macaddr]: [stopped]
[init.svc.mdnsd]: [running]
[init.svc.media]: [running]
[init.svc.media.swcodec]: [running]
[init.svc.mediadrm]: [running]
[init.svc.mediaextractor]: [running]
[init.svc.mediametrics]: [running]
[init.svc.multimodalinputservice]: [running]
[init.svc.netd]: [running]
[init.svc.netmanager]: [running]
[init.svc.nfc_hal_ext_service]: [running]
[init.svc.nfc_hal_service]: [running]
[init.svc.odmf-data-chgrp]: [stopped]
[init.svc.oeminfo_nvm]: [running]
[init.svc.perfgenius-hal-2-0]: [running]
[init.svc.power-hw-hal-1-0]: [running]
[init.svc.powerct]: [stopped]
[init.svc.powerlogd]: [running]
[init.svc.qemu-props]: [running]
[init.svc.ranchu-net]: [stopped]
[init.svc.resschedd]: [running]
[init.svc.restart_xlogcat_service]: [stopped]
[init.svc.ril_mock]: [running]
[init.svc.samgr]: [running]
[init.svc.secure_element_hal_service]: [running]
[init.svc.sensors-hal-1-2_hw]: [running]
[init.svc.servicemanager]: [running]
[init.svc.statsd]: [running]
[init.svc.storaged]: [running]
[init.svc.surfaceflinger]: [running]
[init.svc.system_suspend]: [running]
[init.svc.teeauth]: [running]
[init.svc.teecd]: [running]
[init.svc.telephonyservice]: [running]
[init.svc.thermal-daemon]: [running]
[init.svc.tombstoned]: [running]
[init.svc.tp-hal-1-0]: [running]
[init.svc.ueventd]: [running]
[init.svc.uniperf-hal-1-0]: [running]
[init.svc.usb_port]: [stopped]
[init.svc.usbd]: [stopped]
[init.svc.vendor.atrace-hal-1-0]: [running]
[init.svc.vendor.audio-hal-2-0]: [running]
[init.svc.vendor.audiocontrol-hal-1.0]: [running]
[init.svc.vendor.boot-hal-1-0]: [running]
[init.svc.vendor.camera-provider-2-4]: [running]
[init.svc.vendor.cas-hal-1-1]: [running]
[init.svc.vendor.configstore-hal]: [running]
[init.svc.vendor.drm-clearkey-hal-1-2]: [running]
[init.svc.vendor.drm-hal-1-0]: [running]
[init.svc.vendor.drm-widevine-hal-1-2]: [running]
[init.svc.vendor.gatekeeper-1-0]: [running]
[init.svc.vendor.gralloc-2-0]: [running]
[init.svc.vendor.hwcomposer-2-3]: [running]
[init.svc.vendor.keymaster-3-0]: [running]
[init.svc.vendor.media.omx]: [running]
[init.svc.vendor.memtrack-hal-1-0]: [running]
[init.svc.vendor.power.stats-hal-1-0-mock]: [running]
[init.svc.vendor.ril-daemon]: [running]
[init.svc.vendor.usb-hal-1-0]: [running]
[init.svc.vibrator-HW-1-1]: [running]
[init.svc.vmock_mount]: [stopped]
[init.svc.vmock_service]: [running]
[init.svc.vndservicemanager]: [running]
[init.svc.vold]: [running]
[init.svc.wakeup_data_copy]: [stopped]
[init.svc.wifi_ext]: [running]
[init.svc.wificond]: [running]
[init.svc.wifiservice]: [running]
[init.svc.wpa_supplicant]: [running]
[init.svc.xlogctl_service]: [stopped]
[init.svc.xlogfilter_service]: [stopped]
[init.svc.zygote]: [running]
[init.svc.zygote_secondary]: [running]
[itouch.predict_opt]: [0]
[itouch.version]: [10.0.107]
[keyguard.no_require_sim]: [true]
[launcher_smartslider_optimization_enable]: [1]
[log.flowctrl.1]: [27eccdc0F7acb586d020b770f20d0893a819]
[log.tag.APM_AudioPolicyManager]: [D]
[log.tag.WifiHAL]: [D]
[log.tag.stats_log]: [I]
[net.bt.name]: [Android]
[net.dns1]: [10.0.2.3]
[net.eth0.dns1]: [10.0.2.3]
[net.eth0.dns2]: []
[net.eth0.dns3]: []
[net.eth0.dns4]: []
[net.eth0.gw]: [10.0.2.2]
[net.hostname]: [AMZ-54a3a515d8a2e31f]
[net.ntp.time]: [1608522905549]
[net.ntp.timereference]: [271134]
[net.qtaguid_enabled]: [1]
[net.tcp.default_init_rwnd]: [60]
[nfc.initialized]: [true]
[nfc.nfc_chip_type]: [pn551]
[nfc.node]: [/dev/pn544]
[odm.ril.hw_modem0.rssi]: [-44]
[odm.ril.hw_modem1.rssi]: [-1]
[odm.ril.hw_modem2.rssi]: [-1]
[odm.ril.modem.balong_nvm_server]: [true]
[odm.ril.sim.nvcfg_pre_iccid_0]: []
[odm.ril.sim.nvcfg_pre_iccid_1]: []
[odm.ril.sim.scichg_process]: [SCIINIT]
[odm.ril.sim.terminal_rsp_need]: []
[odm.ril.sim.terminal_rsp_need1]: []
[persist.bluetooth.enablenewavrcp]: [false]
[persist.bt.max.a2dp.connections]: [2]
[persist.config.lower_buffer_num_enable]: [true]
[persist.cust_service.done]: [true]
[persist.device_config.attempted_boot_count]: [0]
[persist.device_config.runtime_native.usap_pool_enabled]: []
[persist.egl.support_vr]: [0]
[persist.fw.force_adoptable]: [true]
[persist.hw_sc.ohos_class_preload_enable]: [true]
[persist.jank.gameskip]: [true]
[persist.kirin.media.hires.enable]: [true]
[persist.kirin.media.lowlatency.enable]: [true]
[persist.kirin.media.offload.enable]: [true]
[persist.kirin.media.usbvoice.enable]: [true]
[persist.kirin.media.usbvoice.name]: [USB-Audio - HUAWEI GLASS]
[persist.kirin.touch_move_opt]: [1]
[persist.kirin.touch_vsync_opt]: [1]
[persist.kirin.touchevent_opt]: [1]
[persist.log.tag]: [W]
[persist.media.lowlatency.enable]: [true]
[persist.odm.radio.airmode_sim0]: [false]
[persist.odm.radio.fast_switch_step]: [0,0]
[persist.odm.radio.nv_bin_loaded_m0]: [false]
[persist.odm.radio.nv_bin_loaded_m1]: [false]
[persist.odm.radio.nvcfg_file]: [TEST.bin]
[persist.odm.radio.preiccid_0]: [8986001]
[persist.odm.radio.standby_mode]: [mode_ulu]
[persist.odm.radio.sub_state_cfg]: [1,1,1]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.radio.dualltecap]: [0]
[persist.radio.modem0_imsswitch]: [2]
[persist.radio.modem1_imsswitch]: [2]
[persist.radio.modem2_imsswitch]: [2]
[persist.scale.anr]: [600]
[persist.sys.adoptable]: [force_on]
[persist.sys.appstart.enable]: [true]
[persist.sys.appstart.sync]: [true]
[persist.sys.boot.reason]: []
[persist.sys.boot.reason.history]: [reboot,factory_reset,1604277735
reboot,18]
[persist.sys.cpuset.enable]: [1]
[persist.sys.cpuset.subswitch]: [52243984]
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.device_provisioned]: [1]
[persist.sys.displayinset.top]: [0]
[persist.sys.dualcards]: [true]
[persist.sys.dubai.device.secure]: [false]
[persist.sys.enable_iaware]: [true]
[persist.sys.fast_h_duration]: [2000]
[persist.sys.fast_h_max]: [50]
[persist.sys.fingerpressnavi]: [0]
[persist.sys.fingersense]: [1]
[persist.sys.getvolumelist.cache]: [true]
[persist.sys.hardcoder.name]: [resmon|16]
[persist.sys.hw.forcedark_policy]: [1]
[persist.sys.hwpms_error_reboot_count]: [0]
[persist.sys.hyperhold.rom.open]: [0]
[persist.sys.iaware.appboost.click_duration]: [1000]
[persist.sys.iaware.appboost.click_times]: [3]
[persist.sys.iaware.appboost.slide_duration]: [5000]
[persist.sys.iaware.appboost.slide_times]: [16]
[persist.sys.iaware.appboost.switch]: [true]
[persist.sys.iaware.appscenerecog.switch]: [false]
[persist.sys.iaware.appsdk]: [true]
[persist.sys.iaware.blitparallel]: [true]
[persist.sys.iaware.cpuenable]: [true]
[persist.sys.iaware.jpg_sample_adapt]: [1]
[persist.sys.iaware.profile]: [true]
[persist.sys.iaware.size.BitmapDeocodeCache]: [2048]
[persist.sys.iaware.switch.BitmapDeocodeCache]: [true]
[persist.sys.iaware.topa.train]: [1]
[persist.sys.iaware.topimcn]: [com.tencent.mm]
[persist.sys.iaware.touchdownpreloadenable]: [1]
[persist.sys.iaware.vsyncfirst]: [true]
[persist.sys.install_no_quota]: [1]
[persist.sys.isolated_storage]: [true]
[persist.sys.jankenable]: [true]
[persist.sys.max_rdh_delay]: [0]
[persist.sys.media.hp.ff.hiplayer]: [false]
[persist.sys.nearby.uuid]: [2A9428EDE3810E7B9A875EAE2626411F2DF77BDF26F14D0C972FDE6E604D426D]
[persist.sys.opkey0]: []
[persist.sys.performance]: [true]
[persist.sys.powerup_reason]: [NORMAL]
[persist.sys.rog.height]: [630]
[persist.sys.rog.width]: [1680]
[persist.sys.root.status]: [0]
[persist.sys.screen_soft_rank]: [false]
[persist.sys.sdencryption.enable]: [true]
[persist.sys.sf.native_mode]: [1]
[persist.sys.smart_power]: [2]
[persist.sys.srms.enable]: [true]
[persist.sys.strictmode.disable]: [true]
[persist.sys.timezone]: [Asia/Shanghai]
[persist.sys.uninstallapk]: [1]
[persist.sys.usb.config]: [manufacture,adb]
[persist.sys.version]: [1100070]
[persist.sys.version_update0]: [true]
[persist.touch_vsync_opt]: [0]
[persist.vendor.bluetooth.prefferedrole]: [master]
[persist.vendor.bluetooth.rtkcoex]: [true]
[persist.vendor.hisecd.firstrun]: [0]
[persist.vendor.rtkbt.bdaddr_path]: [none]
[persist.vendor.rtkbtadvdisable]: [false]
[pm.dexopt.ab-ota]: [speed-profile]
[pm.dexopt.bg-dexopt]: [speed-profile]
[pm.dexopt.boot]: [verify]
[pm.dexopt.first-boot]: [extract]
[pm.dexopt.inactive]: [verify]
[pm.dexopt.install]: [speed-profile]
[pm.dexopt.shared]: [speed]
[qemu.gles]: [1]
[qemu.hw.mainkeys]: [0]
[qemu.sf.fake_camera]: [both]
[qemu.timezone]: [Etc/UTC]
[ranchu_net_start]: [1]
[ril.hw_mc.test_sims]: [1,0]
[ril.operator.numeric]: [46060]
[ril_mock_at_echo_unfinished]: [null]
[ril_mock_call_state]: [NULL]
[ril_mock_card1_imsi]: [460600100009215]
[ril_mock_card1_last_mode]: [^MODE:5,4]
[ril_mock_card2_last_mode]: [^MODE:0,0]
[ril_mock_cfun0]: [1]
[ril_mock_completed]: [1]
[ril_mock_error_count]: [11]
[ril_mock_fifoname]: [/data/mockFile/rilmock/fifo]
[ril_mock_rild_pid_last]: [NULL]
[ril_mock_simswitch]: [0]
[ro.actionable_compatible_property.enabled]: [true]
[ro.adb.btstatus]: [invalid]
[ro.adb.secure]: [1]
[ro.allow.mock.location]: [0]
[ro.apex.updatable]: [true]
[ro.audio.offload_wakelock]: [false]
[ro.baseband]: [unknown]
[ro.bionic.2nd_arch]: [arm]
[ro.bionic.2nd_cpu_variant]: [cortex-a15]
[ro.bionic.arch]: [arm64]
[ro.bionic.cpu_variant]: [generic]
[ro.blight.exempt_app_type]: [-1,1,16,24]
[ro.board.chiptype]: [cs]
[ro.board.platform]: [kirin990]
[ro.boot.bootreason]: [reboot,factory_reset]
[ro.boot.dynamic_partitions]: [true]
[ro.boot.hardware]: [ranchu]
[ro.boot.mode]: [normal]
[ro.boot.odm.conn.chiptype]: [vdevice]
[ro.boot.overlay]: [disable]
[ro.boot.product.hardware.sku]: [TAS-AL00]
[ro.boot.selinux]: [permissive]
[ro.bootimage.build.date]: [Fri Oct 30 11:20:17 CST 2020]
[ro.bootimage.build.date.utc]: [1604028017]
[ro.bootimage.build.fingerprint]: [kirin990/kirin990/kirin990:10/QP1A.190711.020/jenkins1202010301120:eng/test-keys]
[ro.bootloader]: [unknown]
[ro.bootmode]: [normal]
[ro.boottime.AGPService]: [20677650600]
[ro.boottime.AdasService]: [18211597720]
[ro.boottime.ClusterService]: [18272560780]
[ro.boottime.HiSpeechServer]: [18287168920]
[ro.boottime.IviHardwareService]: [18365575360]
[ro.boottime.IviPowerService]: [18421785840]
[ro.boottime.IviThermalService]: [18425501780]
[ro.boottime.LocationService]: [19778440120]
[ro.boottime.RadioService]: [18367220660]
[ro.boottime.TBoxService]: [18417553220]
[ro.boottime.accountmgr]: [19753210900]
[ro.boottime.adbd]: [20520234840]
[ro.boottime.apexd]: [17605917900]
[ro.boottime.apexd-bootstrap]: [4632673960]
[ro.boottime.ashmemd]: [19346189540]
[ro.boottime.audio_sa]: [19755181400]
[ro.boottime.audioserver]: [19376372700]
[ro.boottime.autorun-boot]: [124359210780]
[ro.boottime.bluetoothservice]: [19775696400]
[ro.boottime.bms_auth]: [5150496160]
[ro.boottime.bms_event]: [17383619200]
[ro.boottime.bms_soc]: [17391135240]
[ro.boottime.bms_thermal_n]: [20620202180]
[ro.boottime.bootanim]: [22790489940]
[ro.boottime.bpfloader]: [20679831220]
[ro.boottime.bsoh]: [20147179800]
[ro.boottime.bt_mock]: [124353064260]
[ro.boottime.cameraserver]: [20681905440]
[ro.boottime.cust_from_init]: [18339857160]
[ro.boottime.ddr_inspect]: [5153113380]
[ro.boottime.dhcpclient_rtr]: [43779546820]
[ro.boottime.dhcpserver]: [44072764440]
[ro.boottime.display-hal-1-1]: [18997858960]
[ro.boottime.displayengine-hal-1-2]: [18968163540]
[ro.boottime.displayservice]: [19379774560]
[ro.boottime.distributedfiledaemon]: [21099700360]
[ro.boottime.distributedfileservice]: [130451516480]
[ro.boottime.dpeservice]: [20683877180]
[ro.boottime.drivingsafetyservice]: [19711544640]
[ro.boottime.drm]: [20686957520]
[ro.boottime.dubaid]: [20691194180]
[ro.boottime.emu_hostapd]: [44050891280]
[ro.boottime.face_hal]: [20666489580]
[ro.boottime.fps_hal_ext]: [21326616240]
[ro.boottime.gatekeeperd]: [21123675680]
[ro.boottime.gpsdaemon]: [21297174660]
[ro.boottime.gpu]: [19388864800]
[ro.boottime.hal_gnss_service_2-0]: [18929561120]
[ro.boottime.health-hal-2-0]: [18852055760]
[ro.boottime.healthd]: [18823278960]
[ro.boottime.hidl_memory]: [18754460760]
[ro.boottime.hilog]: [124356997780]
[ro.boottime.hinetmanager]: [21233009800]
[ro.boottime.hisecd]: [20171745540]
[ro.boottime.hispeech_hal_1_0]: [21686157940]
[ro.boottime.hivrar-hal-2-1]: [18936201640]
[ro.boottime.hivrarserver]: [19990860980]
[ro.boottime.hsensors]: [19713508000]
[ro.boottime.huawei.vehicle-hal-1.0]: [18907968840]
[ro.boottime.hwcinterface-1-1]: [18894557120]
[ro.boottime.hwfactoryinterface-hal-1-1]: [18999315040]
[ro.boottime.hwhiview-hal-1-1]: [19006569760]
[ro.boottime.hwinit_check]: [18337450020]
[ro.boottime.hwnffearly]: [124372590140]
[ro.boottime.hwpged]: [20675305240]
[ro.boottime.hwrme]: [20693431280]
[ro.boottime.hwsched-1-0]: [19045939300]
[ro.boottime.hwsecurity-hal]: [19072534080]
[ro.boottime.hwservicemanager]: [5082660900]
[ro.boottime.iGraphicsservice]: [20695634500]
[ro.boottime.iawared_mock]: [19293256420]
[ro.boottime.idmap2d]: [20719941260]
[ro.boottime.incidentd]: [20721736880]
[ro.boottime.init]: [815]
[ro.boottime.init.cold_boot_wait]: [141]
[ro.boottime.init.mount_all.default]: [3228]
[ro.boottime.init.selinux]: [3137]
[ro.boottime.installd]: [20723455080]
[ro.boottime.ipv6proxy]: [44004833080]
[ro.boottime.iviconfigmanagerservice]: [18363750220]
[ro.boottime.jpegdec-1-0]: [19114359960]
[ro.boottime.keystore]: [20813373900]
[ro.boottime.libteec-3-0]: [17374399980]
[ro.boottime.light-ext-hal-2-0]: [19142259520]
[ro.boottime.lmkd]: [19451075200]
[ro.boottime.logd]: [5066980880]
[ro.boottime.logd-auditctl]: [124387653080]
[ro.boottime.logd-reinit]: [18532379260]
[ro.boottime.macaddr]: [21294476300]
[ro.boottime.mdnsd]: [20668803580]
[ro.boottime.media]: [21012077040]
[ro.boottime.media.swcodec]: [21097121460]
[ro.boottime.mediadrm]: [20815964980]
[ro.boottime.mediaextractor]: [20938771080]
[ro.boottime.mediametrics]: [20940787080]
[ro.boottime.multimodalinputservice]: [19838052020]
[ro.boottime.netd]: [18579359980]
[ro.boottime.netmanager]: [19750987500]
[ro.boottime.nfc_hal_ext_service]: [19170379480]
[ro.boottime.nfc_hal_service]: [18860761380]
[ro.boottime.odmf-data-chgrp]: [18308822300]
[ro.boottime.oeminfo_nvm]: [13531011440]
[ro.boottime.perfgenius-hal-2-0]: [19173727040]
[ro.boottime.power-hw-hal-1-0]: [19202717300]
[ro.boottime.powerct]: [17403643040]
[ro.boottime.powerlogd]: [19329257300]
[ro.boottime.qemu-props]: [19316699020]
[ro.boottime.ranchu-net]: [35407770340]
[ro.boottime.resschedd]: [19879734580]
[ro.boottime.restart_xlogcat_service]: [124366776080]
[ro.boottime.ril_mock]: [22182355740]
[ro.boottime.samgr]: [18411011620]
[ro.boottime.secure_element_hal_service]: [18871059940]
[ro.boottime.sensors-hal-1-2_hw]: [21074610180]
[ro.boottime.servicemanager]: [5079274100]
[ro.boottime.statsd]: [21014249800]
[ro.boottime.storaged]: [21036220260]
[ro.boottime.surfaceflinger]: [19455137780]
[ro.boottime.system_suspend]: [18819557660]
[ro.boottime.teeauth]: [17367179720]
[ro.boottime.teecd]: [17371798400]
[ro.boottime.telephonyservice]: [19882552740]
[ro.boottime.thermal-daemon]: [21038786140]
[ro.boottime.tombstoned]: [21212484780]
[ro.boottime.tp-hal-1-0]: [19223031820]
[ro.boottime.ueventd]: [4629104020]
[ro.boottime.uniperf-hal-1-0]: [19111039560]
[ro.boottime.usb_port]: [10245313480]
[ro.boottime.usbd]: [21214899320]
[ro.boottime.vendor.atrace-hal-1-0]: [17363513860]
[ro.boottime.vendor.audio-hal-2-0]: [18897408360]
[ro.boottime.vendor.audiocontrol-hal-1.0]: [18903697360]
[ro.boottime.vendor.boot-hal-1-0]: [10240876440]
[ro.boottime.vendor.camera-provider-2-4]: [18826665460]
[ro.boottime.vendor.cas-hal-1-1]: [18830006680]
[ro.boottime.vendor.configstore-hal]: [18833668300]
[ro.boottime.vendor.drm-clearkey-hal-1-2]: [149269391640]
[ro.boottime.vendor.drm-hal-1-0]: [18837240120]
[ro.boottime.vendor.drm-widevine-hal-1-2]: [149455289140]
[ro.boottime.vendor.gatekeeper-1-0]: [18840778280]
[ro.boottime.vendor.gralloc-2-0]: [18844399020]
[ro.boottime.vendor.hwcomposer-2-3]: [18847874840]
[ro.boottime.vendor.keymaster-3-0]: [17365970880]
[ro.boottime.vendor.media.omx]: [21057632800]
[ro.boottime.vendor.memtrack-hal-1-0]: [18855954400]
[ro.boottime.vendor.power.stats-hal-1-0-mock]: [18867658960]
[ro.boottime.vendor.ril-daemon]: [21072159620]
[ro.boottime.vendor.usb-hal-1-0]: [18875180360]
[ro.boottime.vibrator-HW-1-1]: [19108130820]
[ro.boottime.vmock_mount]: [13522693620]
[ro.boottime.vmock_service]: [19278198880]
[ro.boottime.vndservicemanager]: [5085508060]
[ro.boottime.vold]: [10237060920]
[ro.boottime.wakeup_data_copy]: [18456317400]
[ro.boottime.wifi_ext]: [116718842040]
[ro.boottime.wificond]: [116711299040]
[ro.boottime.wifiservice]: [19900882000]
[ro.boottime.wpa_supplicant]: [253061275160]
[ro.boottime.xlogctl_service]: [21175888020]
[ro.boottime.xlogfilter_service]: [20522159920]
[ro.boottime.zygote]: [18583854040]
[ro.boottime.zygote_secondary]: [18588532920]
[ro.bt.bdaddr_path]: [/data/vendor/bluedroid/macbt]
[ro.build.characteristics]: [car]
[ro.build.date]: [Fri Oct 30 12:45:35 CST 2020]
[ro.build.date.utc]: [1604033135]
[ro.build.description]: [generic_a15-user 10 QP1A.190711.020 eng.jenkin.20201030.124252 dev-keys]
[ro.build.display.id]: [TAS-LGRP1-CHN 10.0.1.117(SP50log)]
[ro.build.fingerprint]: [HUAWEI/ICSV 1.0.009-T0000000.B117/HWTAS:10/QP1A.190711.020/10.0.1.117SP50cust format error.:userdebug/release-keys]
[ro.build.harmoney.enable]: [true]
[ro.build.harmony.enable]: [true]
[ro.build.hide]: [true]
[ro.build.hide.matchers]: [TAS;HW;HWTAS;kirin990;Heimdall-MP16;10.0.0]
[ro.build.hide.replacements]: [AMZ;unknown;unknown;unknown;unknown;5.0.1]
[ro.build.hide.settings]: [8;1.8 GHz;6.0GB;56.00 GB;64.00 GB;1920 x 1080;9;3.10.30;9.1.1]
[ro.build.host]: [szvpicsci00011]
[ro.build.hw_emui_api_level]: [25]
[ro.build.hw_emui_lite.enable]: [false]
[ro.build.id]: [QP1A.190711.020]
[ro.build.ohos.apiversion]: [3]
[ro.build.ohos.devicetype]: [car]
[ro.build.ohos.enable]: [true]
[ro.build.product]: [TAS]
[ro.build.tags]: [release-keys]
[ro.build.type]: [userdebug]
[ro.build.update_version]: [V1_2]
[ro.build.user]: [test]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.ark]: [4]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.emui]: [EmotionUI_11.0.0]
[ro.build.version.hardware]: [H001]
[ro.build.version.incremental]: [10.0.1.117SP50cust format error.]
[ro.build.version.min_supported_target_sdk]: [23]
[ro.build.version.preview_sdk]: [0]
[ro.build.version.preview_sdk_fingerprint]: [REL]
[ro.build.version.product]: [ICCE00120951S207001]
[ro.build.version.release]: [10]
[ro.build.version.sdk]: [29]
[ro.build.version.security_patch]: [2020-08-01]
[ro.build.version.zidane]: [1.0]
[ro.camera.sound.not_forced]: [true]
[ro.camera.video_fps_default]: [30]
[ro.camera.warm_start_fadeout_enable]: [false]
[ro.carrier]: [unknown]
[ro.check.modem_network]: [true]
[ro.client.version]: [ICCE00120951S207001]
[ro.comp.chipset_version]: [Chipset-cdc 10.1.0.(01IL)]
[ro.comp.cust_version]: [Cust-CHN 11.0.1.1(0000)]
[ro.comp.hl.product_base_version]: [TAS-LGRP1-CHN 10.0.1.117(SP50log)]
[ro.comp.preas_version]: [Preas-CHN 10.0.0(0000)]
[ro.comp.preas_version.full]: [Preas-CHN 10.0.0(Q)]
[ro.comp.product_version]: [Product-TAS 10.0.0(0000)]
[ro.comp.sys_support_vndk]: []
[ro.comp.system_version]: [System 11.0.0.070(1OPP)]
[ro.confg.hw_fastbootversion]: []
[ro.confg.hw_odmversion]: [Chipset-cdc 10.1.0.(01IL)_ODM_CDC]
[ro.confg.hw_systemversion]: [System 11.0.0.070(1OPP)]
[ro.config.a2dp_lowLatency]: [true]
[ro.config.alarm_alert]: [Alarm_Classic.ogg]
[ro.config.aperture_zoom_custom]: [1]
[ro.config.app_big_icon_size]: [176]
[ro.config.arobject_enable]: [1]
[ro.config.attach_ip_type]: [IPV4V6]
[ro.config.auto_display_mode]: [true]
[ro.config.beta_sec_ctrl]: [true]
[ro.config.blight_power_curve]: [50,1;100,0.8;300,0.8;350,0.9;380,1]
[ro.config.carkitmodenotif]: [true]
[ro.config.change_brand_suggest]: [1]
[ro.config.colorTemperature_3d]: [true]
[ro.config.colorTemperature_K3]: [true]
[ro.config.data_preinstalled]: [true]
[ro.config.dataoff_timeout]: [5]
[ro.config.default_screensize]: [1080,2340]
[ro.config.demo_allow_pwd]: [false]
[ro.config.detect_sd_disable]: [false]
[ro.config.disable_force_touch]: [true]
[ro.config.disable_operator_name]: [true]
[ro.config.disable_reset_by_mdm]: [true]
[ro.config.disable_triple]: [true]
[ro.config.distributed_app_fwk]: [true]
[ro.config.dns.two_threads]: [true]
[ro.config.dnscure_ipcfg]: [10.8.2.1;10.8.2.2|8.8.8.8;208.67.222.222;180.76.76.76;223.5.5.5]
[ro.config.dolby_dap]: [false]
[ro.config.dolby_ddp]: [false]
[ro.config.enable_backup_fc_2d]: [true]
[ro.config.enable_iaware]: [true]
[ro.config.enable_partition_move_update]: [1]
[ro.config.enable_perfhub_fling]: [true]
[ro.config.enable_rcc]: [true]
[ro.config.enable_rms]: [true]
[ro.config.enable_thermal_bdata]: [true]
[ro.config.enable_typec_earphone]: [true]
[ro.config.enterprise_support]: [true]
[ro.config.face_recognition]: [false]
[ro.config.finger_joint]: [true]
[ro.config.fp_hbm_ahead]: [true]
[ro.config.fp_navigation]: [true]
[ro.config.gallery_story_disable]: [false]
[ro.config.gameassist]: [1]
[ro.config.gameassist.anti-touch]: [1]
[ro.config.gameassist.full-finger]: [1]
[ro.config.gameassist.peripherals]: [1]
[ro.config.gameassist_soundtovibrate]: [0]
[ro.config.hiai.translation_engine.full_feature]: [0]
[ro.config.hiaibase_push_mode]: [1]
[ro.config.hicall]: [true]
[ro.config.hpx_m6m8_support]: [true]
[ro.config.huawei_smallwindow]: [309,0,1080,2340]
[ro.config.hw.knucklegesture]: [Huawei]
[ro.config.hw.security_volume]: [10]
[ro.config.hwRemoveADBMonitor]: [true]
[ro.config.hw_DK_CCC1.0_on]: [true]
[ro.config.hw_OptiDBConfig]: [true]
[ro.config.hw_allow_rs_mms]: [true]
[ro.config.hw_aqv_enabled]: [false]
[ro.config.hw_camera_nfc_switch]: [true]
[ro.config.hw_charge_frz]: [true]
[ro.config.hw_codec_support]: [0.180410]
[ro.config.hw_dts_settings]: [true]
[ro.config.hw_eapsim]: [true]
[ro.config.hw_earpiece_fade]: [true]
[ro.config.hw_easywakeup]: [true]
[ro.config.hw_easywakeup_openface]: [true]
[ro.config.hw_eccNumUseRplmn]: [true]
[ro.config.hw_ecclist_nocard]: [+120,+122]
[ro.config.hw_ecclist_withcard]: [+112]
[ro.config.hw_em_solution_ver]: [B070]
[ro.config.hw_emcom]: [true]
[ro.config.hw_emui_cast_mode]: [true]
[ro.config.hw_emui_desktop_mode]: [true]
[ro.config.hw_emui_dp_pc_mode]: [true]
[ro.config.hw_emui_welink_cast]: [true]
[ro.config.hw_emui_wfd_pc_mode]: [true]
[ro.config.hw_fake_ecc_list]: [110,120,122,999,119]
[ro.config.hw_freeform_enable]: [true]
[ro.config.hw_front_fp_navi]: [false]
[ro.config.hw_globalEcc]: [false]
[ro.config.hw_glovemode_enabled]: [1]
[ro.config.hw_hotswap_on]: [true]
[ro.config.hw_low_ram]: [false]
[ro.config.hw_lte_release]: [true]
[ro.config.hw_magne_bracket]: [true]
[ro.config.hw_media_flags]: [2]
[ro.config.hw_multiscreen]: [true]
[ro.config.hw_multiwindow_optimization]: [true]
[ro.config.hw_navigationbar]: [true]
[ro.config.hw_newsimple]: [true]
[ro.config.hw_nlp]: [com.huawei.lbs]
[ro.config.hw_notch_size]: [252,81,414,57]
[ro.config.hw_optb]: [156]
[ro.config.hw_pdn_rej_data_cure]: [true]
[ro.config.hw_power_saving]: [true]
[ro.config.hw_power_voice_key]: [true]
[ro.config.hw_sensorhub]: [true]
[ro.config.hw_sim2airplane]: [true]
[ro.config.hw_singlehand]: [1]
[ro.config.hw_srlte]: [true]
[ro.config.hw_support_clone_app]: [true]
[ro.config.hw_support_geofence]: [true]
[ro.config.hw_support_led]: [false]
[ro.config.hw_switchdata_4G]: [true]
[ro.config.hw_tint]: [true]
[ro.config.hw_updateCotaPara]: [true]
[ro.config.hw_useCtrlSocket]: [true]
[ro.config.hw_vassistant_honor]: [true]
[ro.config.hw_vcardBase64]: [true]
[ro.config.hw_voicemail_sim]: [true]
[ro.config.hw_volte_dyn]: [true]
[ro.config.hw_volte_on]: [true]
[ro.config.hw_wakeup_device]: [true]
[ro.config.hw_watermark]: [false]
[ro.config.hw_wfd_optimize]: [true]
[ro.config.hw_wifi_dc_enable]: [true]
[ro.config.hw_wifibridge]: [true]
[ro.config.hwsync_enabled]: [true]
[ro.config.hwtheme]: [1]
[ro.config.ipv4.mtu]: [1400]
[ro.config.isDmProduct]: [true]
[ro.config.ivirunning]: [0]
[ro.config.keyguard_swing_enabled]: [true]
[ro.config.keypasstouser]: [true]
[ro.config.linkplus.liveupdate]: [true]
[ro.config.lock_noti_simplify]: [true]
[ro.config.lockscreen_sound_off]: [true]
[ro.config.marketing_name]: [AMZ]
[ro.config.music_region]: [lowfreq]
[ro.config.need_tailored]: [true]
[ro.config.new_hw_screen_aspect]: [2340:2224:1080]
[ro.config.nfc_nxp_active]: [i]
[ro.config.noti_list_simplify]: [true]
[ro.config.notification_sound]: [pixiedust.ogg]
[ro.config.para_updateCapacityVersion]: [1.0]
[ro.config.peq_support]: [true]
[ro.config.permanent_error_heal]: [true]
[ro.config.pre_dns_query]: [true]
[ro.config.protect_screen_name]: [LG,BOE,SAMSUNG]
[ro.config.proximity_top]: [false]
[ro.config.ringtone]: [Ring_Synth_04.ogg]
[ro.config.ringtone2]: [Huawei_Tune_Living.ogg]
[ro.config.small_cover_size]: [_747x1920]
[ro.config.sn_main_page]: [true]
[ro.config.soft_single_navi]: [false]
[ro.config.supercharge_show_two_percents]: [true]
[ro.config.support_aod]: [1]
[ro.config.support_ca]: [true]
[ro.config.support_ccmode]: [true]
[ro.config.support_doubletap_pay]: [true]
[ro.config.support_face_mode]: [8]
[ro.config.support_hwpki]: [true]
[ro.config.support_iseapp]: [true]
[ro.config.support_iudf]: [true]
[ro.config.support_multi_face]: [true]
[ro.config.support_one_time_hota]: [true]
[ro.config.support_privacyspace]: [true]
[ro.config.support_sdcard_crypt]: [true]
[ro.config.supports_bluetooth_high_pwr]: [true]
[ro.config.supports_hitws]: [true]
[ro.config.swing_applock_enable]: [1]
[ro.config.swing_enabled]: [1]
[ro.config.switchPrimaryVolume]: [false]
[ro.config.swsAlwaysActiveForSPK]: [true]
[ro.config.sws_version]: [0600]
[ro.config.third_key_provider]: [kukong]
[ro.config.toolorder]: [0,2,1,3,4]
[ro.config.updatelocation]: [true]
[ro.config.vendor.isDmProduct]: [true]
[ro.config.voice_recognition]: [0]
[ro.config.widevine_level3]: [true]
[ro.config.wifi_fast_bss_enable]: [true]
[ro.connectivity.chiptype]: [vdevice]
[ro.control.sleeplog]: [true]
[ro.control_privapp_permissions]: [enforce]
[ro.crypto.state]: [encrypted]
[ro.crypto.type]: [file]
[ro.dalvik.vm.native.bridge]: [0]
[ro.debuggable]: [0]
[ro.device.name]: [N61AB-C01]
[ro.device.type]: [N61AB-C01]
[ro.device_owner]: [false]
[ro.dts.licensepath]: [odm/etc/dts/]
[ro.dual.sim.phone]: [true]
[ro.feature.gallery.hide_album_enable]: [false]
[ro.feature.notification_badge_combine_switch]: [true]
[ro.gsid.image_running]: [0]
[ro.hardware]: [ranchu]
[ro.hardware.audio.primary]: [ics_automotive]
[ro.hardware.egl]: [emulation]
[ro.hdmi.service]: [false]
[ro.huawei.build.date]: [Fri Oct 30 12:45:35 CST 2020]
[ro.huawei.build.date.utc]: [1604033135]
[ro.huawei.build.display.id]: [Error: /preas/xxx not found in /hw_product/hw_oem//parent_cust.cfg]
[ro.huawei.build.fingerprint]: [HUAWEI/ICSV 1.0.009-T0000000.B117/HWTAS:10/QP1A.190711.020/10.0.1.117SP50cust format error.:userdebug/release-keys]
[ro.huawei.build.host]: [szvpicsci00011]
[ro.huawei.build.version.incremental]: [10.0.1.117SP50cust format error.]
[ro.huawei.build.version.security_patch]: [2020-08-01]
[ro.huawei.config.perfgenius]: [true]
[ro.huawei.cust.oma_drm]: [false]
[ro.huawei.remount.check]: [0]
[ro.hw.base_all_groupversion]: [G2.1]
[ro.hw.country]: [cn]
[ro.hw.custPath]: [/cust/all/cn]
[ro.hw.dnsopt]: [3]
[ro.hw.hota.is_hwinit_exists]: [false]
[ro.hw.ipv6opt]: [true]
[ro.hw.ipv6timeout]: [1900]
[ro.hw.sub1_disable_switch_cs]: [true]
[ro.hw.vendor]: [all]
[ro.hwcamera.aimovie_enable]: [1]
[ro.hwcamera.back_video_default_value]: [4K]
[ro.hwcamera.beauty_max_3x_zoom_dot]: [true]
[ro.hwcamera.modesuggest_enable]: [true]
[ro.hwpp_ds_fail]: [111,30,32,33,35]
[ro.hwui.use_vulkan]: []
[ro.iconnect.trustpair]: [true]
[ro.init.updatable_crashing]: [1]
[ro.iorapd.enable]: [false]
[ro.itouch.trace_enabled]: [0]
[ro.kernel.android.qemud]: [1]
[ro.kernel.androidboot.hardware]: [ranchu]
[ro.kernel.androidboot.mode]: [normal]
[ro.kernel.androidboot.odm.conn.chiptype]: [vdevice]
[ro.kernel.androidboot.overlay]: [disable]
[ro.kernel.androidboot.product.hardware.sku]: [TAS-AL00]
[ro.kernel.androidboot.selinux]: [permissive]
[ro.kernel.cma]: [256M@0-4G]
[ro.kernel.console]: [ttyAMA0,38400]
[ro.kernel.init]: [/init]
[ro.kernel.ndns]: [4]
[ro.kernel.ppi]: [180]
[ro.kernel.qemu]: [1]
[ro.kernel.qemu.dalvik.vm.heapsize]: [512m]
[ro.kernel.qemu.gles]: [1]
[ro.kernel.qemu.opengles.version]: [196609]
[ro.kernel.root]: [/dev/vda1]
[ro.kernel.vdevice]: [1]
[ro.kernel.vendorcountry]: [all/cn]
[ro.kirin.config.callinwifi]: [200,6]
[ro.kirin.config.hw_board_ipa]: [true]
[ro.kirin.product.platform]: [kirin990]
[ro.launcher.icon_size_narrow]: [165]
[ro.lmk.critical]: [0]
[ro.lmk.critical_upgrade]: [false]
[ro.lmk.downgrade_pressure]: [100]
[ro.lmk.kill_heaviest_task]: [true]
[ro.lmk.kill_timeout_ms]: [100]
[ro.lmk.log_stats]: [true]
[ro.lmk.low]: [1001]
[ro.lmk.medium]: [800]
[ro.lmk.upgrade_pressure]: [100]
[ro.lmk.use_minfree_levels]: [true]
[ro.lmk.use_psi]: [true]
[ro.lockscreen.disable.default]: [1]
[ro.logd.kernel]: [false]
[ro.logd.size]: [4194304]
[ro.logd.size.stats]: [64K]
[ro.logsystem.usertype]: [1]
[ro.magic.api.version]: [0.1]
[ro.mpen.default.support]: [false]
[ro.odm.build.date.utc]: [1604028017]
[ro.odm.cdma.dormancy.mode]: [1]
[ro.odm.cdma.dormancy.screen]: [3]
[ro.odm.config.face_recognition]: [true]
[ro.odm.config.fm.disable]: [true]
[ro.odm.config.hw_higeo_fusion_ver]: [2.0]
[ro.odm.config.hw_higeo_pdrsupport]: [true]
[ro.odm.config.support_face_mode]: [8]
[ro.odm.config.voice_recognition]: [1]
[ro.odm.gsm.fastdormancy.mode]: [3]
[ro.odm.gsm.fd.screen]: [2]
[ro.odm.gsm.fd.time_scroff]: [4000]
[ro.odm.high_priority_data_mode]: [true]
[ro.odm.radio.sync_nvcfg]: [false]
[ro.odm.smart_dual_card]: [true]
[ro.oem.key1]: []
[ro.oem_unlock_supported]: [1]
[ro.opengles.version]: [196610]
[ro.packagename.calendar]: [com.huawei.calendar]
[ro.packagename.contacts]: [com.huawei.contacts]
[ro.packagename.email]: [com.huawei.email]
[ro.packagename.notepad]: [com.huawei.notepad]
[ro.patch.baseline.version]: [2.0]
[ro.persistent_properties.ready]: [true]
[ro.postinstall.fstab.prefix]: [/system]
[ro.powersavemode.backlight_ratio]: [80]
[ro.product.board]: [TAS]
[ro.product.brand]: [HUAWEI]
[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.cuptsm]: [HUAWEI|ESE|01|02]
[ro.product.device]: [HWTAS]
[ro.product.fingerprintName]: [HUAWEI-Z134]
[ro.product.first_api_level]: [29]
[ro.product.locale]: [zh-Hans-CN]
[ro.product.locale.language]: [zh]
[ro.product.locale.region]: [CN]
[ro.product.manufacturer]: [HUAWEI]
[ro.product.mcu.baseversion]: []
[ro.product.model]: [CDC]
[ro.product.name]: [ICSV 1.0.009-T0000000.B117]
[ro.product.odm.brand]: [Huawei]
[ro.product.odm.cdcdevice]: [mycdcdevice]
[ro.product.odm.cdcname]: [mycdc]
[ro.product.odm.device]: [CDC]
[ro.product.odm.name]: [CDC]
[ro.product.perfmode]: [true]
[ro.product.platform.pseudonym]: [1ARB9CV]
[ro.product.system.brand]: [Huawei]
[ro.product.system.device]: [generic_a15]
[ro.product.system.manufacturer]: [unknown]
[ro.product.system.model]: [generic_a15]
[ro.product.system.name]: [generic_a15]
[ro.product.type]: []
[ro.product.vendor.brand]: [kirin990]
[ro.product.vendor.device]: [kirin990]
[ro.product.vendor.manufacturer]: []
[ro.product.vendor.model]: [kirin990]
[ro.product.vendor.name]: [kirin990]
[ro.product.wallet.nfc]: [01|01|HUAWEI|01|02|01]
[ro.prop.hwkeychain_switch]: [true]
[ro.property_service.version]: [2]
[ro.revision]: [0]
[ro.ril.ecclist]: [112,911,#911,*911]
[ro.runmode]: [normal]
[ro.runtime.firstboot]: [1604277748218]
[ro.secure]: [1]
[ro.secure_storage.mspc]: [true]
[ro.serialno]: [D3H7N17C52422101]
[ro.setupwizard.mode]: [DISABLED]
[ro.sf.enable_backpressure_opt]: [0]
[ro.sf.lcd_density]: [480]
[ro.surface_flinger.protected_contents]: [true]
[ro.sys.ping_bf_dorecovery]: [true]
[ro.sys.powerup_reason]: [NORMAL]
[ro.sys.umsdirtyratio]: [2]
[ro.sys.version.sdk]: [zsdk 1.0.0]
[ro.syssvccallrecord.enable]: [true]
[ro.system.build.date]: [Fri Oct 30 12:45:35 CST 2020]
[ro.system.build.date.utc]: [1604033135]
[ro.system.build.fingerprint]: [Huawei/generic_a15/generic_a15:10/QP1A.190711.020/jenkins1202010301245:user/dev-keys]
[ro.system.build.id]: [QP1A.190711.020]
[ro.system.build.tags]: [dev-keys]
[ro.system.build.type]: [user]
[ro.system.build.version.incremental]: [eng.jenkin.20201030.124252]
[ro.system.build.version.release]: [10]
[ro.system.build.version.sdk]: [29]
[ro.sysui.renderthread_timeout]: [3000]
[ro.treble.enabled]: [true]
[ro.vendor.board.chiptype]: [cs]
[ro.vendor.build.date]: [Fri Oct 30 11:20:17 CST 2020]
[ro.vendor.build.date.utc]: [1604028017]
[ro.vendor.build.display.id]: [PhoenixV100R003C10B300]
[ro.vendor.build.fingerprint]: [kirin990/kirin990/kirin990:10/QP1A.190711.020/jenkins1202010301120:eng/test-keys]
[ro.vendor.build.id]: [QP1A.190711.020]
[ro.vendor.build.security_patch]: []
[ro.vendor.build.tags]: [release-keys]
[ro.vendor.build.type]: [eng]
[ro.vendor.build.version.incremental]: [20201030112035]
[ro.vendor.build.version.release]: [10]
[ro.vendor.build.version.sdk]: [29]
[ro.vendor.camera.video_fps_default]: [30]
[ro.vendor.config.hw_music_lp]: [true]
[ro.vendor.config.music_lp_vol]: [true]
[ro.vendor.hiaiapiversion]: [3.0]
[ro.vendor.hiaiversion]: [100.330.010.011]
[ro.vendor.hisecd.refreshed]: [1]
[ro.vendor.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.vendor.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.vendor.product.cpu.abilist64]: [arm64-v8a]
[ro.vendor.treble.data_violator.disable]: [true]
[ro.vendor.tui.service]: [true]
[ro.vendor.vndk.version]: [26.0.0]
[ro.vendor.wifi_display.disable_drm]: [true]
[ro.vndk.version]: [29]
[ro.vr.surport]: [false]
[ro.wifi.channels]: []
[ro.zygote]: [zygote64_32]
[ro.zygote.disable_gl_preload]: [1]
[selinux.restorecon_recursive]: [/data/misc_ce/0]
[service.adb.transport]: [goldfish]
[service.bootanim.exit]: [1]
[service.bootanim.state]: [ready]
[service.bootanim.stub]: [0]
[service.sf.present_timestamp]: [0]
[settings_fastview_fast_response_enable]: [1]
[sys.aps.support]: [101286913]
[sys.aps.version]: [11.0.0.4]
[sys.bms.profilemgr.initcount]: [1]
[sys.bms_limit_mode]: [normal]
[sys.boot.reason]: [reboot,factory_reset]
[sys.boot.reason.last]: [reboot]
[sys.boot_completed]: [1]
[sys.com.huawei.profile.boot_completed]: [1]
[sys.defaultapn.enabled]: [true]
[sys.dubai.sece.enabled]: [true]
[sys.fingerprint.deviceId]: [0]
[sys.huawei.thermal.enable]: [true]
[sys.hw_boot_success]: [1]
[sys.hw_sc.pg.user_mode]: [unsleep]
[sys.hwiaware.started]: [true]
[sys.iaware.cpuset.screenoff.bg]: [0-3]
[sys.iaware.cpuset.screenoff.boost]: [0-7]
[sys.iaware.cpuset.screenoff.fg]: [0-7]
[sys.iaware.cpuset.screenoff.kbg]: [0-3]
[sys.iaware.cpuset.screenoff.sysbg]: [0-3]
[sys.iaware.cpuset.screenoff.taboost]: []
[sys.iaware.cpuset.screenoff.topapp]: [0-7]
[sys.iaware.cpuset.screenon.bg]: [2-3]
[sys.iaware.cpuset.screenon.boost]: [4-7]
[sys.iaware.cpuset.screenon.fg]: [0-7]
[sys.iaware.cpuset.screenon.kbg]: [2-3,5]
[sys.iaware.cpuset.screenon.sysbg]: [0-3]
[sys.iaware.cpuset.screenon.taboost]: [4-7]
[sys.iaware.cpuset.screenon.topapp]: [0-7]
[sys.iaware.eas.on]: [true]
[sys.iaware.empty_app_percent]: [50]
[sys.iaware.switch_set_success]: [true]
[sys.isolated_storage_snapshot]: [true]
[sys.iswifihotspoton]: [false]
[sys.ivi.allowscreenon]: [1]
[sys.ivi.powerstate]: [standby]
[sys.ivi.rtcwaketime]: [604800]
[sys.ivi.usbdebug]: [0]
[sys.lmk.minfree_levels]: [18432:0,23040:100,27648:200,32256:250,55296:900,80640:950]
[sys.logbootcomplete]: [1]
[sys.pg.nat_status]: [300000]
[sys.pg.pre_rescue_boot_count]: [1]
[sys.prop.writeimei]: [868035034034600]
[sys.rescue_boot_count]: [1]
[sys.retaildemo.enabled]: [0]
[sys.runtime_data.hiddenapi.enable]: [true]
[sys.settingsprovider_ready]: [1]
[sys.show_google_nlp]: [false]
[sys.super_power_save]: [false]
[sys.sysctl.extra_free_kbytes]: [24300]
[sys.sysctl.tcp_def_init_rwnd]: [60]
[sys.system_server.start_count]: [1]
[sys.system_server.start_elapsed]: [87229]
[sys.system_server.start_uptime]: [87229]
[sys.thermal.vr_fps]: [0]
[sys.thermal.vr_ratio_height]: [0]
[sys.thermal.vr_ratio_width]: [0]
[sys.thermal.vr_warning_level]: [0]
[sys.trigger_bms_heating]: [0]
[sys.update.state]: [true]
[sys.usb.config]: [none]
[sys.usb.configfs]: [1]
[sys.usb.set_default]: [false]
[sys.use_memfd]: [false]
[sys.user.0.ce_available]: [true]
[sys.userdata_is_ready]: [1]
[sys.vdevice.first_boot]: [0]
[sys.wifitracing.started]: [1]
[sys.xcollie.recovery]: [false]
[system_init.hwextdeviceservice]: [1]
[systemui_fastview_fast_response_enable]: [1]
[tcpdoor.port]: [6554]
[uifirst_listview_optimization_enable]: [1]
[use_sensorhub_labc]: [false]
[vendor.ArmNN.float32Performance.execTime]: [0.4]
[vendor.ArmNN.float32Performance.powerUsage]: [0.4]
[vendor.ArmNN.quantized8Performance.execTime]: [0.6]
[vendor.ArmNN.quantized8Performance.powerUsage]: [0.6]
[vendor.ArmNN.relaxedFloat32toFloat16Performance.execTime]: [0.9]
[vendor.ArmNN.relaxedFloat32toFloat16Performance.powerUsage]: [0.9]
[vendor.Armnn.operandTypeFloat16Performance.execTime]: [0.6]
[vendor.Armnn.operandTypeFloat16Performance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeFloat32Performance.execTime]: [0.4]
[vendor.Armnn.operandTypeFloat32Performance.powerUsage]: [0.4]
[vendor.Armnn.operandTypeInt32Performance.execTime]: [0.6]
[vendor.Armnn.operandTypeInt32Performance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeTensorFloat16Performance.execTime]: [0.6]
[vendor.Armnn.operandTypeTensorFloat16Performance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeTensorFloat32Performance.execTime]: [0.4]
[vendor.Armnn.operandTypeTensorFloat32Performance.powerUsage]: [0.4]
[vendor.Armnn.operandTypeTensorInt32Performance.execTime]: [0.6]
[vendor.Armnn.operandTypeTensorInt32Performance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeTensorQuant16SymmPerformance.execTime]: [0.6]
[vendor.Armnn.operandTypeTensorQuant16SymmPerformance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeTensorQuant8AsymmPerformance.execTime]: [0.6]
[vendor.Armnn.operandTypeTensorQuant8AsymmPerformance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeTensorQuant8SymmPerChannelPerformance.execTime]: [0.6]
[vendor.Armnn.operandTypeTensorQuant8SymmPerChannelPerformance.powerUsage]: [0.6]
[vendor.Armnn.operandTypeTensorQuant8SymmPerformance.execTime]: [0.6]
[vendor.Armnn.operandTypeTensorQuant8SymmPerformance.powerUsage]: [0.6]
[vendor.bms_event]: [stop]
[vendor.bms_event_tx]: [stop]
[vendor.debug.config.mmu_en]: [1]
[vendor.get_p_usb_config]: [manufacture,adb]
[vendor.get_usb_config]: [none]
[vendor.hifi.watchdog.come]: [false]
[vendor.qemu.dev.bootcomplete]: [1]
[vendor.soh_board_status]: [new]
[vendor.soh_config_path]: [/vendor/etc/power/]
[vendor.soh_service]: [start]
[vold.crypto_unencrypt_updatedir]: [/data/update]
[vold.cryptsd.keystate]: [lock]
[vold.has_adoptable]: [1]
[vold.has_quota]: [1]
[vold.has_reserved]: [1]
[vold.post_fs_data_done]: [1]
[wifi.active.interface]: [wlan0]
[wifi.direct.interface]: [p2p-dev-wlan0]
[wifi.interface]: [wlan0]
[wlan.driver.status]: [ok]
Conclusion
Huawei HarmonyOS is based on Android with many (most?) of the Google services removed. Though that might sound concerning for some, it’s a very cool project, way more advanced than Tizen currently and compabile with more devices than Ubuntu Touch. I also have a suspicion that Huawei will try and replace most of the Android with custom components in due time, which is probably a good thing.