Categories:
Android (32)
Apple (iPhone) (802)
BlackBerry (3)
General (438)
HTC (6)
Huawei (83)
LG (43)
Motorola (45)
Nokia (4)
Palm (10)
Samsung (139)
Sony (1)
Technology (17)
Windows Phone (209)
ZTE (5)
Online Tools:
Tutorial Collections:
Other Resources:
Wireless Debugging Connection for Motorola Phone
How to use Wi-Fi Wireless Debugging connection from Motorola phone to computer?
✍: FYIcenter.com
The Wireless Debugging feature allows you to troubleshot issues on your Motorola phone over the Wi-Fi wireless connection:
You can follow these steps to use USB Debugging.
1. Install Android SDK Platform Tools on your computer.
2. Connect your computer and phone to the same Wi-Fi wireless network.
3. Turn on "Developer Options" on your phone as shown in the previous tutorial.
4. Go to "Settings > Sysstem > Developer Options".
5. Turn on "Wireless debugging". You see the following warning message:
Allow wireless debugging on this network? Network Name (SSID): "xxxxxxxxxxx" Wi-Fi Address (BSSID): xxxxxxxxxxx [x] Always allow on this network [Cancel] [Allow]
7. Tap "Allow" to authorize the connection.
8. Tap "Wireless debugging" to see connection settings.
9. Tap "Pair device with pairing code". You see the IP address, port number and paring code.
Pair with device Wi-Fi paring code: 205698 IP address & port: 10.0.0.100:38715
10. Go back to your computer. And run the "adb pair" command provided by "Android SDK Platform Tools".
fyicenter> adb pair 10.0.0.100:38715 Enter pairing code: 205698 Successfully paired to 10.0.0.100:38715 [guid=adb-ZY22GWX96K-vuWq1l]
11. Check the connection and run a debug command.
fyicenter: adb devices List of devices attached adb-ZY22GWX96K-vuWq1l._adb-tls-connect._tcp. device fyicenter> adb shell ps USER PID PPID VSZ RSS WCHAN ADDR S NAME root 1 0 2352016 5104 0 0 S init root 2 0 0 0 0 0 S [kthreadd] root 3 2 0 0 0 0 I [rcu_gp] root 4 2 0 0 0 0 I [rcu_par_gp] root 8 2 0 0 0 0 I [mm_percpu_wq] root 9 2 0 0 0 0 S [ksoftirqd/0] root 10 2 0 0 0 0 I [rcu_preempt] root 11 2 0 0 0 0 I [rcu_sched] ...
⇒ Background Services on Motorola Phone
⇐ USB Debugging Connection for Motorola Phone
2023-07-08, 5966🔥, 0💬
Popular Posts:
What Information Is Stored on a SIM Card? A SIM (Subscriber Identity Module) card has a data storage...
Where to find answers to Samsung phone related issues? Here is a list of Samsung phone related issue...
When was ZTE Avail 2 phone first released? How does ZTE Avail 2 phone look like? What are the main t...
How to adjust camera focus manually when taking photos with my iPhone? When you taking photos with y...
Where to find answers to frequently asked questions about setting up Apple iPhone? Here is a list of...