"GPS" Android o platform how to set SUPL address

Source: Internet
Author: User

How does Android O platform set SUPL address?

SUPL Address: supl_host

Supl_port

Problem Description:
Android O Previous version, SUPL address is configured via system/gps.conf.

Many people on the Android o platform set Supl_host/supl_port's modifications to/vendor/etc/gps.conf, which may not be effective .

ADB shell

Vendor/etc/gps.conf


Workaround:
There are three places on Android o where you can set SUPL addresses, ranked from low to high by priority, respectively:

"Lowest priority"/vendor/etc/gps.conf              

supl_host=supl.google.com
supl_port=7276

the "lower priority" carrier resource file, config, can overwrite the settings in gps.conf.

frameworks/base/core/res/res/values/config

                <item>SUPL_HOST=supl.google.com</item>

                <item>SUPL_PORT=7275</item>

"Highest priority" /system/etc/ gps_debug.conf you can override the Gps.conf and config configuration.

"Note"gps_debug.conf This file does not exist by default, and customers can copy/vendor/etc/gps.conf to/system/etc and rename it to gps_debug.conf.

" recommendation ":

The user tries to set the SUPL address in /system/etc/gps_debug.conf when testing supl.

"GPS" Android o platform how to set SUPL address

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.