[FEATURE Request]
The SUPL protocol (Secure User-Plane Location) is used to determin the location on mobile devices and also our units.
It is using GPS, A-GPS, cell-id and enhanced cell-id to determine the location as fast and as accurate as possible.
In the Chinese units the server supl.qxwz.com is used. For non-Chinese, international users that should be supl.google.com for a number of reasons.
It is much faster for non-Chinese users (and we all want our location determined as fast as possible)
It uses the google server instead of the Chinese server, where "the rest of the world" is suspicious what the Chinese government is doing with it (I don't trust Google either, but I trust Google a little more than ... 😉 )
Mario Dantas and myself used this in our enhanced kernels for the 7862/5851, but it is just as valid for the 7870 units.
Where can you find it?
In the vendor partition in <vendor>/etc/supl.xml as '<PROPERTY NAME="SERVER-ADDRESS" VALUE="supl.qxwz.com"/>', which should then be changed to '<PROPERTY NAME="SERVER-ADDRESS" VALUE="supl.google.com"/>'
Can you please change that for the international firmware versions?