pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 248 forks source link

Make SuperTux appear in the OUYA games menu #65

Closed cweiske closed 7 years ago

cweiske commented 7 years ago

SuperTux does not appear in the OUYA main menu (games menu), because apps need to follow some rules to appear there:

  1. Have a special intent in the manifest: <category android:name="tv.ouya.intent.category.GAME"/>
  2. An icon res/drawable-xhdpi/ouya_icon.png with a size of 732x412.

Please add that to the SuperTux apk.

pelya commented 7 years ago

OUYA is dead, move on.

Razer themselves now sells Android TV box.

On Oct 1, 2016 10:31 PM, "Christian Weiske" notifications@github.com wrote:

SuperTux does not appear in the OUYA main menu (games menu), because apps need to follow some rules to appear there:

  1. Have a special intent in the manifest https://devs.ouya.tv/developers/docs/setup#user-content-developing-with-the-odk:
  2. An icon res/drawable-xhdpi/ouya_icon.png with a size of 732x412.

Please add that to the SuperTux apk.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/commandergenius/issues/65, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewLXODIUUVzzeoeADnNpcH5b_WaIUks5qvrULgaJpZM4KL1wZ .

cweiske commented 7 years ago

I've got an OUYA in my living room and I won't throw it away just because someone else decides that it's dead.

I undestand if you don't want to do additional work for a tiny minority of people, though. Then please close this issue and I'll fix it myself in the latest release .apk.

pelya commented 7 years ago

Here you go: https://sourceforge.net/projects/libsdl-android/files/apk/SuperTux/ I did not test it on OUYA (and I don't have one anyway), so it might not work.

On Mon, Oct 3, 2016 at 11:48 AM, Christian Weiske notifications@github.com wrote:

I've got an OUYA in my living room and I won't throw it away just because someone else decides that it's dead.

I undestand if you don't want to do additional work for a tiny minority of people, though. Then please close this issue and I'll fix it myself in the latest release .apk.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pelya/commandergenius/issues/65#issuecomment-251055991, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewCXb5f37Lf5CDyGzmUe3bLAtGaw-ks5qwMF5gaJpZM4KL1wZ .

cweiske commented 7 years ago

Thank you - works fine!

screenshot