2016-01-02, 15:48
Thanks Zach. that looks simple enough for a noob like me to follow. ill try that when i get a chance later and let you know how i get on.
(2016-01-03, 09:05)McButton Wrote: Where is this addon caching the roms that download?
What is the path?
----
Got this working on OpenElec. Nicely done. Now, if I could figure out how to configure my remote or add a controller.....
(2016-01-04, 19:50)Paranoidjack Wrote:(2016-01-03, 22:11)ZombieRobot Wrote: Awesome work! it ill definitely try getting this running on my shield android tv
I'd be interested to know if it's working on your shield.
Currently it's failing to launch Retroarch for me.
(2016-01-05, 08:06)ZombieRobot Wrote:(2016-01-04, 19:50)Paranoidjack Wrote:(2016-01-03, 22:11)ZombieRobot Wrote: Awesome work! it ill definitely try getting this running on my shield android tv
I'd be interested to know if it's working on your shield.
Currently it's failing to launch Retroarch for me.
Yeah same here i haven't had any time to do much playing around to get it to work bus so far i cant get it to work
/system/bin/am start --user 0 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM "%ROM_PATH%" -e LIBRETRO /data/data/com.retroarch/cores/nestopia_libretro_android.so -e CONFIGFILE /data/data/com.retroarch/retroarch.cfg -e IME com.android.inputmethod.latin/.LatinIME -n com.retroarch/.browser.retroactivity.RetroActivityFuture
(2016-01-06, 05:55)zachmorris Wrote:(2016-01-05, 08:06)ZombieRobot Wrote:(2016-01-04, 19:50)Paranoidjack Wrote: I'd be interested to know if it's working on your shield.
Currently it's failing to launch Retroarch for me.
Yeah same here i haven't had any time to do much playing around to get it to work bus so far i cant get it to work
Yes, android is the one platform that eludes me still. I don't have an android machine to test on, so I can't debug. I'm really just guessing with launching for android at this point (using Advanced Launcher and RCB as templates). Here's an example of the command that IARL will send for android (nestopia for example).
Code:/system/bin/am start --user 0 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM "%ROM_PATH%" -e LIBRETRO /data/data/com.retroarch/cores/nestopia_libretro_android.so -e CONFIGFILE /data/data/com.retroarch/retroarch.cfg -e IME com.android.inputmethod.latin/.LatinIME -n com.retroarch/.browser.retroactivity.RetroActivityFuture
Where %ROM_PATH% is the fullpath to the rom file you're trying to launch. If someone is up for testing with an android box, they can put that command into an adb shell (replacing the %ROM_PATH% with an actual nes romfile) and confirm it doesn't launch? Even better, if they know what is incorrect about the above example, I might be able to fix all of them pretty easily/quickly.
Thanks!
(2016-01-07, 21:06)Paranoidjack Wrote: I decompiled the Hyperspin APK to see if I could find the way in which they launch RetroArch - this is source file which I believe contains it: http://pastebin.com/vjB5XKP5
(2016-01-08, 18:08)ghizzu Wrote: In my system (Minix neo x7, android 4.4.2) the plugin fails to detect Android and tries to play the rom with DVDPlayer.
/system/bin/am start --user 0 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM "%ROM_PATH%" -e LIBRETRO /data/data/com.retroarch/cores/bsnes_performance_libretro_android.so -e CONFIGFILE /data/data/com.retroarch/retroarch.cfg -e IME com.android.inputmethod.latin/.LatinIME -n com.retroarch/.browser.retroactivity.RetroActivityFuture
am start --user 0 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM "%ROM_PATH%" -e LIBRETRO /data/data/com.retroarch/cores/bsnes_performance_libretro_android.so -e CONFIGFILE /data/data/com.retroarch/retroarch.cfg -e IME com.android.inputmethod.latin/.LatinIME -n com.retroarch/.browser.retroactivity.RetroActivityFuture