Adb tool
Last updated
Last updated
via USB
./adb tcpip 5555
./adb connect 192.168.43.117:5555
./adb devices
./adb -d shell (Direct an adb command to the only attached USB device)
cd sdcard
cd dcim
cd camera
./adb push C:\platform-tools\
/sdcard/Download -> from pc to android)
pc location -> <android location>
./adb
pull /sdcard/Download/magisk_patched.img
C:\platform-tools -> from android to pc
android location -> <pc location>
adb tcpip 5555
adb connect <ip-address>:5555
adb shell
for disconnecting device:
adb disconnect