Release ZennoDroid Enterprise 2.3.9.0 Actions for changing device parameters • Getting Root on Bluestacks • Reduced load • Clear device names

Статус
Закрыто для дальнейших ответов.

ZennoLab Team

Super Moderator
Команда форума
Регистрация
22.01.2019
Сообщения
1 323
Благодарностей
3 485
Баллы
113


Full changelog 2.3.9.0

Added:

+ Added action for changing the serial number.
+ Added action for changing Bluetooth.
+ Added action for changing Media DRM ID.
+ Added action for changing GSF ID.
+ Added the “Rename device” action.
+ Added the “Delete account” action.
+ Added the “Get Accounts” action.
+ Added the ability to select image capture quality (High/Low, approximately equivalent to FullHD and HD quality). Allows you to significantly reduce the load when working with a large number of threads.
+ Added the information about the device name in ZennoDroid (in the instance display window).
Now the signature under the instance window is displayed in the format: Project [DeviceName] Port.
+ Added hCaptcha solving by images via CapMonster Cloud to the "HCaptcha" action (English tasks only).
+ Added the ability to open the “Device Manager” to the toolbar and the Tools menu.
+ Added the ability to set a filter for the generated device (manufacturer, brand, Android version, model). C# code
Код:
// generation only Xiaomi with Android 12 or 13
var filter = new DeviceFilter();
filter.Manufacturer = "xiaomi";
filter.Version = "12|13";
var json = instance.DroidInstance.Settings.GenerateRandomLSPosedSettings(project.Profile.Country, filter);
instance.DroidInstance.Settings.SetLSPosedSettings(json);
+ Added the ability to specify a region (country) to the “Change language” action: en-US, en-CA, fr-FR,...
+ Minor visual changes to “Choose image capture method”. You can switch between H.264 (standard) and MJPEG.
+ Added the ability to reconnect devices that are in the "Disconnected" (offline) state.C# code
Код:
new DroidManager().ReconnectOffline();
+ Added a check for the validity of the application name when receiving and clearing notifications, as well as when receiving cookies.
+ Added methods for getting Root on BlueStacks5. Your own C# code (starting and stopping the emulator, unlocking the system partition, connecting via adb, patch for Magisk, installing Magisk, writing Magisk to the system partition, enabling Zygisk).
Template for getting Root on BlueStacks
Video tutorial on how to get Root on BlueStacks

Fixed:

ZennoDroid module has been updated to 1.6.2. Errors that caused the module to crash have been fixed. Improved substitution of device model (both substituted and real data were displayed in VD Infos).
Fixed solving ReCaptcha2 via CapMonster Cloud in Chrome 117 and higher (English tasks only).
Fixed auto-completion of {AndroidKeys} macros in the “Set Value” and “Action Constructor” actions.
Fixed enabling auto-rotate when launching applications.
Fixed an error when converting the “Get list of devices” action into C# code.
Fixed search for text by project (Ctrl - F3) in actions using the classic search for elements: get/set value, execute event and others.
Fixed receiving a file from the device.
Fixed receiving apk (apks) application from the device.
Fixed emulation of incoming SMS messages.
 

ZennoLab Team

Super Moderator
Команда форума
Регистрация
22.01.2019
Сообщения
1 323
Благодарностей
3 485
Баллы
113
Статус
Закрыто для дальнейших ответов.

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)