Max millet Brush operation and ADB

Max millet Brush and ADB operations

I. Introduction
    millet Max: 6.44-inch screen size gold, 4850mAh long life, slim metal body, glass front 2.5D, the highest optional 4GB + 128GB.
    
Second, the briefing
    networking Max unlocked black colleagues have been unable to use the machine again Brush rescue.
    
Third, the process of Brush
    1. millet official website to find the official wire brush package, download
        the URL of: HTTP: //www.miui.com/forum-618-1.html
    2. continue to find players sharing toolkit contains approximately the following:
        - Qualcomm phone drive
        - MiFlash brush tool
        - account file

    Step 3. Brush
        - Install the driver       
        - the phone into the "9008" mode


        - Run MiFlash, properly configured


        - In the "9008" mode brush, no network is completed, the card is not


        - re-enter the "9008" mode, the brush "account files", the operation ibid.

   4. 后续操作
        - 打开手机USB调试模式
        - 使用“刷机精灵”连接手机,打开实用工具里的Adb命令行
        # “精灵”类软件强制更新,向手机安装app,不推荐使用!
        - 运行以下命令
            输入adb shell pm hide com.miui.cloudservice 敲回车
            输入adb shell pm hide com.xiaomi.finddevice 敲回车
            输入adb reboot 敲回车 会自动重启手机
        - 已解除账户!可联网!不可更新!

四、ADB工具提取
    - 从精灵提取ADB工具


    - 安装驱动,adb工具文件夹运行cmd命令


    - ADB常用操作
        adb start-server
        # 启动服务命令    
        adb devices
        # 列出adb设备
        adb kill-server
        # 关闭Adb服务
        adb install -r [文件路径]
        # 安装或更新手机应用
        # PS:输入adb install -r 后,可以拖拽要安装的应用到窗口,省去敲入路径。

 

Guess you like

Origin www.cnblogs.com/badweather/p/11069937.html