18 lines
385 B
Batchfile
18 lines
385 B
Batchfile
@echo off
|
|
set filepath=%cd%
|
|
set hdc=hdc
|
|
%hdc% shell mount -o remount,rw /
|
|
|
|
%hdc% shell rm -rf /data/*
|
|
|
|
%hdc% shell rm -rf /system/app/com.ohos.launcher/*
|
|
%hdc% file send %filepath%\Launcher.hap /system/app/com.ohos.launcher
|
|
%hdc% file send %filepath%\Launcher_Settings.hap /system/app/com.ohos.launcher
|
|
|
|
%hdc% shell sync
|
|
|
|
::%hdc% shell /system/bin/udevadm trigger
|
|
|
|
%hdc% shell reboot
|
|
|