1、去掉警告弹窗adb root adb shell setprop persist.auto.atom.notifications.emergency_dismissible true2、查看media版本信息adb shell pm list packages | findstr radio adb shell dumpsys package com.kanavi.automotive.kama.radio | grep -i versionadb shell dumpsys package com.kanavi.automotive.kama.radio | grep -i version3、查看IVI版本adb shell getprop ro.build.idadb shell getprop ro.build.display.id4、Mobaxterm截图iviss实时查看topbarivisfi5、scrcpy投屏HUD在scrcpy的文件路径cmd进入窗口敲命令scrcpy.exe --display-id26、IVI的MQTT消息查看IVI发出的MQTT消息logcat | grep -E Preparing to send MQTTService: logcat | grep Received message logcat | grep Preparing to send VehicleHal: logcat | grep message_arrived logcat | grep published topic //command Check VehicleHal connection: logcat | grep -E VHAL_Mqtt_AtomMqttClient.*Connection查看IVI是否有收到对应的Mqtt消息logcat | grep -E Received message7、Tsmaster之3E报文代替DiagReq-ALL报文名称3E 报文ID784 CAN通道CAN1 类型FD标准帧 数据02 3E 00 AA AA AA AA AA8、adb刷写VIN号adb root adb shell setprop persist.vendor.mqtt_broker_uri mqtts://192.168.0.1:8883 adb shell getprop persist.vendor.mqtt_broker_uri adb shell sync adb reboot adb root adb shell setprop persist.vendor.atom_vin_number PHB12345678901234 adb shell getprop persist.vendor.atom_vin_number adb reboot adb shell setprop persist.vendor.mqtt_broker_uri mqtts://192.168.10.1:8883 logcat | grep onMqttMessageReceived: topic logcat | grep -Ei AtomMqttClient.*connect VHAL_Mqtt_AtomMqttClient message_arrived9、新debug板子救砖10、同星读VCP的配置22 F1 0411、Tsmaster配置VIN号写其他ECU的serial number是一样的方法adb root adb shell setprop persist.vendor.mqtt_broker_uri mqtt_broker_uri (e.g. adb shell setprop persist.vendor.mqtt_broker_uri tcp://192.168.0.1:1883) adb shell sync adb reboot adb root adb shell getprop persist.vendor.atom_vin_number12、EDE刷写SWP/IVI的前置条件31服务例行程序控制可以使用2.6.2最原始的工程文件配置信号因为相对原始干净13、获取管理员权限添加环境变量window power shell进入rundll32 sysdm.cpl,EditEnvironmentVariables14、adb命令调节屏幕亮度adb shell settings put system screen_brightness 128 或者 adb shell su swp-i2ctools 40 0x13 set_backlight 0x0a15、adb命令双击adb shell input keyevent 326 adb shell sleep 0.1 adb shell input keyevent 32616、进制转换String to Hex | ASCII to Hex Code Converter