2020-04-21, 21:41
@chrisism That looks really cool!! I'm excited to see others working to integrate AEL in their skins.
(2020-04-21, 21:41)Jachin99 Wrote: @chrisism That looks really cool!! I'm excited to see others working to integrate AEL in their skins.
(2020-04-24, 14:45)myghalloween Wrote: Hi @Wintermute0110
Any solution to fix the bug ?
(2020-04-24, 15:38)Wintermute0110 Wrote:I think you're right. My second computer with an older AEL version work well with "import local image"(2020-04-24, 14:45)myghalloween Wrote: Hi @Wintermute0110
Any solution to fix the bug ?
That's a bug related to Kodi image cache, I think. I have known about this issue for a long time. One Kodi core developer suggested to update the timestamp of the image so Kodi will refresh its cache and display the image. I need to investigate this further. In any case, after some random time Kodi displays the correct image when the image cache is updated.
(2020-04-30, 20:21)myghalloween Wrote: Hi all,
@Wintermute0110 I try to set launcher on my android TV (mi box) with MD.emu app (I don't want Retroplayer or RetroAch for this time... howaver it work well with Retroplayer in my test).
Here are the commands (I've follow this old thread for AL):
<platform>Sega Mega Drive</platform>
<categoryID>root_category</categoryID>
<application>/system/bin/am</application>
<args>start -n com.explusalpha.MdEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"</args>
<rompath>/storage/emulated/0/Download/</rompath>
<romext>bin</romext>
Nothing is appening when I launch the game
I don't understand what's wrong
Log :
# https://paste.kodi.tv/ovuzaluvos.kodi
(2020-05-01, 14:43)GuiZ Wrote: Hello,Yes !
I m trying to find a way to launch Dolphin stand alone emulator trough AEL. Dolphin core crashes when I launch a Rom while Dolphin app run without problem.
1. Is that possible?
2. Can someone can point me to launcher xml example for it (Android)?
Any help would be appreciated.
/system/bin/am
/system/xbin/su
start --user 0 -n com.dsemu.drastic/.DraSticActivity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e GAMEPATH "%rom%"
start --user 0 -n com.epsxe.ePSXe/.ePSXe -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e com.epsxe.ePSXe.isoName "%rom%"
start --user 0 -n com.explusalpha.GbaEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
start --user 0 -n com.explusalpha.GbcEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
start --user 0 -n com.explusalpha.MdEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
start --user 0 -n org.mupen64plusae.v3.fzurita/paulscode.android.mupen64plusae.SplashActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
start --user 0 -n com.explusalpha.NesEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
start --user 0 -n com.reicast.emulator/com.reicast.emulator.MainActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
start --user 0 -n com.explusalpha.Snes9xPlus/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"
(2020-05-01, 14:43)GuiZ Wrote: Hello,
I m trying to find a way to launch Dolphin stand alone emulator trough AEL. Dolphin core crashes when I launch a Rom while Dolphin app run without problem.
1. Is that possible?
2. Can someone can point me to launcher xml example for it (Android)?
Any help would be appreciated.
(2020-05-01, 16:36)myghalloween Wrote:(2020-05-01, 14:43)GuiZ Wrote: Hello,
I m trying to find a way to launch Dolphin stand alone emulator trough AEL. Dolphin core crashes when I launch a Rom while Dolphin app run without problem.
1. Is that possible?
2. Can someone can point me to launcher xml example for it (Android)?
Any help would be appreciated.
@GuiZ
Which plateform for your launcher ? Please let me know your actual xml
(2020-05-01, 22:49)myghalloween Wrote: you wrote that Dolphin run without problem so I suppose Dolphin is installed on your Shield TV pro ?
Kodi and AEL addon too ?
I need to know the name of the dolphin APK and executable (Because I don't have Dolphin on my Android Box... 32 bit is not compatible with).
You can find this with the help of a file manager on your Shield. I don't know the tree on Shield, but I think you can find that in "android/data" and "root/data/data"