starbase64
Ikone
- 6.515
Hinweis der Moderation: Diese Anleitung wurde für das HTC One M8 erstellt!
Sie funktioniert höchstwahrscheinlich nicht für das "One M8s" oder das "One M8 Dual Sim"!
Sie funktioniert höchstwahrscheinlich nicht für das "One M8s" oder das "One M8 Dual Sim"!
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 htcdev(s-off required) - xda-developers
Voraussetzung schrieb:
- S-OFF
- Root
- achtet darauf das ihr bei dem langen Befehl die "Anführungszeichen" mit kopiert/schreibt!
Bootloader "LOCKED" 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
in der CMD sieht das dann so aus schrieb:D:\Handy\HTC_One_M8\[Rom] InsertCoin>cmd.exe
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
D:\Handy\HTC_One_M8\[Rom] InsertCoin>adb devices
List of devices attached
FAxxxxxxxxxxxx device
D:\Handy\HTC_One_M8\[Rom] InsertCoin>adb remount
remount succeeded
D:\Handy\HTC_One_M8\[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_M8\[Rom] InsertCoin>adb reboot bootloader
D:\Handy\HTC_One_M8\[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
in der CMD sieht das dann so aus schrieb:D:\Handy\HTC_One_M8\[Rom] InsertCoin>cmd.exe
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
D:\Handy\HTC_One_M8\[Rom] InsertCoin>adb devices
List of devices attached
FAxxxxxxxxxxxx device
D:\Handy\HTC_One_M8\[Rom] InsertCoin>adb remount
remount succeeded
D:\Handy\HTC_One_M8\[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_M8\[Rom] InsertCoin>adb reboot bootloader
D:\Handy\HTC_One_M8\[Rom] InsertCoin>
MfG
starbase64
Anhänge
Zuletzt bearbeitet von einem Moderator: