-
Notifications
You must be signed in to change notification settings - Fork 50
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
launch command for ppssppgold on android missing and ppsspp not working #282
Comments
PPSSPP with retroarch, or a separate emulator? |
@zach-morris separate emulator |
Same issue |
Trying to figure it out, but I'm having the same trouble.
In the current external command, that equates to:
These commands in the past have been helpful to try and figure out what the command needs to be. Perhaps @chrisism has some ideas or has run into this with AKL? |
@zach-morris whats the reason the old command can't be used? That was working on my system until I did a reinstall. |
The old method of launching using subprocess is prevented in newer Android OS's by the OS itself. The new method of launching uses an internal Kodi function (StartAndroidActivity) which is given permission to launch other apps. If you have an old Android OS, you can change the advance setting in IAGL to use the old method by turning off 'Use StartAndroidActivity'. The new method and old method should work on old OS's though. The new method would work with these apps, if i could figure out what the command format needed is, but thus far, i can't figure it out |
@zach-morris does this help? |
@zach-morris is there something I can help with? |
@zach-morris I can confirm both of the following commands work on my system
But I can't work out how to modify to the PSP_ZachMorris.xml to work. I get the following in the log
The xml looks like
so I can't work out why the command is not getting recognised as external. |
@zach-morris the main problem seems to be with ".PpssppActivity". it needs to be the full version ie "org.ppsspp.ppsspp.PpssppActivity" |
I had thought it was in the list but now can't find it and ppsspp launch command doesn't seem to work.
Update: 2a5d566 I can see it was removed here.
But the other change is PPSSPP doesn't work at all now. At least on firestick.
The text was updated successfully, but these errors were encountered: