Anyone messing with bootloader

adamwhitehead

Member
Joined
Jun 12, 2011
Messages
317
Reaction score
0
This seems valueable
export PATH=/data/local/bin:$PATH:.
# export PATH=/data/local/bin:$PATH:.
#blkid
/dev/block/vold/179:33: UUID="3A7A-07FE"
/dev/block/vold/179:18: LABEL="MOT" UUID="2009-1306"
/dev/block/vold/179:17: LABEL="preinstall" UUID="2310d078-486d-e649-a09d-6f0a3d"
/dev/block/vold/179:16: LABEL="userdata" UUID="0f7564d5-a75a-492a-93e9-c088b0f4"
/dev/block/vold/179:15: LABEL="cache" UUID="b1bb6f14-504c-45b0-8d22-60e1f708706"
/dev/block/vold/179:14: LABEL="Motorola"
/dev/block/vold/179:12: LABEL="system" UUID="0477e66b-c5b1-cb3d-db05-2150402327"
/dev/block/vold/179:3: LABEL="pds" UUID="2caed905-ae0c-111f-9ac8-5e068ab56e1f"
/dev/block/mmcblk1p1: UUID="3A7A-07FE"
/dev/block/mmcblk0p18: LABEL="MOT" UUID="2009-1306"
/dev/block/mmcblk0p17: LABEL="preinstall" UUID="2310d078-486d-e649-a09d-6f0a3dd"
/dev/block/mmcblk0p16: LABEL="userdata" UUID="0f7564d5-a75a-492a-93e9-c088b0f49"
/dev/block/mmcblk0p15: LABEL="cache" UUID="b1bb6f14-504c-45b0-8d22-60e1f7087065"
/dev/block/mmcblk0p14: LABEL="Motorola"
/dev/block/mmcblk0p12: LABEL="system" UUID="0477e66b-c5b1-cb3d-db05-21504023277"
/dev/block/mmcblk0p3: LABEL="pds" UUID="2caed905-ae0c-111f-9ac8-5e068ab56e1f"
#

Direct copy from terminal emulator

Sent from my DROID X2 using DroidForums
 

tamlin42

Member
Joined
Dec 8, 2009
Messages
69
Reaction score
0
I'm not sure what looks very valuable here. these are all UUIDs for the various data partitions. UUIDs are only really used internally in software to address block devices for partitioning, formatting, etc.

http://en.wikipedia.org/wiki/Universally_unique_identifier

T
o the best of my knowledge, these are more or less useless to anyone fiddling with the bootloader and are unique to your device.
 
Top