#GrapheneOS Phone Difficulties Installing Azahar

5 messages · Page 1 of 1 (latest)

grim estuary
#

Hello all, I have a Google Pixel 8 pro that is running GrapheneOS ver 2026030201.

I have been trying to install Azahar on it, but I keep getting a crash at the "Select User Folder" step of the setup, I select the file /Azahar -or- /Documents/Azahar (tried both) and it returns with the same crash each time.

Any help would be appreciated, I'm very new with this emulator.

#
type: crash
osVersion: google/husky/husky:16/BP4A.260205.001/2026030201:user/release-keys
flags: dev options enabled
package: io.github.lime3ds.android:31808431, targetSdk 35
process: io.github.lime3ds.android
processUptime: 5818 + 380 ms
installer: com.android.packageinstaller

java.lang.RuntimeException: Unable to resume activity {io.github.lime3ds.android/org.citra.citra_emu.ui.main.MainActivity}
    at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5920)
    at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5953)
    at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:73)
    at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:63)
    at android.app.servertransaction.TransactionExecutor.executeLifecycleItem(TransactionExecutor.java:169)
    at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:101)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:80)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2970)
    at android.os.Handler.dispatchMessage(Handler.java:132)
    at android.os.Looper.dispatchMessage(Looper.java:333)
    at android.os.Looper.loopOnce(Looper.java:263)
    at android.os.Looper.loop(Looper.java:367)
    at android.app.ActivityThread.main(ActivityThread.java:9331)
    at java.lang.reflect.Method.invoke(Native Method)
    at
#

com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:566)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:837)
Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=532450193, result=-1, data=Intent { dat=content://com.android.externalstorage.documents/... flg=0xc3 xflg=0x4 }} to activity {io.github.lime3ds.android/org.citra.citra_emu.ui.main.MainActivity}
at android.app.ActivityThread.deliverResults(ActivityThread.java:6491)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5907)
... 15 more
Caused by: kotlin.UninitializedPropertyAccessException: lateinit property pageButtonCallback has not been initialized
at org.citra.citra_emu.fragments.SetupFragment.openCitraDirectory$lambda$35(SourceFile:580)
at org.citra.citra_emu.fragments.SetupFragment.$r8$lambda$5jGjw0JvYfM9AifwZcuBDvHzyHc(SourceFile:0)
at org.citra.citra_emu.fragments.SetupFragment$$ExternalSyntheticLambda23.onActivityResult(SourceFile:0)
at androidx.activity.result.ActivityResultRegistry.doDispatch(SourceFile:371)
at androidx.activity.result.ActivityResultRegistry.dispatchResult(SourceFile:331)
at androidx.activity.ComponentActivity.onActivityResult(SourceFile:786)
at androidx.fragment.app.FragmentActivity.onActivityResult(SourceFile:151)
at android.app.Activity.onActivityResult(Activity.java:7774)
at android.app.Activity.internalDispatchActivityResult(Activity.java:9767)
at android.app.Activity.dispatchActivityResult(Activity.java:9744)
at android.app.ActivityThread.deliverResults(ActivityThread.java:6481)
... 16 more

keen star
#

If you are installing from the Play store, try the Vanilla version from GitHub which uses a different file api

grim estuary
#

Yeah I've tried that version as well, same result