Skip to content

This repository provides firmware for Mi 10i 5G (Gauguininpro). Access the essential firmware files and updates required for custom ROM installations on the Xiaomi Mi 10i 5G device. The repository is hosted on GitHub for convenient access and utilization.

License

Notifications You must be signed in to change notification settings

mohamedshahilshajahan/firmware-for-gauguininpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

# Xiaomi Mi 10i 5G (gauguininpro) Custom Firmware for Custom ROM Installation Guide #

## Disclaimer ##

**Note:** Flashing custom ROMs involves potential risks, and you may void your warranty. Follow these instructions at your own risk. Ensure that you understand the process and have backed up essential data before proceeding.
* I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
Please do some research if you have any concerns about features included in this ROM before flashing it!
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.

## Prerequisites ##

1. Unlock the bootloader of your Xiaomi Mi 10i 5G.

2. Download the latest platform-tools (ADB tools) on your PC.

3. Visit the official Xiaomi firmware website: Gauguin Official Firmware and Download the latest MIUI fastboot firmware for your region.

Official firmware website

4. Download the latest custom recovery for a particular latest custom ROM.

## Installing/Boot Custom Recovery ##

1. Boot your Xiaomi Mi 10i 5G into fastboot mode (bootloader mode).

2. Connect your device to your PC.

3. Open a command prompt or terminal window on downloaded platform-tools {ADB tools} directory.

4. Verify the proper connection of your device in fastboot mode with the command:

fastboot devices  


5. Use the following command to temporarily boot into the custom recovery:

fastboot boot <path-to-custom-recovery-image>

Replace path-to-custom-recovery-image with the actual path to the custom recovery image.

(or)


6. Use the following command to Install the custom recovery:
fastboot flash recovery <path-to-custom-recovery-image>

Replace <path-to-custom-recovery-image> with the actual path to the custom recovery image.

7. On Custom Recovery, go to Apply update > Apply from ADB.

8. Ensure the correct connection of your device in adb mode by executing the command:

adb devices

9. Flash the firmware through ADB sideload by running
adb sideload <path/to/firmware.zip>

Replace <path/to/firmware.zip> with the actual path to the official firmware image.

## Firmware Not Working ##

**If you encounter an issue with the official firmware being incompatible
(e.g., "This package is for gauguin. This is gauguininpro"),
like shown in the image below, follow the steps below to make necessary tweaks.**

Official firmware website

## I already Tweaked the latest Indian firmware for Mi 10i 5G (gauguininpro) ##

Download the tweaked firmware for gauguininpro from the following links:

## How I Tweak the Firmware ##

1. Extract the downloaded firmware ZIP file.

2. Navigate to the extracted firmware folder.


3. Open the meta-inf/com/google/android/updater-script file using a text editor (e.g., 'notepad++').

updater-script image

4. Change instances of 'gauguin' to 'gauguininpro' in the updater-script file.

5. Open the meta-inf/com/android/metadata file using a text editor (e.g., 'notepad++').

metadata image

6. Change instances of 'gauguin' to 'gauguininpro' in the metadata file.

7. Save the changes.

## Flashing the Tweaked Firmware ##

1. Boot your Xiaomi Mi 10i 5G into fastboot mode (bootloader mode).

2. Connect your device to your PC.

3. Open a command prompt or terminal window on downloaded platform-tools {ADB tools} directory.

4. On Custom Recovery, go to Apply update > Apply from ADB.

5. Flash the firmware through ADB sideload by running:

adb sideload <path/to/firmware.zip>

Replace <path/to/firmware.zip> with the actual path to the tweaked firmware image.

Firmware Installed Successfully

6. Once the flashing is complete, now flash the downloaded custom ROM.

About me:

Typing SVG

A passionate software enthusiast diving into the exciting world of development!

πŸš€ As a recent graduate with a Diploma in ECE (2018),

I am eager to establish a robust foundation in Software Development, focusing on Python, Java, C, and C++.
πŸ’‘ My journey is just beginning, and I've already taken my first steps by creating a project.
πŸ› οΈ As a beginner, I'm committed to continuously enhancing my skills and contributing to the ever-evolving tech landscape.
🌐 I'm thrilled about the endless possibilities in software development and am dedicated to mastering the intricacies of coding.

My goal is to build a solid skill set that not only meets industry standards but also pushes the boundaries of innovation.
πŸ“š Lifelong learning is my mantra, and I believe in the power of collaboration. Let's connect, learn, and grow together on this coding adventure! 🀝

#CodeNewbie #Python #Java #Cplusplus #SoftwareDevelopment #TechEnthusiast

mohamedshahilshajahan

Coding

- πŸ“« You can contact me at **mohamedshahilshajahan@gmail.com**

Connect with me:

Β 

Languages and Tools:

cΒ Β cplusplusΒ Β javaΒ Β python