- Регистрация
- 22.01.2019
- Сообщения
- 2 041
- Благодарностей
- 4 474
- Баллы
- 113
Full changelog 2.4.8.0
Added:
+ Added action for emulating enabled WiFi. Used for firmwares that do not detect internet connection when WiFi is off. Added AddWiFiEmulation parameter to C# API to enable WiFi emulation.
C#:
var filter = new DeviceFilter();
filter.Country = "us";
var options = new DeviceOptions();
options.AddWiFiEmulation = true;
var json = instance.DroidInstance.Settings.GenerateRandomLSPosedSettings(filter, options);
instance.DroidInstance.Settings.SetLSPosedSettings(json);
C#:
// 0 - Very low quality, 5 - Low, 10 - High
instance.DroidInstance.Screen.SetCaptureScreenQuality(10);
C#:
// Patch library
instance.DroidInstance.App.PatchFlutterLib("tech.httptoolkit.pinning_demo", "10.0.2.2:8083");
// Restore original library
instance.DroidInstance.App.RestoreFlutterLib("tech.httptoolkit.pinning_demo");
+ Added method to get installed app folder path to C# API (path changes on reinstall, format:
/data/app/~~y085wNyYQQpQwtJ1jpUYOg==/com.android.chrome-rD8qfdRUT680QgUrsaftWQ==)
C#:
return instance.DroidInstance.App.AppDir("com.android.chrome");
- Frida replaced with anti-detection fork Florida
- Changed frida-server process name
- Changed re.frida.helper auxiliary process name
- Changed used port
+ Frida updated to 17.5.2 (Florida).
+ AdbClient updated to 3.6.16.
+ Scrcpy updated to 3.3.4.
+ Appium Settings updated to 7.0.13. For auto-update, uninstall current version (io.appium.settings).
+ UIAutomator2 updated to 9.10.0.
+ Adb updated to 36.0.2.
+ Clash updated to 1.19.18. For auto-update, delete current version first.
Fixed:
* Fixed DNS leak when using white/black lists in Clash proxy mode.
* Fixed actions work: Get clipboard, Set clipboard, and Native Input character entry on non-standard firmwares.
* Added bypass for Root detection by all previous methods in BlueStacks emulator v5.22.140+. Updated Root script: BlueStacks 5 Root ver.6.zip Instructions.
* Fixed BlueStacks emulator launch v5.22.140+ via C# API:
C#:
string name = new BlueStacks5Manager().TitleToNameConverter("BlueStacks App Player 17");
new BlueStacks5(name).Start();
Where to download?
ZennoDroid 2.4.8.0 Enterprise 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.