[Q]

Search This thread

dubodelov

Member
May 9, 2009
8
0
Help Please
My phone is dead after I flash a wrong preloader

Use case :
1- Disconnet the battery and wait 10 seconds
2- Open flash tools with the scatter file
3- Connect the phone usb cable to pc
4- Plug the batterie on the phone
==> MTK USB PORT (COM XX) ok : drivers on the pc seems to be ok
5- On flash tools press download
every time I get BROM ERROR : S_FT_ENABLE_DRAM_FAIL (4032)
[EMI] Enable DRAM fail

On the telephone i have A132MW_XSJ_044_V1.3_P1MB4_20131127_CN_EN_update
but where i can find normal rom for my device?
I have iphone 5s copy With mtk 6589(it's fake real mtk6572) ram 2gb but real i think 512 mb.
I have only rom from flash tool and scatter file
Code:
############################################################################################################
#
#  General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
  info:
    - config_version: V1.1.1
      platform: MT6572
      project: MTDTtest
      storage: NAND
      boot_channel: NONE
      block_size: 0x40000
############################################################################################################
#
#  Layout Setting
#
############################################################################################################
- partition_index: SYS0
  partition_name: PRELOADER
  file_name: preloader.bin
  is_download: true
  type: SV5_BL_BIN
  linear_start_addr: 0x0
  physical_start_addr: 0x0
  partition_size: 0x100000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: BOOTLOADERS
  reserve: 0x00

- partition_index: SYS1
  partition_name: PRO_INFO
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x100000
  physical_start_addr: 0x0
  partition_size: 0x100000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: PROTECTED
  reserve: 0x00

- partition_index: SYS2
  partition_name: NVRAM
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x200000
  physical_start_addr: 0x0
  partition_size: 0x300000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: BINREGION
  reserve: 0x00

- partition_index: SYS3
  partition_name: PROTECT_F
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x500000
  physical_start_addr: 0x0
  partition_size: 0x300000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: PROTECTED
  reserve: 0x00

- partition_index: SYS4
  partition_name: PROTECT_S
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x800000
  physical_start_addr: 0x0
  partition_size: 0x300000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: PROTECTED
  reserve: 0x00

- partition_index: SYS5
  partition_name: SECCFG
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0xB00000
  physical_start_addr: 0x0
  partition_size: 0x40000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

- partition_index: SYS6
  partition_name: UBOOT
  file_name: lk.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0xB40000
  physical_start_addr: 0x0
  partition_size: 0x80000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS7
  partition_name: BOOTIMG
  file_name: boot.img
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0xBC0000
  physical_start_addr: 0x0
  partition_size: 0x600000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS8
  partition_name: RECOVERY
  file_name: recovery.img
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x11C0000
  physical_start_addr: 0x0
  partition_size: 0x600000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS9
  partition_name: SEC_RO
  file_name: secro.img
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x17C0000
  physical_start_addr: 0x0
  partition_size: 0x40000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS10
  partition_name: MISC
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x1800000
  physical_start_addr: 0x0
  partition_size: 0xC0000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

- partition_index: SYS11
  partition_name: LOGO
  file_name: logo.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x18C0000
  physical_start_addr: 0x0
  partition_size: 0x100000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS12
  partition_name: EXPDB
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x19C0000
  physical_start_addr: 0x0
  partition_size: 0x200000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

- partition_index: SYS13
  partition_name: ANDROID
  file_name: system.img
  is_download: true
  type: UBI_IMG
  linear_start_addr: 0x1BC0000
  physical_start_addr: 0x0
  partition_size: 0x10E00000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS14
  partition_name: CACHE
  file_name: cache.img
  is_download: false
  type: NONE
  linear_start_addr: 0x129C0000
  physical_start_addr: 0x0
  partition_size: 0x700000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

- partition_index: SYS15
  partition_name: USRDATA
  file_name: data.img
  is_download: true
  type: UBI_IMG
  linear_start_addr: 0x130C0000
  physical_start_addr: 0x0
  partition_size: 0xC4C0000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS16
  partition_name: BMTPOOL
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0xFFFF0028
  physical_start_addr: 0x0
  partition_size: 0xA00000
  region: NONE
  storage: HW_STORAGE_NAND
  boundary_check: false
  is_reserved: true
  operation_type: RESERVED
  reserve: 0x00
 

dubodelov

Member
May 9, 2009
8
0
Photos
 

Attachments

  • 4121927.jpg
    4121927.jpg
    14.9 KB · Views: 209
  • 4121938.jpg
    4121938.jpg
    16 KB · Views: 176

evermin

Member
Mar 1, 2011
17
0
Hi.. what i can se we have the identical phones... and mine is bricked aswell.. but i did do nandroid backup on my phone before i bricked it..
I dont know how to use that since its not *.img files.. and you need it running..

but what i can se in the rom it says the phone is a model A132MV_HN_AM

but hey what do i know :)

I do get the same problem as you.. i have tried 3 diffrent drivers and 5-6 diffrent applikations of SP Flash tool.. same error message..


I tried more than 50 roms but only the same problem error 4032. And other version of flashtool!


The phone is a132-mb4-v1.1



---------- Post added at 05:46 PM ---------- Previous post was at 05:37 PM ----------

Hi.. what i can se we have the identical phones... and mine is bricked aswell.. but i did do nandroid backup on my phone before i bricked it..
I dont know how to use that since its not *.img files.. and you need it running..

but what i can se in the rom it says the phone is a model A132MV_HN_AM

but hey what do i know :)

I do get the same problem as you.. i have tried 3 diffrent drivers and 5-6 diffrent applikations of SP Flash tool.. same error message..

Found this site.. ill se if ther is something that can help us.. "http //4pda ru/forum/index.php?showtopic=512810&st=1220"
 

snod33

Member
Nov 14, 2013
33
4
Hi ensure you do not have the flashing cable going into a hub. Connect it directly to the pc and use Firmware-->upgrade. Solved my problem running Windows 7 x64. Different phone but same process.
 

Timon1993

New member
Feb 24, 2014
4
0
preloader and rom

Hey,

i have the same phone and i is bricked aswell after i try to update via SP Tool the wrong rom.

Now i get everytime the error 4032! Can you guys help me with that problem?

Thank you very much!!
 

Timon1993

New member
Feb 24, 2014
4
0
Nice

I think that phone is a zophone.. i have one arriveing with DHL today.. maybe that will help us..

Did you get your screen working? how did you do it? share your progress :p


Okay that would be awesome!
I am pretty sure that my phone is a thunderbird I5s from cect-shop.

Like I said...I was a noob and I flash the wrong Rom -.-

But now I was abel to format with the flash tool and I was able to install a Rom from the S4 GT9000 I think...

But when I try to start the phone in recovery mode only the flashlight ist blinking...very strange..but at least I think
It's the correct preloaded.