Mt6765 Frp Scatter File

For the simplest method, use MTK Client. For full control, the scatter file method works universally.

To address your request, I have provided the typical FRP (Factory Reset Protection) address values for the MediaTek MT6765 chipset and a brief guide on how to use them with SP Flash Tool. 🛠 MT6765 FRP Partition Details

For most devices using the MT6765 (Helio P35) chipset, the FRP partition is located at the following hex addresses: Physical_Address (Linear Start Address): 0x15000000 Partition_Size (Format Length): 0x100000 📂 How to use the Scatter File for FRP

You do not usually need to create a "new" scatter file from scratch; you only need the original scatter file that comes with your phone's official firmware and these specific addresses. 1. Load your Scatter File Open SP Flash Tool. Go to the Download tab. mt6765 frp scatter file

Click choose next to "Scatter-loading File" and select the MT6765_Android_scatter.txt from your firmware folder. 2. Manual Format Switch to the Format tab. Select Manual Format Flash. Begin Address [HEX]: Paste 0x15000000 Format Length [HEX]: Paste 0x100000 3. Execution Click Start.

Turn off your phone and connect it to the PC while holding the Volume Down or Volume Up button (depending on the model) to trigger the MediaTek VCOM connection. Wait for the Format OK green checkmark.

⚠️ Warning: Proceed with caution. Formatting the wrong partition or using incorrect addresses can "hard brick" your device. Always ensure your device chipset is exactly MT6765 before attempting this. You can find specific model guides on sites like Hovatek or Scribd. For the simplest method, use MTK Client

I can find the exact scatter for that model if you provide the name.


Open MT6765_Android_scatter.txt in a text editor.

Method A – Replace existing FRP partition Find the line similar to: Open MT6765_Android_scatter

- partition_index: 30
  partition_name: frp
  file_name: frp.img
  ...

Change file_name to blank_frp.bin

Method B – Add FRP partition (if missing) Insert these lines at the bottom (update partition_index to next number):

- partition_index: 55
  partition_name: frp
  partition_type: raw data
  linear_start_addr: 0x2a680000
  physical_start_addr: 0x2a680000
  partition_size: 0x200000
  region: emmc_user
  storage: emmc
  file_name: blank_frp.bin

Note: Linear address varies by device. Extract from firmware or use 0x3fc0000 (common on mt6765)


“Analysis of MT6765 Partition Layout via Scatter File and Its Role in Factory Reset Protection (FRP)”

  • Scatter file indicates absence/presence of explicit frp partition