Dispozitive HTC

Alock nu funcționează pe dispozitivele cu S-ON. Această 'funcție' este întâlnită pe multe dispozitive HTC și nu permite Alock să scrie în fișierul hosts.

S-ON sau S-OFF?

S-OFF inseamna ca partitia NAND a dispozitivului este deblocata si poate fi scrisa. Setarea din fabrica a dispozitivelor HTC este S-ON,ceea ce inseamna ca anumite parti ale sistemului nu pot fi accesate si nu exista certitudinea unui root permanent.De asemenea,S-ON face obligatorie verificarea semnaturilor pentru imaginile de sistem.

Dispozitivul meu este S-ON sau S-OFF?

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…

Soluție

Prerequisite: You have to install a working Android SDK with ADB shell on your PC.

  1. Boot into the Boot Menu on your device by holding down volume down button while pressing power.
  2. Use volume down to select recovery then power to boot it.
  3. In clockwork recovery go to "partitions menu".
  4. Select mount /system, mount /sdcard and mount /data.
  5. Conectați cablul USB și deschideți o linie de comandă pe calculator.
  6. Enter adb shell and type 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.)
  7. Reboot your device and set Target hosts file to /data/hosts in Alock's preferences.
  8. Alock ar trebui să funcționeze acum.