Alock no funciona si utilitzeu un dispositiu amb la funció S-ON. Aquesta funció, que evita que Alock escrigui fitxers hosts, existeix en diversos dispositius HTC.
S-OFF significa que la porció de la memòria NAND del vostre dispositu està desbloquejada i llesta per l'escriptura. L'ajustament per defecte d'HTC és S-ON que significa que no es pot accedir a algunes àrees del sistema i no es pot garantitzar un root permanent. A més a més, es comproven les signatures dels fitxers de firmware.
Boot into the Boot Menu on your device by holding down volume down button while pressing power and the text on top will show the flag status as either S-OFF or S-ON. A full root generally means S-OFF.
More information can be found on www.addictivetips.com. Additional S-OFF methods since Unrevokable (in link) might interest you, namely: Revolutionary, Revone, Firewater, RumRunner, Moonshine, SunShine…
Pre-requisit: Heu d'instal·lar un SDK d'Android amb una shell ADB en el vostre ordinador personal.
ln -s /data/hosts /system/etc/hosts
(This creates a symbolic link, which allows Alock to edit the hosts file stored in /data
while allowing the OS to use the file as if it were stored in /system
.)