Well thanks to the hard work of many develoupers over at XDA and with the help of the community they got ahold of a unsecure aboot.img , that allowed us to break the wall that VZW put up. I am going to post the EZ Unlock way and post the manual way. Simply folks this does not get any eaiser then this.
EZ Unlock can be found in the Play store -------->
Big thanks to mmmeff for making two great EZ apps for us. His other app EZ Recovery can be found in the play store as well.
Just download the app and click unlock. Yep thats it. "NOTE" You must be rooted to use this app.
mmmeff
Here is another way to unlock if you want to do it threw ADB or Terminal on your phone. Download the aboot.img and put it on your SD card or push it .
aboot.img download >>>>>>>>>>0ba9ad45fc15cf3d62af7dd363686b3f MD5=
___________________________________________________________________________________________________________
1) adb push aboot.img /sdcard/aboot.img
2) adb shell
3) su
4) dd if=/sdcard/aboot.img of=/dev/block/mmcblk0p5
**** VERIFY YOU HAVE A MATCHING MD5 SUM >>>> 0ba9ad45fc15cf3d62af7dd363686b3f ****
5) dd if=/dev/block/mmcblk0p5 of=/sdcard/abootTEST.img
6) reboot
You can also do this threw terminal on your phone. Just put the aboot.img on the root of your SD.
1) Open terminal
2) su
3) dd if=/sdcard/aboot.img of=/dev/block/mmcblk0p5
4) dd if=/dev/block/mmcblk0p5 of=/sdcard/abootTEST.img
5) reboot
__________________________________________________________________________________________________________
As i said before after you flash or before you flash and reboot the phone. Check the md5 sum if they match then reboot and profit . You can use Root explorer or md5 checker, 7z to check the md5 . I cant stress this enough. If you download the aboot file and already put in on your SD card you cand just flash it ,you dont have to push it.
Big thanks to Adam Outler for his time and effort and all DEV'S out there.