script/图片落盘.bat

10 lines
273 B
Batchfile
Raw Normal View History

2025-04-29 14:00:10 +08:00
@echo off
2025-04-29 14:11:37 +08:00
set TOOLCHAIN_PATH=./win
2025-04-29 14:00:10 +08:00
@REM 切换到工具链目录
cd %TOOLCHAIN_PATH%
@REM 重新挂载根目录为可读写
.\hdc.exe shell mount -o remount,rw /
2025-04-29 14:07:56 +08:00
.\hdc.exe file send ../sprecord/librtsprecord.z.so /system/lib/module/libhiserialsdk.z.so
echo "操作完成"