thatman84 Posted April 13, 2016 Share Posted April 13, 2016 Just wondered if it is possible to create a wheel entry to launch an app or even just a fold, Not sure how to find out the exe path and Paras for this. I dont know if it's worth it or if it will just cause problems but would be good to launch KODI or even es file explorer. From my hyperspin wheel Link to comment Share on other sites More sharing options...
Sting Posted April 13, 2016 Share Posted April 13, 2016 https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut If you use this app it will give you the launch extension for your apps, then create a database file and use the launch as the game name within the database file. That's all there is too it If you have and Android system wheel within your setup, it's identical setup too that Link to comment Share on other sites More sharing options...
thatman84 Posted April 17, 2016 Author Share Posted April 17, 2016 https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut If you use this app it will give you the launch extension for your apps, then create a database file and use the launch as the game name within the database file. That's all there is too it If you have and Android system wheel within your setup, it's identical setup too that Link to comment Share on other sites More sharing options...
thatman84 Posted April 17, 2016 Author Share Posted April 17, 2016 Oops, thanks for that link I will move on to this soon. Just trawling for roms atm Link to comment Share on other sites More sharing options...
thatman84 Posted May 3, 2016 Author Share Posted May 3, 2016 https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut If you use this app it will give you the launch extension for your apps, then create a database file and use the launch as the game name within the database file. That's all there is too it If you have and Android system wheel within your setup, it's identical setup too that So i have given this a shot, wheel, theme, main menu xml all sorted. Used the app suggested to find the launch extention org.xbmc/org.xbmc.kodi.Splash I have this kodi database <menu> <game name="org.xbmc/org.xbmc.kodi.Splash"/> </menu> this kodi.ini [exe info] path= exe=org.xbmc/org.xbmc.kodi.Splash parameters= pcgame=true winstate=NORMAL hyperlaunch=false also tried with blank exe= and with no .ini at all all I get is a black screen on launch (the back button takes me back to the wheel) any ideas?? Link to comment Share on other sites More sharing options...
Sting Posted May 3, 2016 Share Posted May 3, 2016 Try this Game name ("org.xbmc.kodi/org.xbmc.kodi.Splash") Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 Looks like I missed the first .kodi even though I had it written down!! I had a quick try this morning but still the same. I will check again later but just to confirm sting Do I need the brackets? Should I be putting anything in the .ini file PC game is set to true Link to comment Share on other sites More sharing options...
Sting Posted May 4, 2016 Share Posted May 4, 2016 Looks like I missed the first .kodi even though I had it written down!! I had a quick try this morning but still the same. I will check again later but just to confirm sting Do I need the brackets? Should I be putting anything in the .ini file PC game is set to true The (.ini) exe, rompath and parameters should be blank, because it's going to launch it's self. I'll take a look in the next few hours and get back to you Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 No worries I'll try tonight and let you know if it works Link to comment Share on other sites More sharing options...
Fizzle Posted May 4, 2016 Share Posted May 4, 2016 I've done the opposite. I have kodi setup on the Shield TV and have added an Emulators tab that launches Hyperspin. It's a nice touch since my Shield is the living room "htpc". Something to consider, I don't know your setup though. Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 Very much the same as yours Fizzle. How did you set up kodi to launch hyperspin? Link to comment Share on other sites More sharing options...
badhemi Posted May 4, 2016 Share Posted May 4, 2016 How do you know what to put in path? Link to comment Share on other sites More sharing options...
Sting Posted May 4, 2016 Share Posted May 4, 2016 No worries I'll try tonight and let you know if it works Sorted it Game name ("org.xbmc.kodi") Example: </game> <game name="org.xbmc.kodi" index="" image=""> <description>Kodi</description> <cloneof></cloneof> <crc></crc> <manufacturer>Sting</manufacturer> <year>2016</year> <genre>Media Player</genre> <rating></rating> <enabled>Yes</enabled> Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 Sorted it Game name ("org.xbmc.kodi") Example: </game> <game name="org.xbmc.kodi" index="" image=""> <description>Kodi</description> <cloneof></cloneof> <crc></crc> <manufacturer>Sting</manufacturer> <year>2016</year> <genre>Media Player</genre> <rating></rating> <enabled>Yes</enabled> Still having the black screen on launch problem so this is my full settings and structure. If anyone spots a problem let me know. FYI this is my first go at messing with xml files manually Main Menu_Android.xml (I tried this without (exe="true") after kodi with no change) <menu> <game name="ZX Spectrum"/> <game name="MAME"/> <game name="KODI" exe="true"/> <game name="Atari 2600"/> <game name="Atari 5200"/> <game name="Atari 7800"/> <game name="Atari Jaguar"/> <game name="Atari Lynx"/> <game name="ColecoVision"/> <game name="Commodore 64"/> <game name="GCE Vectrex"/> <game name="Magnavox Odyssey 2"/> <game name="NEC PC Engine"/> <game name="Nintendo Entertainment System"/> <game name="Super Nintendo Entertainment System"/> <game name="Nintendo 64"/> <game name="Nintendo Game Boy"/> <game name="Nintendo Game Boy Color"/> <game name="Nintendo Game Boy Advance"/> <game name="Nintendo Virtual Boy"/> <game name="Nintendo DS"/> <game name="ScummVM"/> <game name="Sega Master System"/> <game name="Sega Genesis"/> <game name="Sega CD"/> <game name="Sega 32X"/> <game name="Sega Dreamcast"/> <game name="Sega Game Gear"/> <game name="Sega Model 2"/> <game name="Sega Saturn"/> <game name="NEC TurboGrafx-16"/> <game name="SNK Neo Geo"/> <game name="SNK Neo Geo Pocket"/> <game name="SNK Neo Geo Pocket Color"/> <game name="Panasonic 3DO"/> <game name="Sony PlayStation"/> <game name="Sony PSP"/> <game name="Daphne"/> </menu> KODI.xml (i tried this with additional </game> on the line below <menu>. doing that just made nothing launch and when i selected kodi from system wheel it just kicked me straight back <menu> <game name="org.xbmc.kodi" index="" image=""> <description>KODI</description> <cloneof></cloneof> <crc></crc> <manufacturer>Kodi</manufacturer> <year>2016</year> <genre>Media Player</genre> <rating></rating> <enabled>Yes</enabled> </game> <menu> KODI.ini [exe info] path= exe= parameters= pcgame=true winstate=NORMAL hyperlaunch=false not sure what to try next. Link to comment Share on other sites More sharing options...
Sting Posted May 4, 2016 Share Posted May 4, 2016 Do you have an Android game wheel??? Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 Do you have an Android game wheel??? No Link to comment Share on other sites More sharing options...
Sting Posted May 4, 2016 Share Posted May 4, 2016 Just did a quick video to show you it working and my settings, it must be something really simple. The Android wheel is one of the easiest to setup because it does everything it's self. I've not got a Kodi wheel or system theme setup, so just tagged it to the end of my Android database (.XML). Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 Thanks Sting. I'm sure it's something simply. Let me know when the vid is up. Link to comment Share on other sites More sharing options...
Sting Posted May 4, 2016 Share Posted May 4, 2016 It was taking forever to upload to here, so uploaded to Mega. I know some systems are a nightmare to get running, but this is definitely not one of them, because most of the settings are blank https://mega.nz/#!QUIG0IrS!eS6feA8t_akXlNXll0WN1xe4a_NR6h2NEAqYJje83ts Link to comment Share on other sites More sharing options...
thatman84 Posted May 4, 2016 Author Share Posted May 4, 2016 Sort of fixed it Cant launch from the main menu (systems) wheel Copied Reznates Android.ini Renamed to KODI.ini to match all my xml's So I have to go into the kodi wheel and select it again. vid here https://mega.nz/#!rJ1H2ATD!KaY9EBMV8vt0tZcrUCH_oe_sN4RP6EXWfEmSVMEihfk Link to comment Share on other sites More sharing options...
Sting Posted May 5, 2016 Share Posted May 5, 2016 That's what I thought you meant, didn't know you were trying to launch it from the system wheel Link to comment Share on other sites More sharing options...
badhemi Posted May 5, 2016 Share Posted May 5, 2016 It was taking forever to upload to here, so uploaded to Mega. I know some systems are a nightmare to get running, but this is definitely not one of them, because most of the settings are blank https://mega.nz/#!QUIG0IrS!eS6feA8t_akXlNXll0WN1xe4a_NR6h2NEAqYJje83tssting on the shorcut app. It shows extensions but how do you know what the parameter is? Link to comment Share on other sites More sharing options...
thatman84 Posted May 5, 2016 Author Share Posted May 5, 2016 sting on the shorcut app. It shows extensions but how do you know what the parameter is? I think the parameters only really come from Reznates threads or from asking the app developer and such like. This app is only good for getting the extension. For android games and apps like kodi. But sting can confirm Link to comment Share on other sites More sharing options...
badhemi Posted May 5, 2016 Share Posted May 5, 2016 I think the parameters only really come from Reznates threads or from asking the app developer and such like. This app is only good for getting the extension. For android games and apps like kodi. But sting can confirm thanks Link to comment Share on other sites More sharing options...
Sting Posted May 5, 2016 Share Posted May 5, 2016 I think the parameters only really come from Reznates threads or from asking the app developer and such like. This app is only good for getting the extension. For android games and apps like kodi. But sting can confirm Yeah your right, the parameters are for launching a process within the app, so you'll need to email the developers for this information Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.