Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Scott>cd c:\mini-adb_vigor
c:\mini-adb_vigor>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HTxxxxxxxxx device
c:\mini-adb_vigor>adb shell
shell@android:/ $ su
su
shell@android:/ # dd if=/dev/block/mmcblk0p3 of=/sdcard2/mmcblk0p3
dd if=/dev/block/mmcblk0p3 of=/sdcard2/mmcblk0p3
[COLOR="red"]64734+0 records in[/COLOR]
[COLOR="red"]64734+0 records out[/COLOR]
[COLOR="blue"]33143808 bytes[/COLOR] transferred in 9.519 secs (3481858 bytes/sec)
shell@android:/ # exit
exit
shell@android:/ $ exit
exit
c:\mini-adb_vigor>adb pull /sdcard2/mmcblk0p3
2292 KB/s ([COLOR="blue"]33143808 bytes[/COLOR] in 14.116s)
c:\mini-adb_vigor>adb push mmcblk0p3mod /sdcard2/mmcblk0p3mod
2478 KB/s ([COLOR="blue"]33143808 bytes[/COLOR] in 13.059s)
c:\mini-adb_vigor>adb shell
shell@android:/ $ su
su
shell@android:/ # dd if=/sdcard2/mmcblk0p3mod of=/dev/block/mmcblk0p3
dd if=/sdcard2/mmcblk0p3mod of=/dev/block/mmcblk0p3
[COLOR="red"]64734+0 records in[/COLOR]
[COLOR="red"]64734+0 records out[/COLOR]
[COLOR="blue"]33143808 bytes[/COLOR] transferred in 18.937 secs (1750214 bytes/sec)
shell@android:/ # exit
exit
shell@android:/ $ exit
exit
c:\mini-adb_vigor>adb reboot bootloader
c:\mini-adb_vigor>
Scotty just got back here, what are you trying to achieve here ?? Just curious. Very impressive on the knowledge, I use to use that same Hex code app for when I was working on Sat receivers, LOL![]()
I think his goal is to make a flashable zip that will return the bootloader to "locked" state. Currently that can only be achieved by the wire trick which is definitely not a convenient way to lock the bootloader. Editing the hex in this file can return you to locked status, which we are discovering. He wants to make a zip that automates the process!

the patched revolutionary and jpbear hboots ignore the lock flag,constantly displaying their respective banners. flashing the zips with these hboots should not hurt anything,but the banner wont change until you flash back to a stock hboot. 

K, at first I thought it meant ReLocked, LOL thanks for the info Scotty
You might also want to put a small description how one knows if they are locked or unlocked, I have been asked in numerous PM's. I could post but might not be as eloquent as your explanation, so best coming from the expert![]()




They should be named query,lock,and unlock. I checked the links they look correct.
The md5s are the same cause they are technically all the same zip,lol. Just the name is different... The script works by the name of the zip. You can technically download it once and just change the name.
Lock_boot loader
Unlock_bootloader
Query_boot loader
![]()
So if I am understanding you, the Query Zip you created will tell you if you are locked or unlocked, and the other 2 will change the banner to either Locked or Unlocked ??![]()

but I may not be able to wait that
I will think of other possible ones I am sure. 
It will print it on the recovery screen
They should be named query,lock,and unlock. I checked the links they look correct.
The md5s are the same cause they are technically all the same zip,lol. Just the name is different... The script works by the name of the zip. You can technically download it once and just change the name.
Lock_boot loader
Unlock_bootloader
Query_boot loader
![]()

That's kind of what I was thinking, but wanted to make sure before flashing. I assumed you named each download accordingly, but at least on my end, no matter which one I download they are named unlock_bootloader. No big deal! I already renamed, but just letting you know!
No the download files are all named Query Bootloader, i just checked here after i posted the question about![]()

Must be some sort of glitch. For me, they all display right. When I click on each link, it shows each file with it's respective name, but upon downloading they are all unlock_bootloader.zip for me... Odd! Obviously not a big deal but might confuse people.