You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 0:
Using this code enable GNSS in the modem.rc file.
adb shell
$ su
# echo 1 > /sys/class/modem-power/modem-power/device/powered
# cat /dev/ttyUSB1 &
# echo AT+QGPS=1,30,50,0,2 > /dev/ttyUSB2
You should see GPS data on the screen.
To disable GPS:
# echo AT+QGPSEND > /dev/ttyUSB2
Step 0:
Using this code enable GNSS in the
modem.rc
file.Step 1. Try to use [email protected] with existing library:
https://github.com/zxcwhale/android7_gnss_hal_driver
Step 2: Use AOSP GNSS@2 mock implementation and integrate library's logic from Step 1 into it.
The text was updated successfully, but these errors were encountered: