possibility of Android ROM on Jetson nano 4gb - Shield Android TV Q&A, Help & Troubleshooting

I've just purchased myself a Jetson Dev board, primarily to see how well it'll function for encoding analogue CCTV cameras into rtsp streams.
Once that's been researched though, I'll have quite a powerful little device that I'd like to play with.
I'd like it to do more than just play emulated games, or be yet another Kodi box, but see that there's next to no Android development.
How difficult would it be to port a ROM from the shield tv? Does anyone know if this has been tried already? I see work done the other way, porting l4t to the shield and the switch

Related

Media capabilities?

It would be nice to use this for Netflix and Youtube. I also want to stream video files from my PC to the Ouya via PS3 Media Server or something similar. I imagine Netflix and Youtube will be easy, but what about streaming from the PC?
I'm interested too, though more of what kind of media it's able to play. My camera takes 'AVCHD 2.0' video, which is 1080p/60, which is 1080p video at 60 frames per second at a bitrate of about 28mbps.
I'm wondering if the OUYA would be capable of playing this. The PS3 apparently isn't, since it stutters when I tried to play the video's in it. It would be nice if the OUYA could, but I have my doubts.
Wouldn't worry about media playback or streaming.
http://xbmc.org/natethomas/2012/08/07/xbmc-and-ouya-oh-yeah/
XBMC is the #1 reason I got the OUYA
The Tegra 3 devices I have used have all been able to play 1080p video wirelessly, though not through SMB.
I use serviio on the host PCs and bubble upnp on the devices. With bubble upnp you won't even have to touch the OUYA controls. You can browse videos through your phone and will push the video to the OUYA.
Using the OUYA as a dedicated media player is the number one reason I want one.
RE 1080p/60: I would probably say no, but have not tested it.
xFaultx said:
XBMC is the #1 reason I got the OUYA
Click to expand...
Click to collapse
+1
ouya will be perfect for this
The main issue with OUYA is that all existing android apps will have to be reworked to support controller/remote input
I dont think the Touch pad on the controller is going to cut it. The creator of the Mupen64 emulator sent me this:
"While originally this was planned as a separate port, having looked at the ODK more closely I've discovered that it can be pipelined inside a single APK. So the Google Play version will in fact include the OUYA port (it is now technically an expansion of the project rather than a port).
That said, there are quite a unique requirements when developing for the OUYA compared to vanilla Android. The most immediate are the lack of a touch screen for menu interfaces such as button mapping (touchpad workaround being awkward and slow), lack of Home and Back buttons on the controllers (OUYA simulating Back with a non-standard keycode), lack of a standard Android action bar and menu overflow button, and serious graphics overscan to name the big ones). Had I not purchased a devkit and actually looked into optimizing the app for the OUYA at all, the Google Play version would certainly not have worked well on the OUYA because of these problems. The most serious concerns would have been no way to access the in-game menu options for things like save-state or load-state, extremely tedious mapping the controllers, and borders of the screen being cut off."
I go with the above. You can extract an APK and install on Ouya and will more than likely run. The issue is more, will Ouya input controllers allow one to move around the system or within the apps. Maybe trying something like Sixaxias Controller app and controller may give some indication.
As for the rest, it'll be about the apps. I don't thin PS3Server will work since that is DNLA, and I don't believe Ouya is going to have DNLA. But something like XBMC or Plex should work for media distribution. For direct media playback, If you can find a way to navigate, something like Mobo Player, BS Player, or VLC Android should work.
---------- Post added at 01:17 AM ---------- Previous post was at 01:13 AM ----------
[/COLOR]
DrROBschiz said:
The main issue with OUYA is that all existing android apps will have to be reworked to support controller/remote input
I dont think the Touch pad on the controller is going to cut it. The creator of the Mupen64 emulator sent me this:
"While originally this was planned as a separate port, having looked at the ODK more closely I've discovered that it can be pipelined inside a single APK. So the Google Play version will in fact include the OUYA port (it is now technically an expansion of the project rather than a port).
That said, there are quite a unique requirements when developing for the OUYA compared to vanilla Android. The most immediate are the lack of a touch screen for menu interfaces such as button mapping (touchpad workaround being awkward and slow), lack of Home and Back buttons on the controllers (OUYA simulating Back with a non-standard keycode), lack of a standard Android action bar and menu overflow button, and serious graphics overscan to name the big ones). Had I not purchased a devkit and actually looked into optimizing the app for the OUYA at all, the Google Play version would certainly not have worked well on the OUYA because of these problems. The most serious concerns would have been no way to access the in-game menu options for things like save-state or load-state, extremely tedious mapping the controllers, and borders of the screen being cut off."
Click to expand...
Click to collapse
lovekeiiy said:
I go with the above. You can extract an APK and install on Ouya and will more than likely run. The issue is more, will Ouya input controllers allow one to move around the system or within the apps. Maybe trying something like Sixaxias Controller app and controller may give some indication.
As for the rest, it'll be about the apps. I don't thin PS3Server will work since that is DNLA, and I don't believe Ouya is going to have DNLA. But something like XBMC or Plex should work for media distribution. For direct media playback, If you can find a way to navigate, something like Mobo Player, BS Player, or VLC Android should work.
Click to expand...
Click to collapse
My bro has an xperia play, and he can use the controls to select and move around. I think that's how its going to work. When you connect a controller to your droid you can still move around using the controls some apps don't work but allot do with the controller or you can you use certain apps to "force" it to work. Plus it has a usb 2.0 port so you can use a mouse to operate it and if you want to connect more i have good feeling a usb modular hub like this one will do the job:
http://www.amazon.com/Black-4-Port-High-Speed-USB/dp/B002FFT8Z6/ref=pd_sim_sbs_e_3
Give it a launcher and it lives
Many other software can read any media file ( MxPlayer, Vplayer ... )
Envoyé depuis mon Transformer TF101 avec Tapatalk
DrROBschiz said:
The main issue with OUYA is that all existing android apps will have to be reworked to support controller/remote input
I dont think the Touch pad on the controller is going to cut it. The creator of the Mupen64 emulator sent me this:
"While originally this was planned as a separate port, having looked at the ODK more closely I've discovered that it can be pipelined inside a single APK. So the Google Play version will in fact include the OUYA port (it is now technically an expansion of the project rather than a port).
That said, there are quite a unique requirements when developing for the OUYA compared to vanilla Android. The most immediate are the lack of a touch screen for menu interfaces such as button mapping (touchpad workaround being awkward and slow), lack of Home and Back buttons on the controllers (OUYA simulating Back with a non-standard keycode), lack of a standard Android action bar and menu overflow button, and serious graphics overscan to name the big ones). Had I not purchased a devkit and actually looked into optimizing the app for the OUYA at all, the Google Play version would certainly not have worked well on the OUYA because of these problems. The most serious concerns would have been no way to access the in-game menu options for things like save-state or load-state, extremely tedious mapping the controllers, and borders of the screen being cut off."
Click to expand...
Click to collapse
I would rather a few specialised apps that are developed specifically for this device over a lot of android apps "retooled" to make them work. That's why I bought this over an android initial pc.
Seems like the best thread to ask in.
Have had a look around, but can't find a definitive answer so apologise if it has been asked.
What is the story with up-scaling the android games? People now have 50-60 inch TVs, so will games just look sad on these big panels? What resolutions can we expect? 4k?
Darknessborn said:
What is the story with up-scaling the android games? People now have 50-60 inch TVs, so will games just look sad on these big panels? What resolutions can we expect? 4k?
Click to expand...
Click to collapse
The games will all run at 1920x1080, native resolution for any HDTV. 50" or 60" doesn't change that.
4K is 2+ years away from being affordable and even longer away from being mainstream.
mancur said:
The games will all run at 1920x1080, native resolution for any HDTV. 50" or 60" doesn't change that.
Click to expand...
Click to collapse
Agreed, but expect to notice more minor details/flaws in the big screen.
Sent from my YP-G70 using xda app-developers app
I am getting an OUYA specifically for the XBMC capability. I am currently using a soft modded original XBOX to do this for my kids tv but would like something with an HDMI output and this fits the bill. The gaming and other apps are just an added bonus.
they haven't really said anything on the upscaling.
But I don't think it's going to be as bad as you think. Some of the games are designed for newer mobiles devices which has higher resolution screens them selves; they're just only a couple inches big. New mobiles phones have 720p displays, and tablets have 1080p. So, games may already be designed for those displays. They're just not going to super detailed because developers were making games on the screens for ten inches or smaller.
The games designed for Ouya I expect to look better since they're designed for significantly larger displays.
Just don't expect a game designed for low resolution desplays such as 4080x320 to look that great, even if they're is upscaling.
xFaultx said:
XBMC is the #1 reason I got the OUYA
Click to expand...
Click to collapse
A port of Ubuntu TV to OUYA could be a nice catch.
Ouy(meh)
I got my Ouya yesterday. Like many of you, I backed the kickstarter to have a game console where I can play old NES SNES roms and watch and stream movies. As of this date I don't think the console is ready for prime time. In my two days of using it here are my pros and cons:
Pros
Able to play old games
Ability to stream music and videos
Small and quiet
Great value
Excellent customer support. Every time I write them an email they reply within 24hr or less
Cons
Unable to power unit on/off via the controller like the PS3/XBOX360
Limited launch apps and games
(currently) Does not support USB storage/expansion. EDIT 5/14/13: figured out how to access usb stick by installing ES File Explorer or Total Commander
Choppy frame rate while watching MP4 videos (via XBMC). Unbearable streaming of MKV files
Cumbersome method of sideloading apps (if you're not familiar with adb). EDIT 5/14/13: load apps/files by connecting the Ouya directly to my mac and installing Android File Transfer on my mac. I then loaded ES File Explorer and Total commander and I am able to create an FTP or LAN network with those apps to transfer files wirelessly.
Controller sticks and it feels really cheap. EDIT 5/14/13: I connected my PS3 controller so I no longer have to use the Ouya's cheap remote. It even works wirelessly.
Like all new technology I believe it will get better with time but I don't think it would ever handle MKV files smoothly
oreste191 said:
Cons
Choppy frame rate while watching MP4 videos (via XBMC). Unbearable streaming of MKV files
Like all new technology I believe it will get better with time but I don't think it would ever handle MKV files smoothly
Click to expand...
Click to collapse
Oreste, are you using the libstagefright Android version of XBMC? Because from your description it doesn't sound like it.
XBMC has an alpha build that enables hardware acceleration on Android.
Try the Gotham Alpha 2 build from April 3rd. http://mirrors.xbmc.org/test-builds/android/
It should decode 1080p mkv files smoothly. It works very well on my Nexus 7, which is running a slower version of the Tegra 3 chip that powers the Ouya.
Let us know your results.
Cheers
mancur said:
Oreste, are you using the libstagefright Android version of XBMC? Because from your description it doesn't sound like it.
XBMC has an alpha build that enables hardware acceleration on Android.
Try the Gotham Alpha 2 build from April 3rd. http://mirrors.xbmc.org/test-builds/android/
It should decode 1080p mkv files smoothly. It works very well on my Nexus 7, which is running a slower version of the Tegra 3 chip that powers the Ouya.
Let us know your results.
Cheers
Click to expand...
Click to collapse
I am just using the stable build listed on xbmc.org/download. I just clicked on the Android download link. The file name is xbmc-12.2-Frodo-armeabi-v7a.apk but I will give that a try now. Should I uninstall the current apk or just override?
On a side note, I am using a PS3 controller wirelessly with the Ouya, so I am slowly liking the system more and more. I'll report back in a few after I update xbmc.

Bluray for shield TV

I like the nVidia shield TV.
But now it has happened, my visit had brought a BluRay.
Since asked myself the question whether it is possible to connect a BD drive to the shield TV and play movies?
That would be very awesome, if that were possible. Can you help me there possibly more?
Yes and no. You will probably need to find or write your own drivers, and compile your own software low level, possibly down to kernel depending on what the shield supports. On top of that, it's going to be a dificult process getting it to play once you simply have it mounted. Here is an example of someone getting a TVT drive to work on a transformer, then an update removed this ability even, and that's just a DVD player. (Check the rest of the thread)
http://forum.xda-developers.com/showpost.php?p=29383430&postcount=4
These are streaming devices, and optical media is dying as much as the stores try to tell you it's not. I highly suggest ripping your own media assuming the legality in your country and setting up a media streaming box or use your home PC if it'll handle it. Google, nor other box companies, are likely to try to add support as it's extra bloat to many, and on top of that, many that own movies will buy a digital copy if they want it and can't/won't rip their own media. If you can get a gathering of people who want it, and some good programmers who see a need, you may get support via custom software, but I would'nt hold your breath. If I can answer any more questions, or you would like something more clear, please let me know. Hope you enjoy your shield!
TLDR: Not now, and not likely. Sorry.
I gotta ask, why bother? BR owners generally fall into two categories - people with BR players and the tiny minority like me that rip movies to a server and stream the movies. Which ever method you were using before you got a nSATV will still work now. Most likely that means leaving your BR player (stand alone, PS3, whatever) hooked up to a different HDMI port. Moving forward, I agree with kdb424 - rip your movies and stream them. This could be a full Plex server setup, or something as simple as a network share + Kodi.
I have a hard time saying "just buy all your new movies from a streaming source" because I personally will not do that until Amazon Instant video is officially supported on Android TV, including the nSATV. The reasons are simple, I'm already a Prime member just for the shipping deals so many of the movies I would otherwise possibly buy are free, it's supported by every device I use other than nSATV, and I want all my purchased shows/movies to be from a single source.
I can understand that it really is not worth the effort.
However, with my friends, it is still generally the rule that they have and bring DVDs or Blurays.
You can rent them also for very little money, in video stores.
It would be easy to offer only to have a single device, with which I can play everything.
I have connected to the test a BD drive to the "shield TV" and can choose to be mounted the disc. The drive will be recognized as a memory.
Not more. [emoji4]
bega said:
I can understand that it really is not worth the effort.
However, with my friends, it is still generally the rule that they have and bring DVDs or Blurays.
You can rent them also for very little money, in video stores.
It would be easy to offer only to have a single device, with which I can play everything.
I have connected to the test a BD drive to the "shield TV" and can choose to be mounted the disc. The drive will be recognized as a memory.
Not more. [emoji4]
Click to expand...
Click to collapse
So you are saying that you could get it to mount? If so you should be able to play it with Kodi or VLC (I recommend kodi) as it has disk support, but I haven't heard of anyone getting optical mediums of any sort working with android well. Hoping you have solved it.
I can see under Storage in the settings the drive but can not mount.
Gesendet von meinem Nexus 5 mit Tapatalk
I think no player can read br format yet. Only licenced ones like power DVD and stuff like that can. You better download a mkv bd rip under 4gb (or rip yourself) and put it on a fat 32 micro sd or USB hdd or thumb drive. Then read it with vlc,kodi or the mkv/mp4 player of your choice.I guess it is the only way.
Or directly download from the shield itself if you can.
bega said:
I can understand that it really is not worth the effort.
However, with my friends, it is still generally the rule that they have and bring DVDs or Blurays.
You can rent them also for very little money, in video stores.
It would be easy to offer only to have a single device, with which I can play everything.
I have connected to the test a BD drive to the "shield TV" and can choose to be mounted the disc. The drive will be recognized as a memory.
Not more. [emoji4]
Click to expand...
Click to collapse
Bega, can you try to play a dvd or music cd through kodi on the shield?
No. If i click to mount the "USB Storage", it goes back to the screen before and show that the " USB storage is unmounted and can safely removed"
At kodi i can´t the the storage.
Yes it can be done only by mount the Bluray drive on the network instead of the USB route,
Then use Xbmc search for mounted d drive connect and play away, I use the vidonxbmc version with the beast version loaded onto of vidonxbmc so I can play back Bluray menu support so far it works flawlessly u can mount a bunch of virtual drives if u have ISO as well
This is on my shield TV.
This person seems to have a player/drive that works. http://forum.xda-developers.com/showpost.php?p=63104740&postcount=12
bradleyw801 said:
This person seems to have a player/drive that works. http://forum.xda-developers.com/showpost.php?p=63104740&postcount=12
Click to expand...
Click to collapse
Well yes it works for DVDs and MP4 but blueray codecs are licensed and not supported yet from open source players (vlc,kodi,plex...)
Yes but maybe no.
I know there is an (As seen on TV) Digiland tablet with a built-in DVD player, and there is an app on the tablet which plays the DVDs. So it's differently possible to watch DVD on an android device, and since Android TV is based on Regular Android, so it's possible to use any android app, but I tried searching "digiland dvd app "apk"", it just took me to the apks for FRP Bypass. If you happen to come across an apk, try using an external DVD player, you said Blu-Ray though. I mean, I did not look for a way to get Blu-rays working yet,
but I know that Blu-ray discs come with a DVD version, but 4K UHD Blu-ray discs don't come with DVDs. Yes, I get how nobody likes the 480p DVD video, but I am still searching for something that will work with Blu-ray and UHD Blu-ray.
Link to the Digiland DVD Tablet combo on Amazon: https://www.amazon.com/DigiLand-Portable-10-1-Inch-Touchscreen-Quad-Core/dp/B07JM892ZL

Shield+Linux+bluray+PVR=Media Centre?

Hi, is it possible to easily install Linux and run PVR and bluray player software (ISO or drive), with Linux USB drivers for bluray drives and USB tuners, like you can on the PC?
Another issue is, if it will be possible to buy linux UltraHD Bluray player software and get it to work. I believe there is currently none, but is there any on the horizon?
On linux, is it possible to do this as a bluray PVR with a Linux that works as a layer on Android, or with dual boot, as Ubuntu on Android was to work?
I was attracted to the Shield when I first saw it, but it does not do what I wanted. I have a bluray drive and multiple USB tuners laying around that I could use instead of buying a deficient Windows 10 atom ultra small media PC.
I would just like to say, if only Nvidia would support a windowed Linux player, or dual boot, on shield Android TV both in separate sandboxes, with Linux driver support for all USB devices, it would solve a lot of issues with Shield functionality, and protect Android apps digital rights and the OS. It would greatly expanded the shields user base. However, they could make available apps for playing bluray/bluray 4k, and pvr recording, supporting generic USB tuners and bluray drives, as Linux already does through MythTV and Kodi but not the Shield.
Stevio2 said:
Hi, is it possible to easily install Linux and run PVR and bluray player software (ISO or drive), with Linux USB drivers for bluray drives and USB tuners, like you can on the PC?
Another issue is, if it will be possible to buy linux UltraHD Bluray player software and get it to work. I believe there is currently none, but is there any on the horizon?
On linux, is it possible to do this as a bluray PVR with a Linux that works as a layer on Android, or with dual boot, as Ubuntu on Android was to work?
I was attracted to the Shield when I first saw it, but it does not do what I wanted. I have a bluray drive and multiple USB tuners laying around that I could use instead of buying a deficient Windows 10 atom ultra small media PC.
I would just like to say, if only Nvidia would support a windowed Linux player, or dual boot, on shield Android TV both in separate sandboxes, with Linux driver support for all USB devices, it would solve a lot of issues with Shield functionality, and protect Android apps digital rights and the OS. It would greatly expanded the shields user base. However, they could make available apps for playing bluray/bluray 4k, and pvr recording, supporting generic USB tuners and bluray drives, as Linux already does through MythTV and Kodi but not the Shield.
Click to expand...
Click to collapse
I think It's possible to make shield to support PVR, you can design your AP to do it. beacuse shiled is android system, it have common android interface.
Thanks for that, I'm here about developing something else. I'm just asking for advice (or feature request, what ever suites people). When I am up to 10 posts I can post a thread on that in the appropriate forum.
Stevio2 said:
Thanks for that, I'm here about developing something else. I'm just asking for advice (or feature request, what ever suites people). When I am up to 10 posts I can post a thread on that in the appropriate forum.
Click to expand...
Click to collapse
interesting this.
Yeah, I'm a newbie to all this, from back in the days that C++ was new and untaught I'll n my college. I'm interested in doing a video compression codec on Android for camera and very video. Shield seems like a good development target. So I'm waiting to ask over at developers rather than in n the wrong forum. Should be able to compress 4k even 8k, with small file and reduced processing overheads.
Stevio2 said:
Yeah, I'm a newbie to all this, from back in the days that C++ was new and untaught I'll n my college. I'm interested in doing a video compression codec on Android for camera and very video. Shield seems like a good development target. So I'm waiting to ask over at developers rather than in n the wrong forum. Should be able to compress 4k even 8k, with small file and reduced processing overheads.
Click to expand...
Click to collapse
Im with the other guy..........very interesting idea
Stevio2 said:
Yeah, I'm a newbie to all this, from back in the days that C++ was new and untaught I'll n my college. I'm interested in doing a video compression codec on Android for camera and very video. Shield seems like a good development target. So I'm waiting to ask over at developers rather than in n the wrong forum. Should be able to compress 4k even 8k, with small file and reduced processing overheads.
Click to expand...
Click to collapse
sure,shield tv codec performance is very good,4k maybe no problem.
But before this, I think you need to get frames from usb camera firstly. this need UVC knowledge.
Well, I'm interested in high end camera acquisition using Android, and Shield is a leading device. I don't need to acquire from a camera myself, but practice on uncompressed footage, and develop a streamlined codec for it and register it on the device as an available codec so any camera, editing and player can use it, then charge a fee per device to download it from playstore. I am going to be just fishing for information to see what I need to address. I actually want to develop it within JavaScript primarily for web and Firefox is use, so will have to find out the best way to transfer it to Android for compilation. As I know next to nothing about these new languages, it will be an uphill learning curve. I'd rather create my own language than spend so long learning another full of dross. As I can understand JavaScript syntax is separate from Java, and not a even a logical subset, which makes life hard.
So, with Android, previous high level camera projects have failed due to the underlying restrictions of the android camera interface and customisations from phone to phone, but also Androids slow nature. L and M address this somewhat, but for the codec I would probably have to write a backend to acquire the frames from the hardware to the codecs quick enough, which I don't want to do, but if I can't get frame data delivery fast enough I will have to look at it. I want to use gpu or other processing unit instead of the processor mainly, for power efficiency and speed, but realise nothing is simple. All that sort of stuff that you have to do because it was not done right in the first place. So, avoiding going through slower high end camera interfaces as much as possible. I understand it is all based on a standard Linux camera api. If the camera software does not have to rewritten and it can deliver frame data at streamlined timely speeds to a codec, then I can avoid much of this. Now, on the other side we have storage Hopefully the data rate can be small enough to avoid issues, but that is unlikely on a 4k-8k frame. Hmm, maybe I should just give up the codec was supposed to be a side project to test out what I want to do in JavaScript.
Anyway, it is a shame we don't have a kick starter like funding scheeme, to pay a good programmer to do most of the background stuff, and upgrade the Linux code and drivers, so anybody can use the new code with any codec and camera app combination. My main interest is my own codec, not all the other stuff, that is really fixing Android and linux camera code, which would help everybody.
Actually, I know a company that might be able to get interested in doing such open source back end work with under funding, but I don't know if they are skilled in that sort of thing. Vizzygig. I'll look at asking on the thread.
Anyway, back onto the Linux on Android bluray/pvr home theatre questions?
I have just set up a advice request thread for the camera codec project here:
http://forum.xda-developers.com/shi...ompression-t3251620/post63886609#post63886609
Thanks.
Bump

New to XDA and the Shield!

Hi everyone, just got done setting up my new Shield TV with Kodi to stream media files from my unRaid NAS! I purchased the Shield because my old WDTV Live was dying and there did not appear to be many options for media boxes that could stream network content without transcoding with Plex or similar. My unRaid server uses a very old Atom CPU and doesn't have the horsepower to transcode 720p video or above.
Setting up Kodi was pretty easy, although it wasn't able to install it from the Play store. I had to go the route of loading the APK from a USB stick. All of my networked media seems to play flawlessly!
So now onto my question, what is everyone using their Shield for? I've got mine in the bedroom and I'm curious to see what else I can do with it. Out of all my Android games (I have a lot because I've gone through 3 android phones and 2 android tablets) only Wayward Souls was available for Android TV. I some experience with PS1 and SNES emulators from my tablet, but it seems the Shield is much more capable.
My general household includes 2 android phones, an android tablet, a gaming PC with an nvidia graphics card, the unraid server, and an HTPC in the living room. Solid AC Wifi connection between the Shield and the rest of the network.
Throw some ideas at me - what else should I do with the Shield?
Welcome.
I'm using my Shield as a main media center hooked up to my TV in the living room.
I do some android gaming sometimes, but there aren't enough titles i like (hoping this will change)
once nop releases the NTFS and samba kernel, i'm planning to use it as a NAS with a 2.5" usb 3.0 hdd connected to it.
RetroboxTV is pretty sweet for game emulation.
We use our Shield as our primary media device. It does everything we want minus native WatchESPN. We have an hdhomerun prime that we use with the Live Channels app for live TV.
We have a 2 TB external HDD hooked up with movies and TV shows that we watch through Kodi.
What else are you looking for?
Sent from my XT1096 using Tapatalk
Get sideload launcher, it will give you a wider range of apps you can run. You can also install amazon underground (first download and install the Chrome .apk to browse to it). IMO, ES file explorer provides a lot of the network search functions that I used to use Kodi for, so that removes some software layers. MXPLayer seems to be the most capable video player I've tested.
Mount as fileshare
xd4d3v said:
Welcome.
I'm using my Shield as a main media center hooked up to my TV in the living room.
I do some android gaming sometimes, but there aren't enough titles i like (hoping this will change)
once nop releases the NTFS and samba kernel, i'm planning to use it as a NAS with a 2.5" usb 3.0 hdd connected to it.
Click to expand...
Click to collapse
Hey can you help me out? I cannot figure out how to mount a network share into the filesystem.. ive tried using cifsmanager and tutorials but to no avail. can you please help?
just ordered my Shield TV
Relatively new here, roamed forums and maybe posted once or twice. Just ordered my NVidia shield tv and cant wait to get my hands on it! One question that I have yet to get a concrete answer to is can you run amazon prime video on it? Currently have an AFTV second gen and love it but always wanted more power out of it. Think im good with the shield tv but I do need to have prime video. Can someone give me a concrete answer? I've read through tons of threads out there and seems some people say you can while I've read others who say its a no go. HELP PLEASE!!!
P.S. thank you in advance!!!!
v-ince said:
Relatively new here, roamed forums and maybe posted once or twice. Just ordered my NVidia shield tv and cant wait to get my hands on it! One question that I have yet to get a concrete answer to is can you run amazon prime video on it? Currently have an AFTV second gen and love it but always wanted more power out of it. Think im good with the shield tv but I do need to have prime video. Can someone give me a concrete answer? I've read through tons of threads out there and seems some people say you can while I've read others who say its a no go. HELP PLEASE!!!
P.S. thank you in advance!!!!
Click to expand...
Click to collapse
You CAN run prime video. However, the current workaround will not give you you 1080p (or 4K). You'll be limited to 720p. http://forum.xda-developers.com/shield-tv/development/amazon-prime-video-demand-android-tv-t3278778
OK everyone so I've been using my Shield for a bit now and here are my quick thoughts. I haven't rooted or installed ROMs or done anything else. The most complicated thing I've done is put APKs on a flash drive and clicked "OK" in ES File Explorer to install them. I've also had to use a computer with the Play store to install a few games/apps.
1) ES File Explorer is OK but the user interface is very difficult to navigate (not intuitive)
2) Getting a PS1 and SNES emulator up and running were easy
3) Netflix, PBS, and CBS Sports are the only native video streaming apps I can get to work because I have Comcast/Xfinity and they hate Android TV. However, CBS Sports is only clips, not full programming, I find that pretty useless.
4) HBO Go and Showtime Anytime work with built in app casting functionality from my Android phone
5) Fox Sports Go works by casting my phone through Android (not within the app)
6) There are very few games in the Play store that seem to support Shield TV. So far I've only got Wayward Souls and Reaper.
Questions:
1) I've got Retro Arch and Arc Browser installed because I read about them a lot. However, I can't figure out what to actually do with either of those apps.
2) What other Android/play store games?
3) What other video streaming services (I have Comcast/Xfinity)
4) What emulator next? I'm thinking PSP would be good... anything else?
5) Any other apps or cool uses I should look at?
u.of.ipod said:
OK everyone so I've been using my Shield for a bit now and here are my quick thoughts. I haven't rooted or installed ROMs or done anything else. The most complicated thing I've done is put APKs on a flash drive and clicked "OK" in ES File Explorer to install them. I've also had to use a computer with the Play store to install a few games/apps.
1) ES File Explorer is OK but the user interface is very difficult to navigate (not intuitive)
2) Getting a PS1 and SNES emulator up and running were easy
3) Netflix, PBS, and CBS Sports are the only native video streaming apps I can get to work because I have Comcast/Xfinity and they hate Android TV. However, CBS Sports is only clips, not full programming, I find that pretty useless.
4) HBO Go and Showtime Anytime work with built in app casting functionality from my Android phone
5) Fox Sports Go works by casting my phone through Android (not within the app)
6) There are very few games in the Play store that seem to support Shield TV. So far I've only got Wayward Souls and Reaper.
Questions:
1) I've got Retro Arch and Arc Browser installed because I read about them a lot. However, I can't figure out what to actually do with either of those apps.
2) What other Android/play store games?
3) What other video streaming services (I have Comcast/Xfinity)
4) What emulator next? I'm thinking PSP would be good... anything else?
5) Any other apps or cool uses I should look at?
Click to expand...
Click to collapse
1) There is a touchpad on the bottom of the game controller. It's hidden, but if you run your finger over the gray area above the volume control it should respond as a mouse pointer. That should help you navigate some apps easier.
2) Implosion (play store), Sonic CD & Goat Simulator (Chrome.apk -> Amazon underground -> amazon Apps), and some of the more ambitious MMO like War Thunder and Vendetta should work well.
3) HBOGo should work from your phone by casting, as will a lot of other video apps. FoxNow, WatchESPN, NBC, xfinity TV Go are some others I've tested successfully.
4)
5) sideload launcher if you don't already have it. Kodi is good for live TV from external devices (i.e. HDHomeRun Connect), but I've always found its navigation to be more complicated than it needs to be.

Live Channels for TV

(I looked for this but search seems to be busted)
Anyone know the situation with getting live TV on the Shield? I bought one to replace the Android TV function of my POS Philips 4K TV, which is so full of bugs as to be unusable and no fix coming from Philips. So far everything is great - fast, remote works all the time, stable - but no TV. I'd like to get my channels working with Live Channels because of the superior UI and the ability to record in the future. Don't want to use kodi or any other third-party TV apps.
I set up a dvblogic server on my NAS and using their beta dvblogic Live app am able to see the guide and switch channels in Live Channels but it doesn't correctly identify language tracks and subtitles don't work at all, and dvblogic have announced that they are abandoning the app's development to concentrate on their own fugly, proprietary app.
I saw that someone has released a hacked kernel with support for USB tuners, though it's for making Kodi work; in theory from what I've read about live channels it ought to just sort of work with supported tuners. Has anyone tried this?
Aside from the hacked kernel are there any other options? I have both DVB-T and IPTV available to me, and while I'd prefer IPTV I'll take whatever I can get. I was sort of hoping that when I connected the Shield to my router it would just find the IPTV channels and put them in the guide. Silly me.
Why dont you just IPTV Pro, there is a free version on Google Play Store. Im using it and its works perfectly with no problems...
Sent from my SM-G935F using XDA-Developers mobile app
I think the best solution with a NAS is :
- tvheadend server on the NAS with a tuner
- tvheadend client on the shield : https://play.google.com/store/apps/details?id=ie.macinnes.tvheadend
But if you have IPTV, it's the easiest solution
You can use Cumulus TV to add m3u8 files in Android Live Channels : https://play.google.com/store/apps/details?id=com.felkertech.n.cumulustv
Hauppauge
hi
I am trying to get my usb Hauppauge DVB-T2 working on my NVIDIA shield. I have been looking how to do this for several days and cant find any answers that work for me.
I have installed HDHomerun so i can see the live channels app. I also have a VPN and have set it to the USA. I dont want to pay plex.
If anyone can give me a step by step on how to get this working would be great?
Do you want to watch live TV on your phone? It turns out that you have a wide range of options to choose from, with the majority of them being reasonably priced. We looked at a variety of live TV apps, going over listings and other people's recommendations before trying them out and selecting the ones we thought were good enough to recommend.

Categories

Resources