S-OFF ist nun (endlich) in ein frühem Stadium für das HTC One erhältlich. Besorgt haben den Hack wie fast immer die Junges/Mädels von Revolutionary.
Was ist S-OFF, und wenn ja wie viele?
Zwar kann man im Moment bereits customROMs und root auf dem HTC One installieren, ein völlig offenes System hat man jedoch noch nicht. Für die Mehrzahl der User ist das auf den ersten Blick nicht weiter von Nöten, wer sich aber einmal im Bootloader-Menu genauer umschaut, erkennt dass sein HTC One die Eintragung “Tampered” besitzt – ein Hinweis, dass ihr euer Smartphone entsperrt und manipuliert habt. Wer das Smartphone je einschicken sollte, kann seine Spuren mit S-OFF somit komplett verwischen.
HTC One S-OFF Anleitung
Zu empfehlen ist die Vorgehensweise zunächst einmal ausschließlich erfahrenen Benutzern, Anfänger sollten sich im Moment zurückhalten.
Use any operating system you like, you only need adb.
1. Download revone (above) and push it to your device: adb push revone /data/local/tmp/
2. Open an adb shell and:
* cd /data/local/tmp
* chmod 755 revone
3. (optional) If your device is unlocked and rooted please switch to root using su.
4. Prepare to gain S-OFF by running the command: ./revone -P
4a. If revone reports success reboot the device and proceed to step 5)
4b. If revone reboots the device (we’ll pretend this isn’t an undiagnosed random crash) please wait 2 minutes then try again from step 2.
4c. If revone reports that you need to reboot and try again please reboot and try again from step 2.
5. Now that revone has successfully prepared your device for S-OFF please open another adb shell (as per step 2) and change to
the /data/local/tmp directory.
6. Instruct revone to grant you S-OFF and unlock status by running the command: ./revone -s 0 -u
6a. Other optional command arguments:-
* -u – Unlock the device
* -l – Lock the device (as if it was never unlocked)
* -r – Relock the device (mark the device as relocked)
* -t – Reset the device’s tamper flag.
7. Presuming revone reported success please reboot the device again, this time to the bootloader (adb reboot bootloader)
8. You should now observe your device is S-OFF (and the lock status changed if you invoked that option).
9. (optional) Re-run revone to remove TAMPERED from your HBOOT screen: ./revone -t