Results 1 to 1 of 1

Thread: Dumping my Provider's 1.5 firmware - almost done.

  1. [translate]    #1
    Member
    Join Date
    Jul 2010
    Location
    Brazil
    Posts
    39

    Default Dumping my Provider's 1.5 firmware - almost done.

    Well, after lots of searching, I think I finally got how I'm supposed to dump the firmware from my phone.

    What I did was this (in ADB shell):

    dd if=/dev/bml4 of=/sdcard/bml4 (then rename to zImage)
    dd if=/dev/bml5 of=/sdcard/bml5 (then rename to factoryfs.rfs)
    dd if=/dev/bml6 of=/sdcard/bml6 (then rename to datafs.rfs)
    dd if=/dev/bml7 of=/sdcard/bml7 (then rename to cachefs.rfs)

    Tar'd zImage + factoryfs.rfs + datafs.rfs in the PDA.tar file.
    Tar'd cachefs.rfs in the CSC.tar file.

    First of all, is that right to this point?

    Now, what I need is the modem.bin file, to tar in the PHONE.tar file. How do I get this file? I got every bml* (from bml1 to bml10) copied to the SD card, but I can't find one that matches modem.bin's size from other firmwares.

    Here are the sizes:
    bml1 = 128 K - ?
    bml2 = 1.25 M - ?
    bml3 = 384 K - ?
    bml4 = 5 MB (zImage)
    bml5 = 150 M (factoryfs.rfs)
    bml6 = 200 M (datafs.rfs)
    bml7 = 80,5 M (cachefs.rfs)
    bml8 = 40 M - ?
    bml9 = 40 M - ?
    bml10 = 40 M - ?

    Any of those is the modem.bin? If not, how do I dump it from the phone?

    Thanks!
    Last edited by WoNHommer; 08-11-2010 at 09:32 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •