12 lines
		
	
	
		
			307 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			307 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @echo off
 | |
| 
 | |
| set TOOLCHAIN_PATH=.\win
 | |
| set HAP_PATH=..\jinan
 | |
| 
 | |
| cd %TOOLCHAIN_PATH%
 | |
| .\hdc.exe shell mount -o remount,rw /
 | |
| .\hdc.exe file send %HAP_PATH%\install_list_capability.json /system/etc/app/
 | |
| .\hdc.exe file send %HAP_PATH%\install_list.json /system/etc/app/
 | |
| .\hdc.exe shell reboot
 | |
| echo "all success"
 | |
| pause |