0
(0)

Android Debug Bridge (adb) is a tool for debugging Android devices.

The adb utility allows you to:

  • View logs
  • Copy file from and to the device
  • Install and remove apps
  • Wipe and rewrite the data section in the devices’ memory
  • Run management scripts
  • Manage some network parameters
The Kaspersky support engineer may ask you to connect your devcie to the computer through the adb tool to diagnose the problem. Before using the tool, install the drivers to the computer. See below for instructions.
 

How to install the adb drivers

  1. Download the DumpAndroidApps_en.zip archive.
  2. Extract the files from the archive. For instructions, see this article.
  3. Open the folder with extracted files.
  4. In the context menu of the adb-setup-1.4.2.exe file, select Run as administrator.

Running the drivers’ installation

  1. Run the installation. Press Y, then press Enter on the keyboard for each request.

Allowing drivers’ installation

  1. If Device driver installation wizard opens, click Next → Install → Finish.
  2. Wait for the installation window to close.
Now, the drivers are installed on your computer. Check if they were installed correctly. See below for instructions.
 

How to check if the adb drivers were installed

  1. Enable the USB Debugging mode on your mobile device. For instructions, see this article.
  2. Connect the device via USB to the computer.
  3. If the device requests permission for USB Debugging, click OK.

Enabling the usb debugging mode

  1. Open Control Panel. For instructions, see the Microsoft support site.
  2. Go to the Hardware and Sound section.

the Hardware and sound section

  1. Click Device Manager.

Opening the Device Manager in Windows

  1. Make sure the adb device is in the list.

The adb device with successfully installed drivers

What to do in case of driver installation problems

If you see the Unknown device instead of adb or a yellow exclamation mark for adb:

  1. Right-click the device and select Update Driver Software from the shortcut menu.
  2. Select Browse my computer for driver software → Let me pick from a list of device drivers on my computer.
  3. Select any vendor and model. Click Next.
  4. Wait for the installation to complete.
The driver will be updated.
 

How to connect the device through adb

  1. Download the zip archive with the tool.
  2. Extract the files to c:\adb. For instructions, see this article.
  3. Enable the USB Debugging mode on your mobile device. For details, see this article.
  4. Connect the device via USB to the computer.
  5. If the device requests permission for USB Debugging, click OK.

Enabling the usb debugging mode

  1. Open the command line with administrator’s rights. For instructions, see this article.
  2. Enter the command:

cd c:\adb

  1. Press Enter on the keyboard.
The device will be connected through adb. Follow further instructions of the support engineer.
Source : Official Kaspersky Brand
Editor by : BEST Antivirus KBS Team

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

(Visited 85 times, 1 visits today)