You need linux mate.....cant re-compile cramfs with Windows from what I've noticed. I want to mod some A1200 files too.
Regards,
Akshay
I'd like a little help on the creation of .sbf files for the E6. I noticed a couple users that released E6 .sbf flashes which change only certain options in the phone. Can someone help me out and let me know what I need to do to make one?
High level answer is fine, I'm familiar with modding.
You need linux mate.....cant re-compile cramfs with Windows from what I've noticed. I want to mod some A1200 files too.
Regards,
Akshay
No problem, I have an Ubuntu, OS X, and Windows machine all here. Just need to know what to do.
I found a guide for the E2, the E6 and A1200 are identical except for the different code groups, which was posted on your forum I b
elieve. Well heres the guide(for the E2 but its applicable to the E6)
Use SBFTool for parsing:
1. The cg34.smg is picture, ringtone, power up off image, and so on icons
2. The cg37.smg is secure setup ( notice that has 0x1000's FF head file, delete it first when modding). It's important because the flexbit in it
3. The cg39.smg is boot logo(not the poweron image,but before it)
4. The cg41.smg is usr/language , so we change fonts here
5. The cg42.smg /usr/setup , some setup config files
6. The cg43.smg / , main file system, the bin, lib, the SYSqtapp ( 0x1000 FF head file)
7. Beside cg39.smg, the other cg34 cg37 cg41 cg42 cg43 are cramfs file systems, you can mount -o -loop the smg in linux(root)
# tar zcvf xxx.tar.gz mountedsmgfolder
# tar zxvf xxx.tar.gz -C targeteditfolder
so you can mod the files in target edit folder then
# mkfs.cramfs targeteditfolder/xxx cg##.smg
so you made a new cg##.smg yourself
You can overwrite the smg content in sbf, be carefull the 0X1000 ff head file, and the origin size of smg , plast FF to your new smg to make the size the same
Make the sbf this way will failed when flash finished ( but it works, it really flashed into your phone), because there're checksums in the position 0x300 ~ , 2 block the end of each line
Use checksum.exe to see the checksums( if you got the value EC FA, it should write as FA EC, it must be the opsite of checksum.exe value)
Overwite the checksums, flash will be perfectly finished"
Regards,
Akshay
Emailed ya. Check out the freemod.net forums. I wrote a ton of guides for doing mods for the E2 (alot apply to the E6 too). I have one that does a complete walkthrough linux modding
I'm so cool, I had the E6 before the E2 launched! Wait. Never mind...
Got your email, thanks.
Hi aksd, can you pls give me the link for sbf tool and any other tools needed for modding my e6. thanks in advance
take a look at the 1st post in this thread for all you need to modify .sbf using EZXCODEC
http://www.motorolafans.com/forums/f...ronment-8.html
Last edited by nodramachicks; 09-02-2008 at 02:33 AM.