A Magisk module to remove specific system properties (included PiHooks/PixelProps/PlayIntegrityFix related properties).
一个移除指定属性值的Magisk模块(包括PiHooks/PixelProps/PlayIntegrityFix相关的属性值)。
If you are looking for similar module to deal with PiHooks/PixelProps/PlayIntegrityFix related properties and only running once, see RmPIFProps.
如果你仅需要处理PiHooks/PixelProps/PlayIntegrityFix相关属性值的仅运行一次的模块,参阅RmPIFProps。
Config file is loacted in /data/adb/rmprops/rmprops.conf. Open this file to config everything.
- remove_props: Remove custom properties in
props_to_remove.falseby default to disable this feature,trueto enable this feature. - remove_pi_props: Remove PiHooks/PixelProps/PlayIntegrityFix related properties.
trueby default to enable this feature,falseto disable this feature. - props_to_remove: Properties list to remove in
remove_propssection, supports multi-line, one per line, please enclose the items in double quotation marks. For example: props_to_remove="persist.a persist.b persist.c"
配置文件位于 /data/adb/rmprops/rmprops.conf. 打开此文件以配置RmProps。
- remove_props: 移除位于
props_to_remove的属性值。 默认值为false(默认禁用该功能), 设定为true以启用该功能。 - remove_pi_props: 移除 PiHooks/PixelProps/PlayIntegrityFix 相关的属性值。 默认值为
true(默认启用该功能) ,设定为false以禁用该功能。 - props_to_remove: 指定
remove_props节要移除的属性值清单, 支持多行,一行一个,请用英文的双引号将其括起来,例如: props_to_remove="persist.a persist.b persist.c"
建议刷入后重新启动一次,以避免由于property区被resetprop修改导致的 Property modified (10)。
- Magisk - the foundation which makes everything possible | 让一切成为可能的基石
- LSPosed - the implementation of function root solution check and extract | Root方案检测函数和解压函数的实现
- Zygisk Next - the implementation of function root solution check | Root方案检测函数和解压函数的实现