Thread: Development Pocket Edge 2.2 NEW Firmware
View Single Post
Old 07-08-2011, 11:52 AM   #67
kronarq
Member
kronarq began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jul 2011
Device: Pocket Edge
Quote:
Originally Posted by vicinc View Post
any idea on how can I un-bork my unit. I have only lcd android and update.zip with rotate/menu does not work. the adb and root is working.
You can try flashing the maintenance (recovery) ram disk. I have been all through the update script and the file is never truncated. The commands used to flash to recovery are:

WARNING BE CAREFUL! These offsets and sizes are from the update script but run at your own risk.
Code:
flash_erase /dev/mtd5 0x00100000 48
nandwrite -s 0x00100000 -p /dev/mtd5 ramdisk.maint.gz.crc

ramdisk.maint.gz.crc can be pulled from your update. You will need to get flash_erase and nandwrite on your device as they are only in the recovery. If you can't pull the binaries out of the new ramdisk let me know and I will pull them for you.

Last edited by kronarq; 07-08-2011 at 11:56 AM.
kronarq is offline   Reply With Quote