Nobody know?Where?
Now I got RSD Lite 1.7 but I don't have FLASH FILES for E680,any1 can help me on that?
Many thanx.
Nobody know?Where?
official flash files are never released!! what ever you got on the net are either leaked from motorola, or created by someone.
Yesterday I came to Motorola service to "rob" the firmware but FAILED !!!One of the lady detected my action when i was doing... so shy now... Maybe tomorrow I will have the Full Flash E680 from my friends working in Motorola... I will SHARE !
since you can do it, why not try getting the e680i instead? if its available that is![]()
Any news on the FW upgrades?
Couldn't the flash be copied from the telnet shell using dd???Originally Posted by wloong
Rick
Nope, it's not that simple.. I've tried it a few times..
the phone segfaults and hangs..
where were you copying to? (the dd "of" option where was it pointing?)Originally Posted by leprechaun
Rick
here's what I'd tried:
## first I checked on the roflash structure
# cat /proc/roflash_info
ROFLASH Driver status: Ready
ROFLASH area name is rootfs
ROFLASH area size = 26083328 bytes
ROFLASH area offset = 1179648 bytes
ROFLASH area l_x_b(10)
ROFLASH area name is NO-USE
ROFLASH area size = 0 bytes
ROFLASH area offset = 27262976 bytes
ROFLASH area l_x_b(1000)
ROFLASH area name is setup
ROFLASH area size = 131072 bytes
ROFLASH area offset = 33161216 bytes
ROFLASH area l_x_b(1000)
## so I was only interested in the rootfs for starters
# ls -l /dev/ro*
brwxr-xr-x 1 root root 62, 0 Apr 21 08:15 /dev/roflash
brwxr-xr-x 1 root root 62, 1 Apr 21 08:15 /dev/roflash1
brwxr-xr-x 1 root root 62, 2 Jan 1 1970 /dev/roflash2
## I did the following dd command
# dd if=/dev/roflash of=/mmc/mmca1/root.cramfs
Segmentation fault
## the phone is totally hanged and I have to pull out the battery
I did try to alter the offset and total size to dd, but it made no difference..