View Single Post
Old 12-07-2022, 11:07 AM   #88
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
I hope I have resolved last cases of calling Onyx. There were 2 problems.

Captive portal login detection uses en-rom.boox.com as a test site. I have disabled this functionality with following settings:
Code:
adb shell settings put global captive_portal_mode=0
adb shell settings put global captive_portal_mode_ignore=1
adb shell settings put global network_avoid_bad_wifi=0
NTP uses as default some address at Onyx (don't remember link), which result in synchronizing time with China. I have changed it with settings:
Code:
adb shell settings put global ntp_server=pl.pool.ntp.org
adb shell settings put global ntp_server_2=pool.ntp.org
In firewall I have disabled all system programs (including network manager) except NTP. Not sure if this is the final configuration, I will test it.
popej is offline   Reply With Quote