Question Unlock bootloader Realme 8 Pro?

Search This thread

Shibu Shaji

Senior Member
Oct 18, 2016
70
36
25
kerala🌴
Xiaomi Mi A2
Google Pixel 3a
Yeah, we can achieve the bootloader unlock of realme 8 pro. Mine is unlocked. The build number and security patch must be (RMX3081_11_A.44) (November 5,2021)
 

Attachments

  • Screenshot_2022-01-08-01-49-59-57.jpg
    Screenshot_2022-01-08-01-49-59-57.jpg
    74.4 KB · Views: 405
  • Screenshot_2022-01-08-01-49-53-37.jpg
    Screenshot_2022-01-08-01-49-53-37.jpg
    113.2 KB · Views: 406
  • Screenshot_2022-01-08-01-49-35-69.jpg
    Screenshot_2022-01-08-01-49-35-69.jpg
    261.6 KB · Views: 399

StratOS_HTC

Senior Member
Sep 25, 2007
688
437
Celje
Realme 8 Pro
This is Export rom not the GDPR rom (EU) :)
Have flashed it and can unlock and flash files via fastboot.

OFP - Original Firmware Project :

Code:
Model    Project    Project ID                                                                                Download link
RMX3081    20711    (Project ID-20711)_INDIA,MM,BD,PK                                RMX3081export_11_A.44    https://fileload.coloros.com/504197RMX3081export_11_A.44_2021110921030235.zip
RMX3081    20712    (Project ID-20712)_PH,VN,KH,-EG,IQ,MY                            RMX3081export_11_A.44    https://fileload.coloros.com/504198RMX3081export_11_A.44_2021110921100000.zip
RMX3081    20713    (Project ID-20713)_LUX,CH,ES,UK,FR,IT,DE,NL,BE,NO,PT,FIN,CY        RMX3081GDPR_11_A.44        https://fileload.coloros.com/504200RMX3081GDPR_11_A.44_2021110921090000.zip
RMX3081    20713    (????)                                                            RMX3081export_11_A.44    https://fileload.coloros.com/504199RMX3081export_11_A.44_2021110921060000.zip
RMX3081    20714    (????)                                                            RMX3081export_11_A.44    https://fileload.coloros.com/504201RMX3081export_11_A.44_2021110921110000.zip

@Shibu Shaji share us the
getprop ro.build.display.full_id
 
Last edited:
  • Like
Reactions: Shibu Shaji

Shibu Shaji

Senior Member
Oct 18, 2016
70
36
25
kerala🌴
Xiaomi Mi A2
Google Pixel 3a
Yeah, we can achieve the bootloader unlock of realme 8 pro. Mine is unlocked. The build number and security patch must be (RMX3081_11_A.44) (November 5,2021)
This is Export rom not the GDPR rom (EU) :)
Have flashed it and can unlock and flash files via fastboot.

OFP - Original Firmware Project :

Code:
Model    Project    Project ID                                                                                Download link
RMX3081    20711    (Project ID-20711)_INDIA,MM,BD,PK                                RMX3081export_11_A.44    https://fileload.coloros.com/504197RMX3081export_11_A.44_2021110921030235.zip
RMX3081    20712    (Project ID-20712)_PH,VN,KH,-EG,IQ,MY                            RMX3081export_11_A.44    https://fileload.coloros.com/504198RMX3081export_11_A.44_2021110921100000.zip
RMX3081    20713    (Project ID-20713)_LUX,CH,ES,UK,FR,IT,DE,NL,BE,NO,PT,FIN,CY        RMX3081GDPR_11_A.44        https://fileload.coloros.com/504200RMX3081GDPR_11_A.44_2021110921090000.zip
RMX3081    20713    (????)                                                            RMX3081export_11_A.44    https://fileload.coloros.com/504199RMX3081export_11_A.44_2021110921060000.zip
RMX3081    20714    (????)                                                            RMX3081export_11_A.44    https://fileload.coloros.com/504201RMX3081export_11_A.44_2021110921110000.zip

@Shibu Shaji share us the
getprop ro.build.display.full_id
Here is my id : RMX3081export_11_A.44_2021110921030235
 

Attachments

  • IMG_20220108_182809.jpg
    IMG_20220108_182809.jpg
    896.5 KB · Views: 345
  • Like
Reactions: StratOS_HTC

StratOS_HTC

Senior Member
Sep 25, 2007
688
437
Celje
Realme 8 Pro
Yeah, see it's exported Project ID-20711 and don't have a bootloader locked.

Have flashed it previously and know that.

The GDPR versions of ROM you cannot do almost nothing 4 now.
 

Shibu Shaji

Senior Member
Oct 18, 2016
70
36
25
kerala🌴
Xiaomi Mi A2
Google Pixel 3a
Oh bro, this is not GDPR version.. After I unlocked my bootloader, i tried to root realme 8 pro with patched boot image from OFP Rom but it's doesn't work for me..

Any thing to say about this?😐
Yeah, see it's exported Project ID-20711 and don't have a bootloader locked.

Have flashed it previously and know that.

The GDPR versions of ROM you cannot do almost nothing 4 now.
 

StratOS_HTC

Senior Member
Sep 25, 2007
688
437
Celje
Realme 8 Pro
Well let me guide you throught it :


Get the firmware in zip
Extract the boot.img and vbmeta files from the opf file.

adb reboot bootloader
fastboot flashing unlock (Unlock bootloader)

*fastboot flashing unlock_critical

Use magisk to patch the boot.img use patched image as boot.img

fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot reboot

or use it with --force additional option

after finish it give feedback, please.


If successfull go back fo fastbootd mode and provide me with two files fetched from the system

fetch could be limited in fastboot
fastboot fetch vbmeta vbmeta.xxx
fastboot fetch vbmeta_system vbmeta_system.xxx

U can get it via adb (I guess)

adb pull /dev/block/sde18 vbmeta
adb pull /dev/block/sde16 vbmeta_system
 
Last edited:
  • Like
Reactions: Shibu Shaji

Shibu Shaji

Senior Member
Oct 18, 2016
70
36
25
kerala🌴
Xiaomi Mi A2
Google Pixel 3a
Well let me guide you throught it :

adb reboot bootloader
fastboot flashing unlock (Unlock bootloader)

Get the firmware in zip
Extract the boot.img and vbmeta files from the opf file.

Use magisk to patch the boot.img use patched image as boot.img

fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot reboot
Well let me guide you throught it :


Get the firmware in zip
Extract the boot.img and vbmeta files from the opf file.

adb reboot bootloader
fastboot flashing unlock (Unlock bootloader)

*fastboot flashing unlock_critical

Use magisk to patch the boot.img use patched image as boot.img

fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot reboot

or use it with --force additional option

after finish it give feedback, please.


If successfull go back fo fastbootd mode and provide me with two files fetched from the system

fetch could be limited in fastboot
fastboot fetch vbmeta vbmeta.xxx
fastboot fetch vbmeta_system vbmeta_system.xxx

U can get it via adb (I guess)

adb pull /dev/block/sde18 vbmeta
adb pull /dev/block/sde16 vbmeta_system
Yeah , tried but nothing seems to be work.
Well let me guide you throught it :


Get the firmware in zip
Extract the boot.img and vbmeta files from the opf file.

adb reboot bootloader
fastboot flashing unlock (Unlock bootloader)

*fastboot flashing unlock_critical

Use magisk to patch the boot.img use patched image as boot.img

fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot reboot

or use it with --force additional option

after finish it give feedback, please.


If successfull go back fo fastbootd mode and provide me with two files fetched from the system

fetch could be limited in fastboot
fastboot fetch vbmeta vbmeta.xxx
fastboot fetch vbmeta_system vbmeta_system.xxx

U can get it via adb (I guess)

adb pull /dev/block/sde18 vbmeta
adb
Well let me guide you throught it :


Get the firmware in zip
Extract the boot.img and vbmeta files from the opf file.

adb reboot bootloader
fastboot flashing unlock (Unlock bootloader)

*fastboot flashing unlock_critical

Use magisk to patch the boot.img use patched image as boot.img

fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot reboot

or use it with --force additional option

after finish it give feedback, please.


If successfull go back fo fastbootd mode and provide me with two files fetched from the system

fetch could be limited in fastboot
fastboot fetch vbmeta vbmeta.xxx
fastboot fetch vbmeta_system vbmeta_system.xxx

U can get it via adb (I guess)

adb pull /dev/block/sde18 vbmeta
adb pull /dev/block/sde16 vbmeta_sys
Well let me guide you throught it :


Get the firmware in zip
Extract the boot.img and vbmeta files from the opf file.

adb reboot bootloader
fastboot flashing unlock (Unlock bootloader)

*fastboot flashing unlock_critical

Use magisk to patch the boot.img use patched image as boot.img

fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot reboot

or use it with --force additional option

after finish it give feedback, please.


If successfull go back fo fastbootd mode and provide me with two files fetched from the system

fetch could be limited in fastboot
fastboot fetch vbmeta vbmeta.xxx
fastboot fetch vbmeta_system vbmeta_system.xxx

U can get it via adb (I guess)

adb pull /dev/block/sde18 vbmeta
adb pull /dev/block/sde16 vbmeta_system
Yeah i tried the steps that u said above to ROOT realme 8 pro, but it doesn't work for me... here are the steps that i did.

Fastboot mode

*Fastboot flashing unlock
*Fastboot --disable-verity --disable-verification
flash vbmeta vbmeta.img
*Fastboot flash boot (magisk patched) boot.img

Result : Device went to bootloop. Retrieved from
bootloop by flashing stock boot image that previously extracted from OFP file and now the device is fine.

Also tried this step

Fastboot mode

*Fastboot flashing unlock
*Fastboot --disable-verity --disable-verification
flash vbmeta vbmeta.img
* Fastboot --disable-verity --disable-verification
flash vbmeta_system vbmeta_system.img
*Fastboot --disable-verity --disable-verification
flash vbmeta_vendor vbmeta_vendor.img
*Fastboot flash boot (magisk patched) boot.img

Result : Bootlooped. Retrieved by flashing stock boot image..

And also, i tried to BOOT patched boot image... and it shows

FAILED <remote: unknown command>
 

StratOS_HTC

Senior Member
Sep 25, 2007
688
437
Celje
Realme 8 Pro
THX @Shibu Shaji

For showing us the 20711 EXPORT .44 ROM fastboot getvar all infos.
I have also the 20713 GDPR .44 ROM fastboot getvar all infos.

The bootloader in EXPORT is unlocked and is not userspaced.
 

Attachments

  • FASTBOOT GETVAR ALL EXPORT.txt
    6.6 KB · Views: 71
  • FASTBOOT GETVAR ALL GDPR.txt
    10.9 KB · Views: 46
  • Like
Reactions: Shibu Shaji

StratOS_HTC

Senior Member
Sep 25, 2007
688
437
Celje
Realme 8 Pro
Since EDL is not configured correctly (No kernel driver supported: Operation not supported or unimplemented on this platform) after the firehose programmer sucessfully boot ...

Also QFIL and unimplemented <CONFIGURE> or <SIG> and signed and certed things the only thing to do is via ISP UFS control.

OR possible USB port communication debug via MSM flash.

For EXPORT version have prepared seen action on the screen for this ROM
Code:
Project 20711
RMX3081
Version Flash MSM download tool v.2.0.51 for eMMC/UFS
Rom ofp : RMX3081export_11_A.28_202104090210
Server : India
Use default NV=yes
Reboot on finish=yes
Download Firehose protocol file
Sahara communication succeeded
Boot via firehose
Trying to handshake
Get sign data
Verify data
Getting NV code from server
Failed to get NV code. Default NV code would be used
Firehose GetUfsInfo
Erasing the partition Primarly GPT
Erasing the partition BackupGPT
Erasing the partition userdata
Downloading cdt_engineering_release.img
Erasing partition keystore
Downloading cache.img
Downloading recovery.img
Downloading metadata.img
Downloading userdata.img
Downloading gpt_main0.bin
Downloading xbl.elf
Downloading gpt_main1.bin
Downloading gpt_main2.bin
Downloading aop.mbn
Downloading tz.mbn
Downloading NON-HLOS.bin
Erasing the partition mdtpsecapp
Erasing the partition mdtp
Downloading abl.elf
Downloading dspso.bin
Downloading boot.img
Downloading devcfg.mbn
Downloading vbmeta_vendor.img
Downloading dtbo.img
Downloading imagefv.elf
Downloading oppo_sec.mbn
Downloading dpAP.mbn
Erasing the partition spunvm
Downloading splash.img
Downloading logfs_ufs_8mb.bin
Erasing the partition cateloader
Erasing the partition rawdump
Erasing the partition logdump
Download multi_image.mbn
Erasing the partition catefv
Downloading gpt_main4.bin
Download static_nvbk.bin
Erasing the partition opporeserve1
Downloading emmc_fw.bin
Downloading DRIVER.ISO
Downloading gpt_main5.bin
Restarting
Downloading Firehose protocol file
Sahara communication succeeded
Trying to handshake via Firehose
Configure the settings of Firehose
Get sign data
Verify data
Downloading super partsuper.0
Downloading super partsuper.1
Downloading super partsuper.2
Get basic data
Write patch image to user partition
Restarting
Download succeeded

Get sign data
Verify data


Currently non-implemented/documented also by MSM7125 ?
 
Last edited:
  • Like
Reactions: Shibu Shaji

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Answer from eu@realme from today :

    Unlock Bootloader tutorial for Realme 8 Pro RMX3081 is not available as of now.Further, keep following our social media handles and official community portal for the latest updates,
    2
    For GDPR Rom still not available for ProjID 20713.

    All Export ProjID (20711,20712,20713,20714) bootloader can be unlocked :(
    2
    Orange state.png


    From green to orange state ... some progress after all ...
    1
    1. you'd better write in english, to get a broader range of people who understand you question ;-).
    2. Also waiting for that ... it's a shame.

    Greetz
    Kurt
    1
    Not anymore means that the bootloader can be unlocked🤣