Hey Stayboogy... I have been looking at various updater scripts, and I came accross the following mount command....
mount("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.0/by-name/system", "/system");
Now, we do not have a by-name directory, but we do have a by-num directory (and we know p19 is /system... Of course, that device had an Ti Omap processor, while the Valet has a SDCC compatible qualcomm processor...
I was wondering if it would be worth while to try it again using the following mount format?
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.3/by-num/p19", "/system");
Thoughts?