microg / UnifiedNlp

Alternative network location provider for Android, with plugin interface to easily integrate third-party location providers.
965 stars 209 forks source link

UnifiedNlp backend crash #201

Closed Phyks closed 3 years ago

Phyks commented 3 years ago

Hi,

Describe the bug

When opening the "microg parameters" app, I get a notification about the nlp backend having crashed (Apple used here, but I can reproduce with other backends as well).

To Reproduce Steps to reproduce the behavior:

  1. Go to "microg parameters" app
  2. Get the notification about crashing app

Adb logcat output is provided below.

Expected behavior /

Screenshots / (I can provide if useful)

System Android Version: [e.g. 10] 8.1 Custom ROM: [e.g. LineageOS 17.1] I'm using custom Lineage 15.1 ROM from https://forum.xda-developers.com/lg-g6/development/rom-unofficial-lineageos-16-0-lg-g6-

Additional context

Thanks!

Phyks commented 3 years ago

Missed this comment in the wiki https://github.com/microg/GmsCore/wiki/Installation:

Note: On Android 7 (or later) an additional patch is needed to make location work, or alternatively:

You can install GmsCore.apk in the /system/priv-app folder. This can be done by using adb push.

This is solved.