Steps only
$ adb kill-server
$ adb usb
$ adb tcpip 5555
$ adb connect 192.168.1.103:5555
$ scrcpy -b2M -m800
Steps with explanation
1. $ adb kill-server
Kill all the server and devices
2. $ adb usb
Mode change to usb mode
3. $ adb tcpip 5555
Mobile wants one port so making as 5555
Now disconnect the phone from usb
4. $ adb connect 192.168.1.103:5555
Ip adress of mobile phhone in your phone setting “About phone”.
5. $ adb devices
Shows the devices connected haru
6. $ scrcpy
Magic happens
$ scrcpy -b2M -m800
Only 3,4,6 for direct
Sndcpy
If problems
https://joaoapps.com/AutoApps/Help/Info/com.joaomgcd.join/android_10_read_logs.html
0 Comments