Hello! I want make recovery to LG Optimus L7 (P705).
In BoardConfig i find this line:
# fix this up by examining /proc/mtd on a running device
Click to expand...
Click to collapse
But on LG Optimus L7 this file not found.
Because i can't write correct size.
BOARD_KERNEL_BASE :=
BOARD_KERNEL_PAGESIZE :=
BOARD_BOOTIMAGE_PARTITION_SIZE :=
BOARD_RECOVERYIMAGE_PARTITION_SIZE :=
BOARD_SYSTEMIMAGE_PARTITION_SIZE :=
BOARD_USERDATAIMAGE_PARTITION_SIZE :=
BOARD_FLASH_BLOCK_SIZE :=
Click to expand...
Click to collapse
Please help me. Thank you!
Connect your device via USB, make sure you have USB drivers installed.
Then in the command line type:
adb shell
cat /proc/mtd
Click to expand...
Click to collapse
The result will be something like this:
mtd0: 00a00000 00020000 "boot"
mtd1: 0f800000 00020000 "system"
mtd2: 00100000 00020000 "splash"
mtd3: 04000000 00020000 "cache"
mtd4: 00400000 00020000 "misc"
mtd5: 00400000 00020000 "persist"
mtd6: 00a00000 00020000 "recovery"
mtd7: 24fe0000 00020000 "userdata"
mtd8: 00140000 00020000 "MIBIB"
mtd9: 00080000 00020000 "SIM_SECURE"
mtd10: 00040000 00020000 "QCSBL"
mtd11: 00120000 00020000 "OEMSBL1"
mtd12: 00120000 00020000 "OEMSBL2"
mtd13: 01a80000 00020000 "AMSS"
mtd14: 017c0000 00020000 "EFS2"
mtd15: 01200000 00020000 "FTL"
mtd16: 01200000 00020000 "FTL2"
mtd17: 00040000 00020000 "FOTA"
Click to expand...
Click to collapse
The first column of numbers if the partition size. and the second one is the erasesize (KERNEL_FLASH_BLOCK_SIZE)
You will get the KERNEL_BASE and KERNEL_PAGESIZE after running unpackbootimg on the boot.img file extracted from your device.
Hello,
I want to add a rule to the init.rc to autostart a program.
I tried to follow this guide:
hxxp://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images
Instead of the following:
Code:
#cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00020000 "misc"
mtd1: 00500000 00020000 "recovery"
mtd2: 00280000 00020000 "boot"
mtd3: 04380000 00020000 "system"
mtd4: 04380000 00020000 "cache"
mtd5: 04ac0000 00020000 "userdata"
I am only getting:
Code:
dev: size erasesize name
mtd0: 00100000 00001000 "w25q80"
So where can I get the boot image that is installed? The device is a Galaxy Nexus 4.1.1
Thank you for your help!
Mark
Found it
On this device the boot image is located here:
Code:
/dev/block/platform/omap/omap_hsmmc.0/by-name/boot
flash kernel for sk17 in my x10mini for error.
reflash the correct kernel (naa 13) and now, system partition no mount.
in recovery, i cant mount system, and try format, but "no MTD partition "system" "
~ # cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 03200000 00020000 "cache"
mtd1: 00040000 00020000 "appslog"
mtd2: 0d3c0000 00020000 "userdata"
~ # dmesg|awk '/0x.+: "/{ print }'
dmesg|awk '/0x.+: "/{ print }'
<5>0x00000fa00000-0x000012c00000 : "cache"
<5>0x00001ffc0000-0x000020000000 : "appslog"
<5>0x000012c00000-0x00001ffc0000 : "userdata"
cat /proc/partitions
major minor #blocks name
31 0 51200 mtdblock0
31 1 256 mtdblock1
31 2 216832 mtdblock2
179 0 7774208 mmcblk0
179 1 7253347 mmcblk0p1
i need help.
Resolved, flash complete system
now, i reflash complete system 2.1 SE flashtool
but, is the correct?
adb shell
cat /proc/mtd
dev: size erasesize name
mtd0: 03200000 00020000 "cache"
mtd1: 00040000 00020000 "appslog"
mtd2: 0d3c0000 00020000 "userdata"
mtd3: 0ce00000 00020000 "system"
~ # dmesg|awk '/0x.+: "/{ print }'
dmesg|awk '/0x.+: "/{ print }'
<5>0x00000fa00000-0x000012c00000 : "cache"
<5>0x00001ffc0000-0x000020000000 : "appslog"
<5>0x000012c00000-0x00001ffc0000 : "userdata"
<5>0x000002c00000-0x00000fa00000 : "system"
~ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name
31 0 51200 mtdblock0
31 1 256 mtdblock1
31 2 216832 mtdblock2
31 3 210944 mtdblock3
179 0 7774208 mmcblk0
179 1 7253347 mmcblk0p1
after installing the full SE firmware without the baseband E10a with FlashTool, I update again to 7.2 of Naa minicm with recovery
is running fine, not a failure notice.
1.Attach your phone to ur computer in usb debugging mode.
2.If you already have ADB installed on your computer, launch a Command Prompt / Terminal window on your computer
3.Type these following commands
adb shell
cat /proc/mtd
4.Partition table will appear.. to save it type this command
cat /proc/mtd > /sdcard/firmware.info
4.Now Put ur phone in storage mode.
6.After that, use MT65xx ROM Studio to load firmware.info and generate the corresponding scatter file that will be needed for SP Flash Tool.
For video- search "gorki jatt" channel on youtube :good:
problems
tried, getting ( dev : size erasesize name ) drivers install, but command not working.. Is there any other method, an can a terminal emulator, on phone do the same jod?
empty
when I do adb devices it shows my device but when I do cat /proc/mtd
I get the lists titles but they are empty like info
can you help?
this is because mediatek phone use MTD or EMMC memory type. If cat /proc/mtd doesn't give you anything, you must try /proc/emmc .
Scatter is not legal/illegal
Get the firmware.info follow the next step and finnaly I get the scatter file, but SPFlashTool say the scatter is not legal/illegal
Hi
Hi everybody
Who may file with the information to make Scatter.txt
11/10/13 11:27:48 MT6575_S01
11/10/13 11:27:48 3+0 records out
11/10/13 11:27:48 12 bytes transferred in 0.001 secs (12000 bytes/sec)
11/10/13 11:27:48 ATTENTION! Fake Hardware in kernel or firmware doesn't correspond to phone!
11/10/13 11:27:48 Hardware : MT6575 (SMDK4X12 is Fake!)
11/10/13 11:27:49 Part_Name Size StartAddr Type MapTo
11/10/13 11:27:49 preloader 0x00040000 0x00000000 1 /dev/mtd/mtd0
11/10/13 11:27:49 dsp_bl 0x000c0000 0x00000001 1 /dev/mtd/mtd1
11/10/13 11:27:49 nvram 0x00300000 0x00000002 1 /dev/mtd/mtd2
11/10/13 11:27:49 seccfg 0x00020000 0x00000003 1 /dev/mtd/mtd3
11/10/13 11:27:49 uboot 0x00060000 0x00000004 1 /dev/mtd/mtd4
11/10/13 11:27:49 bootimg 0x00500000 0x00000005 1 /dev/mtd/mtd5
11/10/13 11:27:49 recovery 0x00500000 0x00000006 1 /dev/mtd/mtd6
11/10/13 11:27:49 sec_ro 0x00120000 0x00000007 1 /dev/mtd/mtd7
11/10/13 11:27:49 misc 0x00060000 0x00000008 1 /dev/mtd/mtd8
11/10/13 11:27:49 logo 0x00300000 0x00000009 1 /dev/mtd/mtd9
11/10/13 11:27:49 expdb 0x000a0000 0x0000000a 1 /dev/mtd/mtd10
11/10/13 11:27:49 android 0x12700000 0x0000000b 1 /dev/mtd/mtd11
11/10/13 11:27:49 cache 0x03c00000 0x0000000c 1 /dev/mtd/mtd12
11/10/13 11:27:49 usrdata 0x07f20000 0x0000000d 1 /dev/mtd/mtd13
11/10/13 11:27:49 bmtpool 0x00000000 0x00000000 1
11/10/13 11:27:49 Part_Nameartition name you should open;
11/10/13 11:27:49 Size:size of partition
11/10/13 11:27:49 StartAddr:Start Address of partition;
11/10/13 11:27:49 Type:Type of partition(MTD=1,EMMC=2)
11/10/13 11:27:49 MapTo:actual device you operate
11/10/13 11:27:49 dev: size erasesize name
11/10/13 11:27:49 mtd0: 00040000 00020000 "preloader"
11/10/13 11:27:49 mtd1: 000c0000 00020000 "dsp_bl"
11/10/13 11:27:49 mtd2: 00300000 00020000 "nvram"
11/10/13 11:27:49 mtd3: 00020000 00020000 "seccnfg"
11/10/13 11:27:49 mtd4: 00060000 00020000 "uboot"
11/10/13 11:27:49 mtd5: 00500000 00020000 "boot"
11/10/13 11:27:49 mtd6: 00500000 00020000 "recovery"
11/10/13 11:27:49 mtd7: 00120000 00020000 "secstatic"
11/10/13 11:27:49 mtd8: 00060000 00020000 "misc"
11/10/13 11:27:49 mtd9: 00300000 00020000 "logo"
11/10/13 11:27:49 mtd10: 000a0000 00020000 "expdb"
11/10/13 11:27:49 mtd11: 12700000 00020000 "system"
11/10/13 11:27:49 mtd12: 03c00000 00020000 "cache"
11/10/13 11:27:49 mtd13: 07f20000 00020000 "userdata"
11/10/13 11:27:49 rootfs / rootfs ro,relatime 0 0
11/10/13 11:27:49 tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
11/10/13 11:27:49 devpts /dev/pts devpts rw,relatime,mode=600 0 0
11/10/13 11:27:49 proc /proc proc rw,relatime 0 0
11/10/13 11:27:49 sysfs /sys sysfs rw,relatime 0 0
11/10/13 11:27:49 none /acct cgroup rw,relatime,cpuacct 0 0
thanks.
Problem..
i got this error when i type this cmd "cat /proc/mtb". then i got this "no such file or directory"..
please help me..
very useful TUT.......keep it up mate,
hmmmmm....
but what ot do if iam trying to unbrick my hardbrick karbonn a1+ with flash tool and it is asking for scatter file which i obviously dont have .....?
Dj ps said:
i got this error when i type this cmd "cat /proc/mtb". then i got this "no such file or directory"..
please help me..
Click to expand...
Click to collapse
Same as me... Glad to see that when people come here for help, they just get ignored -__-
My phones dead.. What to do ?
CaptainPorkie23 said:
Same as me... Glad to see that when people come here for help, they just get ignored -__-
Click to expand...
Click to collapse
Well you see, i guess everybody was hoping the both of you would notice the spelling mistake. Its mtd. Not. Mtb
hi
be careful what you are reading >>>>>>>>cmd "cat /proc/mtb".
this line should be as shown in forum >>>>>>>>>>>>>> cmd "cat /proc/mtd".
---------- Post added at 10:48 AM ---------- Previous post was at 10:42 AM ----------
mohammadi_4u said:
Hi everybody
Who may file with the information to make Scatter.txt
11/10/13 11:27:48 MT6575_S01
11/10/13 11:27:48 3+0 records out
11/10/13 11:27:48 12 bytes transferred in 0.001 secs (12000 bytes/sec)
11/10/13 11:27:48 ATTENTION! Fake Hardware in kernel or firmware doesn't correspond to phone!
11/10/13 11:27:48 Hardware : MT6575 (SMDK4X12 is Fake!)
11/10/13 11:27:49 Part_Name Size StartAddr Type MapTo
11/10/13 11:27:49 preloader 0x00040000 0x00000000 1 /dev/mtd/mtd0
11/10/13 11:27:49 dsp_bl 0x000c0000 0x00000001 1 /dev/mtd/mtd1
11/10/13 11:27:49 nvram 0x00300000 0x00000002 1 /dev/mtd/mtd2
11/10/13 11:27:49 seccfg 0x00020000 0x00000003 1 /dev/mtd/mtd3
11/10/13 11:27:49 uboot 0x00060000 0x00000004 1 /dev/mtd/mtd4
11/10/13 11:27:49 bootimg 0x00500000 0x00000005 1 /dev/mtd/mtd5
11/10/13 11:27:49 recovery 0x00500000 0x00000006 1 /dev/mtd/mtd6
11/10/13 11:27:49 sec_ro 0x00120000 0x00000007 1 /dev/mtd/mtd7
11/10/13 11:27:49 misc 0x00060000 0x00000008 1 /dev/mtd/mtd8
11/10/13 11:27:49 logo 0x00300000 0x00000009 1 /dev/mtd/mtd9
11/10/13 11:27:49 expdb 0x000a0000 0x0000000a 1 /dev/mtd/mtd10
11/10/13 11:27:49 android 0x12700000 0x0000000b 1 /dev/mtd/mtd11
11/10/13 11:27:49 cache 0x03c00000 0x0000000c 1 /dev/mtd/mtd12
11/10/13 11:27:49 usrdata 0x07f20000 0x0000000d 1 /dev/mtd/mtd13
11/10/13 11:27:49 bmtpool 0x00000000 0x00000000 1
11/10/13 11:27:49 Part_Nameartition name you should open;
11/10/13 11:27:49 Size:size of partition
11/10/13 11:27:49 StartAddr:Start Address of partition;
11/10/13 11:27:49 Type:Type of partition(MTD=1,EMMC=2)
11/10/13 11:27:49 MapTo:actual device you operate
11/10/13 11:27:49 dev: size erasesize name
11/10/13 11:27:49 mtd0: 00040000 00020000 "preloader"
11/10/13 11:27:49 mtd1: 000c0000 00020000 "dsp_bl"
11/10/13 11:27:49 mtd2: 00300000 00020000 "nvram"
11/10/13 11:27:49 mtd3: 00020000 00020000 "seccnfg"
11/10/13 11:27:49 mtd4: 00060000 00020000 "uboot"
11/10/13 11:27:49 mtd5: 00500000 00020000 "boot"
11/10/13 11:27:49 mtd6: 00500000 00020000 "recovery"
11/10/13 11:27:49 mtd7: 00120000 00020000 "secstatic"
11/10/13 11:27:49 mtd8: 00060000 00020000 "misc"
11/10/13 11:27:49 mtd9: 00300000 00020000 "logo"
11/10/13 11:27:49 mtd10: 000a0000 00020000 "expdb"
11/10/13 11:27:49 mtd11: 12700000 00020000 "system"
11/10/13 11:27:49 mtd12: 03c00000 00020000 "cache"
11/10/13 11:27:49 mtd13: 07f20000 00020000 "userdata"
11/10/13 11:27:49 rootfs / rootfs ro,relatime 0 0
11/10/13 11:27:49 tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
11/10/13 11:27:49 devpts /dev/pts devpts rw,relatime,mode=600 0 0
11/10/13 11:27:49 proc /proc proc rw,relatime 0 0
11/10/13 11:27:49 sysfs /sys sysfs rw,relatime 0 0
11/10/13 11:27:49 none /acct cgroup rw,relatime,cpuacct 0 0
thanks.
Click to expand...
Click to collapse
11/10/13 11:27:49 mtd0: 00040000 00020000 "preloader"
11/10/13 11:27:49 mtd1: 000c0000 00020000 "dsp_bl"
11/10/13 11:27:49 mtd2: 00300000 00020000 "nvram"
11/10/13 11:27:49 mtd3: 00020000 00020000 "seccnfg"
11/10/13 11:27:49 mtd4: 00060000 00020000 "uboot"
11/10/13 11:27:49 mtd5: 00500000 00020000 "boot"
11/10/13 11:27:49 mtd6: 00500000 00020000 "recovery"
11/10/13 11:27:49 mtd7: 00120000 00020000 "secstatic"
11/10/13 11:27:49 mtd8: 00060000 00020000 "misc"
11/10/13 11:27:49 mtd9: 00300000 00020000 "logo"
11/10/13 11:27:49 mtd10: 000a0000 00020000 "expdb"
11/10/13 11:27:49 mtd11: 12700000 00020000 "system"
11/10/13 11:27:49 mtd12: 03c00000 00020000 "cache"
11/10/13 11:27:49 mtd13: 07f20000 00020000 "userdata"
these lines can not be true, there is a mistake.
let me explain for a line: for example; mtd7: 00120000 00020000 "secstatic"
00120000 this number shows the address of mtd7
and this shows 00020000 the partition length. but all the lengths are the same, and it is impossible. the second numbers should not be all same
This method didn't, worked for me can you help me
Hi
I tried to create firmware.info file but I failed
Here's what happened when I typed the command I didn't get the whole information for scatter file
E:\android one\files needed to backup stock rom,creating scatter files and boot
& recovery image\MtkDroidTools v2.5.3\adb>adb devices
List of devices attached
EAHA45A699999999 device
E:\android one\files needed to backup stock rom,creating scatter files and boot
& recovery image\MtkDroidTools v2.5.3\adb>adb shell
[email protected]_sprout:/ $ cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
adb is installed but when I open cmd and type the command it says "cat is not an internal command". I tried opening adb like he did in the video as well but I don't have an option to open with cmd. When I manually find cmd it doesn't open the cmd window.
I've figured it out until I try to open the info file in MTK studio and get an error message that says " '$' is not a valid integer value"
What do I do?
Somebody please help. I've been up all night trying to find an answer for this and there is nothing. PLEASE!!!!!!
turquazman said:
be careful what you are reading >>>>>>>>cmd "cat /proc/mtb".
this line should be as shown in forum >>>>>>>>>>>>>> cmd "cat /proc/mtd".
---------- Post added at 10:48 AM ---------- Previous post was at 10:42 AM ----------
mohammadi_4u said:
Hi everybody
Who may file with the information to make Scatter.txt
11/10/13 11:27:48 MT6575_S01
11/10/13 11:27:48 3+0 records out
11/10/13 11:27:48 12 bytes transferred in 0.001 secs (12000 bytes/sec)
11/10/13 11:27:48 ATTENTION! Fake Hardware in kernel or firmware doesn't correspond to phone!
11/10/13 11:27:48 Hardware : MT6575 (SMDK4X12 is Fake!)
11/10/13 11:27:49 Part_Name Size StartAddr Type MapTo
11/10/13 11:27:49 preloader 0x00040000 0x00000000 1 /dev/mtd/mtd0
11/10/13 11:27:49 dsp_bl 0x000c0000 0x00000001 1 /dev/mtd/mtd1
11/10/13 11:27:49 nvram 0x00300000 0x00000002 1 /dev/mtd/mtd2
11/10/13 11:27:49 seccfg 0x00020000 0x00000003 1 /dev/mtd/mtd3
11/10/13 11:27:49 uboot 0x00060000 0x00000004 1 /dev/mtd/mtd4
11/10/13 11:27:49 bootimg 0x00500000 0x00000005 1 /dev/mtd/mtd5
11/10/13 11:27:49 recovery 0x00500000 0x00000006 1 /dev/mtd/mtd6
11/10/13 11:27:49 sec_ro 0x00120000 0x00000007 1 /dev/mtd/mtd7
11/10/13 11:27:49 misc 0x00060000 0x00000008 1 /dev/mtd/mtd8
11/10/13 11:27:49 logo 0x00300000 0x00000009 1 /dev/mtd/mtd9
11/10/13 11:27:49 expdb 0x000a0000 0x0000000a 1 /dev/mtd/mtd10
11/10/13 11:27:49 android 0x12700000 0x0000000b 1 /dev/mtd/mtd11
11/10/13 11:27:49 cache 0x03c00000 0x0000000c 1 /dev/mtd/mtd12
11/10/13 11:27:49 usrdata 0x07f20000 0x0000000d 1 /dev/mtd/mtd13
11/10/13 11:27:49 bmtpool 0x00000000 0x00000000 1
11/10/13 11:27:49 Part_Nameartition name you should open;
11/10/13 11:27:49 Size:size of partition
11/10/13 11:27:49 StartAddr:Start Address of partition;
11/10/13 11:27:49 Type:Type of partition(MTD=1,EMMC=2)
11/10/13 11:27:49 MapTo:actual device you operate
11/10/13 11:27:49 dev: size erasesize name
11/10/13 11:27:49 mtd0: 00040000 00020000 "preloader"
11/10/13 11:27:49 mtd1: 000c0000 00020000 "dsp_bl"
11/10/13 11:27:49 mtd2: 00300000 00020000 "nvram"
11/10/13 11:27:49 mtd3: 00020000 00020000 "seccnfg"
11/10/13 11:27:49 mtd4: 00060000 00020000 "uboot"
11/10/13 11:27:49 mtd5: 00500000 00020000 "boot"
11/10/13 11:27:49 mtd6: 00500000 00020000 "recovery"
11/10/13 11:27:49 mtd7: 00120000 00020000 "secstatic"
11/10/13 11:27:49 mtd8: 00060000 00020000 "misc"
11/10/13 11:27:49 mtd9: 00300000 00020000 "logo"
11/10/13 11:27:49 mtd10: 000a0000 00020000 "expdb"
11/10/13 11:27:49 mtd11: 12700000 00020000 "system"
11/10/13 11:27:49 mtd12: 03c00000 00020000 "cache"
11/10/13 11:27:49 mtd13: 07f20000 00020000 "userdata"
11/10/13 11:27:49 rootfs / rootfs ro,relatime 0 0
11/10/13 11:27:49 tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
11/10/13 11:27:49 devpts /dev/pts devpts rw,relatime,mode=600 0 0
11/10/13 11:27:49 proc /proc proc rw,relatime 0 0
11/10/13 11:27:49 sysfs /sys sysfs rw,relatime 0 0
11/10/13 11:27:49 none /acct cgroup rw,relatime,cpuacct 0 0
thanks.
Click to expand...
Click to collapse
11/10/13 11:27:49 mtd0: 00040000 00020000 "preloader"
11/10/13 11:27:49 mtd1: 000c0000 00020000 "dsp_bl"
11/10/13 11:27:49 mtd2: 00300000 00020000 "nvram"
11/10/13 11:27:49 mtd3: 00020000 00020000 "seccnfg"
11/10/13 11:27:49 mtd4: 00060000 00020000 "uboot"
11/10/13 11:27:49 mtd5: 00500000 00020000 "boot"
11/10/13 11:27:49 mtd6: 00500000 00020000 "recovery"
11/10/13 11:27:49 mtd7: 00120000 00020000 "secstatic"
11/10/13 11:27:49 mtd8: 00060000 00020000 "misc"
11/10/13 11:27:49 mtd9: 00300000 00020000 "logo"
11/10/13 11:27:49 mtd10: 000a0000 00020000 "expdb"
11/10/13 11:27:49 mtd11: 12700000 00020000 "system"
11/10/13 11:27:49 mtd12: 03c00000 00020000 "cache"
11/10/13 11:27:49 mtd13: 07f20000 00020000 "userdata"
these lines can not be true, there is a mistake.
let me explain for a line: for example; mtd7: 00120000 00020000 "secstatic"
00120000 this number shows the address of mtd7
and this shows 00020000 the partition length. but all the lengths are the same, and it is impossible. the second numbers should not be all same
Click to expand...
Click to collapse
:highfive:
Dj ps said:
i got this error when i type this cmd "cat /proc/mtb". then i got this "no such file or directory"..
please help me..
Click to expand...
Click to collapse
its mtd
Gorki Jatt said:
1.Attach your phone to ur computer in usb debugging mode.
2.If you already have ADB installed on your computer, launch a Command Prompt / Terminal window on your computer
3.Type these following commands
adb shell
cat /proc/mtd
4.Partition table will appear.. to save it type this command
cat /proc/mtd > /sdcard/firmware.info
4.Now Put ur phone in storage mode.
6.After that, use MT65xx ROM Studio to load firmware.info and generate the corresponding scatter file that will be needed for SP Flash Tool.
For video- search "gorki jatt" channel on youtube :good:
Click to expand...
Click to collapse
you can also use
adb pull /proc/mtd
it will save in the folder and rename it to "mtd.info"
Hi everyone. Sorry for my English. I'm trying to port cwm recovery to my rus device bliss pad a973. This is what I've done:
1. Cat /proc/mtd
[email protected]:/ $ su
[email protected]:/ # cat /proc/mtd
dev: size erasesize name
mtd0: 00800000 00200000 "bootloader"
mtd1: 00800000 00800000 "logo"
mtd2: 00800000 00800000 "aml_logo"
mtd3: 00800000 00800000 "recovery"
mtd4: 00800000 00800000 "boot"
mtd5: 20000000 00800000 "system"
mtd6: 10000000 00800000 "cache"
mtd7: 40000000 00800000 "userdata"
mtd8: 38c000000 00800000 "NFTL_Part"
[email protected]:/ #
2. dd if=/dev/mtd/mtdblock3 of=/sdcard/recovery.img
3.then i have downloaded script for unpacking img files (run it on cygwin) and have error " android magic not found"
I have put my img and cwm img for another device in winhex and have seen the difference. My img file really haven't "ANDROID! " and only readable info was kernel build info (linux - 3.0.8). More googling stucked me, i need some help. Guess xda-guru can help me to solve this problem.
my-files(dot)ru/Download/rzay/mtd3dd.img - my dump of mtd3 (sorry, couldn't upload here from tablet directly and couldn't post link to file because I am new user )