Confirmed users
125
edits
Line 11: | Line 11: | ||
adb pull /dev/block/platform/msm_sdcc.1/by-name/boot . | adb pull /dev/block/platform/msm_sdcc.1/by-name/boot . | ||
</pre> | </pre> | ||
Where the file specified above is a friendly symlink to <code>|/dev/block/mmcblk0p7|</code>. For certain other devices (such as the hamachi) the partitions lived under <code>|/dev/mtd/|</code> and the mappings could be found by executing <code>|cat /proc/mtd|</code> on the device. | Where the file specified above is a friendly symlink to <code>|/dev/block/mmcblk0p7|</code>. | ||
====Hamachi Quirks==== | |||
For certain other devices (such as the hamachi) the partitions lived under <code>|/dev/mtd/|</code> and the mappings could be found by executing <code>|cat /proc/mtd|</code> on the device.<!-- which would emit something like the following: --> | |||
====Alternatively==== | ====Alternatively==== |