GeocodeFuser: android.os.DeadObjectException

raw

README.rst

Converting address to coordinates does not work on Android 10 (AOSP, LineageOS).

Nominatim Geocoder is activated in microG settings.

microG services: 0.2.25.223616

Solution: Update to microG services core 0.2.27.223616 and reboot.

raw

logcat.log

1
2
3
4
5
6
7
8
9
10
11
12
13
14
W GeocodeFuser: 
W GeocodeFuser: android.os.DeadObjectException
W GeocodeFuser:         at android.os.BinderProxy.transactNative(Native Method)
W GeocodeFuser:         at android.os.BinderProxy.transact(BinderProxy.java:511)
W GeocodeFuser:         at org.microg.nlp.api.GeocoderBackend$Stub$Proxy.getFromLocationName(GeocoderBackend.java:310)
W GeocodeFuser:         at org.microg.nlp.service.AsyncGeocoderBackend$getFromLocationNameSync$1.invoke(AsyncGeocoderBackend.kt:85)
W GeocodeFuser:         at org.microg.nlp.service.AsyncGeocoderBackend$getFromLocationNameSync$1.invoke(AsyncGeocoderBackend.kt:84)
W GeocodeFuser:         at org.microg.nlp.service.AsyncGeocoderBackend.executeWithTimeout$lambda-19(AsyncGeocoderBackend.kt:184)
W GeocodeFuser:         at org.microg.nlp.service.AsyncGeocoderBackend.$r8$lambda$on3q61AhKsea80YBNYAVUTV1G_4(Unknown Source:0)
W GeocodeFuser:         at org.microg.nlp.service.AsyncGeocoderBackend$$ExternalSyntheticLambda0.run(Unknown Source:8)
W GeocodeFuser:         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
W GeocodeFuser:         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
W GeocodeFuser:         at java.lang.Thread.run(Thread.java:919)
 
Christian Weiske Christian Weiske
owner

History