first commit

This commit is contained in:
2026-08-04 15:32:57 +06:30
commit be19f89c74
26 changed files with 3669 additions and 0 deletions

12
Android.md Normal file
View File

@@ -0,0 +1,12 @@
# Remote debug android phone
### Set the target device to listen for a TCP/IP connection on port 5555
```
$adb -s device_id tcpip 5555
```
### Connect to the device by its IP address
```
$adb connect device_ip_address
$adb devices
```