starbase64
Ikone
- 6.515
Hallo,
hier eine Anleitung um den Bootloader zu locken bzw. unlocken.
Hierbei steht im Bootloader dann nicht "RELOCKED" sondern "LOCKED".
Quelle: [how to] lock/unlock your bootloader without… | HTC One (M9) | XDA Forums
MfG
starbase64
hier eine Anleitung um den Bootloader zu locken bzw. unlocken.
Hierbei steht im Bootloader dann nicht "RELOCKED" sondern "LOCKED".
Quelle: [how to] lock/unlock your bootloader without… | HTC One (M9) | XDA Forums
[B]Voraussetzung[/B] schrieb:S-OFF
Root
achtet darauf das ihr bei dem langen Befehl die "Anführungszeichen" mit kopiert/schreibt!
[B]Bootloader "LOCKED"[/B] schrieb:adb devices
adb remount
adb shell "echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796"
adb reboot bootloader
[B]in der CMD sieht das dann so aus[/B] schrieb:
D:\Handy\HTC_One_M9\[Rom] InsertCoin>cmd.exe
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb devices
List of devices attached
FAxxxxxxxxxxxx device
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb remount
remount succeeded
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb shell "echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796"
4+0 records in
4+0 records out
4 bytes transferred in 0.006 secs (666 bytes/sec)
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb reboot bootloader
D:\Handy\HTC_One_M9\[Rom] InsertCoin>
Bootloader "UNLOCKED" schrieb:adb devices
adb remount
adb shell "echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796"
adb reboot bootloader
[B]in der CMD sieht das dann so aus[/B] schrieb:
D:\Handy\HTC_One_M9\[Rom] InsertCoin>cmd.exe
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb devices
List of devices attached
FAxxxxxxxxxxxx device
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb remount
remount succeeded
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb shell "echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796"
4+0 records in
4+0 records out
4 bytes transferred in 0.005 secs (800 bytes/sec)
D:\Handy\HTC_One_M9\[Rom] InsertCoin>adb reboot bootloader
D:\Handy\HTC_One_M9\[Rom] InsertCoin>
MfG
starbase64