Android System ANGLE

Android System ANGLE

It'sRyuujiX

Source: https://github.com/google/angle


Read the README.md for more Info.

How to Implement this?

1. Download and Install Android System ANGLE apk like usual... And grant Write Secure Settings Permission with adb shell or su by typing this command:

pm grant com.android.angle android.permission.WRITE_SECURE_SETTINGS

2. Install SetEdit app

3. Open SetEdit app

4. Go to Global Table. U need to allow setedit for write secure settings permission with adb shell or su by typing this command:

pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS

5. Configure with this value:

• angle_debug_package set to com.android.angle

• angle_gl_driver_selection_values set to:

- angle : Use ANGLE.
- native : Use the native OpenGL ES driver.
- default : Use the default driver. This allows the platform to decide which driver to use.

angle_gl_driver_selection_pkgs set to ur apps package (ex: com.miHoYo.GenshinImpact). U can add multiple packages too (ex: com.miHoYo.GenshinImpact,com.tencent.ig,<more apps>)

• Or if u want to enable ANGLE for all apps, just set angle_gl_driver_all_angle into 1. Set 0 to disable it.

Example:

Check if it's enabled or not...

To check if it's enabled or not, u can check with logcat app or with terminal by typing this command:


logcat | grep angle


In logcat, should show like this if working after apps opened:

Also, Recommended to set Graphics Driver Preferences to Game Driver in Developer Options....


BTW, tested by my self with Tecno Pova Neo 2 (Helio G85) which Genshin Impact High Graphics is laggy before... Now is smooth and Highest now also Playable :)

Report Page