hi
@transi1 ,
I flash your crdroid's latest version 3.8.9. I think most stable android 7 version. but from 06.04.2019 (gps rollover date) your rom and others roms' have gps problem.
I use your rom and also GPS Test app to check it, my phone finds satellites, fixes my position just fine for few minutes, and then after a minute or two just resets all GPS and loses all satellites at once. All satellites signal bars just disappear at one moment. Then it starts finding satellites again, and this circle goes over again.
I find a trick solution in web. PLEASE embed inside your nice rom. and help us for this.
Solution code part should work for the next 20 years:
long gpsTime = location.getTime();
// Adding 1024 weeks for chips with GPS Week Number Rollover issue
// 1024 * 7 * 24 * 60 * 60 * 1000 = 619315200000L
if ((gpsTime > 0) && (gpsTime < 1546300800000L))
gpsTime += 619315200000L;
many thanks in advance on behalf of all N7100 users.