当前位置:网站首页>Signal debugging document developed by car
Signal debugging document developed by car
2022-07-26 23:12:00 【kururunga】
File configuration :
1. To configure carservice
- Download attachment: [email protected]
- Input Shell Command: adb root
- Input Shell Command: adb remount
- Input Shell Command: adb push [email protected] /vendor/bin/hw/
- Input Shell Command: adb reboot
New Vehicle Properties should take effect and ready for use after emlautor reboot
2. To configure json Script
- Script car_adp_test.json Import adb push json file to /data/local/tmp/
- adb shell setenforce 0
Then execute the script debugging command :
lshal debug [email protected]::IVehicle --set 0x21e00666 -i 2 -s /data/local/tmp/car_adp_test.json
If you need a single debugging , After the first step of configuration , perform ,
- adb root
- adb remount
- adb shell setenforce 0
- lshal debug [email protected]::IVehicle --set -i
id as follows :
const val Vehicle_Camera_LRCF1_ID = 0x2140A200
const val Vehicle_Camera_FVCM_ID = 0x2140A201
const val Vehicle_Camera_RVCM2_ID = 0x2140A202
const val Vehicle_Camera_LTCM_ID = 0x2140A203
const val Vehicle_Camera_RTCM_ID = 0x2140A204
const val Vehicle_Sensor_LRRF_ID = 0x2140A205
const val Vehicle_Sensor_MRRFL_ID = 0x2140A206
const val Vehicle_Sensor_MRRFR_ID = 0x2140A207
const val Vehicle_Sensor_MRRRL_ID = 0x2140A208
const val Vehicle_Sensor_MRRRR_ID = 0x2140A209
Vehicle running state id:
const val VEHICLE_GEAR_SELECTION = 289408000//car parking or driving
camera value Corresponding to the following
0 => UNKNOWN
1 => WORKING
2 => PROBLEMATIC_DIRTY
3 => PROBLEMATIC_FAULTY
The driving status of the vehicle is as follows
2 R files
1 N
4 D
8 P
For example, modify Vehicle_Camera_LRCF1_ID Of sensor Status as working state :
lshal debug [email protected]::IVehicle –set 0x2140A200 –i 2
Change the driving state of the car to P files :
lshal debug [email protected]::IVehicle –set 289408000 –i 8
ps:
Of course I'm here 31 namely android12 Upper CarService Environmental Science , If it is 30 Words push I can't open the machine when I go in, and I keep reporting errors .
边栏推荐
- [paper reading] logan:membership influence attacks against generative models
- Is test development development development?
- json格式化小工具--pyqt5实例
- Hcia-r & s self use notes (20) VLAN comprehensive experiment, GVRP
- Page file system based on C language
- DAO:OP 代币和不可转让的 NFT 致力于建立新的数字民主
- Promote the replacement of X86 with arm server chips, and Huawei and Feiteng carry the banner of localization!
- Cloud native microservices Chapter 1 server environment description
- 【HCIP】OSPF 关系建立
- About statefulwidget, you have to know the principle and main points!
猜你喜欢

Hcia-r & s self use notes (20) VLAN comprehensive experiment, GVRP

DAO:OP 代币和不可转让的 NFT 致力于建立新的数字民主
What if redis memory is full? This is the right way to deal with it

Kt6368a Bluetooth chip development precautions and problem collection - long term update

基于C语言设计的增量型安全文件系统 SFS

Why am I still writing articles on CSDN? A journey of accompanying learning.

HCIA-R&S自用笔记(20)VLAN综合实验、GVRP

为什么我还在CSDN写文章?一段陪伴学习的历程。

基本的SELECT语句

App information reconnaissance & night God simulator burp packet capture configuration
随机推荐
STM32 how to use serial port
Hcia-r & s self use notes (19) VLAN configuration and experiment, routing between VLANs
基于信心上界蒙特卡洛搜索树(UCT)实现四子棋
Science | 华盛顿大学利用AI和结构预测设计全新蛋白质
How to recover the original data when the U disk is damaged, and how to recover the damaged data when the U disk is damaged
Eureka基本使用
SQL 基础知识
Use ECs and OSS to set up personal network disk
Mate30 series release: how far can Huawei go in reconstructing images?
[postgresql]postgresqlg使用enerate_series() 函数补全统计
【HCIP】OSPF 外部路由引入
Basic use of gateway
Will the approval in advance affect the formal approval?
Luo Xu talks with Siemens wanghaibin: advanced manufacturing requires benefits from Digitalization
科研太忙无法顾家?陈婷:人生不能只有一个支点
Apifox--比 Postman 还好用的 API 测试工具
[MySQL] - index principle and use
【HCIP】OSPF 路由计算
基于C语言的页式文件系统
Restful接口规范