Unbricking "Service Required Code Corrupt"

mercurio.

Senior Member
Mar 31, 2011
119
43
0
Bootloader is the gpt_signed / gpt.bin

Gesendet von meinem XT890
i dont know to much about android file system, is it right that the fastboot loads the bootloader? or is it the same thing?

in any case we need two bin files for programming the intel soc os: one file with the soc os itself and a second with the appropiate dnx.

so in the case that the got.bin is the soc os we are a step cloaser and only need to identify the dnx file (that probably has only a few kB)

edit:
just had a look at ./Blur_Version.81.5.39002.XT890.O2.en.DE

as i send my phone back for repair maybe someone with a hardbrick could try to flash the following combination:

ifwi.bin (1,9 MB) and dnx.bin (67kB) for the firmware
and
droidboot.bin (some MB) and gpt.bin (33kB) (is got.bin the dnx? i think it could be because it is only 33kB) for the os

maybe someone with more android experience could give a hint.
 
Last edited:

Boss442

Senior Member
Jul 19, 2012
428
551
0
24
Mar Del Plata
Bootloader is the gpt_signed / gpt.bin

Gesendet von meinem XT890
GPT is the partition table, not the bootloader. don't know if includes the bootloader.

Atrix use the motoboot.bin to unlock the bootloader... maybe can work flashing the original motoboot.bin ;)
Edit:
When someone uses fastboot to flash motoboot, automatically flashes the logo; ulogo; and other files, so maybe motoboot includes the bootloader

Flashtool works on XT890, but I can`t found OS.bin (bootloader) for it.. (
Flashtool don't recognizes my razr i, and don't flash .bin files, work with xml instructions, can you send me the flashtool you use?
 
Last edited:

fedde7

Member
May 29, 2013
13
4
0
someone have modified the unbrick.bat??
if you open it in notepad, you can see these:

Code:
xfstk-dldr-solo.exe --fwdnx dnx --fwimage ifwi

when run xfstk-dldr-solo.exe in a terminal they show the options available

Code:
D:\Motorola\jb_to_ics_unbrick\unbrick>xfstk-dldr-solo.exe

XFSTK Downloader Solo 1.1.0a
Copyright (c) 2011 Intel Corporation

Command Line Options:
  -h [ --help ]               Print usage message
  --fwdnx arg (=BLANK.bin)    File path for the FW DNX module
  --fwimage arg (=BLANK.bin)  File path for the FW Image module
  --osdnx arg (=BLANK.bin)    File path for the OS DNX module
  --osimage arg (=BLANK.bin)  File path for the OS image
  --miscdnx arg               File path for miscellaneous DNX module
  --gpflags arg (=0x80000000) Optional argument. 32 Bit Hex Value of the
                              GPFlags.
  --transfer arg (=USB)       Optional argument. Determines how the image will
                              be transferred.
  --idrq arg (=0)             Optional argument. Indicates whether IDRQ is
                              used. 1 means idrq is used, 0 means idrq is not
                              used.
  -v [ --verbose ]            Optional argument. Display debug information. 1
                              means show debug information, 0 means hide debug
now i have edit the unbrick.bat like these

Code:
xfstk-dldr-solo.exe -v --fwdnx dnx --fwimage ifwi

and get these screen:
http : //img849.imageshack.us/img849/1998/sinttuloyuh.png

now if you can see at bottom, i've got a message "charging battery", and this message is repeated constantly, and don't get any change about the battery charge, so I guess the computer is not charging the battery and that could cause the phone does not turn on or enter the fastboot mode.

any suggestiones?

sorry for my bad google translate :eek:
 
Last edited:

BeckMSTU

Member
Jan 22, 2012
14
2
23
now i have edit the unbrick.bat like these

Code:
xfstk-dldr-solo.exe --fwdnx dnx --fwimage ifwi

and get these screen:
http : //img849.imageshack.us/img849/1998/sinttuloyuh.png

now if you can see at bottom, i've got a message "charging battery", and this message is repeated constantly, and don't get any change about the battery charge, so I guess the computer is not charging the battery and that could cause the phone does not turn on or enter the fastboot mode.


any suggestiones?

sorry for my bad google translate :eek:[/QUOTE]


What is the difference between these two codes, I don't get it?
 
Last edited:

fedde7

Member
May 29, 2013
13
4
0
now i have edit the unbrick.bat like these

Code:
xfstk-dldr-solo.exe --fwdnx dnx --fwimage ifwi

and get these screen:
http : //img849.imageshack.us/img849/1998/sinttuloyuh.png

now if you can see at bottom, i've got a message "charging battery", and this message is repeated constantly, and don't get any change about the battery charge, so I guess the computer is not charging the battery and that could cause the phone does not turn on or enter the fastboot mode.


any suggestiones?

sorry for my bad google translate :eek:


What is the difference between these two codes, I don't get it?[/QUOTE]



the code:
Code:
xfstk-dldr-solo.exe -v --fwdnx dnx --fwimage ifwi
 

BeckMSTU

Member
Jan 22, 2012
14
2
23
the code:
Code:
xfstk-dldr-solo.exe -v --fwdnx dnx --fwimage ifwi
[/QUOTE]

Sorry, but I don't see any change to the original code. Thanks in advance...
 

fedde7

Member
May 29, 2013
13
4
0
the code:
Code:
xfstk-dldr-solo.exe -v --fwdnx dnx --fwimage ifwi
Sorry, but I don't see any change to the original code. Thanks in advance...[/QUOTE]

agrega -v para ver por pantalla lo que devuelve el programa, mira bien:

Code:
xfstk-dldr-solo.exe [B][U][COLOR="Red"][SIZE="5"]-v[/SIZE][/COLOR][/U][/B] --fwdnx dnx --fwimage ifwi
 

StefanGA

Senior Member
Apr 3, 2007
195
36
0
Code:
xfstk-dldr-solo.exe [B][U][COLOR="Red"][SIZE="5"]-v[/SIZE][/COLOR][/U][/B] --fwdnx dnx --fwimage ifwi
[/QUOTE]

don´t know the program you use, but according to your screenprint above, you will need to use -v with a switch of either 1 or 0
right now, the -v alone is probably not doing anything at all.. try -v1 should yield more detailed information..
 

fedde7

Member
May 29, 2013
13
4
0
Code:
xfstk-dldr-solo.exe [B][U][COLOR="Red"][SIZE="5"]-v[/SIZE][/COLOR][/U][/B] --fwdnx dnx --fwimage ifwi
don´t know the program you use, but according to your screenprint above, you will need to use -v with a switch of either 1 or 0
right now, the -v alone is probably not doing anything at all.. try -v1 should yield more detailed information..[/QUOTE]

the program that i've used is in the unbrick.zip that, if you edit the unbrick.bat you can see:

Code:
@echo off
cd unbrick
xfstk-dldr-solo.exe --fwdnx dnx --fwimage ifwi
i've modified and put -v:

Code:
@echo off
cd unbrick
xfstk-dldr-solo.exe -v --fwdnx dnx --fwimage ifwi
i'll try -v1 or -v0 later, thanks
 

Boss442

Senior Member
Jul 19, 2012
428
551
0
24
Mar Del Plata
don´t know the program you use, but according to your screenprint above, you will need to use -v with a switch of either 1 or 0
right now, the -v alone is probably not doing anything at all.. try -v1 should yield more detailed information..
the program that i've used is in the unbrick.zip that, if you edit the unbrick.bat you can see:

Code:
@echo off
cd unbrick
xfstk-dldr-solo.exe --fwdnx dnx --fwimage ifwi
i've modified and put -v:

Code:
@echo off
cd unbrick
xfstk-dldr-solo.exe -v --fwdnx dnx --fwimage ifwi
i'll try -v1 or -v0 later, thanks[/QUOTE]

You only need use -v this is the vervose mode, xfstk do a log for all operations and show it in the screen like u see... If you have too low battery, plug your phone in the charger
 

fedde7

Member
May 29, 2013
13
4
0
via translate.google.com:
someone has tried to learn something from the page of intel?
I looked into it found some tools and drivers for the team, as management epro language very well have received nothing, I even saw a tool to develop the bootloader, besides debugging tools because not check there?
regards

_________________________________________
original:
alguien ha intentado averiguar algo desde la pagina de intel?
he buscado en ella encontrado algunas herramientas y drivers para el equipo, epro como no manejo muy bien el idioma no he conseguido nada, incluso vi una herramienta para desarrollar el bootloader, ademas de herramientas de depuracion, porque no revisan ahi?
saludos
 
Last edited:
  • Like
Reactions: Boss442

Boss442

Senior Member
Jul 19, 2012
428
551
0
24
Mar Del Plata
via translate.google.com:
someone has tried to learn something from the page of intel?
I looked into it found some tools and drivers for the team, as management epro language very well have received nothing, I even saw a tool to develop the bootloader, besides debugging tools because not check there?
regards

_________________________________________
original:
alguien ha intentado averiguar algo desde la pagina de intel?
he buscado en ella encontrado algunas herramientas y drivers para el equipo, epro como no manejo muy bien el idioma no he conseguido nada, incluso vi una herramienta para desarrollar el bootloader, ademas de herramientas de depuracion, porque no revisan ahi?
saludos
Please, send me the intel page that shows android tools, i dont know where search in the intel webpage :silly: .
Por favor, enviame el link a la pagina de intel que tiene las herramientas de android, que no se donde buscar y me pierdo :silly:
 

fedde7

Member
May 29, 2013
13
4
0
Please, send me the intel page that shows android tools, i dont know where search in the intel webpage :silly: .
Por favor, enviame el link a la pagina de intel que tiene las herramientas de android, que no se donde buscar y me pierdo :silly:
there are the tools, which serve would not know to tell you, greetings
ahi estan las herramientas, cual servira no sabria decirte, saludos

http://software.intel.com/es-es/android
http://software.intel.com/es-es/intel-sdp-home/
 
  • Like
Reactions: Boss442

Boss442

Senior Member
Jul 19, 2012
428
551
0
24
Mar Del Plata
there are the tools, which serve would not know to tell you, greetings
ahi estan las herramientas, cual servira no sabria decirte, saludos

http://software.intel.com/es-es/android
http://software.intel.com/es-es/intel-sdp-home/
Nothing interesant, only a intel driver, tools for develop apps, and android images for x86 AVD emulator, found the Boot Loader Development Kit (BLDK) But intel don't provide sources for this proccesor (Z2460) So, don't work for now...
Any other idea?
 
Last edited:

max_choco

Senior Member
work?

Hello people how they are doing, i was working in my studio in repair a phone with this problem, what I'm au have not tried it, will be tomorrow when I get back to the workshop.
I think the mistake from us is that the file "ifwi" and "dnx" are android 4.0.4 and equipment already in jelly bean, well we should just take a 4.1.2 firmware and copy the new "ifwi" and "dnx ", but here's the problem the 4.1.2 firmware do not bring these files.
Well, checking the first jelly bean OTA file that was released for our phone (vodafone OTA europe) I found that this brings two zip with new "ifwi" and "dnx" and then looking at the script I noticed with this update:



Therefore modify the launcher. Bat (in the order of the OTA) and I am in the following way:



The zip "unbrick" plus the add new Intel Drivers developers. In this way we would have:
1. - Install IntelAndroidDrvSetup1.1.5.exe
2. - Install xFSTK-SoC-Driver-Setup-1.0.3.exe
3. - Run the. Bat


http://d-h.st/70y

Good luck people ..!
 
Last edited:
  • Like
Reactions: leolara