

Download AirDroid Cast on both your iPhone and PC. Only use adb over IP in a network that you trust (usually only a (Wifi) network you own.Īnd over adb you can even remote "control" (see screen and send touch and keyboard events) your phone using open source software scrcpy. Here are a few steps by which you can remote control iPhone from PC: Step 1.

Therefore all files are transmitted without encryption or other protection. If adb over IP has been enabled you can execute adb connect :5555 and then upload/download files using adb push/ adb pull.įor transferring more files you can use adb sync`.
#Control iphone using mac how to#
The details how to enable adb ip are already presented in this answer. Once you have enabled ADB over IP it will stay until you reboot the device. This can only be done using an USB connection. On your PC you need at least the minimal ADB installation and base don your device the matching USB drivers for your device (Windows only).Ĭonnect your phone via USB to the PC and check if adb shell open up a shell from the device Enable ADB over IP (after every reboot)įor accessing ADB over IP (sometimes also called "adb Wifi" or "Wireless ADB") you have to enable ADB IP mode on the device.

Then in the Developer Options you have to enable Android Debug Bridge. On the device you need to enable the Developer Options menu (usually tapping ~5 times the build number in the Settings phone info). However the device has to be prepared once and and some actions have to be performed after every reboot: Enable ADB (once) Without an app on Android side ADB is the only way for file transfer over Wifi without touching the device. Based on what you want there is only one possible way that matches your requirements partially: Use ADB over IP.
