Thiết bị HTC

AdAway không làm việc khi bạn sử dụng thiết bị có tính năng S-ON. Tính năng này có ở trên rất nhiều máy HTC và ngăn cản AdAway ghi dữ liệu vào tệp host.

S-ON/S-OFF?

S-OFF có nghĩa là phần NAND của thiết bị đã mở khoá và có thể ghi đè. Thiết lập mặc định cho các thiết bị HTC là S-ON khiến cho bạn không thể truy xuất khu vực hệ thống và cũng không thể root vĩnh viễn. Hơn nữa, cờ S-ON cũng tham gia vào quá trình kiểm tra chữ ký ảnh firmware.

Máy của tôi S-ON hay 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.

Khắc phục tạm

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.
  3. In clockwork recovery volume down to "partitions menu" and hit the track pad to select
  4. Select mount /system, mount /sdcard and mount /data.
  5. Plug in your usb cord and open a command line on your pc.
  6. Enter adb shell and type
    ln -s /data/data/hosts /system/etc/hosts
    (This creates a symbolic link, which allows AdAway 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/data/hosts in AdAway's preferences.
  8. AdAway should work now.