USB Debugging Connection for Motorola Phone

Q

How to use USB Debugging connection from Motorola phone to computer?

✍: FYIcenter.com

A

The USB Debugging feature allows you to troubleshot issues on your Motorola phone over the USB cable connection:

  • Inspecting log files on your phone.
  • Transferring files from and to your phone.
  • Installing custom apps on your phone.
  • Running Android system commands on your phone.

You can follow these steps to use USB Debugging.

1. Install Android SDK Platform Tools on your computer.

2. Connect your phone to yout computer with a USB cable.

3. Turn on "Developer Options" on your phone as shown in the previous tutorial.

4. Go to "Settings > Sysstem > Developer Options".

5. Turn on "USB debugging". You see the following warning message:

Allow USB debugging?

USB debugging is intended for 
development purposes only. Use 
it to copy data between your 
computer and your device, install
apps on your device without 
notification, and read log data.

[OK] [Cancel]
USB Debugging Connection for Motorola Phone
USB Debugging Connection for Motorola Phone

7. Tap OK to authorize the connection.

8. Go back to your computer. And run the "adb" command provided by "Android SDK Platform Tools".

fyicenter> adb devices 

List of devices attached
ZY22GWX96K  device

fyicenter> adb shell df
Filesystem            1K-blocks     Used Available Use% Mounted on
/dev/block/dm-8         1021012  1017920         0 100% /
tmpfs                   2928792     2796   2925996   1% /dev
tmpfs                   2928792        0   2928792   0% /mnt
/dev/block/dm-9          862860   860276         0 100% /system_ext
/dev/block/dm-10         577480   575708         0 100% /vendor
/dev/block/dm-11        3763576  3752312         0 100% /product
tmpfs                   2928792       28   2928764   1% /apex
/dev/block/mmcblk0p14      3824      108      3476   4% /mnt/product/persist
/dev/block/dm-12      107838432 10002216  97624140  10% /data
...

 

Wireless Debugging Connection for Motorola Phone

Turn on Developer Options on Motorola Phone

Settings on Your Motorola Phone

⇑⇑ Motorola Phone - Frequently Asked Questions

2023-07-05, 4367🔥, 0💬