android camera调试命令


:: cat ./sys/devices/soc.0/usbc0.5/usb_device   please use uart input this command
:: use adb input
del .\*bin
adb remount
adb shell rm -rf /system/vendor/modules/ps5220_xc7021.ko
::adb push E:\richard\test.txt  /system/vendor/modules/ 
adb push E:\richard\ps5220_xc7021.ko  /system/vendor/modules/ 
adb shell insmod /system/vendor/modules/ps5220_xc7021.ko
pause

你可能感兴趣的:(android,linux常用命令)