两个脚本

This commit is contained in:
wangzhongjie 2025-04-29 14:07:56 +08:00
parent 7264ef89ad
commit be6d9be51b
2 changed files with 6 additions and 2 deletions

View File

@ -13,3 +13,5 @@ cd %TOOLCHAIN_PATH%
@REM 重启设备
.\hdc.exe shell reboot
echo "操作完成"

View File

@ -6,3 +6,5 @@ cd %TOOLCHAIN_PATH%
@REM 重新挂载根目录为可读写
.\hdc.exe shell mount -o remount,rw /
.\hdc.exe file send ../sprecord/librtsprecord.z.so /system/lib/module/libhiserialsdk.z.so
echo "操作完成"