简体中文 | English
- Multi-device control
- Bulk operations
- Support HotKey
- API Control
- run MobileControlGuru.exe
- Enable the debugging mode of the phone and authorize the debugging
- Click to get the list of devices
- Click to get the device list, the device information appears in the left list, and you can start to control the phone (no screen projection required).
Close directly will not exit this program, please click the icon in the lower right corner to exit this program
By default, only the first device is operated
HotKey | Action |
---|---|
Alt+D | Lock |
Alt+H | Home |
Alt+C | Tap screen |
Alt+↑ | Volume plus |
Alt+↓ | Volume down |
Alt+← | MediaPrevious |
Alt+→ | MediaNext |
Alt+NumPad55 | MediaPlayPause |
Alt+NumPad2 | Swipe up(TikTok videos next) |
Alt+NumPad8 | Swipe down(TikTok videos up) |
This feature is used to control non-native devices and should be enabled with caution.
After enabling this feature, local network devices can invoke control commands for the local machine through API requests.
This feature matchCurland AutoHotkey, When multiple devices can let their respective computers operate their own phones Example AutoHotkey script Look at autohotkey.ahk in the docs directory
By default, the WebPort is enabled on port 12345. You need to enter the config file to modify Webport properties
Url | Description |
---|---|
/api/Device/Connect | Connecting devices by IP (Step 1) |
/api/Device/List | List of current devices |
/api/Device/Lock | Send the lock screen command |
/api/Device/SendKey | Send keyCode value Please search for the key (adb keycode) |
/api/Device/SendSwipe | Send Swipe |
Main
IP Connect