Hi! Good day to all,
I am new in XDA. I am Moniruzzaman.
Please help me!!!!
Symphony Xplorar W85 (Code name: l3356) Manufacturar: Symphony
I want to flash my CWM touch recovery img to my phone. but I couldn't find the recovery partition
I've rooted my phone using framaroot 1.9.1. I have upgrade supersu and installed supersu pro 1.94
I've dumped my stock boot.img and stock recovery.img using dd command dd if=/dev/bootimg of=/mnt/sdcard/boot.img [3.6 GB in size] and dd if=/dev/recovery of=/mnt/sdcard/recovery.img [3.6 GB in size also] respectively.
I've successfully extracted all the necessary file (kernal, ramdisk and other) from stock boot.img not the stock recovery.img and manage to create the recovery.img (CWM Touch recovery) for my device (l3356) which is 6.11 MB in size
I flashed it from sdcard using dd command again "dd if=/mnt/sdcard/recovery.img of=/dev/recovery"
It didn't work. I could not reboot into recovery. My phone automatically go into normal boot mode. Then I find my mobile gsm was gone.
After that I restore my stock recovery.img to /dev/recovery using dd command.
finally I 've tried to flash my cwm recovery.img to mmcblk0 using dd and it was horrible. I got steady hang.
Luckily I 've manage to replace my phone's motherboard and got a new one (as I've warranty)
my device /dev/block/mmcblk0 contains many critical parts of the phones file system such u-boot, /boot, recovery and other bootloader related components.
Now is there any one who can help me flashing CWM touch recovery img to my phone. I couldn't find the recovery partition
Details are for analysis. Please help me solved the problem...
My device (Symphony Xplorar W85) build.prop is attached here
Now There is no file named /cache/recovery/last_log in my mobile as it is new.
Part_Name Size StartAddr Type MapTo
preloader 0x0000000000600000 0x0000000000000000 2 /dev/misc-sd
mbr 0x0000000000080000 0x0000000000000000 2 /dev/block/mmcblk0
ebr1 0x0000000000080000 0x0000000000080000 2 /dev/block/mmcblk0p1
pro_info 0x0000000000300000 0x0000000000100000 2 /dev/block/mmcblk0
nvram 0x0000000000500000 0x0000000000400000 2 /dev/block/mmcblk0
protect_f 0x0000000000a00000 0x0000000000900000 2 /dev/block/mmcblk0p2
protect_s 0x0000000000a00000 0x0000000001300000 2 /dev/block/mmcblk0p3
seccfg 0x0000000000020000 0x0000000001d00000 2 /dev/block/mmcblk0
uboot 0x0000000000060000 0x0000000001d20000 2 /dev/block/mmcblk0
bootimg 0x0000000000600000 0x0000000001d80000 2 /dev/block/mmcblk0
recovery 0x0000000000600000 0x0000000002380000 2 /dev/block/mmcblk0
sec_ro 0x0000000000040000 0x0000000002980000 2 /dev/block/mmcblk0
misc 0x0000000000080000 0x00000000029c0000 2 /dev/block/mmcblk0
logo 0x0000000000300000 0x0000000002a40000 2 /dev/block/mmcblk0
ebr2 0x0000000000080000 0x0000000002d40000 2 /dev/block/mmcblk0
test 0x0000000000a00000 0x0000000002dc0000 2 /dev/block/mmcblk0p4
expdb 0x0000000000a00000 0x00000000037c0000 2 /dev/block/mmcblk0
android 0x0000000028a00000 0x00000000041c0000 2 /dev/block/mmcblk0p5
cache 0x0000000007e00000 0x000000002cbc0000 2 /dev/block/mmcblk0p6
usrdata 0x0000000040000000 0x00000000349c0000 2 /dev/block/mmcblk0p7
fat 0x0000000075fc0000 0x00000000749c0000 2 /dev/block/mmcblk0p8
bmtpool 0x0000000001500000 0x00000000ff9f00a8 2 /dev/block/mmcblk0
Part_Nameartition name you should open;
Size:size of partition
StartAddr:Start Address of partition;
Type:Type of partition(MTD=1,EMMC=2)
MapTo:actual device you operate
cat proc/partitions
major minor #blocks name
7 0 1254 loop0
179 0 3843584 mmcblk0
179 1 1 mmcblk0p1
179 2 10240 mmcblk0p2
179 3 10240 mmcblk0p3
179 4 10240 mmcblk0p4
179 5 665600 mmcblk0p5
179 6 129024 mmcblk0p6
179 7 1048576 mmcblk0p7
179 8 1933056 mmcblk0p8
179 64 2048 mmcblk0boot1
179 32 2048 mmcblk0boot0
179 96 3977216 mmcblk1
179 97 3976192 mmcblk1p1
cat proc/emmc
partno: start_sect nr_sects partition_name
emmc_p1: 00000400 00000002 "ebr1"
emmc_p2: 00004800 00005000 "protect_f"
emmc_p3: 00009800 00005000 "protect_s"
emmc_p4: 00016e00 00005000 "test"
emmc_p5: 00020e00 00145000 "android"
emmc_p6: 00165e00 0003f000 "cache"
emmc_p7: 001a4e00 00200000 "usrdata"
emmc_p8: 003a4e00 003afe00 "fat"
Inside Ueventd.rc file
cat ueventd.rc
/dev/null 0666 root root
/dev/zero 0666 root root
/dev/full 0666 root root
/dev/ptmx 0666 root root
/dev/tty 0666 root root
/dev/random 0666 root root
/dev/urandom 0666 root root
/dev/ashmem 0666 root root
/dev/binder 0666 root root
#change partition permission
/dev/preloader 0640 root system
/dev/bootimg 0640 root system
/dev/recovery 0640 root system
/dev/sec_ro 0640 root system
/dev/seccfg 0660 root system
/dev/pro_info 0660 root system
/dev/otp 0660 root nvram
/dev/nvram 0660 root system
/dev/misc 0660 root system
/dev/block/mmcblk0 0660 root system
/dev/block/mmcblk0boot0 0660 root system
cat proc/mounts
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/[email protected] /system ext4 ro,relatime,noauto_da_alloc,commit=1,data=ordered 0 0
/[email protected] /data ext4 rw,nosuid,nodev,noatime,discard,noauto_da_alloc,data=or
dered 0 0
/[email protected] /cache ext4 rw,nosuid,nodev,noatime,discard,noauto_da_alloc,data=ord
ered 0 0
[email protected] /mnt/test ext4 rw,nosuid,nodev,noatime,nodelalloc,noauto_da_alloc,comm
it=1,data=ordered 0 0
/[email protected]_f /protect_f ext4 rw,nosuid,nodev,noatime,nodelalloc,noauto_da_all
oc,commit=1,data=ordered 0 0
/[email protected]_s /protect_s ext4 rw,nosuid,nodev,noatime,nodelalloc,noauto_da_all
oc,commit=1,data=ordered 0 0
/dev/block/loop0 /mnt/cd-rom iso9660 ro,relatime 0 0
/dev/block/vold/179:8 /storage/sdcard1 vfat rw,dirsync,nosuid,nodev,noexec,relat
ime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,ioch
arset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:97 /storage/sdcard0 vfat rw,dirsync,nosuid,nodev,noexec,rela
time,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,ioc
harset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:97 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,rela
time,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,ioc
harset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /storage/sdcard0/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
I dont have a by-name folder but only by-num, which really doesnt help
stock rom???
do you have the stock rom or any custom rom because i cannot find anywhere... i need it please :'(
CWM Recovery Non Touch version
I don't have stock rom.
I have dumped stock bootimg which is 3.6 GB in size. It also contain the whole image of 4 GB partition of Symphony W85. So if you use dd command then it will copy the whole image to your phone. I have tried it on my phone and it worked.
Why are your looking for stock rom?
Symphony W85 CWM has already out on net [search google for "Mobile Solutions: Symphony W85 CWM Recovery" As I am new, I can not insert link here until i post 10 message.
Best of luck
Is there anyone out there that can help the members of the LG Optimus L5 II unlock there bootloader?
here is our phone on GSM
http://www.gsmarena.com/lg_optimus_l5_ii_e460-5293.php
the device is mt6575
the device is locked by LG.
As far as i understand the uboot partition is where the security check is comming from.
I cannot use spflash tool as it does not see my device.
so my question is this.
the LG optimus L3 II have managed to unlock there bootloader using an aboot img fro the LG optimus L5
could we replace our uboot img with the L3 II aboot img?
alternatively could we use a uboot img from another mt6575 device
my partition table is as follows
Code:
preloader 0x0000000000040000 0x0000000000000000 2 /dev/misc-sd
dsp_bl 0x00000000005c0000 0x0000000000040000 2 /dev/misc-sd
mbr 0x0000000000080000 0x0000000000000000 2 /dev/block/mmcblk0
ebr1 0x0000000000080000 0x0000000000080000 2 /dev/block/mmcblk0p1
ebr2 0x0000000000080000 0x0000000000100000 2 /dev/block/mmcblk0
misc2 0x0000000000800000 0x0000000000180000 2 /dev/block/mmcblk0
pmt 0x0000000000400000 0x0000000000980000 2 /dev/block/mmcblk0
nvram 0x0000000000300000 0x0000000000d80000 2 /dev/block/mmcblk0
seccfg 0x0000000000080000 0x0000000001080000 2 /dev/block/mmcblk0
uboot 0x0000000000080000 0x0000000001100000 2 /dev/block/mmcblk0
bootimg 0x0000000000600000 0x0000000001180000 2 /dev/block/mmcblk0
recovery 0x0000000000700000 0x0000000001780000 2 /dev/block/mmcblk0
sec_ro 0x0000000000600000 0x0000000001e80000 2 /dev/block/mmcblk0p2
misc 0x0000000000080000 0x0000000002480000 2 /dev/block/mmcblk0
logo 0x0000000000300000 0x0000000002500000 2 /dev/block/mmcblk0
expdb 0x0000000000100000 0x0000000002800000 2 /dev/block/mmcblk0
persist_lg 0x0000000000800000 0x0000000002900000 2 /dev/block/mmcblk0p3
persist 0x0000000000600000 0x0000000003100000 2 /dev/block/mmcblk0p4
mpt 0x0000000001600000 0x0000000003700000 2 /dev/block/mmcblk0p5
lgfota 0x0000000000a00000 0x0000000004d00000 2 /dev/block/mmcblk0
swap 0x0000000000a00000 0x0000000005700000 2 /dev/block/mmcblk0p6
rct 0x0000000000100000 0x0000000006100000 2 /dev/block/mmcblk0
android 0x0000000043c00000 0x0000000006200000 2 /dev/block/mmcblk0p7
cache 0x0000000013600000 0x0000000049e00000 2 /dev/block/mmcblk0p8
usrdata 0x0000000088700000 0x000000005d400000 2 /dev/block/mmcblk0p9
fat 0x0000000000b00000 0x00000000e5b00000 2 /dev/block/mmcblk0p10
bmtpool 0x0000000000a00000 0x00000000ff9f0050 2 /dev/block/mmcblk0
how would I dd uboot partition if it is on the same block as others.
I thank you for your help in advanced.
slipsystem said:
Is there anyone out there that can help the members of the LG Optimus L5 II unlock there bootloader?
here is our phone on GSM
http://www.gsmarena.com/lg_optimus_l5_ii_e460-5293.php
the device is mt6575
the device is locked by LG.
As far as i understand the uboot partition is where the security check is comming from.
I cannot use spflash tool as it does not see my device.
so my question is this.
the LG optimus L3 II have managed to unlock there bootloader using an aboot img fro the LG optimus L5
could we replace our uboot img with the L3 II aboot img?
alternatively could we use a uboot img from another mt6575 device
my partition table is as follows
Code:
preloader 0x0000000000040000 0x0000000000000000 2 /dev/misc-sd
dsp_bl 0x00000000005c0000 0x0000000000040000 2 /dev/misc-sd
mbr 0x0000000000080000 0x0000000000000000 2 /dev/block/mmcblk0
ebr1 0x0000000000080000 0x0000000000080000 2 /dev/block/mmcblk0p1
ebr2 0x0000000000080000 0x0000000000100000 2 /dev/block/mmcblk0
misc2 0x0000000000800000 0x0000000000180000 2 /dev/block/mmcblk0
pmt 0x0000000000400000 0x0000000000980000 2 /dev/block/mmcblk0
nvram 0x0000000000300000 0x0000000000d80000 2 /dev/block/mmcblk0
seccfg 0x0000000000080000 0x0000000001080000 2 /dev/block/mmcblk0
uboot 0x0000000000080000 0x0000000001100000 2 /dev/block/mmcblk0
bootimg 0x0000000000600000 0x0000000001180000 2 /dev/block/mmcblk0
recovery 0x0000000000700000 0x0000000001780000 2 /dev/block/mmcblk0
sec_ro 0x0000000000600000 0x0000000001e80000 2 /dev/block/mmcblk0p2
misc 0x0000000000080000 0x0000000002480000 2 /dev/block/mmcblk0
logo 0x0000000000300000 0x0000000002500000 2 /dev/block/mmcblk0
expdb 0x0000000000100000 0x0000000002800000 2 /dev/block/mmcblk0
persist_lg 0x0000000000800000 0x0000000002900000 2 /dev/block/mmcblk0p3
persist 0x0000000000600000 0x0000000003100000 2 /dev/block/mmcblk0p4
mpt 0x0000000001600000 0x0000000003700000 2 /dev/block/mmcblk0p5
lgfota 0x0000000000a00000 0x0000000004d00000 2 /dev/block/mmcblk0
swap 0x0000000000a00000 0x0000000005700000 2 /dev/block/mmcblk0p6
rct 0x0000000000100000 0x0000000006100000 2 /dev/block/mmcblk0
android 0x0000000043c00000 0x0000000006200000 2 /dev/block/mmcblk0p7
cache 0x0000000013600000 0x0000000049e00000 2 /dev/block/mmcblk0p8
usrdata 0x0000000088700000 0x000000005d400000 2 /dev/block/mmcblk0p9
fat 0x0000000000b00000 0x00000000e5b00000 2 /dev/block/mmcblk0p10
bmtpool 0x0000000000a00000 0x00000000ff9f0050 2 /dev/block/mmcblk0
how would I dd uboot partition if it is on the same block as others.
I thank you for your help in advanced.
Click to expand...
Click to collapse
Ofcourse SPFlash can see the device - use COM port mode instead of USB, and You should put the phone in BL mode + installed LG United mobile driver etc. I have all the partitions in IMG files from my E440 - L4II, even if you make a dump of the uboot partition i think its not possible to remove the security, the cause: it is a binary, to do so, you need the source code of the bootloader... Or at least that's what I think it is... I may be wrong for the last one. Now about using uboot from another device: NO, never. uboot does a lot of the initialization of the system's hardware: RIL, Radio chips, LCD, keys, cameras, self-tests and so on, since the motherboards in different phones are different, the configuration of the bootloader is supposed to be, too.
So did anyone unlock the BL on the E455 ?
ghatothkach said:
So did anyone unlock the BL on the E455 ?
Click to expand...
Click to collapse
Yes, I have unlocked bootloader for E455 model.
Also I have beta CWM for this model (backup worked)
But I very bad speak english and don't have many post on this forum that post link on file.
please help
i have a kazam trooper x4.5 i tried to do system update over ota but it fails but don't no why i have found this log file
Starting recovery on Thu Aug 28 10:05:19 2014
Partition Information:
preloader 0x0000000000600000 0x0000000000000000 2 /dev/misc-sd
mbr 0x0000000000080000 0x0000000000000000 2 /dev/block/mmcblk0
ebr1 0x0000000000080000 0x0000000000080000 2 /dev/block/mmcblk0p1
pro_info 0x0000000000300000 0x0000000000100000 2 /dev/block/mmcblk0
nvram 0x0000000000500000 0x0000000000400000 2 /dev/block/mmcblk0
protect_f 0x0000000000a00000 0x0000000000900000 2 /dev/block/mmcblk0p2
protect_s 0x0000000000a00000 0x0000000001300000 2 /dev/block/mmcblk0p3
seccfg 0x0000000000020000 0x0000000001d00000 2 /dev/block/mmcblk0
uboot 0x0000000000060000 0x0000000001d20000 2 /dev/block/mmcblk0
bootimg 0x0000000000600000 0x0000000001d80000 2 /dev/block/mmcblk0
recovery 0x0000000000600000 0x0000000002380000 2 /dev/block/mmcblk0
sec_ro 0x0000000000040000 0x0000000002980000 2 /dev/block/mmcblk0
misc 0x0000000000080000 0x00000000029c0000 2 /dev/block/mmcblk0
logo 0x0000000000300000 0x0000000002a40000 2 /dev/block/mmcblk0
expdb 0x0000000000a00000 0x0000000002d40000 2 /dev/block/mmcblk0
android 0x0000000028a00000 0x0000000003740000 2 /dev/block/mmcblk0p4
cache 0x0000000017800000 0x000000002c140000 2 /dev/block/mmcblk0p5
usrdata 0x0000000052c00000 0x0000000043940000 2 /dev/block/mmcblk0p6
fat 0x0000000051440000 0x0000000096540000 2 /dev/block/mmcblk0p7
bmtpool 0x0000000001500000 0x00000000ff9f00a8 2 /dev/block/mmcblk0
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /boot emmc boot (null) 0
2 /cache ext4 /dev/block/mmcblk0p5 (null) 0
3 /data ext4 /dev/block/mmcblk0p6 (null) 0
4 /misc emmc misc (null) 0
5 /recovery emmc recovery (null) 0
6 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk0p7 0
7 /system ext4 /dev/block/mmcblk0p4 (null) 0
I:no boot messages
locale is [(null)]
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 854)
ioctl(): blank: Invalid argument
ioctl(): blank: Invalid argument
installing_text: (1 x 1 @ 1896)
erasing_text: (1 x 1 @ 1599)
no_command_text: (1 x 1 @ 1599)
error_text: (1 x 1 @ 1599)
Ielta package path name: /data/data/com.redbend.dmClient/files/vdm_update
I:Setting recovery boot...
I:boot.command=boot-recovery
I:boot.recovery=recovery
I:chilid return code:62I:Resetting recovery boot...
I:boot.command=
I:boot.recovery=
I:local update package not exist /sdcard/update-gmobi.zip
I:android_reboot(ANDROID_RB_RESTART)
Rebooting...
Hi
can anybody share partition layout for xperia c c2305
can somebody post the output of cat /proc/dumchar_info?
botioni said:
can somebody post the output of cat /proc/dumchar_info?
Click to expand...
Click to collapse
no...LOL
Part_Name Size StartAddr Type MapTo
preloader 0x0000000000600000 0x0000000000000000 2 /dev/misc-sd
mbr 0x0000000000080000 0x0000000000000000 2 /dev/block/mmcblk0
ebr1 0x0000000000080000 0x0000000000080000 2 /dev/block/mmcblk0p1
pmt 0x0000000000400000 0x0000000000100000 2 /dev/block/mmcblk0
pro_info 0x0000000000300000 0x0000000000500000 2 /dev/block/mmcblk0
nvram 0x0000000000500000 0x0000000000800000 2 /dev/block/mmcblk0
protect_f 0x0000000000a00000 0x0000000000d00000 2 /dev/block/mmcblk0p2
protect_s 0x0000000000a00000 0x0000000001700000 2 /dev/block/mmcblk0p3
seccfg 0x0000000000020000 0x0000000002100000 2 /dev/block/mmcblk0
s1sbl 0x0000000000040000 0x0000000002120000 2 /dev/block/mmcblk0
ta 0x0000000000200000 0x0000000002160000 2 /dev/block/mmcblk0
ltalabel 0x0000000001000000 0x0000000002360000 2 /dev/block/mmcblk0p4
uboot 0x0000000000060000 0x0000000003360000 2 /dev/block/mmcblk0
bootimg 0x0000000000600000 0x00000000033c0000 2 /dev/block/mmcblk0
recovery 0x0000000000700000 0x00000000039c0000 2 /dev/block/mmcblk0
sec_ro 0x0000000000600000 0x00000000040c0000 2 /dev/block/mmcblk0p5
misc 0x0000000000080000 0x00000000046c0000 2 /dev/block/mmcblk0
logo 0x0000000000300000 0x0000000004740000 2 /dev/block/mmcblk0
ebr2 0x0000000000080000 0x0000000004a40000 2 /dev/block/mmcblk0
expdb 0x0000000000a00000 0x0000000004ac0000 2 /dev/block/mmcblk0
nrstdata 0x0000000000600000 0x00000000054c0000 2 /dev/block/mmcblk0p6
android 0x000000004b000000 0x0000000005ac0000 2 /dev/block/mmcblk0p7
cache 0x0000000007e00000 0x0000000050ac0000 2 /dev/block/mmcblk0p8
usrdata 0x0000000040000000 0x00000000588c0000 2 /dev/block/mmcblk0p9
fat 0x000000004f0c0000 0x00000000988c0000 2 /dev/block/mmcblk0p10
bmtpool 0x0000000001500000 0x00000000ff9f00a8 2 /dev/block/mmcblk0
Part_Nameartition name you should open;
Size:size of partition
StartAddr:Start Address of partition;
Type:Type of partition(MTD=1,EMMC=2)
MapTo:actual device you operate
There are plenty of tools that backup a selection of "top-level" partitions (system, data, etc) but is there any way to dump and restore the entire EMMC?
Can EMMC Raw Tool by unbrickandroid.com or HDDRawCopy by hddguru.com be used to reliably backup and restore the ~ entire ~ EMMC of a Samsung Galaxy Note 5 SM-920C?
If you wish to be terse, a link to a thread on the state of play of EMMC backups would also be appreciated.
The Android filesystem is substantially more compartmentalized than that of most desktop operating systems, and the tools to make backups reflect that. Some backup only user data, some include apps with that, some include the system with that, some include EFS with that, some include every hidden partition with that and some can backup sector-by-sector. To increase confusion, exactly what apps or methods include isn't obvious. The NANDroid backup standard which is regularly referred to doesn't appear to be a single standard but a portmanteau for a group of generally related methods which are frequently not interchangable due to proprietary formats in which files are stored. And so further.
A typical Android filesystem might include these partitions:
Code:
Part_Name Size StartAddr Type MapTo Region
preloader 0x0000000000040000 0x0000000000000000 2 /dev/misc-sd BOOT_1
mbr 0x0000000000080000 0x0000000000000000 2 /dev/block/mmcblk0 USER
ebr1 0x0000000000080000 0x0000000000080000 2 /dev/block/mmcblk0p1 USER
pro_info 0x0000000000300000 0x0000000000100000 2 /dev/block/mmcblk0 USER
nvram 0x0000000000500000 0x0000000000400000 2 /dev/block/mmcblk0 USER
protect_f 0x0000000000a00000 0x0000000000900000 2 /dev/block/mmcblk0p2 USER
protect_s 0x0000000000a00000 0x0000000001300000 2 /dev/block/mmcblk0p3 USER
seccfg 0x0000000000020000 0x0000000001d00000 2 /dev/block/mmcblk0 USER
uboot 0x0000000000060000 0x0000000001d20000 2 /dev/block/mmcblk0 USER
bootimg 0x0000000001000000 0x0000000001d80000 2 /dev/block/mmcblk0 USER
recovery 0x0000000001000000 0x0000000002d80000 2 /dev/block/mmcblk0 USER
sec_ro 0x0000000000600000 0x0000000003d80000 2 /dev/block/mmcblk0p4 USER
misc 0x0000000000080000 0x0000000004380000 2 /dev/block/mmcblk0 USER
logo 0x0000000000300000 0x0000000004400000 2 /dev/block/mmcblk0 USER
expdb 0x0000000000a00000 0x0000000004700000 2 /dev/block/mmcblk0 USER
tee1 0x0000000000500000 0x0000000005100000 2 /dev/block/mmcblk0 USER
tee2 0x0000000000500000 0x0000000005600000 2 /dev/block/mmcblk0 USER
kb 0x0000000000100000 0x0000000005b00000 2 /dev/block/mmcblk0 USER
dkb 0x0000000000100000 0x0000000005c00000 2 /dev/block/mmcblk0 USER
android 0x0000000080000000 0x0000000005d00000 2 /dev/block/mmcblk0p5 USER
cache 0x0000000010000000 0x0000000085d00000 2 /dev/block/mmcblk0p6 USER
usrdata 0x000000030ce00000 0x0000000095d00000 2 /dev/block/mmcblk0p7 USER
bmtpool 0x0000000001500000 0x0000000001500000 2 /dev/block/mmcblk0 USER
What is actually included in a TWRP or CWM backup?