Page Index - shivamprasad1001/adb-wireless-toolkit GitHub Wiki
31 page(s) in this GitHub Wiki:
- Home
- How to Use ADB Wirelessly Over Wi-Fi (No USB Cable Needed After Setup)
- ⚠️ Prerequisite: You need to connect with USB once to enable wireless debugging initially.
- Step 1: Connect your phone via USB to Linux
- Step 2: Find your phone’s IP address on Wi-Fi
- Step 3: Enable TCP/IP mode on ADB (using USB connection)
- Step 4: Disconnect USB cable
- Step 5: Connect to phone over Wi-Fi
- Step 6: Verify connection
- Step 7: Use ADB commands wirelessly
- Step 8 (Optional): To disconnect Wi-Fi debugging
- Troubleshooting Tips:
- 🔥 Wireless ADB Command Examples
- 1. Check connected devices
- 2. Take a screenshot and save to PC
- 3. Record screen (stop with Ctrl+C)
- 4. Simulate screen tap at (x, y)
- 5. Simulate swipe (from x1,y1 to x2,y2)
- 6. Type text
- 7. Press Enter key
- 8. Unlock phone (simulate swipe up)
- 9. Open app (example: Chrome)
- 10. Go to home screen
- 11. Turn screen off/on
- 12. Get device info
- 13. List installed packages
- 14. Pull file from phone
- 15. Push file to phone
- Bonus: Open shell on your phone
- All ADB Command
- Please reload this page