script/图片落盘.bat

10 lines
225 B
Batchfile
Raw Normal View History

2025-04-29 14:00:10 +08:00
@echo off
2025-04-29 14:14:46 +08:00
set TOOLCHAIN_PATH=.\win
set DOWNLOAD_PATH=..\sprecord
2025-04-29 14:00:10 +08:00
cd %TOOLCHAIN_PATH%
2025-04-29 14:17:47 +08:00
.\hdc.exe shell mount -o remount,rw /
2025-05-08 09:51:03 +08:00
.\hdc.exe file send %DOWNLOAD_PATH%/librtsprecord.z.so /system/lib/module/
echo "all success"
2025-04-30 14:57:44 +08:00
pause