Has anyone rooted our device ? - HTC Desire 630 Questions & Answers

Hi there, I have just buy a new Desire 630, and I want to know how to root and install recovery on it.
Thanks in advance

Have just bought it too...anyone rooted this device ?

You probably will need to unlock the bootloader via HTC Dev, and flash a custom recovery and Superuser/SuperSU in order to root. That's the standard procedure for HTC devices. I see that there is no custom recovery yet, though.
I might be able to build one, but I'd need a stock recovery.img (boot.img would be okay, if that's all there is). And I'd need the output of
Code:
cat /proc/emmc
Code:
cat /proc/partitions
I'd also need build.prop. With those items, I *should* be able to build a mostly-functioning TWRP. If kernel source is available, I can build a fully functional TWRP.

Captain_Throwback said:
You probably will need to unlock the bootloader via HTC Dev, and flash a custom recovery and Superuser/SuperSU in order to root. That's the standard procedure for HTC devices. I see that there is no custom recovery yet, though.
I might be able to build one, but I'd need a stock recovery.img (boot.img would be okay, if that's all there is). And I'd need the output of
Code:
cat /proc/emmc
Code:
cat /proc/partitions
I'd also need build.prop. With those items, I *should* be able to build a mostly-functioning TWRP. If kernel source is available, I can build a fully functional TWRP.
Click to expand...
Click to collapse
Here you go..
Output of cat /proc/emmc
cat /proc/emmc
dev: size erasesize name
mmcblk0p1: 00100000 00000200 "sbl1"
mmcblk0p2: 02000000 00000200 "pg1fs"
mmcblk0p3: 00004000 00000200 "board_info"
mmcblk0p4: 00ef7c00 00000200 "reserve_1"
mmcblk0p5: 00040000 00000200 "mfg"
mmcblk0p6: 017afc00 00000200 "pg2fs"
mmcblk0p7: 00040000 00000200 "sbl1_update"
mmcblk0p8: 00040000 00000200 "rpm"
mmcblk0p9: 00200000 00000200 "tz"
mmcblk0p10: 00008000 00000200 "sdi"
mmcblk0p11: 00400000 00000200 "hboot"
mmcblk0p12: 00500000 00000200 "sp1"
mmcblk0p13: 00100000 00000200 "wifi"
mmcblk0p14: 00008000 00000200 "ddr"
mmcblk0p15: 00100000 00000200 "dsps"
mmcblk0p16: 03c00400 00000200 "adsp"
mmcblk0p17: 00500000 00000200 "wcnss"
mmcblk0p18: 00800000 00000200 "radio_config"
mmcblk0p19: 00180000 00000200 "fsg"
mmcblk0p20: 04b00400 00000200 "radio"
mmcblk0p21: 00400000 00000200 "tool_diag"
mmcblk0p22: 00a00000 00000200 "custdata"
mmcblk0p23: 006ffc00 00000200 "reserve_2"
mmcblk0p24: 00100000 00000200 "misc"
mmcblk0p25: 00180000 00000200 "modem_st1"
mmcblk0p26: 00180000 00000200 "modem_st2"
mmcblk0p27: 01400000 00000200 "fataldevlog"
mmcblk0p28: 00001000 00000200 "debug_config"
mmcblk0p29: 00040000 00000200 "pdata"
mmcblk0p30: 00004000 00000200 "control"
mmcblk0p31: 00140400 00000200 "local"
mmcblk0p32: 00010000 00000200 "extra"
mmcblk0p33: 00100000 00000200 "cdma_record"
mmcblk0p34: 00000400 00000200 "fsc"
mmcblk0p35: 00002000 00000200 "ssd"
mmcblk0p36: 00040000 00000200 "skylink"
mmcblk0p37: 01900000 00000200 "carrier"
mmcblk0p38: 01e00000 00000200 "devlog"
mmcblk0p39: 00080000 00000200 "frp"
mmcblk0p40: 12000000 00000200 "apppreload"
mmcblk0p41: 03c00000 00000200 "cota"
mmcblk0p42: 001a8800 00000200 "reserve"
mmcblk0p43: 01000000 00000200 "boot"
mmcblk0p44: 01000000 00000200 "recovery"
mmcblk0p45: 0e000000 00000200 "cache"
mmcblk0p46: a4000000 00000200 "system"
mmcblk0p47: c2e00000 00000200 "userdata"
cat /proc/partitions
major minor #blocks name
253 0 131072 zram0
253 1 131072 zram1
253 2 131072 zram2
253 3 131072 zram3
179 0 15388672 mmcblk0
179 1 1024 mmcblk0p1
179 2 32768 mmcblk0p2
179 3 16 mmcblk0p3
179 4 15327 mmcblk0p4
179 5 256 mmcblk0p5
179 6 24255 mmcblk0p6
179 7 256 mmcblk0p7
179 8 256 mmcblk0p8
179 9 2048 mmcblk0p9
179 10 32 mmcblk0p10
179 11 4096 mmcblk0p11
179 12 5120 mmcblk0p12
179 13 1024 mmcblk0p13
179 14 32 mmcblk0p14
179 15 1024 mmcblk0p15
259 0 61441 mmcblk0p16
259 1 5120 mmcblk0p17
259 2 8192 mmcblk0p18
259 3 1536 mmcblk0p19
259 4 76801 mmcblk0p20
259 5 4096 mmcblk0p21
259 6 10240 mmcblk0p22
259 7 7167 mmcblk0p23
259 8 1024 mmcblk0p24
259 9 1536 mmcblk0p25
259 10 1536 mmcblk0p26
259 11 20480 mmcblk0p27
259 12 4 mmcblk0p28
259 13 256 mmcblk0p29
259 14 16 mmcblk0p30
259 15 1281 mmcblk0p31
259 16 64 mmcblk0p32
259 17 1024 mmcblk0p33
259 18 1 mmcblk0p34
259 19 8 mmcblk0p35
259 20 256 mmcblk0p36
259 21 25600 mmcblk0p37
259 22 30720 mmcblk0p38
259 23 512 mmcblk0p39
259 24 294912 mmcblk0p40
259 25 61440 mmcblk0p41
259 26 1698 mmcblk0p42
259 27 16384 mmcblk0p43
259 28 16384 mmcblk0p44
259 29 229376 mmcblk0p45
259 30 2686976 mmcblk0p46
259 31 11581440 mmcblk0p47
179 16 4096 mmcblk0rpmb
179 32 31166976 mmcblk1
254 0 2665784 dm-0

vishalgunthey said:
Here you go..
Output of cat /proc/emmc
cat /proc/emmc
dev: size erasesize name
mmcblk0p1: 00100000 00000200 "sbl1"
mmcblk0p2: 02000000 00000200 "pg1fs"
mmcblk0p3: 00004000 00000200 "board_info"
mmcblk0p4: 00ef7c00 00000200 "reserve_1"
mmcblk0p5: 00040000 00000200 "mfg"
mmcblk0p6: 017afc00 00000200 "pg2fs"
mmcblk0p7: 00040000 00000200 "sbl1_update"
mmcblk0p8: 00040000 00000200 "rpm"
mmcblk0p9: 00200000 00000200 "tz"
mmcblk0p10: 00008000 00000200 "sdi"
mmcblk0p11: 00400000 00000200 "hboot"
mmcblk0p12: 00500000 00000200 "sp1"
mmcblk0p13: 00100000 00000200 "wifi"
mmcblk0p14: 00008000 00000200 "ddr"
mmcblk0p15: 00100000 00000200 "dsps"
mmcblk0p16: 03c00400 00000200 "adsp"
mmcblk0p17: 00500000 00000200 "wcnss"
mmcblk0p18: 00800000 00000200 "radio_config"
mmcblk0p19: 00180000 00000200 "fsg"
mmcblk0p20: 04b00400 00000200 "radio"
mmcblk0p21: 00400000 00000200 "tool_diag"
mmcblk0p22: 00a00000 00000200 "custdata"
mmcblk0p23: 006ffc00 00000200 "reserve_2"
mmcblk0p24: 00100000 00000200 "misc"
mmcblk0p25: 00180000 00000200 "modem_st1"
mmcblk0p26: 00180000 00000200 "modem_st2"
mmcblk0p27: 01400000 00000200 "fataldevlog"
mmcblk0p28: 00001000 00000200 "debug_config"
mmcblk0p29: 00040000 00000200 "pdata"
mmcblk0p30: 00004000 00000200 "control"
mmcblk0p31: 00140400 00000200 "local"
mmcblk0p32: 00010000 00000200 "extra"
mmcblk0p33: 00100000 00000200 "cdma_record"
mmcblk0p34: 00000400 00000200 "fsc"
mmcblk0p35: 00002000 00000200 "ssd"
mmcblk0p36: 00040000 00000200 "skylink"
mmcblk0p37: 01900000 00000200 "carrier"
mmcblk0p38: 01e00000 00000200 "devlog"
mmcblk0p39: 00080000 00000200 "frp"
mmcblk0p40: 12000000 00000200 "apppreload"
mmcblk0p41: 03c00000 00000200 "cota"
mmcblk0p42: 001a8800 00000200 "reserve"
mmcblk0p43: 01000000 00000200 "boot"
mmcblk0p44: 01000000 00000200 "recovery"
mmcblk0p45: 0e000000 00000200 "cache"
mmcblk0p46: a4000000 00000200 "system"
mmcblk0p47: c2e00000 00000200 "userdata"
cat /proc/partitions
major minor #blocks name
253 0 131072 zram0
253 1 131072 zram1
253 2 131072 zram2
253 3 131072 zram3
179 0 15388672 mmcblk0
179 1 1024 mmcblk0p1
179 2 32768 mmcblk0p2
179 3 16 mmcblk0p3
179 4 15327 mmcblk0p4
179 5 256 mmcblk0p5
179 6 24255 mmcblk0p6
179 7 256 mmcblk0p7
179 8 256 mmcblk0p8
179 9 2048 mmcblk0p9
179 10 32 mmcblk0p10
179 11 4096 mmcblk0p11
179 12 5120 mmcblk0p12
179 13 1024 mmcblk0p13
179 14 32 mmcblk0p14
179 15 1024 mmcblk0p15
259 0 61441 mmcblk0p16
259 1 5120 mmcblk0p17
259 2 8192 mmcblk0p18
259 3 1536 mmcblk0p19
259 4 76801 mmcblk0p20
259 5 4096 mmcblk0p21
259 6 10240 mmcblk0p22
259 7 7167 mmcblk0p23
259 8 1024 mmcblk0p24
259 9 1536 mmcblk0p25
259 10 1536 mmcblk0p26
259 11 20480 mmcblk0p27
259 12 4 mmcblk0p28
259 13 256 mmcblk0p29
259 14 16 mmcblk0p30
259 15 1281 mmcblk0p31
259 16 64 mmcblk0p32
259 17 1024 mmcblk0p33
259 18 1 mmcblk0p34
259 19 8 mmcblk0p35
259 20 256 mmcblk0p36
259 21 25600 mmcblk0p37
259 22 30720 mmcblk0p38
259 23 512 mmcblk0p39
259 24 294912 mmcblk0p40
259 25 61440 mmcblk0p41
259 26 1698 mmcblk0p42
259 27 16384 mmcblk0p43
259 28 16384 mmcblk0p44
259 29 229376 mmcblk0p45
259 30 2686976 mmcblk0p46
259 31 11581440 mmcblk0p47
179 16 4096 mmcblk0rpmb
179 32 31166976 mmcblk1
254 0 2665784 dm-0
Click to expand...
Click to collapse
The kernel source and stock boot and recovery are currently unavailable since there is no way to root through custom recovery the moment,Have contacted the HTC Dev team to provide the same.

I searched over internet for last three days, still not found. :crying:

Hope Captain will assist us.. to start with something...I am eagerly waiting to root so that i can work on custom ROMs..

vishalgunthey said:
Hope Captain will assist us.. to start with something...I am eagerly waiting to root so that i can work on custom ROMs..
Click to expand...
Click to collapse
Well I'm willing to help, but there's nothing I can do without a stock boot or recovery image, or kernel source with which to build one.

Great Thank you Captain.
Here is something that i have found so far.
This HTc Desire 825 device kernel from HtC Dev. The device is identical to 630 with same board and resolution and kernel.
http://dl4.htc.com/RomCode/Source_and_Binaries/a56uhl-3.4.0-perf-gaacbaf2.tar.gz
Would this help? Meanwhile i am looking for a way to extract raw boot.img from my device..

vishalgunthey said:
Great Thank you Captain.
Here is something that i have found so far.
This HTc Desire 825 device kernel from HtC Dev. The device is identical to 630 with same board and resolution and kernel.
http://dl4.htc.com/RomCode/Source_and_Binaries/a56uhl-3.4.0-perf-gaacbaf2.tar.gz
Would this help? Meanwhile i am looking for a way to extract raw boot.img from my device..
Click to expand...
Click to collapse
I'm not going to use source for a different device, especially a device I don't own. There will always be differences in the source, and the device won't even boot without the proper device tree binaries. So, that source won't help, unfortunately.

Hi, I recently got this device, and I was able to root it using KingRoot App. You can install Xposed Framework too as you would install it on any other Android MM device! (just follow the tutorial provided on Xposed thread!)

Custom Recovery
Captain_Throwback said:
I'm not going to use source for a different device, especially a device I don't own. There will always be differences in the source, and the device won't even boot without the proper device tree binaries. So, that source won't help, unfortunately.
Click to expand...
Click to collapse
I have HTC desire 630 Dual sim original recovery_signed.img file and boot_signed.img extracted from 2PSTIMG__ .zip file.
Can you build a custom recovery for us?
Thanks,
Bala

sbala21401 said:
I have HTC desire 630 Dual sim original recovery_signed.img file and boot_signed.img extracted from 2PSTIMG__ .zip file.
Can you build a custom recovery for us?
Thanks,
Bala
Click to expand...
Click to collapse
Probably better if you can give me the whole 2PSTIMG file, but in that case yes, I should be able to build something for you.

Captain_Throwback said:
Probably better if you can give me the whole 2PSTIMG file, but in that case yes, I should be able to build something for you.
Click to expand...
Click to collapse
How to post the files?
I try with media fire
www dot mediafire dot com/file/cz1i5o51xk12lz2/boot_signed.img
www dot mediafire dot com/file/j5c6t4nh9xc95lz/recovery_signed.img
Please replace dot with .
bala
---------- Post added at 04:45 PM ---------- Previous post was at 04:44 PM ----------
Captain_Throwback said:
Probably better if you can give me the whole 2PSTIMG file, but in that case yes, I should be able to build something for you.
Click to expand...
Click to collapse
It will take much time to upload the file. it is 150 MB for 1 file and 1300 MB for another one
So i am attaching the recovery and boot only.
Thanks,
bala

sbala21401 said:
How to post the files?
I try with media fire
www dot mediafire dot com/file/cz1i5o51xk12lz2/boot_signed.img
www dot mediafire dot com/file/j5c6t4nh9xc95lz/recovery_signed.img
Please replace dot with .
bala
---------- Post added at 04:45 PM ---------- Previous post was at 04:44 PM ----------
It will take much time to upload the file. it is 150 MB for 1 file and 1300 MB for another one
So i am attaching the recovery and boot only.
Thanks,
bala
Click to expand...
Click to collapse
Well I will need the other one eventually, and I'd rather start with that if it exists. So just post the link once it's up.

Captain_Throwback said:
Well I will need the other one eventually, and I'd rather start with that if it exists. So just post the link once it's up.
Click to expand...
Click to collapse
www dot mediafire dot com/file/dw6nt9t93cetg9v/2PSTIMG_A16_DWGL_M60_DESIRE_SENSE70GP_HTC_India_SEA_1.02.400.1_Radio_0.57.62.0506_CNV_1.47_09B_release_484087_partial_2_4.zip
---------- Post added at 10:04 AM ---------- Previous post was at 10:03 AM ----------
sbala21401 said:
www dot mediafire dot com/file/dw6nt9t93cetg9v/2PSTIMG_A16_DWGL_M60_DESIRE_SENSE70GP_HTC_India_SEA_1.02.400.1_Radio_0.57.62.0506_CNV_1.47_09B_release_484087_partial_2_4.zip
Click to expand...
Click to collapse
the other 1.45 gb file seems corrupted. It is showing file size as 1.45gb. but opened only showing 9MB of files.
so i cancelled uploading of that.

sbala21401 said:
www dot mediafire dot com/file/dw6nt9t93cetg9v/2PSTIMG_A16_DWGL_M60_DESIRE_SENSE70GP_HTC_India_SEA_1.02.400.1_Radio_0.57.62.0506_CNV_1.47_09B_release_484087_partial_2_4.zip
---------- Post added at 10:04 AM ---------- Previous post was at 10:03 AM ----------
the other 1.45 gb file seems corrupted. It is showing file size as 1.45gb. but opened only showing 9MB of files.
so i cancelled uploading of that.
Click to expand...
Click to collapse
That's because the zip is probably encrypted. If it's a different file, just upload it and I'll worry about the rest .
I think the other one is the one I really need.

yes. you are right . that is a encrypted large zip.
I decrypt the file and got the system.img in it using HTC ruu decrypt tool created by you.
many thanks for the tool.
I m uploading, it failed twice because of poor connection.
will post link tomorrow.
please create the custom recovery as quick as possible.
bala

sbala21401 said:
yes. you are right . that is a encrypted large zip.
I decrypt the file and got the system.img in it using HTC ruu decrypt tool created by you.
many thanks for the tool.
I m uploading, it failed twice because of poor connection.
will post link tomorrow.
please create the custom recovery as quick as possible.
bala
Click to expand...
Click to collapse
Don't expect anything too soon.
Having the files is just the first step.

Captain_Throwback said:
Don't expect anything too soon.
Having the files is just the first step.
Click to expand...
Click to collapse
Here is the original firmware for htc 630,
http://www.mediafire.com/file/5ifvw...1.47_09B_release_485282_combined_signed_2.zip
I also want to involve and learn the process, Kindly let me know if possible.
Thanks,
Bala

Related

(RESOLVED) recovery MTD system - no MTD partition "system"

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.

[req] at&t users read if you want a recovery

SORTED thanks to an ANON person
I'm heading into at&t store in the next few hours to grab one. I'll post what I find. Very excited to get my phone rooted.
Sent from my HTC Inspire 4G using xda app-developers app
pradeepd said:
I'm heading into at&t store in the next few hours to grab one. I'll post what I find. Very excited to get my phone rooted.
Sent from my HTC Inspire 4G using xda app-developers app
Click to expand...
Click to collapse
Make sure you give them a call before wasting a trip. Here in Socal i can't find 1 store that has them instock yet in a 15 mile radius. Half the stores i've called they had no idea what i was talking about like they never heard of the device, lol! Sad
deeznuts said:
Make sure you give them a call before wasting a trip. Here in Socal i can't find 1 store that has them instock yet in a 15 mile radius. Half the stores i've called they had no idea what i was talking about like they never heard of the device, lol! Sad
Click to expand...
Click to collapse
Thanks. In the bay area they at least know about the launch. The store called me and said they will receive 5 units this afternoon.
Sent from my HTC Inspire 4G using xda app-developers app
Haven't ever tried this on a stock recovery; keep getting
remount failed: Operation not permitted
Output from cat:
Code:
C:\android>adb shell cat /proc/emmc
dev: size erasesize name
mmcblk0p5: 00800000 00001000 "recovery"
mmcblk0p4: 00800000 00001000 "boot"
mmcblk0p16: 60000000 00001000 "system"
mmcblk0p17: 10000000 00001000 "cache"
mmcblk0p20: 00200000 00001000 "misc"
mmcblk0p1: 00600000 00001000 "wlan"
mmcblk0p2: 00200000 00001000 "WDM"
mmcblk0p25: 00200000 00001000 "pdata"
mmcblk0p3: 00600000 00001000 "radiocab"
mmcblk0p18: e00000000 00001000 "userdata"
mmcblk0p24: 01a00000 00001000 "devlog"
mmcblk0p19: 00200000 00001000 "extra"
mmcblk0p14: 03400000 00001000 "mdm9k"
mmcblk0p15: 00800000 00001000 "mdm9k_config"
mmcblk0p21: 00800000 00001000 "modem_st1"
mmcblk0p22: 00800000 00001000 "modem_st2"
and
Code:
C:\android>adb shell cat /proc/partitions
major minor #blocks name
179 0 61071360 mmcblk0
179 1 6144 mmcblk0p1
179 2 2048 mmcblk0p2
179 3 6144 mmcblk0p3
179 4 8192 mmcblk0p4
179 5 8192 mmcblk0p5
179 6 16384 mmcblk0p6
179 7 16384 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 4096 mmcblk0p9
179 10 4096 mmcblk0p10
179 11 32768 mmcblk0p11
179 12 32768 mmcblk0p12
179 13 32768 mmcblk0p13
179 14 53248 mmcblk0p14
179 15 8192 mmcblk0p15
179 16 1572864 mmcblk0p16
179 17 262144 mmcblk0p17
179 18 58720256 mmcblk0p18
179 19 2048 mmcblk0p19
179 20 2048 mmcblk0p20
179 21 8192 mmcblk0p21
179 22 8192 mmcblk0p22
179 23 6144 mmcblk0p23
179 24 26624 mmcblk0p24
179 25 2048 mmcblk0p25
179 26 2048 mmcblk0p26
Lloir said:
can one of you run the following command and chuck the boot.img up for me please
run these commands via terminal
adb remount (prolly not needed just force of habit for myself)
adb shell
dd if=/dev/block/mmcblk0p4 of=/sdcard/boot.img
this will help me to get you guys a recovery
if that command didn't work run
adb shell cat /proc/emmc
and
adb shell cat /proc/partitions
(i doubt the partitions will be that different if at all from the International HOX+)
thanks guys
Lloir
Click to expand...
Click to collapse
if i knew how i would have already

[Request] Sprint HTC ONE Max Partition Layout

Can someone with the Sprint One Max post the partition layout please. Use this command in adb shell
cat proc/partitions
or
cat proc/emmc
benny3 said:
Can someone with the Sprint One Max post the partition layout please. Use this command in adb shell
cat proc/partitions
or
cat proc/emmc
Click to expand...
Click to collapse
7 0 4190 loop0
7 1 16664 loop1
7 2 2111 loop2
7 3 22901 loop3
179 0 30535680 mmcblk0
179 1 128 mmcblk0p1
179 2 256 mmcblk0p2
179 3 130671 mmcblk0p3
179 4 1 mmcblk0p4
179 5 16 mmcblk0p5
179 6 256 mmcblk0p6
179 7 15577 mmcblk0p7
179 8 256 mmcblk0p8
179 9 1024 mmcblk0p9
179 10 256 mmcblk0p10
179 11 2048 mmcblk0p11
179 12 2080 mmcblk0p12
179 13 5120 mmcblk0p13
179 14 1024 mmcblk0p14
179 15 1024 mmcblk0p15
179 16 61441 mmcblk0p16
179 17 8190 mmcblk0p17
179 18 5120 mmcblk0p18
179 19 4096 mmcblk0p19
179 20 23551 mmcblk0p20
179 21 1022 mmcblk0p21
179 22 4096 mmcblk0p22
179 23 4096 mmcblk0p23
179 24 20480 mmcblk0p24
179 25 4 mmcblk0p25
179 26 256 mmcblk0p26
179 27 16 mmcblk0p27
179 28 1280 mmcblk0p28
179 29 64 mmcblk0p29
179 30 1024 mmcblk0p30
179 31 256 mmcblk0p31
179 32 25600 mmcblk0p32
179 33 72870 mmcblk0p33
179 34 81920 mmcblk0p34
179 35 49151 mmcblk0p35
179 36 98303 mmcblk0p36
179 37 16384 mmcblk0p37
179 38 16383 mmcblk0p38
179 39 2490368 mmcblk0p39
179 40 65534 mmcblk0p40
179 41 393215 mmcblk0p41
179 42 26869760 mmcblk0p42
179 64 31166976 mmcblk1
179 65 31162880 mmcblk1p1
254 0 4189 dm-0
254 1 16663 dm-1
254 2 2110 dm-2
254 3 22900 dm-3
What command did you use? dang that didnt give the names
try this "ls -al /dev/block/platform/msm_sdcc.1/by-name"
or this"ls -al /dev/block/platform/msm_sdcc.1/by-num"
benny3 said:
What command did you use? dang that didnt give the names
try this "ls -al /dev/block/platform/msm_sdcc.1/by-name"
or this"ls -al /dev/block/platform/msm_sdcc.1/by-num"
Click to expand...
Click to collapse
cat proc/emmc
dev: size erasesize name
mmcblk0p21: 000ffa00 00000200 "misc"
mmcblk0p38: 00fffe00 00000200 "recovery"
mmcblk0p37: 01000000 00000200 "boot"
mmcblk0p39: 98000000 00000200 "system"
mmcblk0p28: 00140200 00000200 "local"
mmcblk0p41: 17fffe00 00000200 "cache"
mmcblk0p42: 668000000 00000200 "userdata"
mmcblk0p24: 01400000 00000200 "devlog"
mmcblk0p26: 00040000 00000200 "pdata"
mmcblk0p29: 00010000 00000200 "extra"
mmcblk0p34: 05000000 00000200 "radio"
mmcblk0p16: 03c00400 00000200 "adsp"
mmcblk0p15: 00100000 00000200 "dsps"
mmcblk0p18: 00500000 00000200 "wcnss"
mmcblk0p17: 007ffa00 00000200 "radio_conf
mmcblk0p22: 00400000 00000200 "modem_st1"
mmcblk0p23: 00400000 00000200 "modem_st2"
mmcblk0p31: 00040000 00000200 "skylink"
mmcblk0p32: 01900000 00000200 "carrier"
mmcblk0p30: 00100000 00000200 "cdma_recor
mmcblk0p20: 016ffc00 00000200 "reserve_1"
mmcblk0p35: 02fffc00 00000200 "reserve_2"
mmcblk0p36: 05fffc00 00000200 "reserve_3"
mmcblk0p40: 03fffa00 00000200 "reserve_4"
mmcblk0p33: 04729a00 00000200 "reserve"
lawnguy said:
cat proc/emmc
dev: size erasesize name
mmcblk0p21: 000ffa00 00000200 "misc"
mmcblk0p38: 00fffe00 00000200 "recovery"
mmcblk0p37: 01000000 00000200 "boot"
mmcblk0p39: 98000000 00000200 "system"
mmcblk0p28: 00140200 00000200 "local"
mmcblk0p41: 17fffe00 00000200 "cache"
mmcblk0p42: 668000000 00000200 "userdata"
mmcblk0p24: 01400000 00000200 "devlog"
mmcblk0p26: 00040000 00000200 "pdata"
mmcblk0p29: 00010000 00000200 "extra"
mmcblk0p34: 05000000 00000200 "radio"
mmcblk0p16: 03c00400 00000200 "adsp"
mmcblk0p15: 00100000 00000200 "dsps"
mmcblk0p18: 00500000 00000200 "wcnss"
mmcblk0p17: 007ffa00 00000200 "radio_conf
mmcblk0p22: 00400000 00000200 "modem_st1"
mmcblk0p23: 00400000 00000200 "modem_st2"
mmcblk0p31: 00040000 00000200 "skylink"
mmcblk0p32: 01900000 00000200 "carrier"
mmcblk0p30: 00100000 00000200 "cdma_recor
mmcblk0p20: 016ffc00 00000200 "reserve_1"
mmcblk0p35: 02fffc00 00000200 "reserve_2"
mmcblk0p36: 05fffc00 00000200 "reserve_3"
mmcblk0p40: 03fffa00 00000200 "reserve_4"
mmcblk0p33: 04729a00 00000200 "reserve"
Click to expand...
Click to collapse
And i thank you very much sir!!
based on the number of blocks from the m7 partition table,heres my best guess to cover whats not listed in the post above:
Code:
major minor #blocks name
7 0 4190 loop0
7 1 16664 loop1
7 2 2111 loop2
7 3 22901 loop3
179 0 30535680 mmcblk0
179 1 128 mmcblk0p1 sbl1
179 2 256 mmcblk0p2 sbl2
179 3 130671 mmcblk0p3 pg1fs
179 4 1 mmcblk0p4 ?
179 5 16 mmcblk0p5 board info
179 6 256 mmcblk0p6 mfg
179 7 5577 mmcblk0p7 pg2fs
179 8 256 mmcblk0p8 sbl2_update
179 9 1024 mmcblk0p9 sbl3
179 10 256 mmcblk0p10 rpm
179 11 2048 mmcblk0p11 tz
179 12 2080 mmcblk0p12 hboot
179 13 5120 mmcblk0p13 sp1
179 14 1024 mmcblk0p14 wifi
179 15 1024 mmcblk0p15 dsps
179 16 61441 mmcblk0p16 adsp
179 17 8190 mmcblk0p17 radio_conf
179 18 5120 mmcblk0p18 wcnss
179 19 4096 mmcblk0p19 ?
179 20 23551 mmcblk0p20 reserve_1
179 21 1022 mmcblk0p21 misc
179 22 4096 mmcblk0p22 modem_st1
179 23 4096 mmcblk0p23 modem_st2
179 24 20480 mmcblk0p24 devlog
179 25 4 mmcblk0p25 debug_config
179 26 256 mmcblk0p26 pdata
179 27 16 mmcblk0p27 control
179 28 1280 mmcblk0p28 local
179 29 64 mmcblk0p29 extra
179 30 1024 mmcblk0p30 cdma_recor
179 31 256 mmcblk0p31 skylink
179 32 25600 mmcblk0p32 carrier
179 33 72870 mmcblk0p33 reserve
179 34 81920 mmcblk0p34 radio
179 35 49151 mmcblk0p35 reserve_2
179 36 98303 mmcblk0p36 reserve_3
179 37 16384 mmcblk0p37 boot
179 38 16383 mmcblk0p38 recovery
179 39 2490368 mmcblk0p39 system
179 40 65534 mmcblk0p40 reserve_4
179 41 393215 mmcblk0p41 cache
179 42 26869760 mmcblk0p42 userdata
179 64 31166976 mmcblk1
179 65 31162880 mmcblk1p1
254 0 4189 dm-0
254 1 16663 dm-1
254 2 2110 dm-2
254 3 22900 dm-3

[DEV][AT&T]HTC One M9 Partition Layout/System Dump[4/11/2015]

Here is some info for devs, should be useful for some
Code:
[email protected]_himaulatt:/ $ cat /proc/emmc
cat /proc/emmc
dev: size erasesize name
mmcblk0p1: 00004000 00000200 "board_info"
mmcblk0p2: 00400000 00000200 "pg1fs"
mmcblk0p3: 00100000 00000200 "sbl1"
mmcblk0p4: 00100000 00000200 "pmic"
mmcblk0p5: 02800000 00000200 "dummy"
mmcblk0p6: 001f7c00 00000200 "reserve_1"
mmcblk0p7: 00040000 00000200 "mfg"
mmcblk0p8: 017afc00 00000200 "pg2fs"
mmcblk0p9: 00080000 00000200 "rpm"
mmcblk0p10: 00200000 00000200 "tz"
mmcblk0p11: 00018000 00000200 "sdi"
mmcblk0p12: 00200000 00000200 "hyp"
mmcblk0p13: 00100000 00000200 "aboot"
mmcblk0p14: 00a00000 00000200 "tool_diag"
mmcblk0p15: 00a00000 00000200 "sp1"
mmcblk0p16: 00100000 00000200 "ddr"
mmcblk0p17: 00100000 00000200 "rfg_0"
mmcblk0p18: 00100000 00000200 "rfg_1"
mmcblk0p19: 00100000 00000200 "rfg_2"
mmcblk0p20: 00100000 00000200 "rfg_3"
mmcblk0p21: 00100000 00000200 "rfg_4"
mmcblk0p22: 00100000 00000200 "rfg_5"
mmcblk0p23: 00100000 00000200 "rfg_6"
mmcblk0p24: 00100000 00000200 "rfg_7"
mmcblk0p25: 00180000 00000200 "fsg"
mmcblk0p26: 03b00400 00000200 "radio"
mmcblk0p27: 01400000 00000200 "adsp"
mmcblk0p28: 00000400 00000200 "limits"
mmcblk0p29: 004f7c00 00000200 "reserve_2"
mmcblk0p30: 01600000 00000200 "persist"
mmcblk0p31: 00a00000 00000200 "ramdump"
mmcblk0p32: 00100000 00000200 "misc"
mmcblk0p33: 00180000 00000200 "modem_st1"
mmcblk0p34: 00180000 00000200 "modem_st2"
mmcblk0p35: 01400000 00000200 "fataldevlog"
mmcblk0p36: 01e00000 00000200 "devlog"
mmcblk0p37: 00040000 00000200 "pdata"
mmcblk0p38: 00004000 00000200 "control"
mmcblk0p39: 00010000 00000200 "extra"
mmcblk0p40: 00100000 00000200 "cdma_record"
mmcblk0p41: 00000400 00000200 "fsc"
mmcblk0p42: 00002000 00000200 "ssd"
mmcblk0p43: 00080000 00000200 "sensor_hub"
mmcblk0p44: 00020000 00000200 "sec"
mmcblk0p45: 00100000 00000200 "abootbak"
mmcblk0p46: 00002800 00000200 "cir_img"
mmcblk0p47: 00140400 00000200 "local"
mmcblk0p48: 00080000 00000200 "frp"
mmcblk0p49: 00200000 00000200 "cpe"
mmcblk0p50: 01400000 00000200 "carrier"
mmcblk0p51: 00040000 00000200 "skylink"
mmcblk0p52: 00020000 00000200 "rfg_8"
mmcblk0p53: 00020000 00000200 "rfg_9"
mmcblk0p54: 00020000 00000200 "rfg_10"
mmcblk0p55: 00020000 00000200 "rfg_11"
mmcblk0p56: 00020000 00000200 "rfg_12"
mmcblk0p57: 00020000 00000200 "rfg_13"
mmcblk0p58: 00020000 00000200 "rfg_14"
mmcblk0p59: 00020000 00000200 "rfg_15"
mmcblk0p60: 01000000 00000200 "absolute"
mmcblk0p61: 00e07000 00000200 "reserve"
mmcblk0p62: 04000000 00000200 "hosd"
mmcblk0p63: 04000000 00000200 "boot"
mmcblk0p64: 04000000 00000200 "recovery"
mmcblk0p65: 14000000 00000200 "cache"
mmcblk0p66: 18000000 00000200 "system"
mmcblk0p67: e0000000 00000200 "userdata"
mmcblk0p68: 12200000 00000200 "apppreload"
mmcblk0p69: 03c00000 00000200 "cota"
mmcblk0p70: 00a00000 00000200 "battery"
Code:
[email protected]_himaulatt:/ $ cat /proc/partitions ls -la /dev/block/platform/dw_mmc/
y-name
at /proc/partitions ls -la /dev/block/platform/dw_mmc/by-name <
major minor #blocks name
179 0 30535680 mmcblk0
179 1 16 mmcblk0p1
179 2 4096 mmcblk0p2
179 3 1024 mmcblk0p3
179 4 1024 mmcblk0p4
179 5 40960 mmcblk0p5
179 6 2015 mmcblk0p6
179 7 256 mmcblk0p7
179 8 24255 mmcblk0p8
179 9 512 mmcblk0p9
179 10 2048 mmcblk0p10
179 11 96 mmcblk0p11
179 12 2048 mmcblk0p12
179 13 1024 mmcblk0p13
179 14 10240 mmcblk0p14
179 15 10240 mmcblk0p15
259 0 1024 mmcblk0p16
259 1 1024 mmcblk0p17
259 2 1024 mmcblk0p18
259 3 1024 mmcblk0p19
259 4 1024 mmcblk0p20
259 5 1024 mmcblk0p21
259 6 1024 mmcblk0p22
259 7 1024 mmcblk0p23
259 8 1024 mmcblk0p24
259 9 1536 mmcblk0p25
259 10 60417 mmcblk0p26
259 11 20480 mmcblk0p27
259 12 1 mmcblk0p28
259 13 5087 mmcblk0p29
259 14 22528 mmcblk0p30
259 15 10240 mmcblk0p31
259 16 1024 mmcblk0p32
259 17 1536 mmcblk0p33
259 18 1536 mmcblk0p34
259 19 20480 mmcblk0p35
259 20 30720 mmcblk0p36
259 21 256 mmcblk0p37
259 22 16 mmcblk0p38
259 23 64 mmcblk0p39
259 24 1024 mmcblk0p40
259 25 1 mmcblk0p41
259 26 8 mmcblk0p42
259 27 512 mmcblk0p43
259 28 128 mmcblk0p44
259 29 1024 mmcblk0p45
259 30 10 mmcblk0p46
259 31 1281 mmcblk0p47
259 32 512 mmcblk0p48
259 33 2048 mmcblk0p49
259 34 20480 mmcblk0p50
259 35 256 mmcblk0p51
259 36 128 mmcblk0p52
259 37 128 mmcblk0p53
259 38 128 mmcblk0p54
259 39 128 mmcblk0p55
259 40 128 mmcblk0p56
259 41 128 mmcblk0p57
259 42 128 mmcblk0p58
259 43 128 mmcblk0p59
259 44 16384 mmcblk0p60
259 45 14364 mmcblk0p61
259 46 65536 mmcblk0p62
259 47 65536 mmcblk0p63
259 48 65536 mmcblk0p64
259 49 327680 mmcblk0p65
259 50 4587520 mmcblk0p66
259 51 24641536 mmcblk0p67
259 52 296960 mmcblk0p68
259 53 61440 mmcblk0p69
259 54 10240 mmcblk0p70
179 16 4096 mmcblk0rpmb
Stock AT&T System and Boot.img Dump
Thanks, needed this for the CM bringup
Rashed97 said:
Thanks, needed this for the CM bringup
Click to expand...
Click to collapse
glad i could help, let me know if you need anything else
thoughtlesskyle said:
glad i could help, let me know if you need anything else
Click to expand...
Click to collapse
Will do, should have my M9 in a few days so I'll be able to test then, but in the meanwhile, a system dump of the AT&T version would be great. Some stuff may be different so it won't hurt having it.
Rashed97 said:
Will do, should have my M9 in a few days so I'll be able to test then, but in the meanwhile, a system dump of the AT&T version would be great. Some stuff may be different so it won't hurt having it.
Click to expand...
Click to collapse
I have one, I also have a stock rooted dev edition rom. System dump when trying make a stock rooted AT&T phone FC
thoughtlesskyle said:
I have one, I also have a stock rooted dev edition rom. System dump when trying make a stock rooted AT&T phone FC
Click to expand...
Click to collapse
Anything would be great You can never have enough stuff when developing.
Rashed97 said:
Anything would be great You can never have enough stuff when developing.
Click to expand...
Click to collapse
System dump and stock rooted dev are incoming
system and boot dump are posted
Thanks!
Actually can you post links? Thanks in advanced!
Rashed97 said:
Actually can you post links? Thanks in advanced!
Click to expand...
Click to collapse
What do you mean?
You said they're posted. Me being the idiot I am can't find them If you could kinda give me a link to them, it would be much appreciated.
Rashed97 said:
You said they're posted. Me being the idiot I am can't find them [emoji14] If you could kinda give me a link to them, it would be much appreciated.
Click to expand...
Click to collapse
Click the text where it says there is a dump (I'm out or i would)
Edit: https://www.androidfilehost.com/?fid=95916177934554032
Thanks man, sorry was kinda sick last night. Must have missed that
Thanks for info and links
Sent from my HTC One M9 using XDA Free mobile app
Newt said:
Thanks for info and links
Sent from my HTC One M9 using XDA Free mobile app
Click to expand...
Click to collapse
I remember you, you got the sense 4 port running on the EVO 3D didn't you
thoughtlesskyle said:
I remember you, you got the sense 4 port running on the EVO 3D didn't you
Click to expand...
Click to collapse
Yea that was the good old day's fun!
Sent from my HTC One M9 using XDA Free mobile app

how to unlock Bootloader rockchip rk3126 ?

help masta how to bootloader rk3126?
via adb reboot bootloader can not.
i will do backup rom dumper tool
cat /proc/partitions
major minor #blocks name
253 0 65536 zram0
179 0 1920000 mmcblk0
179 1 1918976 mmcblk0p1
31 0 4096 rknand_uboot
31 1 4096 rknand_misc
31 2 16384 rknand_resource
31 3 12288 rknand_kernel
31 4 12288 rknand_boot
31 5 32768 rknand_recovery
31 6 65536 rknand_backup
31 7 131072 rknand_cache
31 8 1572864 rknand_userdata
31 9 4096 rknand_metadata
31 10 4096 rknand_kpanic
31 11 786432 rknand_system
31 12 1105920 rknand_user
31 13 3911680 rknand_oem
cat /proc/mtd
dev: size erasesize name
rknand0: 00400000 00004000 "uboot"
rknand1: 00400000 00004000 "misc"
rknand2: 01000000 00004000 "resource"
rknand3: 00c00000 00004000 "kernel"
rknand4: 00c00000 00004000 "boot"
rknand5: 02000000 00004000 "recovery"
rknand6: 04000000 00004000 "backup"
rknand7: 08000000 00004000 "cache"
rknand8: 60000000 00004000 "userdata"
rknand9: 00400000 00004000 "metadata"
rknand10: 00400000 00004000 "kpanic"
rknand11: 30000000 00004000 "system"
rknand12: 43800000 00004000 "user"
rknand13: eec00000 00004000 "oem"
cat /proc/cmdline
vmalloc=496M cma=4M rockchip_jtag console=ttyFIQ0 androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init mtdparts=rk29xxnand:[email protected](uboot),[email protected](misc),[email protected](resource),[email protected](kernel),[email protected](boot),[email protected](recovery),[email protected](backup),[email protected](cache),[email protected](userdata),[email protected](metadata),[email protected](kpanic),[email protected](system),[email protected](user),[email protected](oem) storagemedia=nand [email protected]:0x01000000 loader.timestamp=2015-07-07_11:14:22
how to backup full rom rockchip 3126

Categories

Resources