Skip to content

RAPHEALNOOBS/flashing_guide_dynamic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Evolution X Dynamic System Partition (DSP) Flash Guide

a14_logo.png

Table of Contents

Requirements

  • Eyes and Brain.

All Necessary Files

Preparation

  1. Backup Your Data:

    • Explore resources on Google or XDA for comprehensive guides on backing up your device data. Remember, formatting your data partition will erase internal files. It's crucial to perform this step to prevent potential boot issues due to old encryption.
  2. Bootloader and Recovery:

    • Confirm that your bootloader is unlocked and use the recommended recovery.
  3. Persist Partition Backup:

    • If not done previously, research guides on Google, XDA, or YouTube to back up your persist partitions.
  4. Download Required Files:

    • Download all files listed in here. Choose firmware according to your device region.
  5. Security Measures:

    • Remove all fingerprints and PINs from your device.

Flashing DSP Recovery

You can skip this if you are using the recommended recovery already. If you are not sure which recovery you are using then just follow these steps as well won't harm anything.

  1. Backup Data:

    • Ensure your data is backed up before proceeding.
  2. Reboot to Recovery:

  3. Format Data (type yes)

  4. Flash The Dynamic Recovery

You may face errors like this, just ignore and continue.

system_root_error.jpg

Flashing DSP ROM

If you are flashing from another rom (not evolution-x) then please format data(type yes) first then reboot to recovery (menu>reboot>recovery) and continue rest of the steps. DON'T SKIP THIS

  1. Flash Android 11 Firmware
  2. Flash Legacy to Dynamic
  3. Flash The Rom File
  4. Format Data (type yes)
    • It is recommended to format data using ofox v11.1.0 to avoid storage permission issues in certain apps.
  5. Change your data partition FS:
    • Tap one menu button on the recovery.
    • Select manage partition.
    • Select data.
    • Tap on change FS
    • Select F2FS
  6. System Reboot
    • Reboot your system. ( Ignore warnings like "No OS Installed.")

Flashing using PC

  • Make sure you have the latest ADB/Platform-tools
  • You can use this script to auto install ADB/Platform-tools
  1. Enter fastboot mode and Execute these commands:
    • Check if your device is connected or not. If not then check your drivers again.
    fastboot devices
  2. Now extract the recovery_dynamic.zip and you will find an img file. run this cmd to flash the recovery:
    fastboot flash recovery <drag and drop that img file here>
  3. Now boot into your recovery
  4. Flash Legacy to Dynamic
  5. Flash ROM zip
  6. Format Data
  7. Change your data partition FS:
    • Tap one menu button on the recovery.
    • Select manage partition.
    • Select data.
    • Tap on change FS
    • Select F2FS
  8. Reboot To System ( Ignore warnings like "No OS Installed.")

Issues

You may face issues with storage permission on selected apps/games. Please join the support group and type #storagefix

Credits

  • Joey for the ROM
  • 404 for recovery.