Welcome, visitor! [ Register | Login

  • Title: Infinix Note 30 Pro X678B 14
  • Listed: May, 2024
  • Last modified: 10/27/2025 7:43 am
  • Version: ROM Android 14
  • You must be logged for ROM download.


Overall Rating : 8


17700 total views, 13 today

25 Total favorites

  

OFFICIAL
Infinix Note 30 Pro X678B 14

Author adMember Info

SoCr@Te

  • Listed by: SoCr@Te
  • Member Since: 05/15/0470

DESCRIPTION


ROM Mobile Infinix Note 30 Pro X678B – ROM Android 14

ONLY MT6789

ROM 2 – Update Official Infinix Note 30 Pro X678B version: X678B-H894Q-U-RU-250415V853 – full_x678b_h894-user 14


ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-250217V838 – full_x678b_h894-user 14 – Recovery


ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-250217V838 – full_x678b_h894-user 14


ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-241210V820 – full_x678b_h894-user 14


ROM 2 – Update Official Infinix Note 30 Pro X678B version: X678B-H894Q-U-RU-241021V801 – full_x678b_h894-user 14


ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-241021V802 – full_x678b_h894-user 14


ROM 2 – Update Official Infinix Note 30 Pro X678B version: X678B-H894Q-U-RU-240910V777 – full_x678b_h894-user 14


ROM 2 – Update Official Infinix Note 30 Pro X678B version: X678B-H894Q-U-RU-240815V763 – full_x678b_h894-user 14


ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-240815V762 – full_x678b_h894-user 14


ROM 2 – Update Official Infinix Note 30 Pro X678B version: X678B-H894Q-U-RU-240701V750 – full_x678b_h894-user 14

ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-240703V753 – full_x678b_h894-user 14


ROM 1 – Update Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-240618V711 – full_x678b_h894-user 14


ROM 2 – Official Infinix Note 30 Pro X678B version: X678B-H894Q-U-RU-240506V533 – full_x678b_h894-user 14


ROM 1 – Official Infinix Note 30 Pro X678B version: X678B-H894OPQ-U-OP-240506V534 – full_x678b_h894-user 14

Gapps include -  No Rooted

Language support : Multilang

 

Install ROM :

- Unpack FlashTools, and Click on Flash_tool.exe
- Under Download-XML, Click on the Choose button.
- Locate the XML File in the rom called "…Android_scatter.xml"
- if you have the file "Authentication File" also located in the decompressed rom
- Click the "Download" button
- Connect your Mediatek Device to the computer using the USB Cable (make sure it is power off).
- After connecting the device to the computer Press Volume Down or Volume Up key, so that SP Flash Tool can detect the device.
- Once the computer detects the device, the flashing or installation process will begin automatically.
- the installation process is completed, a Green Ring will appear.
- Finish !

- Close the SP Flash Tool and disconnect your Mediatek device from the computer.



※Please make a backup of your device before installing or updating ROM

Responses to “Infinix Note 30 Pro X678B 14”


  1. 09/04/2022
    Thailand

    This rom I checked comes from device Infinix note 30 but not rom for Infinix zero 8i

  2. 07/30/2024
    Russia

    Incorrect model description. The ROMs provided are for the Infinix Note 30 Pro (X678B).

  3. 05/15/0470

    Hi

    for me this model

  4. 06/28/2015
    Czechia

    Hi, so are some or all of these roms for Note 30 PRO pls? Cannot find any for my Note 30 Pro here at all… Thank anyone for reply.

    • 07/30/2024
      France

      All of the ROMs provided here are for the Infinix Note 30 Pro (X678B) - look at the ROMs names, they all start from the "X678B-H894Q.."

      "Pics" SelectShow

      Infinix Zero 8i has different model name – X687B. The title of this page is wrong.

  5. 05/15/0470

    Hi

    my mistake sorry

  6. 07/30/2024
    France

    SoCr@Te, the title is still wrong: "Infinix Note 30 Pro X687B 14". The correct one is "Infinix Note 30 Pro X678B 14"

  7. 07/30/2024
    Netherlands

    About "Install ROM" instruction provided. Technically, it's correct, but can't be implemented in reality due to the lack of an "Authentication File" – at the moment no MT6789 device can be flashed with the SP Flash Tool, only paid server-based tools like AMT can do it.

    But it looks like it's possible to flash these ROMs using fastboot (script was found at the 4pda forum, use it at your own risk):

    @echo off
    fastboot flash super super.img || (echo "Flash super error" && pause && exit /b 1)
    fastboot flash vbmeta_a vbmeta.img || (echo "Flash vbmeta_a error" && pause && exit /b 1)
    fastboot flash vbmeta_system_a vbmeta_system.img || (echo "Flash vbmeta_system_a error" && pause && exit /b 1)
    fastboot flash vbmeta_vendor_a vbmeta_vendor.img || (echo "Flash vbmeta_vendor_a error" && pause && exit /b 1)
    fastboot flash md1img_a md1img.img || (echo "Flash md1img_a error" && pause && exit /b 1)
    fastboot flash spmfw_a spmfw.img || (echo "Flash spmfw error" && pause && exit /b 1)
    fastboot flash pi_img_a pi_img.img || (echo "Flash pi_a error" && pause && exit /b 1)
    fastboot flash dpm_a dpm.img || (echo "Flash dpm_a error" && pause && exit /b 1)
    fastboot flash scp_a scp.img || (echo "Flash scp_a error" && pause && exit /b 1)
    fastboot flash sspm_a sspm.img || (echo "Flash sspm_a error" && pause && exit /b 1)
    fastboot flash mcupm_a mcupm.img || (echo "Flash mcupm_a error" && pause && exit /b 1)
    fastboot flash gz_a gz.img || (echo "Flash gz_a error" && pause && exit /b 1)
    fastboot flash lk_a lk.img || (echo "Flash lk_a error" && pause && exit /b 1)
    fastboot flash logo_a logo.bin || (echo "Flash logo_a error" && pause && exit /b 1)
    fastboot flash logo_b logo.bin || (echo "Flash logo_b error" && pause && exit /b 1)
    fastboot flash boot_a boot.img || (echo "Flash boot_a error" && pause && exit /b 1)
    fastboot flash vendor_boot_a vendor_boot.img || (echo "Flash vendor_boot_a error" && pause && exit /b 1)
    fastboot flash dtbo_a dtbo.img || (echo "Flash dtbo_a error" && pause && exit /b 1)
    fastboot flash tee_a tee.img || (echo "Flash tee_a error" && pause && exit /b 1)
    fastboot flash userdata userdata.img || (echo "Flash userdata error" && pause && exit /b 1)
    fastboot set_active a || (echo "set_active a error" && pause && exit /b 1)
    fastboot erase misc || (echo "Erase misc error" && pause && exit /b 1)
    fastboot erase metadata || (echo "Erase metadata error" && pause && exit /b 1)
    fastboot reboot || (echo "Reboot error" && pause && exit /b 1)
    pause

     

  8. 12/12/2024
    United States

    help pass

     

  9. 06/18/2016
    Indonesia

    hi.. wrong link, its for Infinix-Zero-8i not infinix note 30 pro

    download 6.26GB but nothing LOL

  10. 02/25/2025
    Slovakia

    Čo ste debili, vsetko som vypol a stale mi nezobrazi linky na sťahovanie.


Leave a Reply

You must be logged in to post a comment.


Terms&Conditions  -  Privacy&Cookie © 2012 - 2026 Needrom.com