Checking connection…

⚠ You are offline — showing cached data

Showing guides for chaozushow all guides

🔓 Bootloader Unlock

Unlock Bootloader

Wipes everything. Samsung Knox trips permanently on unlock — no way back.

8 steps
  1. Back up all data — unlocking factory resets your device
  2. Enable Developer Options: Settings → About Phone → tap Build Number 7 times
  3. Enable OEM Unlocking in Developer Options
  4. Enable USB Debugging in Developer Options
  5. Connect to PC: adb reboot bootloader
  6. Unlock: fastboot flashing unlock (older: fastboot oem unlock)
  7. Confirm on device screen — wipe happens immediately
  8. Device reboots to stock setup wizard
🛠 Install Recovery

Install TWRP Recovery

Use the exact TWRP build for your device model number. Wrong builds can brick.

5 steps
  1. Download TWRP .img for your exact device variant from twrp.me
  2. Boot to fastboot: adb reboot bootloader
  3. Flash: fastboot flash recovery twrp.img
  4. Boot into recovery immediately: fastboot boot twrp.img
  5. In TWRP swipe to allow modifications
🛠 Install Recovery

Install OrangeFox Recovery

OrangeFox is only available for select devices.

4 steps
  1. Download OrangeFox .img for your device from orangefox.tech
  2. Boot to fastboot: adb reboot bootloader
  3. Flash: fastboot flash recovery orangefox.img
  4. Boot into recovery: fastboot boot orangefox.img
📦 Install ROM

Install LineageOS onBQ Aquaris U

20 steps
  1. Read through the instructions at least once before actually following them, so as to avoid any problems due to any missed steps!
  2. Make sure your computer has adb and fastboot . Setup instructions can be found here .
  3. Enable USB debugging on your device.
  4. Boot your device with the stock OS at least once and check every functionality. warning Warning: Make sure that you can send and receive SMS and place and receive calls (also via WiFi and LTE, if available), otherwise it won’t work on LineageOS either! Additionally, some devices require that VoLTE/V
  5. Remove all Google accounts from your device to avoid “Factory reset protection”
  6. LineageOS is provided as-is with no warranty. While we attempt to verify everything works you are installing this at your own risk!
  7. Enable OEM unlock in the Developer options under device Settings, if present.
  8. Connect the device to your PC via USB.
  9. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type: adb -d reboot bootloader You can also boot into fastboot mode via a key combination: With the device powered off, hold Volume Down + Power .
  10. Once the device is in fastboot mode, verify your PC finds it by typing: fastboot devices If you don’t get any output or an error: on Windows: make sure the device appears in the device manager without a triangle. Try other drivers until the command above works! on Linux or macOS: If you see no permi
  11. Now type the following command to unlock the bootloader: fastboot oem unlock info_outline Note: At this point, the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to in order to
  12. If the device doesn’t automatically reboot, reboot it. It should now be unlocked.
  13. Since the device resets completely, you will need to re-enable USB debugging to continue.
  14. Download a custom recovery - you can download TWRP . Simply download the latest recovery file, named something like twrp-x.x.x-x-chaozu.img and rename it to recovery.img . warning Important: Other recoveries may not work for installation or updates. We strongly recommend to use the one linked above!
  15. Connect your device to your PC via USB if it isn’t already.
  16. If your device isn’t already in fastboot mode, on the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type: adb -d reboot bootloader You can also boot into fastboot mode via a key combination: With the device powered off, hold Volume Down + Power .
  17. Once the device is in fastboot mode, verify your PC finds it by typing: fastboot devices If you don’t get any output or an error: on Windows: make sure the device appears in the device manager without a triangle. Try other drivers until the command above works! on Linux or macOS: If you see no permi
  18. Flash recovery onto your device: fastboot flash recovery recovery.img
  19. Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed! With the device powered off, hold Volume Up + Power . info_outline Note: If you can’t power down the device, try long-pressing the key-combination (if any
  20. Build a LineageOS installation package.
⚡ Root

Root with Magisk

Keep a backup of the original boot.img. Magisk is systemless — safer for updates.

7 steps
  1. Unlock bootloader first
  2. Download stock boot.img for your exact firmware build
  3. Install Magisk app on device
  4. In Magisk: Install → Select and Patch a File → pick boot.img
  5. Copy patched_boot.img to PC
  6. Flash: fastboot flash boot patched_boot.img
  7. Reboot and open Magisk to verify root
⚡ Root

Root with KernelSU

Requires kernel-level support. Not all devices are supported.

5 steps
  1. Check kernelsu.org for a supported kernel for your device
  2. Download the KernelSU kernel .img
  3. Flash: fastboot flash boot kernelsu_boot.img
  4. Install KernelSU Manager from GitHub releases
  5. Grant root from the Manager
⚡ Root

Root with APatch

Alternative to Magisk with kernel patch support.

5 steps
  1. Download APatch from github.com/bmax121/APatch
  2. Extract boot.img from your stock firmware
  3. In APatch app: patch boot.img
  4. Flash patched boot: fastboot flash boot patched_boot.img
  5. Reboot and verify in APatch Manager
🔄 Restore / Unbrick

Restore Stock / Unbrick

Always use firmware matching your exact region and model number.

7 steps
  1. Download official stock firmware for your exact model and region
  2. Samsung: use Odin — flash AP/BL/CP/CSC files
  3. Xiaomi/Poco: use MiFlash in EDL/fastboot mode
  4. Google Pixel: use Android Flash Tool at flash.android.com
  5. OnePlus: use MSM Download Tool for hard bricks
  6. Other devices: check XDA for your specific model
  7. After flash: device reboots to stock
💰 Buy & Sell

Buying & Selling Modified Devices

Unlocked bootloader = lower resale value. FRP locks are illegal to bypass on a device you don't own.

7 steps
  1. BEFORE SELLING: Factory reset and remove Google account (FRP)
  2. BEFORE SELLING: Restore stock ROM and re-lock bootloader if possible
  3. BEFORE SELLING: Disclose Knox trip status to Samsung buyers — it shows in settings
  4. BEFORE BUYING: Ask if bootloader is unlocked
  5. BEFORE BUYING: Check IMEI on imei.info — confirm not blacklisted
  6. BEFORE BUYING: Test camera, speakers, fingerprint, charging
  7. BEFORE BUYING: Verify model number matches your region