awsome! ok,im excited for you to try this,and trying not to get my hopes up myself that it works!
we are going to try the one vx/LTEvo method of supercid. heres what were going to do:
one vx supercid
re-unlock,of youre not. install superuser if your not rooted.
enter the commands:
adb devices
adb shell
su (if needed to get #)
echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20
exit (
exit again if you need to to get back to > )
adb reboot bootloader
fastboot devices
fastboot oem readcid (or
fastboot getvar all if youd rather)
if you want you can check it out for your self first,the way i did:
-dump
mmcblk0p5 just like you did when following the supercid guide
-open it up and check it out. youll see your cid at offset 00000010x04.
-run
echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20
-dump mmclk0p5 again,but call it something different(i called mine mmcblk0p5new).
-open it up and you should now see 22222222 at 00000010x04 instead of GLOBA001
-go ahead and reboot to bootloader and see if it sticks.
i tried it on mine,and it seems harmless. in a worse case,i believe it will just fail if write protection has got that block too
let us know how it goes!
