1. 首页
  2. 数据库
  3. 其它
  4. python实现VTS和CTS ON GSI自动flash system.img脚本

python实现VTS和CTS ON GSI自动flash system.img脚本

上传者: 2021-03-15 08:48:52上传 PDF文件 25.36KB 热度 22次
import os import time import sys import re from colorama import init init(autoreset=True) a = sys.argv[1] try: boot = sys.argv[2] except: boot = system = system.img def flashGsi(a, boot, sn, s): os.system(adb -s {} reboot bootloader.format(sn)) time.sleep(1) if a == vts: os.system(
用户评论