Created
September 26, 2017 18:53
-
-
Save sabpprook/091c7f51f064013c734b3afcef131d6d to your computer and use it in GitHub Desktop.
FRP unlock for HTC devices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--for download devices | |
htc_fastboot dump kstoken 0 0 0 | |
--for hboot devices | |
htc_fastboot oem get_ks_token | |
--submit token to htcdev unlock bootloader page | |
https://www.htcdev.com/bootloader/unlock-instructions/page-2 | |
--flash kstoken | |
htc_fastboot flash kstoken <bin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment