Skip to content

Commit

Permalink
Update README.md about setting properties for frida-server to ensure …
Browse files Browse the repository at this point in the history
…usap is disabled
  • Loading branch information
MoonBirdLin authored May 27, 2024
1 parent e81969f commit d90864a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d90864a

Please sign in to comment.