SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Clients Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Clients Development This forum is for discussions relating to SageTV Open Source Clients Development.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-13-2016, 09:19 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Android MiniClient for TV is Released to the Play Store

Play Store Links
SageTV MiniClient for TV

Amazon App Store
SageTV MiniClient

BinTray - (Side Loading)



From here on in, releases for the TV app will go through the Play Store (if it's approved).

NOTE: Google has suspended the Phone/Tablet for "impersonation", so, the Phone/Tablet versions will continue to be distributed via Bintray

Last edited by stuckless; 04-10-2016 at 06:54 AM.
Reply With Quote
  #2  
Old 03-13-2016, 01:38 PM
harrijay harrijay is offline
Sage Advanced User
 
Join Date: Jan 2007
Location: Wisconsin
Posts: 152
incompatible with Nexus Player?

I just tried to install this to my nexus player which is running Android 6.0, but it says I do not have any devices which are compatible. any idea on what would be not allowing me to install this?

Thanks,
Jayson
__________________
ESXi Host Intel Xeon x3440 on Intel S3420PLX, 4GB RAM, 80GB Primary
Server:2 CPU's and 2GB memory Allocated, 15GB Virtual Primary, 1.5 TB RDM Physical Disk,
A180 using VMDirectPath, 1 xHDHR
Headless ArchLinux 2.6.34 64-bit, SageTV 7.0.15
Sun JRE 1.6.0_20
Comskip&PlayonWindows XP 2CPU and 1GB Ram Allocated
Clients: 1 Media MVP and 2 STX-HD100
Reply With Quote
  #3  
Old 03-13-2016, 03:22 PM
KarylFStein KarylFStein is offline
Sage Fanatic
 
Join Date: Apr 2006
Location: Westland, Michigan, USA
Posts: 999
Quote:
Originally Posted by harrijay View Post
I just tried to install this to my nexus player which is running Android 6.0, but it says I do not have any devices which are compatible. any idea on what would be not allowing me to install this?

Thanks,
Jayson
Same here, but have a SHIELD.
__________________
Home Network: https://karylstein.com/technology.html
Reply With Quote
  #4  
Old 03-13-2016, 04:03 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
In my developer console it says,

Quote:
This application is being reviewed for approval.
I'm wondering if it will show not available until Google actually approves it.
Reply With Quote
  #5  
Old 03-14-2016, 06:53 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
So, it appears that my "app" is only compatible with 8 about ~12000 devices This is obviously not correct, but, Google doesn't actually tell me which features, etc, is causing the wide exclusion... so not it's basically up to me to play whack-a-mole with Google Play to see how I can get more devices included. Thanks Google... Job well done.
Reply With Quote
  #6  
Old 03-14-2016, 09:02 AM
jm9843 jm9843 is offline
Sage Aficionado
 
Join Date: Oct 2003
Posts: 288
Quote:
Originally Posted by stuckless View Post
So, it appears that my "app" is only compatible with 8 about ~12000 devices This is obviously not correct, but, Google doesn't actually tell me which features, etc, is causing the wide exclusion... so not it's basically up to me to play whack-a-mole with Google Play to see how I can get more devices included. Thanks Google... Job well done.
What about this in the android-tv manifest:

Code:
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
This permission implies a feature requirement of android.hardware.microphone

Quote:
In some cases, the permissions that you request through <uses-permission> can affect how your application is filtered by Google Play.

If you request a hardware-related permission — CAMERA, for example — Google Play assumes that your application requires the underlying hardware feature and filters the application from devices that do not offer it.

To control filtering, always explicitly declare hardware features in <uses-feature> elements, rather than relying on Google Play to "discover" the requirements in <uses-permission> elements. Then, if you want to disable filtering for a particular feature, you can add a android:required="false" attribute to the <uses-feature> declaration.
Reply With Quote
  #7  
Old 03-14-2016, 09:10 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by jm9843 View Post
What about this in the android-tv manifest:

Code:
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
This permission implies a feature requirement of android.hardware.microphone
Ironically the RECORD_AUDIO is what what Google TV template added (It's used by Google TV to do voice searches). I can certainly remove it, and re-submit... as I said... it's now whack a mole with google play... since god forbid they actually tell you "why" are you being exluded

I guess I know what I'll be doing next weekend
Reply With Quote
  #8  
Old 03-14-2016, 09:28 AM
jm9843 jm9843 is offline
Sage Aficionado
 
Join Date: Oct 2003
Posts: 288
Quote:
Originally Posted by stuckless View Post
Ironically the RECORD_AUDIO is what what Google TV template added (It's used by Google TV to do voice searches).
Yikes, I didn't even think of the voice search when I posted. I guess we live in a brave new world in which our TV-watching devices having a microphone is the default state of things.

In any event I realize that you are targeting 22, but they did begin recommending that Android TV apps targeting API Level 23 should remove RECORD_AUDIO permission.
Reply With Quote
  #9  
Old 03-14-2016, 09:45 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by jm9843 View Post
Yikes, I didn't even think of the voice search when I posted. I guess we live in a brave new world in which our TV-watching devices having a microphone is the default state of things.

In any event I realize that you are targeting 22, but they did begin recommending that Android TV apps targeting API Level 23 should remove RECORD_AUDIO permission.
Thanks... I'll remove the RECORD_AUDIO since I'm not using it (Google added it for me).

I'm targeting 22, since the changes that google made in 23 prevents ffmpeg from working. The joying of working in Google's Android land mine development model.

Some days, I wonder why I put myself though the agony... It would be one thing if I developed mobile apps for a living (which I don't)

I tried to publish 2 other TV apps about a year ago... and I eventually gave up... I was hopeful that they had started to take this app thing seriously, a year later... I guess not. (It was a nice touch that I need to provide 2 "phone" images in addition to the 2+ tv images in order to complete the app entry )

Likely you are right in that the target of 22 with the RECORD_AUDIO will solve this... thanks for digging that up.
Reply With Quote
  #10  
Old 03-14-2016, 10:39 AM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
FYI, the Google Play link is showing that the app is incompatible with all of my devices including a Shield TV and Nexus 5 phone.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD
Reply With Quote
  #11  
Old 03-14-2016, 12:48 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
So, I just got this email from google...

Quote:
Thanks for submitting your app for Android TV. We reviewed SageTV MiniClient, with package name sagex.miniclient.android.tv, and noticed some eligibility issues.

App status: Your app has not been accepted into Android TV. This does not affect your app’s status on Google Play.

Version Name: 1.0
Version code: 1
Current track: PRODUCTION
Eligibility issues:

Your app requires a Google TV uses-feature that prevents the app from being installed on Android TV devices. Please remove or set the following uses-feature as false.
<uses-feature android:name="com.google.android.tv" android:required="false"/>
I'm not 100% sure, but it sounds like that my app is using the feature com.google.android.tv (although I never set it explicitly) and they want to me set to that to "false", which, seems counter-intuitive to actually submitting a TV app... but I'll give it a try.
Reply With Quote
  #12  
Old 03-14-2016, 02:52 PM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
Quote:
Originally Posted by stuckless View Post
So, I just got this email from google...



I'm not 100% sure, but it sounds like that my app is using the feature com.google.android.tv (although I never set it explicitly) and they want to me set to that to "false", which, seems counter-intuitive to actually submitting a TV app... but I'll give it a try.
If I read this correctly, they are drawing a distinction between "Google TV" and "Android TV". I'm not an Android user or coder, but from what I recall, Android TV replaced Google TV. They must be saying that with the current flags, they think your app requires the older GoogleTV and is therefore not compatible with the newer AndroidTV.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #13  
Old 03-14-2016, 03:50 PM
trallyus trallyus is offline
Sage Aficionado
 
Join Date: Jul 2010
Posts: 392
Quote:
Originally Posted by Tiki View Post
If I read this correctly, they are drawing a distinction between "Google TV" and "Android TV". I'm not an Android user or coder, but from what I recall, Android TV replaced Google TV. They must be saying that with the current flags, they think your app requires the older GoogleTV and is therefore not compatible with the newer AndroidTV.

It's not compatible with Google TV's at the moment either as I have 2 of those and a hisense vision android tv and says nothing is compatible
Reply With Quote
  #14  
Old 03-14-2016, 05:41 PM
Cooper Cooper is offline
Sage User
 
Join Date: Oct 2008
Location: Washington
Posts: 35
Sony TV with Android TV

Quote:
Originally Posted by stuckless View Post
So, I just got this email from google...



I'm not 100% sure, but it sounds like that my app is using the feature com.google.android.tv (although I never set it explicitly) and they want to me set to that to "false", which, seems counter-intuitive to actually submitting a TV app... but I'll give it a try.
I have a Sony TV with Android TV (5.x) built in and also a Nexus Player (6.1) and few tablets and phones and only device that showed compatible was my TV.
Reply With Quote
  #15  
Old 03-14-2016, 08:05 PM
Doctor Midnight Doctor Midnight is offline
New Member
 
Join Date: Jan 2013
Location: Earth
Posts: 3
I also received the message that the application is not compatible with any of my devices.

Attempting to force a sideload of the apk for RC5 (android-tv-debug-tv-1.0-RC5.apk) was successful, though Android refused to allow the application to be opened in all cases (and even hid it from the app drawer). Here's a screenshot of the package installer showing the "Open" option as grayed out.



I scaled it down as to not plaster a 1080x1920 here, but a full size screenshot is also available.
__________________
Server: C2D 8600, 4GB of DDR2 RAM at 1066MHz, GeForce GT 610, Xonar DS (Case: HP SFF)
Capture Device: Hauppauge 1229 WinTV-HVR-2255
Source: Verizon FiOS
Clients: Some SageTV Clients
Reply With Quote
  #16  
Old 03-15-2016, 05:04 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Doctor Midnight View Post
I also received the message that the application is not compatible with any of my devices.

Attempting to force a sideload of the apk for RC5 (android-tv-debug-tv-1.0-RC5.apk) was successful, though Android refused to allow the application to be opened in all cases (and even hid it from the app drawer). Here's a screenshot of the package installer showing the "Open" option as grayed out.

I scaled it down as to not plaster a 1080x1920 here, but a full size screenshot is also available.
Is this a phone/tablet? I've stated a a couple times that RC3,4,5 is a TV only build... as I was preparing to get it ready for the play store. Even the filename has "tv" in it, twice A Phone/Tablet version is coming after I get this release finialized
Reply With Quote
  #17  
Old 03-15-2016, 07:05 AM
Doctor Midnight Doctor Midnight is offline
New Member
 
Join Date: Jan 2013
Location: Earth
Posts: 3
Quote:
Originally Posted by stuckless View Post
Is this a phone/tablet? I've stated a a couple times that RC3,4,5 is a TV only build... as I was preparing to get it ready for the play store. Even the filename has "tv" in it, twice A Phone/Tablet version is coming after I get this release finialized
I admittedly glossed over that detail

That might explain why it's incompatible with everything I have.

Sorry for the trouble!
__________________
Server: C2D 8600, 4GB of DDR2 RAM at 1066MHz, GeForce GT 610, Xonar DS (Case: HP SFF)
Capture Device: Hauppauge 1229 WinTV-HVR-2255
Source: Verizon FiOS
Clients: Some SageTV Clients
Reply With Quote
  #18  
Old 03-15-2016, 07:53 AM
trallyus trallyus is offline
Sage Aficionado
 
Join Date: Jul 2010
Posts: 392
I am guessing you stopped supporting tvs with older oses Stuckless as I see now why RC5 and RC4 did not work on any of my TV's as I use Android 4.0 and up and not Requires Android 5.0 and up like your app requires now.

I will try RC3 and see if that still supports android 4.0 and up and see what happens
Reply With Quote
  #19  
Old 03-15-2016, 09:04 AM
ptzink ptzink is offline
Sage Aficionado
 
Join Date: Mar 2008
Posts: 300
Quote:
Originally Posted by stuckless View Post
Is this a phone/tablet? I've stated a a couple times that RC3,4,5 is a TV only build... as I was preparing to get it ready for the play store. Even the filename has "tv" in it, twice A Phone/Tablet version is coming after I get this release finialized
I had this issue on my Shield TV as well. I had to uninstall the RC4 to get RC5 to install correctly. Clean install of RC5 worked fine.
__________________
Server: SageTV Media Center 7.1.19, Windows 7 Home Premium x64, Pentium Core2Duo, 4GB RAM, (1) Hauppauge HVR-2250, (1) Hauppauge HVR-1600, 1.5 TB of recording space
Android MiniClient: Nvidia Shield TV (16GB) HDMI out to Samsung LN46C630 46" LCD
Extender: STP-HD300, beta firmware "20110506-0", HDMI out to LG 37LD450 37" LCD
Reply With Quote
  #20  
Old 03-15-2016, 10:14 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by trallyus View Post
I am guessing you stopped supporting tvs with older oses Stuckless as I see now why RC5 and RC4 did not work on any of my TV's as I use Android 4.0 and up and not Requires Android 5.0 and up like your app requires now.

I will try RC3 and see if that still supports android 4.0 and up and see what happens
I think that all Android TV devices are running Android 5.0. To use the the leanback UI features of Android I needed to bump to 5.0. (I could get it working on a lesser version, but, I have to weigh the time/effort). If there is a enough demand for this, I'll certainly give it a shot. The other option is to install the tablet version which should be targeting 4.4 (I think). (tabet version not released yet).

Quote:
Originally Posted by ptzink View Post
I had this issue on my Shield TV as well. I had to uninstall the RC4 to get RC5 to install correctly. Clean install of RC5 worked fine.
That sounds correct. I thought I made note of that, since, the signatures changed, so if you didn't uninstall, you'd end up with 2 copies of the app. Likewise, once the playstore version gets released, you will want to uninstall the RC version and then install the playstore version.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SageTV MiniClient for Android Indiegogo Campaign (Thanks) stuckless SageTV Clients Development 14 09-18-2022 07:15 AM
[Android MiniClient] Now in BETA stuckless SageTV Clients Development 487 07-03-2016 03:55 PM
[Android MiniClient] Need a better start screen stuckless SageTV Clients Development 16 01-29-2016 01:55 PM
[HELP] Android MiniClient Play Store artwork stuckless SageTV Clients Development 6 01-29-2016 09:34 AM
MPEG2 Support in Android MiniClient stuckless SageTV Clients Development 24 01-03-2016 10:09 AM


All times are GMT -6. The time now is 06:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.