F/zygote (16623): jni_internal.cc:825] JNI FatalError called: (zygote) Failed open(/product/overlay/microGOverlay/microGOverlay.apk, 0): No such file or directory
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
07-03 21:37:12.928 F/zygote (16623): jni_internal.cc:825] JNI FatalError called: (zygote) Failed open(/product/overlay/microGOverlay/microGOverlay.apk, 0): No such file or directory
Multiple UI and Process crash
$ sudo find / -iname microgoverlay.apk
/storage/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/product/overlay/microGOverlay/microGOverlay.apk
/data/media/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/data/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/pass_through/10/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/pass_through/0/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/androidwritable/10/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/androidwritable/0/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/installer/10/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/installer/0/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/user/10/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
/mnt/user/0/emulated/0/Documents/adb/modules/microg_installer/product/overlay/microGOverlay/microGOverlay.apk
$ sudo grep name= /data/adb/modules/microg_installer/module.prop /data/media/0/Documents/adb/modules/microg_installer/module.prop
/data/adb/modules/microg_installer/module.prop:name=microG Installer Revived
/data/media/0/Documents/adb/modules/microg_installer/module.prop:name=microG Installer Revived
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the zygote fatal log and compare the reported /product/overlay/microGOverlay/microGOverlay.apk path with the locations returned by find. Inspect module.prop for the microg_installer module and reproduce the crash while checking whether the overlay is mounted where Android expects it. Done means the APK is available at the expected path and the UI and process crashes no longer occur.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100