View Single Post
Old 04-23-2023, 09:52 AM   #3
popej
Connoisseur
popej has a complete set of Star Wars action figures.popej has a complete set of Star Wars action figures.popej has a complete set of Star Wars action figures.popej has a complete set of Star Wars action figures.
 
popej's Avatar
 
Posts: 51
Karma: 300
Join Date: Dec 2022
Device: onyx boox leaf 2 black
On my Leaf 2 the remaining requests are captive portal and ntp. You can configure them with adb, something like:

Code:
adb shell settings put global captive_portal_http_url "http://captiveportal.kuketz.de"
adb shell settings put global captive_portal_https_url "https://captiveportal.kuketz.de"
adb shell settings put global captive_portal_fallback_url "http://captiveportal.kuketz.de"
adb shell settings put global captive_portal_other_fallback_urls "http://captiveportal.kuketz.de"
adb shell settings put global ntp_server pool.ntp.org
adb shell settings put global ntp_server_2 pool.ntp.org
popej is offline   Reply With Quote