ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

ADB & FASTBOOT COMMAND ON WINDOWS

2021-07-12 17:02:20  阅读:281  来源: 互联网

标签:WINDOWS click platform ADB Choose COMMAND folder tools Click


ADB & FASTBOOT COMMAND ON WINDOWS

 

PART1: GET ADB & FASTBOOT TOOLS


  1. Download the latest version of platform-tools on Google drive (link) or go to the official SDK Platform Tools release -> choose options for Windows PC (link).

  2. Move the ‘platform tools’ folder to C drive so that you can easily access it anytime.


PART 2: SETTING PATH AND ENVIRONMENTS

  1. Copy the path (address) of the ‘platform tools’ folder. You can shift+right click to get the option called ‘Copy as Path’, using which will copy the path to PC’s clipboard. Mine is in the C drive, and here is its path: “C:\platform-tools”

  2. Open Environment Variables settings by searching for it in Windows search. Otherwise, find it manually as given below:

    1. Right-click the Computer icon.

    2. Click Properties.

    3. Click Advanced system properties.

    4. In the window that pops up, click Advanced.

    5. Click Environment Variables.

  3. Under System variables section, click the Path option to select it.

  4.  Click the Edit button.

  5. Add the path of the platform-tools folder:

    1. On Windows 10, click the New button, and then copy the path of your ‘platform tools’ folder.

  6. Click OK, then again OK, and then again OK to exit.

  7. Open a command window or a PowerShell window and type adb and then hit the enter key, you shall get a list of adb commands. Meaning, adb is working from everywhere on your Windows PC. Try the same with fastboot.

PART 3: INSTALL USB DRIVER FOR FASTBOOT

  1. Downloads the Google USB driver in here

  2. Extract the zip file and we got the folder include all these folders:

  1. Search Computer Management on your PC :

  1. Choose Device Manager -> Other devices -> Android Phone -> Update Driver Software

  1. Choose Browse my computer for driver software

  1. Choose Let me pick from a list of available drivers on my computer

  1. Choose Have Disk

  1. Choose Browse -> Redirect to USB_driver folder -> Choose android_winusb -> Click Open -> OK then wait until it is installed successfully.


 

 

PART 3: How to use ADB & Fastboot 


  1. Put the watch correctly on the charger and connect to your PC 

  2. Run command <adb devices> to make sure ADB works well, the response should be:

  1. Run command :

Adb reboot bootloader

-> The watch will reboot then go to fastboot mode 


  1. Run command fastboot devices to make sure fastboot works well, the response should be:

 

Congratulations, you are good to go the next Steps ! 



标签:WINDOWS,click,platform,ADB,Choose,COMMAND,folder,tools,Click
来源: https://www.cnblogs.com/JacquelineQA/p/14976705.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有