EC25-E's GNSS Driver for Android

Hi, Can you share with me EC25-E 's GNSS driver for android 6.0 ?

Dear Sir,
Please download the driver from: https://cnquectel-my.sharepoint.com/:u:/g/personal/europe-fae_quectel_com/EVeGJkZo9PtFsdsEw5rr1ZgBoi8FxKu9RLQC-oC-GAoRgA?e=NM2wc1

thanks @Berton.Peng-Q I downloaded the drivers and I installed them on gps_cfg.inf /system/etc and gps.default.so /system/lib/hw path .I can use EC25-E to use internet but I couldn’t get GNSS data.Did I have a mistake here ? My device is android 6.0 and 32 bit.

#you can modify this config file to adapt your demand.
#the line start with ‘;’ means not support
#the line start with ‘#’ means use default config

NMEA_PORT_PATH=rild-nmea
;RMC_HZ=1
NMEA_PORT_PATH=/dev/ttyUSB2
BAUD_RATE=115200
DATA_BITS=8
STOP_BITS=1
PARITY_TYPE=N
FLOW_CONTROL=N
LOG_LEVEL=LOG_DEBUG

;LOG_TYPE=
;LOG_PATH=
;FUNC_NMEA=
;FUNC_XTRA=
;FUNC_AGPS
;I2C_ADDR=

Dear Sir,

Please try to modify the config file as below:
NMEA_PORT_PATH=/dev/ttyUSB0

And then inquiry the GNSS on/off state via ‘AT+QGPS?’, if response is ‘+QGPS: 0’, you need turning on GNSS via ‘AT+QGPS=1’.

BTW, please refer to provided manual to exclude other possible reasons.
BR

Thanks a lot @Berton.Peng-Q It is OK, now. I have another question. I had used EC20 module due to that EC20’s RIL Driver available on my android device but also EC25-E working in the same driver.Does it affect the performance? Should I install EC25-E’s RIL driver ?If yes, can you share with me please ?

Dear Josephars3,
They can use the same EC20’s RIL driver. It won’t affect the performance.

Ok. Thanks a lot @Berton.Peng-Q .