FAQ
About 354 wordsAbout 1 min
2026-02-01
🎯 This document summarizes common issues and solutions encountered when using the FolkPatch Superuser (Root) feature.
1. Why is my Root path /system/bin/kp?
Some devices find that after patching and installation, the Root path defaults to /system/bin/kp instead of the traditional /system/bin/su.
Cause of the Issue
This usually happens because there is a conflict with another ROOT solution in your device environment. When FolkPatch detects residual or active environments like KSU or Magisk, it may use an alternative path to avoid direct conflicts.
Impact
Since the vast majority of Android apps only look for the /system/bin/su path to obtain Root privileges, most apps will report "Root not obtained". Currently, only a few apps (such as MT Manager) support manual configuration or automatic compatibility with the /system/bin/kp path.
2. How to Troubleshoot and Resolve Environment Conflicts?
If you want to restore the Root path to the standard su, please follow these steps to troubleshoot and clean up:
Step 1: Check for Conflicting Files
Use a file manager (such as MT Manager) to go to the /data/adb directory and check for the following files or folders:
ksud(Related to KSU)magisk(Related to Magisk)- Characteristic files of other third-party Root solutions
Step 2: Environment Cleanup
- If you find the above files, make sure you have uninstalled other Root management apps.
- Delete residual files related to conflicting solutions in the
/data/adbdirectory. - Restart the device.
Step 3: Manually Reset su Path
After the environment is cleaned up, you need to manually change the path back:
- Open the FolkPatch app.
- Go to Settings -> General.
- Find the Reset su Path option.
- Manually change the path back to
su. - Save and restart the app (or device) for the changes to take effect.
Tip
Maintaining a clean system environment is a prerequisite for the stable operation of FolkPatch. It is recommended to completely clear other Root solutions before installing FolkPatch.
Copyright
Copyright Ownership:FolkPatch Team
License under:Attribution 4.0 International (CC-BY-4.0)
