How To Guide Updating Magisk to v25.2.

Search This thread

ilia3367

Senior Member
Oct 29, 2007
556
460
Emerald City
Found a way to update Magisk to v25.2!

1. Copy to the adb folder with adb+fastboot drivers (which is in the root of C:\ drive) vbmeta.img file from the firmware archive installed on your phone ;
2. In the "Settings" of the Magisk application should be selected "Update channel - Stable";
3. Update the application Magisk Manager to v25.2. After the update, it will restart;
4. Update Magisk itself by selecting the "Direct install" method. After updating is completed, the phone is reloaded into bootloader (fastboot mode);
5. Call the Command line in the adb folder and run the command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
6. Restart the phone. The system starts, Magisk updated to v25.2!
 
Last edited:

nyanpass1

New member
Aug 17, 2022
1
0
4. After updating is completed, my phone was trapped in a loop of restart. I entered fastboot manually.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Found a way to update Magisk to v25.2!

    1. Copy to the adb folder with adb+fastboot drivers (which is in the root of C:\ drive) vbmeta.img file from the firmware archive installed on your phone ;
    2. In the "Settings" of the Magisk application should be selected "Update channel - Stable";
    3. Update the application Magisk Manager to v25.2. After the update, it will restart;
    4. Update Magisk itself by selecting the "Direct install" method. After updating is completed, the phone is reloaded into bootloader (fastboot mode);
    5. Call the Command line in the adb folder and run the command:
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    6. Restart the phone. The system starts, Magisk updated to v25.2!