Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2020-05-01, 15:46)myghalloween Wrote:
| HOW-TO configure AEL for Android emulators' launcher |
 
Android Emulators parameters

Some Android applications require root and others NOT require root
  • If no-root required, use this parameter in AEL application field
    Code:
    /system/bin/am
  • If root required, use this parameter in AEL application field
    Code:
    /system/xbin/su

Android NO-ROOT Emulators arguments

Use this command in AEL argument field
  • DRASTIC
    Code:
    start --user 0 -n com.dsemu.drastic/.DraSticActivity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e GAMEPATH "%rom%"
  • EPSXE
    Code:
    start --user 0 -n com.epsxe.ePSXe/.ePSXe -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e com.epsxe.ePSXe.isoName "%rom%"
  • GBA.EMU
    Code:
    start --user 0 -n com.explusalpha.GbaEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
  • GBC.EMU
    Code:
    start --user 0 -n com.explusalpha.GbcEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
  • MD.EMU
    Code:
    start --user 0 -n com.explusalpha.MdEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
  • MUPEN64PLUS AE
    Code:
    start --user 0 -n org.mupen64plusae.v3.fzurita/paulscode.android.mupen64plusae.SplashActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
  • NES.EMU
    Code:
    start --user 0 -n com.explusalpha.NesEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
  • REICAST
    Code:
    start --user 0 -n com.reicast.emulator/com.reicast.emulator.MainActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
  • SNES9X EXPLUS
    Code:
    start --user 0 -n com.explusalpha.Snes9xPlus/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"

Android ROOT Emulators arguments

Nothing yet
 
I will update this post as my research progresses
sources : www.kodinerds.net forum.kodi.tv

This doesn't appear to work on android 10 . any ideas? I've been away from the android scene a long time
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by tillaz87 - 2021-09-19, 18:43
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12