Advanced Settings
About 516 wordsAbout 2 min
2025-01-11
Deep control over the application's core behavior, including animation effects, hiding functionality, namespace mode, mount system, and more.
Setting Options
FolkX Engine
FolkPatch animation engine, providing animation effects for interface switching and page transitions. Default On. Can be turned off when device performance is poor.
Animation Types (Default: Linear):
| Type | Description |
|---|---|
| Linear | Linear motion, simple and smooth |
| Spatial | 3D spatial effect, more depth |
| Fade | Transparency change, lowest performance cost |
| Vertical | Vertical movement transition |
| Diagonal | Diagonal motion |
Animation Speed (Default: Normal): Slow / Normal / Fast.
Performance Impact
If device lags, try switching to Fade animation type or turning off FolkX Engine.
Global Namespace Mode
Controls how modules run, affecting module isolation and compatibility. Default Off (Independent Namespace).
| Mode | Description |
|---|---|
| Global Namespace (On) | Better module compatibility, but reduced isolation |
| Independent Namespace (Off) | Better isolation, more stable system, some modules may not be compatible |
Keep default Off unless encountering module compatibility issues. Control marker: /data/adb/.global_namespace_enable
Enable Mount System
Controls whether to enable FolkPatch's built-in Magic Mount (bind mount) system. Default Off.
- On: Uses built-in Magic Mount for module mounting, no meta module needed.
- Off: If a meta module is installed, the meta module takes over mounting; if no meta module is present, module files will not be mounted (no mount).
Control marker: /data/adb/.magic_mount_enable
Selection Advice
- Not using any mount-type modules: Keep off
- Need module mounting: Enable this option (built-in Magic Mount) or install a meta module
- Do not enable built-in mount and install meta module simultaneously
App List Loading Scheme
Select the loading method for application information in the superuser list. Default: RootService.
- RootService: Load via Root service, fast and complete information
- PackageManager: Load via system package manager, better compatibility
Only switch to PackageManager when Root service is abnormal.
Default Mode for New Apps
Controls the default authorization behavior when a newly installed app appears in the superuser list for the first time. The default mode is persisted to the kernel via JNI-driven KernelPatch SuperCall.
| Mode | Description |
|---|---|
| NO ROOT (Default) | No Root access granted, new apps are not automatically authorized |
| ROOT | Automatically grant Root access when a new app first appears |
| Exclude | Automatically exclude, new apps will not appear in the superuser list |
提示
This setting is read and synced to the kernel by the apd daemon at boot. Changes take effect immediately.
Enable Button Indicator
When enabled, all switches display status icons on their thumb — a checkmark (✓) when on and a close icon (✕) when off. Default On.
- On (Default): Switch thumb shows status icons for better readability
- Off: Standard Material switch style with no status icons
FAQ
Advanced Settings Q&A
User
Do I need to reboot the device after modifying these settings?
It depends: FolkX Engine and App List Loading don't need reboot, effective immediately. Global Namespace and Enable Mount System require a device reboot.
Copyright
Copyright Ownership:FolkPatch Team
License under:Attribution 4.0 International (CC-BY-4.0)
