From be6d9be51b5c20289446b0c7e96c88a7c0fbb130 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 29 Apr 2025 14:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 关闭媒体扫描.bat | 4 +++- 图片落盘.bat | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/关闭媒体扫描.bat b/关闭媒体扫描.bat index 37f1202..c4ceabe 100644 --- a/关闭媒体扫描.bat +++ b/关闭媒体扫描.bat @@ -12,4 +12,6 @@ cd %TOOLCHAIN_PATH% .\hdc.exe file send %DOWNLOAD_PATH%/libmedialibrary_data_extension.z.so /data/app/el1/bundle/public/com.ohos.medialibrary.medialibrarydata/libs/arm/libmedialibrary_data_extension.z.so @REM 重启设备 -.\hdc.exe shell reboot \ No newline at end of file +.\hdc.exe shell reboot + +echo "操作完成" \ No newline at end of file diff --git a/图片落盘.bat b/图片落盘.bat index 82a5f53..f65c556 100644 --- a/图片落盘.bat +++ b/图片落盘.bat @@ -5,4 +5,6 @@ set TOOLCHAIN_PATH=.\win 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 \ No newline at end of file +.\hdc.exe file send ../sprecord/librtsprecord.z.so /system/lib/module/libhiserialsdk.z.so + +echo "操作完成" \ No newline at end of file