View Single Post
  #1299 (permalink)  
Old 02-22-2012, 10:22 PM
mbellot's Avatar
mbellot
PPCGeeks Regular
Offline
 
Join Date: Jul 2010
Posts: 156
Reputation: 135
mbellot is keeping up the good workmbellot is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by muziling View Post
Just use that commands to erase partition in fastboot.
I don't want to express out and repair my phone again.... and seem impossible to change RHOD100 to RHOD400 by NBH, Or someone can dump these partitions data, then flash back to my phone


non_writeable, but write by fastboot... OK, who can give me wifi partition data
Code:
    ptable_add(&flash_ptable, "WIFI", MTD_WFI_CDMA/0x20000,
            MTD_MISC/0x20000, 0, TYPE_APPS_PARTITION, PERM_NON_WRITEABLE);
Use Need a dump to build recovery. - Android Forums

Muz, which partition(s) do you want? Do you want them from fastboot or within OMGB?

In OMGB I have the following listed in /proc/mtd

Code:
cat mtd
dev:    size   erasesize  name
mtd0: 005c0000 00020000 "recovery"
mtd1: 00060000 00020000 "misc"
mtd2: 00400000 00020000 "boot"
mtd3: 0c000000 00020000 "system"
mtd4: 0e4e0000 00020000 "userdata"
mtd5: 02000000 00020000 "cache"
Reply With Quote