zoukankan      html  css  js  c++  java
  • adb安装启动Touch校正软件

    /*********************************************************************************
     *                      adb安装启动Touch校正软件
     * 说明:
     *     没有USB接口,没法用USB鼠标操作,电阻Touch校正软件直接启动。
     *
     *                                              2017-11-29 深圳 南山平山村 曾剑锋
     ********************************************************************************/
        
    一、cmd执行命令、输出:
        Microsoft Windows [版本 6.1.7601]
        版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
        
        C:Userszengjf>adb install C:UserszengjfDesktopapkCalibration.apk
        * daemon not running. starting it now on port 5037 *
        * daemon started successfully *
        581 KB/s (19058 bytes in 0.032s)
                pkg: /data/local/tmp/Calibration.apk
        Success
        
        C:Userszengjf>adb shell
        shell@sabresd_6dq:/ $ am start -n com.microchip.calibration/com.microchip.calibration.Calibration
        start -n com.microchip.calibration/com.microchip.calibration.Calibration      
        Starting: Intent { cmp=com.microchip.calibration/.Calibration }
        shell@sabresd_6dq:/ $
  • 相关阅读:
    性能学习-了解前端性能测试
    Python变量类型说明
    Python 标识符说明
    极验验证码-判断需要移动的距离
    极验验证码-userresponse.js
    转载系列
    loadrunner java vuser
    java DES
    java AES
    极验验证码流程-4字段加密
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/7919616.html
Copyright © 2011-2022 走看看