Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

Launch non emulators from wheel


thatman84

Recommended Posts

Posted

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

  • 3 weeks later...
Posted

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??

Posted

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

Posted

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 :)

Posted

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.

Posted

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>

Posted

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.

Posted

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).

Posted

That's what I thought you meant, didn't know you were trying to launch it from the system wheel :D

Posted

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

Posted

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
Posted

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 :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...