one of these /dev/block/mmcblk0p* partitions are the kernel, getting that kernel dumped will tell us if the bootloader is locked or not
to dump it do (as root):
dd if=/dev/block/mmcblk0p* of=/sdcard/mmcblk0p*.img
where * is the parition
from your mount the following partitions are already identified as not the kernel:
mmcblk0p7 = system
mmcblk0p8 = data
mmcblk0p9 = hidden/data
mmcblk0p10 = hidden
mmcblk0p11 = cache
dump all except these partitions, do not dump mmcblk0 either as thats the full internal card (and wont fit on your sdcard)
the mmcblk0p* partition to look for should be under 10MB, zip any partition under that and upload them for me so i can figure it out.
