Root VIVO 1901 and 1902 Device

Flashing custom components like boot images and rooting tools can be risky and may void your warranty. Additionally, it's important to note that modifying your device in this way could potentially lead to data loss or bricking your device if not done correctly. Make sure to back up your important data before proceeding.

Here's a general guide on how to flash a custom boot image and root a device using Magisk. Keep in mind that the steps might vary slightly depending on the device model and software version.



  1. Unlock Bootloader:

    • Ensure that your device's bootloader is unlocked. This step varies for different devices, so you'll need to look up specific instructions for your Vivo 1901 model.
  2. Download Necessary Files:

    • Download the correct boot image for your device and the Magisk Manager APK from the official sources.
  3. Install ADB and Fastboot:

    • Ensure that you have ADB and Fastboot installed on your computer. You can download the Android SDK platform tools, which includes ADB and Fastboot, from the official Android developer website.
  4. Enable USB Debugging:

    • On your device, go to Settings > About phone > Tap on "Build number" multiple times until you see a message saying "You are now a developer!"
    • Go back to the main Settings screen, and now you should see "Developer options" or "System" > "Developer options."
    • Enable USB debugging.
  5. Connect Your Device:

    • Connect your Vivo 1901 to your computer via USB.
  6. Open Command Prompt or Terminal:

    • Navigate to the folder where ADB and Fastboot are installed on your computer.
  7. Reboot into Fastboot/Bootloader Mode:

    • Enter the following command:
      adb reboot bootloader
  8. Flash the Custom Boot Image:

    • Use the following command to flash the custom boot image:
      fastboot flash boot path/to/boot.img
      Replace "path/to/boot.img" with the actual path to your downloaded boot image.
  9. Reboot:

    • After flashing the boot image, reboot your device:
      fastboot reboot
  10. Install Magisk:

    • Once your device has booted up, install the Magisk Manager APK.
  11. Verify Root Access:

    • Open Magisk Manager and check if it reports that your device is rooted.
Total Size: 46.5 MB

Extract Password zip: HackFieTeam

Remember to follow specific instructions for your device model and check for any additional steps or precautions mentioned by the community or the developer of the custom boot image. If you're unsure about any step, it's advisable to seek assistance from forums or communities dedicated to your specific device model. 

0 Comments