thermatk / FakeGApps

A better approach for microg
GNU General Public License v3.0
216 stars 45 forks source link

Problems with EdXposed on Android P #36

Open KaiJan57 opened 5 years ago

KaiJan57 commented 5 years ago

Even though this module works fine spoofing signatures on Android 9 running EdXposed (https://github.com/ElderDrivers/EdXposed), the log is spammed with NullPointerExceptions originating from this module.

thessy commented 4 years ago

For me "FakeGApps" does not work on LineageOS 16.0 (Android 9.0) running EdXposed.

Logfile looks like...

Android version: 9
Android sdk: 28
Android build: PQ3A.190801.002
Fingerprint: Sony/G8441/G8441:9/47.2.A.11.228/3311891731:user/release-keys
ROM build description: G8441-user 9 47.2.A.11.228 3311891731 release-keys
EdXposed Version: v0.4.5.1_beta(4463) (Sandhook)
Architecture: arm64-v8a
Device: lilac
Manufacture: Sony
Brand: Sony
Product: lilac
--------- beginning of main
--------- beginning of system
01-03 17:17:11.414   783   783 I EdXposed-Bridge: Loading modules from /data/app/com.thermatk.android.xf.fakegapps-RRJooXlLH6ficJS2g-xkPQ==/base.apk
01-03 17:17:11.423   783   783 I EdXposed-Bridge:   Loading class com.thermatk.android.xf.fakegapps.FakeSignatures
01-03 17:17:11.441   783   783 I EdXposed-Bridge:   Loading class com.thermatk.android.xf.fakegapps.PackageNameServiceHook
01-03 17:17:12.188  1385  1385 I EdXposed-Bridge: FakeGApps: caught the NullPointerException
01-03 17:17:12.231  1385  1385 I EdXposed-Bridge: FakeGApps: Adding the package name service failed.
01-03 17:17:12.336  1385  1385 I EdXposed-Bridge: FakeGApps: caught the NullPointerException

Any chance to get this solved?