- Регистрация
- 22.01.2019
- Сообщения
- 1 700
- Благодарностей
- 3 917
- Баллы
- 113

Full changelog 2.4.0.0
Added:
+ Added the "Search by pixel" action, which allows you to search for matches in an image by pixel color (or several colors).

+ The "Select" action now has an option to select a device from a pre-prepared list. This allows you to assign devices to work with specific templates. Free devices are selected randomly from the list.
+ The "Launch" action now has the ability to specify the image capture type. By default, the type specified in the global settings will be used.
+ Added the ability to open the device window by double-clicking when executing a template.
+ The size and position of the "Waiting for user action" window is remembered when closed.
+ Scrcpy has been updated to 3.1. Improved support for modern devices.
+ Added support for BlueStacks with Android 13 (beta).
+ Interaction with the ADB server is now executed via the .NET client from AOSP.
+ Added API for managing LSPosed settings.
API allows you to:
- enable and disable the desired module;
- set applications in the list of replacements for the desired module, add and remove applications from the list;
- create and restore a backup of settings (saving to both a phone and a computer is supported);
- get information about LSPosed.
Examples of API operation are given in LSPosedAPI.zip and on video (setting up the ZennoDroid module and the FLAG_SECURE module, which allows viewing secure pages)
For the API to work you need:
- Install LSPosed_mod 1.9.3. After installation, you need to activate CLI in the settings, suitable for older versions of Android, not updated.
- Or install LSPosed_CLI 1.10.1. After installation, nothing needs to be enabled. A CLI with automatic enablement has been added to the fork specifically for use in ZennoDroid; suitable for current versions of Android.
+ ZennoDroid module updated to 1.8.5:
- Added the ability to execute javascript in applications containing WebVIew. This allows access to html markup not only of browsers, but also of applications using WebView (the android.webkit.WebView element must be present in the element tree).
- Fixed a crash in the Chrome browser when trying to enter text in the search bar.
- Fixed detection of root presence in the Fingerprint pro application, added generation of a new visitor after changing parameters.
C#:
instance.DroidInstance.Settings.SetLSPosedSettings("{ \"WebViewVisible\":true }");
C#:
// The emulator process has started
bool isRunning = new BlueStacks5("Rvc64_1").IsRunning;
// The emulator is loaded and ready to work.
bool isBootCompleted = new BlueStacks5("Rvc64_1").IsBootCompleted;
// Get the internal name of the emulator by its full name
string name = new BlueStacks5Manager().TitleToNameConverter("BlueStacks App Player 1");
// Set IMEI
new BlueStacks5Settings("Rvc64_1").SetIMEI("352575633861039");
// Set Geolocation
new BlueStacks5Settings("Rvc64_1").SetGeo(-73.572604, 40.651980);
Fixed:
• Disabled the ZennoLab.AudioMute.exe process.
• Fixed the appearance of the Device Manager when opening it by clicking on the device name.
• Fixed changing the language of a running device in multi-threaded mode.
• Fixed errors when saving the waiting time of elements in the “Set/Get Value” and “Perform Event” actions.
• Fixed selection of the search area in the "Search by image" action when changing the window size.
• Fixed object selection when opening the action designer and when changing the window size.
• Fixed a bug when generating Google Services Framework ID.
• Fixed an error when installing applications when using MEmu emulator as a device.
• Fixed incorrect encoding in responses when installing applications in split apk format (apks, xapk).
• Fixed the error "Path contains invalid characters" when performing the action "Get application apk".
• Fixed a bug when using URL as a proxy address in Redsocks mode.
• Fixed a visual bug that caused the "Set Clipboard" and "Get Clipboard" actions to display an error even though the fields were filled in correctly.
• Fixed geolocation substitution.
• Fixed a bug that could cause text input, getting and setting the clipboard, and receiving notifications to stop working.
Where to download?
ZennoDroid Enterprise 2.4.0.0 is now available in your personal account!
The update will also be offered when you launch ProjectMaker.
How to report problems?
Please report all bugs to the Bugtracker, along with a detailed description of the problem and a reproduction script. This will allow us to quickly diagnose and fix the error.