import subprocess,time
sjh="192.168.1.102:5555"
aa1="adb -s {0} shell pm clear com.kuaishou.nebula".format(sjh)
process = subprocess.Popen(aa1,shell=True)
time.sleep(6)
aa2="adb -s {0} shell am start -n com.kuaishou.nebula/com.yxcorp.gifshow.HomeActivity".format(sjh)
process = subprocess.Popen(aa2,shell=True)

 

 

相关文章:

  • 2022-02-28
  • 2021-08-03
  • 2021-08-10
  • 2021-10-18
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-11-13
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
相关资源
相似解决方案