First, thanks for suplpatcher! Since it gave me good results on my 10iii, i finally started to use it again, but i can’t get AGPS to work again.
I just tried to get A-GPS working on my 10iii since my ipv4 adress problems are now solved with CLAT.
I set up gps.conf as usually
SUPL_VER=0x20000
SUPL_HOST=supl.google.com
SUPL_PORT=7276
switched to a nearby NTP server and ran suplpatcher
suplpatch --aosp 11 --disable --supl=2
and i think AGPS is not working. I did some testing and time for a fix is between 20-60seconds.
Then i started go-tcp-proxy on my phone
go-tcp-proxy_1.0.2_linux_arm64 -l localhost:7276 -r supl.google.com:7276 -h -vv
to check if there is a connection and traffic to googles supl server. Changed supl server in gps.conf to 127.0.0.1:7276 and there’s no connection and no traffic.
Did i set up everything correctly?