Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer authored Jul 22, 2023
1 parent b2d2f0c commit aab099f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This module doesn't break safetynet and not detected from any apps.
- Every time you update the hosts file via AdAway, ignore the error messages and restart the device. Don't try to enable or disable AdAway. Unlock the device within 40 seconds after the device is turned on. Wait 40 seconds and then reboot again. Unlock the device for the last time in 40 seconds.

## What to fix and add in future updates:
- Restarting the device twice should be fixed. For this, the file data/adb/modules/adaway-kernelsu-helper/system/etc/hosts needs to be enabled after the device is turned on. In this, it is necessary to find a way to clean the DNS cache, etc.
- Every time the device is turned on, unlocking within 40 seconds and waiting for 40 seconds should be eliminated. These requirements are due to the module getting the hosts file from the /data/data/org.adaway/files and/or /data_mirror/data_ce/null/0/org.adaway/files folders, which are decrypted after unlocking. There must be a solution to this as well.
- Restarting the device twice should be fixed. For this, ```data/adb/modules/adaway-kernelsu-helper/system/etc/hosts``` file needs to be applied after the device is turned on. In this, it is necessary to find a way to clean the DNS cache, etc.
- Every time the device is turned on, unlocking within 40 seconds and waiting for 40 seconds should be eliminated. These requirements are due to the module getting the hosts file from the ```/data/data/org.adaway/files``` and/or ```/data_mirror/data_ce/null/0/org.adaway/files``` folders on every reboot, which are decrypted after unlocking. There must be a solution to this as well.

0 comments on commit aab099f

Please sign in to comment.