You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, Android's download manager is used to download on-device blocklists.
A lot of users have reported that it simply doesn't work and endlessly keeping spinning without any progress. Some root-causes as to why this happens is known:
The DownloadManager is firewalled.
UDP connections are blocked.
VPN is in "lockdown mode" (that is, "Block connections without VPN" from Android VPN Settings is enabled).
That said, there are likely other issues, either with RethinkDNS' use of download manager APIs or with custom ROMs or with de-googled devices or with download manager implementation itself.
And so, we must consider if a custom downloader is apt in this case with the download manager acting as a fallback. One glaring change from the current user-experience would be the custom downloader must happen in a foreground service, with a modal UI on top, right, and center of the app.
The text was updated successfully, but these errors were encountered:
Right now, Android's download manager is used to download on-device blocklists.
A lot of users have reported that it simply doesn't work and endlessly keeping spinning without any progress. Some root-causes as to why this happens is known:
That said, there are likely other issues, either with RethinkDNS' use of download manager APIs or with custom ROMs or with de-googled devices or with download manager implementation itself.
And so, we must consider if a custom downloader is apt in this case with the download manager acting as a fallback. One glaring change from the current user-experience would be the custom downloader must happen in a foreground service, with a modal UI on top, right, and center of the app.
The text was updated successfully, but these errors were encountered: