Android Settings (Enterprise)
Description
This tab has various options for configuring a real Android device. They're also suitable if you're working with a Bluestacks emulator.
Use default device
This setting lets you pick the device that will be used by default in Project Maker, as long as you haven't chosen another device. When selected, this device will be ignored by ZennoDroid when randomly picking from the available list.
If you want ZennoDroid to use the device you selected while running projects, you'll need to turn this setting off — otherwise you could get the error Device is busy in Project Maker.
Use MJPEG for image capture
This is an alternative method of capturing images from the device. You should only enable this if running the device through ZennoDroid always ends in an error and the log shows Failed to capture image.
Device boot timeout
This setting lets you set a timeout for connecting to the device.
Random click offset
Lets you make clicks with a slight offset from the set coordinates. It's used in these actions:
- Image search — clicking on the screen will be a bit offset rather than exactly where you specified.
- Perform event — if you pick Center for click coordinates, the tap on the element won't be 100% precise, it'll have a small random offset.
Random delay when entering characters
Used in Keyboard emulation and Set value actions. Lets you set a variation in the delay from the specified value.
For example, if you set a 150 ms delay and a 10% offset, the actual delay per character will range from 135 ms to 165 ms.
Delay before and after entering characters
Just like the previous setting, this one is used in Keyboard emulation and Set value actions to set up delays.
Traffic proxying (Proxifier and Redsocks)
ZennoDroid lets you pick how to proxy traffic for the Set proxy action. By default, it uses Proxifier.
Animation disabling
This option lets you turn off all system animations. We recommend checking this box since smooth transitions really slow the device down.
Character input method
Lets you pick the best way to emulate text input:
- ADBKeyboard
- AccessibilityService
- Native input + Clipboard
- Input text
Use mock locations
This option is used for setting a custom device location with the Set Geo-location action.
Settings for Rooted devices
These settings are needed for the Save/Restore app data actions. We don't recommend changing them unless necessary.
The su
command lets you set the path and parameters for running commands with superuser privileges. Default: su -c
.
The busybox path setting lets you specify where busybox is.
Default: /sbin/.magisk/busybox/busybox
.