Release ZennoDroid Enterprise 2.4.6.0 — New models with Android 14, 15, 16 • Expanded base of mobile operators • Model generation management

ZennoLab Team

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


Full changelog 2.4.6.0

Added:

+ A new LSPosed Management action group has been added. It allows you to easily manage various LSPosed modules used to spoof parameters on devices. You can now specify the list of apps where spoofing should be applied, as well as create and restore configuration backups without using the C# API Help link.

+ A Generate device action has been added. It allows you to form a device based on specified filters or from predefined parameters in json format. You can now easily configure the parameters of the generated device by setting filters and options without using the C# API. Help.

+ An action has been added to enable the ability to execute javascript in apps containing WebView. Access to WebView in apps that are not browsers is always disabled. This setting allows access to HTML markup not only in browsers, but also in apps using WebView (the android.webkit.WebView element must be present in the element tree). Help.

+ Emoji support has been added. The Set value and Keyboard emulation actions now correctly display emojis and support their input.

+ The mobile operators database has been updated, now all operators listed on the website https://mcc-mnc.com/ are used when generating data.

+ The mobile devices database has been updated. Models with Android 14, 15 and 16 (Google, Samsung, Motorola) have been added.

+ The Image search and Pixel search actions now support specifying the wait time before search.

+ When using the MuMu emulator (not to be confused with MEmu), the ability to set Clash proxy type has been added. Previously, using Clash caused the emulator to hang.

+ When launching a device in ProjectMaker, information about the current device connection stage has been added. This allows you to better understand at which stage the problem occurred in case of long loading.

+ Clash has been updated to version 1.19.15. To enable automatic update, you need to remove the current version first. Help.

+ Appium Settings has been updated to version 6.0.8. To enable automatic update, you need to remove the installed version (io.appium.settings).

+ ScrCpy has been updated to version 3.3.3. Android 16 support has been improved.

+ UIAutomator2 has been updated to version 8.1.2.

+ ZennoDroid has been migrated to .Net Framework 4.8. If you don't have .NET Framework 4.8 on your computer, you need to install it using the link Download .NET Framework 4.8 Runtime.

+ Automatic GPU (GL Vendor, GL Renderer) generation has been disabled when using the C# API function instance.DroidInstance.Settings.GenerateRandomLSPosedSettings, which could cause display issues (white screen) on some devices.
If necessary, generation can be enabled: for this, you can use the Generate device action (Advanced tab) or C# API (example is given below).

+ C# API methods have been added for simpler device generation
SetRandomLSPosedSettings(IDeviceFilter filter, IDeviceOptions deviceOptions)
GenerateRandomLSPosedSettings(IDeviceFilter filter, IDeviceOptions options)

Example of model generation:
C#:
var filter = new DeviceFilter();
filter.Country = "us";
filter.Version = "12|13|14|15";
filter.GpuVendor = "Qualcomm|ARM";

var options = new DeviceOptions();
options.AddCanvasNoise = true;
options.AddGpu = true;

var json = instance.DroidInstance.Settings.GenerateRandomLSPosedSettings(filter, options);
instance.DroidInstance.Settings.SetLSPosedSettings(json);

+ The models database has been expanded, Motorola devices with Android 14 and 15 have been added.

+ The ZennoDroid module has been updated to version 1.8.2. Support for new device models has been added.

Fixed:

Notifications have been added when setting an incorrect Canvas noise value (when using a custom device model generator or when using the C# API)

Where to download?

ZennoDroid Enterprise 2.4.6.0 is already available in your personal account!
You’ll also be prompted to update when launching ProjectMaker.


How to report bugs?

Please report all bugs using our form, along with a detailed description and a reproduction script. This will allow us to quickly diagnose and fix the issue.
 

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