A tool to flash .ofp files in bootloader mode without needing MSM Tool, an alternative to official realme tool.
THE DEVICE MUST HAVE THE BOOTLOADER UNLOCKED
Not guaranteed to work on realme ui versions lower than 3.0
- soft unbrick
- install stock firmware
- switch device region
- italorecife
- bkerler oppo_decrypt
- All contributors
Compiled version: DOWNLOAD
sudo apt-get install android-tools-adb android-tools-fastboot simg2img
sudo apt install python3 git python3-pip
git clone https://github.com/italorecife/OppoRealme-OFP-Flash
cd OppoRealme-OFP-Flash
pip3 install -r requirements.txt
Install the adb & fastboot drivers.
- Install python 3.9 and git
- WIN+R
cmd
git clone https://github.com/italorecife/OppoRealme-OFP-Flash
cd OppoRealme-OFP-Flash
pip3 install -r requirements.txt
Put the .ofp file in the same folder as the program, then put your device in mode fastboot to start flash.
Run:
python3 flash.py
if you have windows OS you can run normally by double clicking, and you have linux use terminal.