Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Metadata Generator: Dolphin launch issues #1096

Open
nicjansma opened this issue Nov 21, 2023 · 1 comment
Open

Android Metadata Generator: Dolphin launch issues #1096

nicjansma opened this issue Nov 21, 2023 · 1 comment
Labels
os-android Android-specific issue

Comments

@nicjansma
Copy link
Contributor

nicjansma commented Nov 21, 2023

The issue

On the Android Metadata Generator page, if you choose GameCube / Wii (Dolphin), it generates this:

collection: GameCube / Wii
shortname: gc
extensions: ciso, dff, dol, elf, gcm, gcz, iso, m3u, rvz, tgc, wad, wbfs
launch: am start
  -n org.dolphinemu.dolphinemu/.ui.main.MainActivity
  -a android.intent.action.VIEW
  -e AutoStartFile "{file.path}"
  --activity-clear-task
  --activity-clear-top
  --activity-no-history

However, Dolphin's MainActivity doesn't allow .VIEW intents, so the launch fails with ActivityNotFoundException.

Launching without the -a android.intent.action.VIEW component works.

Additionally, the docs list using the .AppLinkActivity, but I couldn't get that to work. I think it needs a dolphin:// scheme for it to match. So I think just the .MainActivity without .VIEW is the way to go.

PS, is there a repository for the metadata generator? I couldn't find one.

System info

Android 13 on a Ayn Odin 2

Pegasus version

Built from latest source and deployed as APK

@nicjansma nicjansma changed the title Android Metadata Generator: Dolphin Android Metadata Generator: Dolphin launch issues Nov 21, 2023
@mmatyas
Copy link
Owner

mmatyas commented Dec 5, 2023

Sorry for the late reply! The standalone commands on the site are submitted by the community, so it is possible that things get outdated or incorrect. If you know a better launch command, let me know here or on Discord.

@mmatyas mmatyas added the os-android Android-specific issue label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-android Android-specific issue
Projects
None yet
Development

No branches or pull requests

2 participants