some tools to parse sbf
http://blog.gemmapeter.co.uk/projects/parse-sbf/
Hi everyone
I am searching for source code for EZXCODEC (written in delphi) that Rocket created.
If anyone can help me getting source I would be really thankful to him
or can anyone tell me how can I contact Rocket
Q. Why am I asking for the source code.
A. Actually I am trying to create a flashing software for Linux that can flash our phone specially EZX phones and to extract .sbf firmwares I need the source of ezx codec
any help is appreciated
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
some tools to parse sbf
http://blog.gemmapeter.co.uk/projects/parse-sbf/
I was part of that strange race of people aptly described as spending their lives doing things they detest to make money they don't want to buy things they don't need to impress people they dislike. -- Emile Henry Gauvreay
I don't think the parse_sbf.pl is working as it should... At least not for the sbf I tried.
It gets from the sbf file 0 as the Number of blocks.
Maybe someone with perl knowledge can figure the problem..brucelee@Vasile:~/Desktop/test$ ./parse_sbf.pl Brucelee.sbf
DChain: 4d756c74
DCount: 692d496e
SerialNo: 1718773108
NumRecs: 6644577
NumberBlocks: 0
BlockSize: 0
NumUsers: 0
NumWrite: 0
Reserved: 000000000000000000000000000000000000000000000000000000000000000000
Version: 0
AVersion: 0
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
I uploaded some documents about shx sbf some time ago. Maybe they are outdated but it is a useful information.
http://www.motorolafans.com/forums/d...tml#post157188
And here you will find some c code to unshx, unsbf and some more things.
http://svn.openezx.org/trunk/src/host/ezxflash/
-------------------------------------
In any apple is a worm. Through each window flies a bug.
That's why I take Linux, because what does not fly can not crash.
Thanks I will check them out
EDIT :
http://svn.openezx.org/trunk/src/host/ezxflash/
unsbf and parseheader work perfectly they are able to extract the firmware proper in size it can read everything correctly but
there is some problem with the program the extracted files have some shifted bytes ... I mean the start and end are wrong as I tried to compile and extract my firmware they both are different
about 20KB data shift is there... I mean 20kb data comes from previous CG
Last edited by kundancool; 03-11-2011 at 03:32 PM.
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
I have found the source code (delphi) of Super Editor which works with:
Moto A1600 A1210 A1200 A810 A780 E2 E6 E680
and it is used to edit the firmware (.sbf .shx .bin files).
I uploaded the source 1.2_build2.2 here:
http://www.megaupload.com/?d=Z6W5NVAB
And from here you get the app 1.2.2.0 :
http://www.rayfile.com/files/f76a765...-0014221b798a/
The app starts with chinese but you can change to english.
Last edited by Halftux; 06-21-2011 at 04:52 PM.
-------------------------------------
In any apple is a worm. Through each window flies a bug.
That's why I take Linux, because what does not fly can not crash.
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED