From d90864a25778b15d63916c52505bbc276aafdcde Mon Sep 17 00:00:00 2001 From: MoonBirdLin <67228106+MoonBirdLin@users.noreply.github.com> Date: Mon, 27 May 2024 14:26:20 +0800 Subject: [PATCH] Update README.md about setting properties for frida-server to ensure usap is disabled --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dea8bc..2593492 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ > [MagiskFrida](README.md) lets you run frida-server on boot with [Magisk](https://github.com/topjohnwu/Magisk) Solve isuue "Android crashes + reboots upon running frida-server" in OnePlus 9RT by setting properties `persist.device_config.runtime_native.usap_pool_enabled` and `sys.usap.enable` -> [Android crashes + reboots upon running frida-server #1879](https://github.com/frida/frida/issues/1879) -> [Can't spawn app on xiaomi pad 6 pro (Android13) due to usap #2719](https://github.com/frida/frida/issues/2719) -> Key idea is to disable all usap properties. If this module does not work on your devices, please add instructions before frida-server in base/common/service.sh (By the way, you can use `getprop | grep usap` to search all usap related properties). +- [Android crashes + reboots upon running frida-server #1879](https://github.com/frida/frida/issues/1879) +- [Can't spawn app on xiaomi pad 6 pro (Android13) due to usap #2719](https://github.com/frida/frida/issues/2719) +- Key idea is to disable all usap properties. If this module does not work on your devices, please add instructions before frida-server in base/common/service.sh (By the way, you can use `getprop | grep usap` to search all usap related properties). ## Supported architectures