#Getting Started with FolkPatch

This guide will help you get started with FolkPatch quickly.

#📥 Step 1: Download and Install

Get the latest version of FolkPatch Manager APK from the Download Page and install it on your Android device.

Note: Please make sure you download from official channels to avoid using modified versions from unknown sources.

#🔍 Step 2: Check Compatibility

After opening the FolkPatch app, it will automatically detect your device information:

  • Device architecture (must be ARM64)
  • Kernel version (supports 3.18 ~ 6.15)
  • Android version
  • Bootloader status

#📋 Step 3: Prepare Image Partition

  1. Make sure you have backed up your current system
  2. Use FolkPatch’s built-in kernel extraction tool
  3. Save the extracted kernel file

#🔧 Step 4: Patch boot.img

  1. Open FolkPatch app
  2. Click the “Select Kernel” button
  3. Choose your prepared kernel file
  4. Click “Start Patching”
  5. Wait for the patching to complete

#📲 Step 5: Flash Kernel

#Using Custom Recovery

  1. Transfer the patched kernel file to your device
  2. Reboot to Recovery mode
  3. Select “Install” and flash the kernel
  4. Reboot the system

#Using Fastboot

fastboot flash boot patched_boot.img
fastboot reboot

#🆘 Encountering Issues?

#📖 Next Steps