Skip to content

Instantly share code, notes, and snippets.

@ANDROID2468
Last active March 25, 2025 19:19
Show Gist options
  • Save ANDROID2468/a0c66d38cffcfb0bbc538ab7858d1ab5 to your computer and use it in GitHub Desktop.
Save ANDROID2468/a0c66d38cffcfb0bbc538ab7858d1ab5 to your computer and use it in GitHub Desktop.
rooting the umidigi a7 pro (magisk)
This guide is for advince users only! better guide comming soon on XDA (I have test this on my own umidigi a7 pro )
In order to root your umidigi a7 pro you need to:
1) download device FW --> https://community.umidigi.com/forum.php?mod=forumdisplay&fid=235 (DO NOT download the EEA verison if you are not in Europe!)
2) download sp flash tool in case you brick you phone. --> https://spflashtool.com/
3) unlock your bootloader --> https://www.getdroidtips.com/unlock-bootloader-umidigi-a5-pro-2/
2) flash this vbmeta.img file with fastboot in bootloader mode. --> https://mega.nz/file/dnAS3AhD#g5PnSg-0UKFvyhZSZ8Em6gKO2Do7avaUepPmsH75-Bg
cmd: fastboot flash vbmeta vbmeta.img
3) extract the boot.img from fw.7z file and patch it with magisk
4) flash your patched_boot.img in bootloader mode
cmd: fastboot flash boot boot.img
enjoy your rooted phone!!!
@ANDROID2468
Copy link
Author

What version of magisk is compatible with the umidigi a7 pro phone patch because I made several attempts and did not get the appropriate root

are you on stock fw? I never got magisk to work on GSI roms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment