Join Today
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
Like Tree2Likes

Thread: Upgrading an early Asian A780

  1. #1

    Default Upgrading an early Asian A780

    Hi,

    I have this early chinese A780 (no GPS) I bought ages ago from ebay I'd like to upgrade to a less buggy firmware.
    Current firmware version is :
    R52_G_0D.37.A2P
    R52_G_0D.27.B1P
    GSOA780T672ZD013
    6221A100
    Quad-Band GSM
    I've spent hours searching the forums looking for the correct firmware version to flash. It appears that the latest asian firmware is R52_G_0D.50.AHP_0D.42.B1P_T673AS_L001_S018_P003_GSOA780T673AS064_1ff.shx (correct me if I'm wrong)

    Well, I'd like to know where this file can be downloaded from - the download section of this site only has the 76 firmware, and vllp.sourceforge.net is broken. Any idea?

    Besides, before the upgrade I certainly need to backup my phone. Sadly DumpFW (http://www.motorolafans.com/forums/attachment.php?attachmentid=851&d=1141927886)
    Doesn't work properly on my phone, leaving me with a broken unusable 3.8Mo firmware.dmp file.

    I took a peek at my phone's /proc/mtd and it seems different from what other people have on this forum. Could it be the issue ?
    dev: size erasesize name
    mtd0: 00020000 00008000 "Bootloader"
    mtd1: 000e0000 00020000 "Kernel"
    mtd2: 00580000 00020000 "VFM_Filesystem"
    mtd3: 00020000 00020000 "Logo"
    Could someone give me an idea on how to backup my current firmware?

    Thanks a lot
    Last edited by irinoxx; 03-05-2008 at 11:26 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    at least at the firmware i can give you a hint:
    ftp://ftp.planetmirror.com/disks/1/s...KF063_full.rar
    but on the rest i have no idea
    irinoxx and borgs like this.

  3. #3
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    Hello,

    i think it is the best to find the same firmware file which you want to backup, so no backup is needed.

    If motodump not working with your phone try flashkit (only some parts will be saved).

    And maybe with your saved CG and a monsterpack with same bootloader you could give it a try to bild your own Firmware.
    Have a look at EZXCodec.


    http://ezxcodec.medoosa.ru/

    I never tried this but maybe there is a way....
    -------------------------------------
    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.

  4. #4

    Default

    Quote Originally Posted by swifty View Post
    at least at the firmware i can give you a hint:
    ftp://ftp.planetmirror.com/disks/1/s...KF063_full.rar
    but on the rest i have no idea
    This is great, thanks. As I've been away from motorolafans for a long time, I'm still catching up on everything that has been discovered and created here...
    Quote Originally Posted by Halftux View Post
    i think it is the best to find the same firmware file which you want to backup, so no backup is needed.
    Sure that would be great, but really firmwares are so hard to find and my phone version is so old I think it won't be possible.
    Look above, I was looking for some firmware reference, and the one I got looks good, but already slightly different. But maybe all these _Snnn_Lnnn_Pnnn_thingamagic numbers are not meaningful, I don't know.
    Quote Originally Posted by Halftux View Post
    If motodump not working with your phone try flashkit (only some parts will be saved).
    Well I managed to dump and save diska and transflash, but clearly that's not enough. I'm going to look into flashkit and see if it can be of any help in my case.
    Quote Originally Posted by Halftux View Post
    And maybe with your saved CG and a monsterpack with same bootloader you could give it a try to bild your own Firmware.
    Have a look at EZXCodec.

    http://ezxcodec.medoosa.ru/

    I never tried this but maybe there is a way....
    Now you've totally lost me

  5. #5
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    Hi,

    so i had a look at this EZXCodec and it seems it is not for the A780.

    The firmware is classify in different code groups some can be copied other you can get with the flashkit.

    Information about the code groups
    http://wiki.openezx.org/EZX_Platform_Overview

    Flashkit
    http://www.motorolafans.com/forums/v...56acc460f2215a

    With flashkit these parts are modifiable.

    mtd4: 000e0000 00020000 "R/W Kernel (CG32)
    mtd5: 018e0000 00020000 "R/W RootFS (CG33)
    mtd6: 00020000 00020000 "R/W Setup" (CG36)
    mtd7: 00020000 00020000 "R/W Logo" (CG37)

    This you can copy and maybe also some other parts dont know
    cp /dev/tffsa /mmc/mmca1/cg35.smg
    Last edited by Halftux; 03-05-2008 at 05:31 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.

  6. #6
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by irinoxx View Post
    Well I managed to dump and save diska and transflash, but clearly that's not enough.
    be sure to copy /.system on booth

    if you want to backup your user data you can do this:

    Create a shellscript with the following content:
    #! /bin/sh
    tar -cf /mmc/mmca1/ezxlocal.tar /ezxlocal
    tar -cf /mmc/mmca1/email.tar /diska/.system/email
    tar -cf /mmc/mmca1/mms.tar /diska/.system/mms
    tar -cf /mmc/mmca1/home.tar /home
    tar -cf /mmc/mmca1/PlugCardDB.tar mmc/mmca1/.system/java/PlugCardDB

    i dont know if it is possible to restore them after the flash
    (i dont have an asian one)
    i have done this with a flash from .74 to .76 and most things have worked.
    but i think it is worth a try

  7. #7
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by Halftux View Post
    This you can copy and maybe also some other parts dont know
    cp /dev/tffsa /mmc/mmca1/cg35.smg
    if i remember correct there was something with diskdump:
    dd if=/dev/tffsa of=/mmc/mmca1/tffsa.img

  8. #8
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    yes you are right swifty "dd" work as well and should be used with other cg's in cyph's miniroot.

    I have found some other dumper from cyph maybe it is useful.
    You can also change the sources and get a full dump tool.

    cyph:"It basically reads /dev/mem which is a device representing the machine's physical memory."

    http://www.motorolafans.com/forums/s...=kernel&page=2
    -------------------------------------
    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.

  9. #9
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    ah, yes!
    cyph is missing here long time.
    he found a second life outside of motofans.
    there is much old knowledge, not only from him, in this great forum here

    nice to see someone digging in the deep "old days"

  10. #10
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by irinoxx View Post
    As I've been away from motorolafans for a long time, I'm still catching up on everything that has been discovered and created here...
    look what you have started
    you will have a long way to discover the most recent goodies.
    i wish you fun!


 
+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. New to forum and need advice on asian a780
    By JHENDERSON in forum A780 General Chat
    Replies: 2
    Last Post: 08-08-2008, 01:13 PM
  2. Need unbranded Asian flash
    By d_roc in forum A780 General Chat
    Replies: 0
    Last Post: 11-06-2007, 04:12 AM
  3. which asian firmware to use exactly?
    By xcoldfyrex in forum A780 General Chat
    Replies: 0
    Last Post: 03-26-2007, 07:49 AM
  4. Euro Vs US/Asian versions
    By palg1 in forum A780 General Chat
    Replies: 5
    Last Post: 04-06-2006, 06:48 PM
  5. A780 Asian vs. American and more questions
    By JamesY in forum A780 General Chat
    Replies: 5
    Last Post: 12-02-2005, 06:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1