[Q] Launching Netflix From Within Kodi - Nexus Player Q&A, Help & Troubleshooting

To the point: Anyone have any smart ideas to make the Netflix app visible to Kodi?
I bought my Nexus Player as a Kodi player to test the ability to launch android apps and hopefully get away from using PlayOn for Netflix and Hulu.
Unlike other android boxes, such as the Fire TV, I've noticed several android apps are hidden from other third party apps. Notably Netflix does not appear in either Chainfire's Sideload Launcher nor within Kodi in the Addons > Programs > Android Apps. So the app cannot be favorited. I tried using a StartAndroidActivity command with the correct apk name for Netflix "com.netflix.ninja" but that does nothing.
I'm rooted.
Much appreciation.

Does voice search --> "Go to Netflix" work for you?

habskilla said:
Does voice search --> "Go to Netflix" work for you?
Click to expand...
Click to collapse
I had to test it just now. It does however. That is a possible solution. Especially since I go straight to Kodi on startup with "XBMC Launcher".
I'd be interested however still if there was a solution, even convoluted or with some work, to make the app directly accessible from Kodi via key press.

I use the Eminence skin and do exactly like this guy, simply by adding the app as a favorite, then adding it to the start bar, works like a charm for native Android Netflix, WatchEspn, DishAnywhere, HBO GO all perfectly seamless and it drops me right back to the Kodi main screen when I exit.
http://youtu.be/PrRNqrZmFfE scroll forward to 5:58 to see launching apps.
I know there is a way to do this with other skins but Eminence makes it so simple, plus it looks great.

agwood said:
I use the Eminence skin and do exactly like this guy, simply by adding the app as a favorite, then adding it to the start bar, works like a charm for native Android Netflix, WatchEspn, DishAnywhere, HBO GO all perfectly seamless and it drops me right back to the Kodi main screen when I exit.
http://youtu.be/PrRNqrZmFfE scroll forward to 5:58 to see launching apps.
I know there is a way to do this with other skins but Eminence makes it so simple, plus it looks great.
Click to expand...
Click to collapse
And this works with the NP as well?

agwood said:
I use the Eminence skin and do exactly like this guy, simply by adding the app as a favorite, then adding it to the start bar, works like a charm for native Android Netflix, WatchEspn, DishAnywhere, HBO GO all perfectly seamless and it drops me right back to the Kodi main screen when I exit.
I know there is a way to do this with other skins but Eminence makes it so simple, plus it looks great.
Click to expand...
Click to collapse
Hey I appreciate it but that isn't really the problem. I'm familiar with the mechanics of adding android apps to various skin menus within Kodi.
That problem is that, unlike with Kodi on other android devices that I've used, on my Nexus player several apps (including Netflix and Pluto.tv) simply do not appear within other apps (including Kodi and Chainfire's Sideload Launcher). Netflix and Pluto.tv appear on the default launcher's home page and work perfectly. They can be launched via voice command and work perfectly. However within third party apps they do not appear at all.
So I've favorited several apps and added them to the home screen menu easily (Google Music and Hulu).
I would like to do the same with Netflix. However, the fact that it is hidden from within other apps prevents that. Does anyone know the mechanism behind which it some apps are hidden and what I might do to make Netflix visible from within other apps on the Nexus Player?

My sneaking suspicion is that the netflix app manifest only contains a leanback launcher activity and intent while other apps contain both leanback and normal intent (or only normal and are invisible to the leanback launcher). I plan to test this theory with a simple hello world application.

zlexy said:
My sneaking suspicion is that the netflix app manifest only contains a leanback launcher activity and intent while other apps contain both leanback and normal intent (or only normal and are invisible to the leanback launcher). I plan to test this theory with a simple hello world application.
Click to expand...
Click to collapse
Any solutions for this?
Also, Bueller? Bueller? Is this forum really debating things like the merits of an Ouya versus a Nexus Player versus whatever at length as compared to an actual technical problem like this?

txmed said:
Any solutions for this?
Also, Bueller? Bueller? Is this forum really debating things like the merits of an Ouya versus a Nexus Player versus whatever at length as compared to an actual technical problem like this?
Click to expand...
Click to collapse
Yep.
1] Download apktools (http://forum.xda-developers.com/showthread.php?t=2639400)
2] Extract the downloaded file anywhere in your pc
3] Copy the netflix apk to the "2-in" folder where you extracted APKTools
Note: I used EsFileExplorer to copy /data/app/com.netflix.ninja/base.apk to my PC
4]Double click on "Advanced ApkTool.exe" to start the tool
5] Select "2 - Decompile Files"
Note: the decompiled files will be be located in the "3-Out" folder
In the "3-Out" folder open AndroidManifest.xml using a text editor and below the line:
Code:
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
add the following code:
Code:
<category android:name="android.intent.category.LAUNCHER"/>
6] Save AndroidManifest.xml and select "3 - Recompile" and recompile, sign and zipalign the files.
The recompiled apk will be inside "4-Done" folder
7] Uninstall netflix and re-install from the recompiled apk.
You can now run Netflix from XBMC and the sideload launcher.

zlexy said:
Yep.
You can now run Netflix from XBMC and the sideload launcher.
Click to expand...
Click to collapse
You're awesome. I wish I could buy you a beer.
Totally worked on Netflix and Pluto.tv.

Would the long-term solution be to update Kodi to look for leanback launcher intents when assigning favorites?

xBIGREDDx said:
Would the long-term solution be to update Kodi to look for leanback launcher intents when assigning favorites?
Click to expand...
Click to collapse
I submitted a simple fix to the Kodi dev forums.
AFAIK it was committed and should be in the nightly.

I wonder, how can I achieve this without modifying the apk? It would be cumbersome to update the package at each update.
I'm trying to launch netflix with Automate, so I can configure a package, activity and intent. This configuration currently works on my nexus tablet, but on the nexus player I get an error stating there's no app that can handle that. Image here imgur.com/BBgBmm7
Edit: nevermind, found the problem. Package for Android TV is com.netflix.ninja

zlexy said:
I submitted a simple fix to the Kodi dev forums.
AFAIK it was committed and should be in the nightly.
Click to expand...
Click to collapse
Did they do anything with your submission? I still can't get NextFlix to launch from within Kodi and it's annoying as heck. The new Plex launcher thing works great, I'm just missing the ability to launch NetFlix!

Related

[Q] Can Android Market be installed on a non rooted KF?

I have a few questions and they are probably answered here but I'm at work so its very hard tor me to get on my phone.
- is their a way to get android market on a KF even if its not rooted? I really would just like to install apps that are not in the amazon market. A new launcher,etc. Do you have to be rooted to install apps from android?
- What is side loading apps? I keep hearing people talk about this? What is it for?
- is there a way to text people from my KF? If so can anyone tell me a good app?
- how can I change the amazon keyboard to say swiftkey or something?
- any way to play movies on the KF? Could I drop a mkv, avi, divx, etc. movie from my pc onto my kindle? Or could I stream it to my kindle somehow?
- last question to now...is there a way to improve the touch screen response? I have to repeatedly touch icons, links and whatnot. I thought I saw an app that improves the KF screen?
Thanks everyone for the help, its greatly appreciated.
bal1985 said:
I have a few questions and they are probably answered here but I'm at work so its very hard tor me to get on my phone.
1) - is their a way to get android market on a KF even if its not rooted? I really would just like to install apps that are not in the amazon market. A new launcher,etc. Do you have to be rooted to install apps from android?
2) - What is side loading apps? I keep hearing people talk about this? What is it for?
3) - is there a way to text people from my KF? If so can anyone tell me a good app?
4) - how can I change the amazon keyboard to say swiftkey or something?
5) - any way to play movies on the KF? Could I drop a mkv, avi, divx, etc. movie from my pc onto my kindle? Or could I stream it to my kindle somehow?
6) - last question to now...is there a way to improve the touch screen response? I have to repeatedly touch icons, links and whatnot. I thought I saw an app that improves the KF screen?
Thanks everyone for the help, its greatly appreciated.
Click to expand...
Click to collapse
1) No. Market needs root to install. Some other launchers work without root, but you now have to side load them. You can add other non-Amazon apps in many cases, but without root, you can't use the Android Market, so you would need to side load them.
2) Copying the APK install files via download or via usb or other means.
3) The Kindle Fire is not a phone, there is no radio in the device so no text messaging. You can use things like Google Talk but you need root to install it. There are some web based txt stuff, but that is not really on the device.
4) Need root to do this
5) There are other video players that will do this. Like MX Video player
6) Not really.
6 In particular is starting to get on my nerves. I think its an OS/Kernel issue because tapping stuff elsewhere seems to be ok, but that bar is a headache. Hit back 5x and you see it light up each time.
Also I dont know if its dolphin browser or what but a lot of the times I tap a typing area like google search, after 2-3 letters it just hides the keyboard.
Also I've been having more issues where you click a typable area and start typing, but nothing shows. Keyboard is showing recommended words, but none will actually show on the screen.
Oh, also if you're watching a video on a site, good luck moving the time bar. Sometimes I have to press and hold my finger 2-3 seconds for it to trigger.
Seems to be a little worse since 6.2 imo.
Once the kindle is rooted and the entire market is installed does the kindle act like an android phone? Do you get the android home screen? With cm7 does your tablet act just like phone obviously without gos and so on.
bal1985 said:
Once the kindle is rooted and the entire market is installed does the kindle act like an android phone? Do you get the android home screen? With cm7 does your tablet act just like phone obviously without gos and so on.
Click to expand...
Click to collapse
The market is just an app that you use to get more apps.
It will still look and feel like an out of the box kindle fire.
And last I recall the market wont show up in the standard kindle launcher, so no one would even know it was there.
You have to take additional steps to even utilize it.
CM7 would make it act like an android device. there are tablets with CM7 so it has nothing to do with phones. Gos I assume is gps, and some tablets have that so it isnt phone only.
Hi,
Please refer to the article below. It will give you a deeper understanding of what rooting is and some tweaks you can do to the unit.
http://www.terracode.com/KindleFire/KF_Review_and_Tweaks_P1.html
If you have google voice linked with your Sprint number, you can send and receive texts via Google Voice
I have the Market installed but for some reason there are tons of apps missing for the market. Is their way to fix this?
Apps like Yahoo Fantasy Football to Google Maps or Google Earth are not there.
bal1985 said:
...
- is there a way to text people from my KF? If so can anyone tell me a good app?
...is there a way to improve the touch screen response?...
Click to expand...
Click to collapse
I think you can send/receive a limited number of text messages as well as make /receive calls with a free Google Voice account. I have not tested this with the Kindle Fire, so someone else may correct me.
There is an app called TouchScreen Booster that may help you adjust your screen sensitivity.
the following is from an other thread i don't remember (thanks to them !)
additional settings in build.prop:
# Rendering User Interface With GPU
debug.sf.hw=1
# Increase overall touch responsiveness
video.accelerate.hw=1
windowsmgr_max_events_per_sec=150
debug.performance.tuning=1
MAKE BACKUP COPY !!! - CAUTION WITH MODIFYING BUILD.PROP !!!
if your not sure - leave it !
i made this settings and i'm satisfied ...
Go to Kindle Fire browser Google search for "applanet". Under the link will be on the left "familiar interface" I tried that one first and it didn't work. On the right of it is one called "Version". I clicked that one and it directly started downloading an app. Tap the upper left part of the screen where the notifications are and when it is done downloading tap on its notification. It will install. (prior to this you need to go to settings - device and turn on download from unknown sources) install it and it creates an app called Applanet Market. Go to the Amazon market and search for ADW ex. Download that. You may find apps on Applanet that are not in Amazons.Search for any application you want. Like youtube, earth, gmail, whatever. When you're done playing with applanet hit your home key. It will give you a choice of ADW or stock. Check off the default box and choose ADW. Go to menu at bottom and go to ADW settings. Advanced. Set columns to 6 and rows to 6 and return back. At the bottom middle you have the ADW 3 button controller. I opened the app drawer (middle button) and dragged the Kindle Fire launcher to home screen and then long pressed it and dragged it over the area left of the appdrawer button. It will stick here and with it you can get to the stock KF home screen. But whenever you tap home, you will go to ADW. If you ever want to change that, go to settings. Applications. ADW. And at the lower area you can choose to release the default.
Sent from my DROIDX using Tapatalk
krelvinaz said:
5) There are other video players that will do this. Like MX Video player
QUOTE]
In response to this and OP's earlier question, MX is good. Moboplayer is good too, but I've been having full screen problems with Mobo. On streaming, you can use Dropbox or Sugarsync (I use SS, there is a thread on it in the apps category). For streaming though, I've found that MX doesn't work great and Mobo is better, which is why I use that for streaming, although I still have the full screen issues. If you stream using SS, just make sure that file is encoded in a quality to get a good stream. There is also another thread on how to setup files to do this in apps category as well.
Click to expand...
Click to collapse
Is applanet back up?
Sent from my Kindle Fire using Tapatalk

[Debate] Root on Google Nexus Player

I always try on not to be a party p**per but also would like to make this debate as civilized as possible so no need to bash me if you found my doubts in a negative way.
But after spending all this time with the Nexus Player of Google, I found myself with the conclusion, why is worthy my time for any root for the device.
At least I have a goal on showing my step-dad that paying DirecTV (Nothing against DirecTV BTW, just want to save money) is not 24/7 cost-effective versus Google Play Service and popular streaming services.
Heck, I didn't even felt left out in terms that versus Apple TV, the Nexus Player is still short without service like WWE, Amazon, NFL, etc. I was happy with the service available as of the writing of this.
To tell you the truth, the exact moment when I read all the possibility for free TV and streaming needs with Kodi (XBMC), I realized that was exactly why I bought the Google Nexus Player on the first place, beside having an alternate set-top box instead of my lovely Playstation 3 and except for improvement on hardware level for Android TV (reboot capacity WILL BE so WELCOMED!) I don't see how rooting the device can be compared as rooting a Smartphone.
Also some needs that we find regularly on Android Smartphone can be requested to Google either by AOSP or direct feedback (I realize that Google might just ignore anyways) and I am pretty sure that future Android 5.0.x or 5.x version will be synonymous of improvements.
No, this is not ignorance and definitely not naive-ness, perhaps I need another point of view to better understand or see more benefits for rooting the device.
Again, please I created this thread as a informative and debatable spot for this topic, do not flame me and not flame each other if you don't agree with an specific opinion.
TheGeeZus said:
I always try on not to be a party p**per but also would like to make this debate as civilized as possible so no need to bash me if you found my doubts in a negative way.
But after spending all this time with the Nexus Player of Google, I found myself with the conclusion, why is worthy my time for any root for the device.
At least I have a goal on showing my step-dad that paying DirecTV (Nothing against DirecTV BTW, just want to save money) is not 24/7 cost-effective versus Google Play Service and popular streaming services.
Heck, I didn't even felt left out in terms that versus Apple TV, the Nexus Player is still short without service like WWE, Amazon, NFL, etc. I was happy with the service available as of the writing of this.
To tell you the truth, the exact moment when I read all the possibility for free TV and streaming needs with Kodi (XBMC), I realized that was exactly why I bought the Google Nexus Player on the first place, beside having an alternate set-top box instead of my lovely Playstation 3 and except for improvement on hardware level for Android TV (reboot capacity WILL BE so WELCOMED!) I don't see how rooting the device can be compared as rooting a Smartphone.
Also some needs that we find regularly on Android Smartphone can be requested to Google either by AOSP or direct feedback (I realize that Google might just ignore anyways) and I am pretty sure that future Android 5.0.x or 5.x version will be synonymous of improvements.
No, this is not ignorance and definitely not naive-ness, perhaps I need another point of view to better understand or see more benefits for rooting the device.
Again, please I created this thread as a informative and debatable spot for this topic, do not flame me and not flame each other if you don't agree with an specific opinion.
Click to expand...
Click to collapse
I dunno, i rooted mine because i really needed to have expandable storage. So i rooted for chainfires stickmount. So i could have all my movies on my external hard drive run through xbmc natively.
↑This!↑
I have not rooted mine but if i do it will be for the ex-storage as well.. i am at the point of not storing a lot of movies because they are almost all online for a fee or free if you go that way.. We watch a movie once or twice and that is the end of it.. So to add to your debate i don't at this point see why you would root this device.
Would like a reboot function..
Im sure someone will come up with some nice ways to use root.. give them a week or so lol..
The main current use for rooting in my home is support for PS3 & 4 controllers wirelessly, using stick mount & folder mount to store game data and kodi data on an external drive and the ability to modify xml to re-arrange the order of programs in the NP's leanback interface (kodi gets top billing). My daughters now have immediate access to over twenty very large installed games so far thanks to folder mount. I also store all my kodi fanart, cover art, cd art, etc on the external as it takes up so much space internally for my large media collection that kodi accesses from my nas.
There will be future uses for root as well, of course (there always is), but these were my immediate needs.
Elrondolio said:
The main current use for rooting in my home is support for PS3 & 4 controllers wirelessly, using stick mount & folder mount to store game data and kodi data on an external drive and the ability to modify xml to re-arrange the order of programs in the NP's leanback interface (kodi gets top billing).
Click to expand...
Click to collapse
I recently rooted my NP, and I'm completely new to android and rooting. My main desire is to be able to get all of my sideloaded apps into the leanback interface, and to be able to rearrange the order and hide app icons I don't use. I've noticed by default Kodi RC2 appears in the leanback interface.
Do you have any tips for modifying the leanback interface in the way I've described?
kaess said:
I recently rooted my NP, and I'm completely new to android and rooting. My main desire is to be able to get all of my sideloaded apps into the leanback interface, and to be able to rearrange the order and hide app icons I don't use. I've noticed by default Kodi RC2 appears in the leanback interface.
Do you have any tips for modifying the leanback interface in the way I've described?
Click to expand...
Click to collapse
Since things are so new with the leanback launcher there hasn't been much time for any semi-automated tools/apps to be coded to accomplish what you want. Manually, however, is very doable depending on your desired time investment.
You can modify select sideloaded apps to make them show up on the leanback interface by uncompressing its apk, editing its manifest then re-compressing and re-sideloading. See this post: How to sideload XBMC/Kodi on Nexus Player. See also this helpful post from @zlexy : [Q] Launching Netflix From Within Kodi.
You can re-arrange the order of apps listed in the leanback interface by editing leanback launcher's database. See this post by @ariful : [Q] Rearranging Apps on Android TV Nexus Player.
Again, these methods are a bit labour intensive... it'll have to be that way until more devs start/finish coding for this brand new interface/device and/or for Google to release more customizable updates. Good luck.
Elrondolio said:
Since things are so new with the leanback launcher there hasn't been much time for any semi-automated tools/apps to be coded to accomplish what you want. Manually, however, is very doable depending on your desired time investment.
You can modify select sideloaded apps to make them show up on the leanback interface by uncompressing its apk, editing its manifest then re-compressing and re-sideloading. See this post: How to sideload XBMC/Kodi on Nexus Player. See also this helpful post from @zlexy : [Q] Launching Netflix From Within Kodi.
You can re-arrange the order of apps listed in the leanback interface by editing leanback launcher's database. See this post by @ariful : [Q] Rearranging Apps on Android TV Nexus Player.
Again, these methods are a bit labour intensive... it'll have to be that way until more devs start/finish coding for this brand new interface/device and/or for Google to release more customizable updates. Good luck.
Click to expand...
Click to collapse
The last thing you said is exactly why I am resisting the temptation.
I am being fair with the fact that this is the first face of Android Tv and there is yet more to see and I am faithful that most feature that needs root for now, Google might have something on their sleeves, but they are waiting to see how many Nexus Player gets sold, specially after the holidays.
My mom and my step-dad were impressed with the Nexus Player so great, that my step-dad sold me the Google Chromecast as he wanted to have an experience on his own and he really didn't find the Cast environment hard but he liked the more controlled environment of the Nexus Player, so we are buying a second one for me and I will let him take the first one after the second arrives.
I think that is another example that rooting (again, my exception is that a proven restart method gets developed) for now is not needed in base of a normal usage and still haven't got the problem of storage (yet, I know the day will come).

Kodi on Nvidia Shield Android TV sucks

It's been about three weeks since I got my Shield TV. Everything's running as expected except Kodi.
There hasn't been a single day where I used it without crashing for once - more like freezing I had to force stop. But I force stop Kodi once and if it freezes the second time, I have to restart the whole system since force stop is not available...
Bottomline is that Kodi is glitchy af when played around via Nvidia Shiled android TV. Am I the only one with this opinion?
I play with Lodi a little but always go back to Plex. Plex is awesome especially with the plug in called SS-Plex
Sent from my LG-H810 using Tapatalk
I haven't had any problems running Kodi on my Shield TV.
My guess would be that it's not Kodi per se that is causing the freezes and the reboots.. It's likely one of the addons you installed that is the culprit.
Kodi takes a lot of unwarranted crap for 3rd party addons that are not officially supported by them that causes problems for the end user. If all the addons are officially support by the Kodi team then I would goto their site and describe your problem... If not, then start by removing them one at a time to see if the problems persist.
Also, Are you rooted ? Using custom rom ? Using alpha v17 of Kodi ?.. Hard to offer more advise w/o more info.
You might try a different version of Kodi, I am running 16 with no problems.
Also you can install SPMC as another install of "Kodi", they co-exist without any problems. So you will have two installs to play with, try different setups.
The person who is developing SPMC, uses a NSTV for the development.
SPMC is much better
I agree with burkett375. SPMC is much better. It's actually created by the lead Kodi android developer that has left Kodi. It's more optimized for Android Tv' devices and the latest version 16.2 has integrated voice search for SPMC. http://spmc.semperpax.com/
In general with KODI / SPMC you need to clear you cache and purge packages. Uninstall any addons or repos that not longer work to keep your system clean. I hear some people have issues with kodi downloaded directly from the playstore so it may be a good idea to download from the website and transfer it to your device.
First thing I did when I got my shield was to upgrade the Kodi( I believe it was 15 version at the time) , this was prior to the shield update.
I then used the Chris B wizard the beast ..check it out on youtube and I have not looked back, it is very smooth and has never crashed for me...hope it helps
Tool to clear cache and purge packages;
https://www.tvaddons.ag/maintenance-tool-kodi/
Interesting... I use Kodi pretty much everyday, on many different devices (Windows, Samsung Android tablet, kid's amazon fire tablets, Shield TV, iMac, iPad, MX2 boxes...) and never have any single issue with it. Never force close, never crashes, always plays anything I throw at it. This is I think the most accomplished open source software that exists. I have used it for many years, went through many versions, and absolutely love that piece of software. Just saying "Kodi on Nvidia Shield Android TV sucks" without any detail of what you are trying to do with Kodi when it crashes is an insult to those developers who put so much of their personal time aside for us to freely download and enjoy their work.
Please take a look at this post from their website concerning non-official Kodi addons:
https://kodi.tv/the-piracy-box-sellers-and-youtube-promoters-are-killing-kodi/
For those who have mentioned SPMC, thank you, I never heard of it before!! Being developed by their original Android lead developer seems legit enough for me to test it out!
There's some strife with the lead developer of SPMC and the Kodi foundation. That's why he left but it works to our advantage as he's implementing things the regular version of kodi doesn't have. He left Kodi as he didn't like the direction it's going and those who follow the community know the deal.
As far as third party addons go for the most part they're fine just because "kodi" hasn't supported or endorsed them doesn't mean much. They are trying to protect themselves. We all know that the "kodi" endorsed addons don't really offer much. Furthermore TVaddons is not KODI there a development team ( that also have a fork of kodi TVMC) and there developers also create their own addons that you probably use but don't release it.
I experience the same problem with Force close not being available all the time when i need it. that pisses me off. also my sheild randomly exits back to the home screen whenever i am using the remote instead of controller.. I found a thread about a lot of others with the same problem.
anyone who's having problems with Kodi: step 1) go to settings from the main leanback launcher , and go to apps and delete KODI's data / cache etc... then after that delete the app. Go to Kodi's website, download their latest version of Jarvis , as an APK , transfer it using your prefered method ( I use ES File explorer and go to network > Remote manager, turn it on, and access the FTP server from a computer or whatever, send files that way) ... and open it in ES file explorer or whatever... then you should have a working KODI that is more stable. Add your addons you wish, you'll find it SHOULD be tons more stable. I've had problems with the KODI from the playstore.
Umisguy said:
anyone who's having problems with Kodi: step 1) go to settings from the main leanback launcher , and go to apps and delete KODI's data / cache etc... then after that delete the app. Go to Kodi's website, download their latest version of Jarvis , as an APK , transfer it using your prefered method ( I use ES File explorer and go to network > Remote manager, turn it on, and access the FTP server from a computer or whatever, send files that way) ... and open it in ES file explorer or whatever... then you should have a working KODI that is more stable. Add your addons you wish, you'll find it SHOULD be tons more stable. I've had problems with the KODI from the playstore.
Click to expand...
Click to collapse
Thanks, I'll try that. I have to agree with OP. Kodi Jarvis on Shield Marshmallow sucks! Scrolling is extremely choppy! Exiting Kodi takes FOREVER!
I came here to ask if anyone else has had issues with Kodi Jarvis, I'm glad I'm not the only one.
This looks pretty cool: https://www.youtube.com/watch?v=HVyNISBZvfA <---- No longer works!
But we shouldn't have to mod Kodi just to get it to work the way it should in the first place!
Kodi 16 is working perfectly on my NSTV, but I am on [ROM][Full Android Marshmallow for Shield TV][v.1.2]
It is slow to close after using for awhile, but no big deal, when you accept that as normal close behavior.
Miamijerry said:
Kodi 16 is working perfectly on my NSTV, but I am on [ROM][Full Android Marshmallow for Shield TV][v.1.2]
It is slow to close after using for awhile, but no big deal, when you accept that as normal close behavior.
Click to expand...
Click to collapse
That's not normal behavior. SPMC exits fast.
Neo3D said:
That's not normal behavior. SPMC exits fast.
Click to expand...
Click to collapse
There are issue's with Kodi not closing quickly. If you go in the forums it comes up alot. On my mac it never closes properly sometimes I have to force close it.
sumer1 said:
There are issue's with Kodi not closing quickly. If you go in the forums it comes up alot. On my mac it never closes properly sometimes I have to force close it.
Click to expand...
Click to collapse
You should try SPMC! Let me know how fast it exits for you.
Neo3D said:
That's not normal behavior. SPMC exits fast.
Click to expand...
Click to collapse
I just tried closing SPMC, It takes about half the time of Kodi.
Kodi was fast at closing when it was first installed., but over time it has gotten longer...
Neo3D said:
You should try SPMC! Let me know how fast it exits for you.
Click to expand...
Click to collapse
I use SPMC it's fine. It's KODi that has the issue. The dev of SPMC removed alot of useless code that's why it's faster
Cheers
Noobs and nerds community portal doesn't allow you to install builds on SPMC. So I have kodi for community builds and Schism for SPMC.
Sent from my stang5litre Edition 5.0 using XDA-Developers mobile app

Shortcut to launch Google apps? (Play Music, Movies)

I've been trying for hours now to do the simplest thing. I need some way to make a shortcut to these apps that is its own standalone APK. Here's why:
The long version: I have a Logitech Harmony Hub. It won't launch apps on the Nexus Player directly, but I have a workaround that involves installing Multilanguage Keymap Redefiner on the Nexus Player, and sending a keyboard command that I've mapped to trigger a specific app. For example, sending F1 launches Netflix. This works flawlessly for just about every app, but the exceptions are Google's own apps (Google Play Music and Google Play Movies). When I map a key to launch one of these two apps, nothing happens.
The short version: My Harmony Hub won't launch them directly.
Here's what I've tried so far:
Attempt: Creating an app with Tasker on my phone that launches the app in question. Basically cloning the app.
Result: This works on my phone to launch it, but once I install the app on the Nexus Player, it does nothing. Perhaps the Android TV version of the app is different from the phone version in such a way that it won't allow this to work.
Attempt: Installing Tasker on the Nexus Player so I could attempt the same steps as above, but from the Nexus Player
Result: Can't install Tasker - no way to accept the disclaimer on Android TV because it's not visible (accessibility settings don't help)
Attempt: Backing up Tasker on my phone using Helium, then installing Helium to restore a backup of Tasker that has already accepted the disclaimer.
Result: Tasker won't back up with Helium. It just creates an empty .json file. Everything else seems to back up fine, of course...
Attempt: Installing TV App Repo, and creating a shortcut to the apps in question
Result: unable to create the shortcuts because the apps in question are not downloaded, but are rather preinstalled.
Attempt: used this website: http://atvlauncher.trekgonewild.de/ to try to create an APK from the respective packages.
Result: According to the "apps" section of the Nexus Player settings, the package name for Google Play Music should be com.google.android.music, however, this did not work. Neither did com.google.music, com.android.music, or come.google.android.music.tv. When I say "didn't work," what I mean is that in each case, it said the package was not found. I thought this was odd since I used the same package name as what was shown in the Nexus Player's settings on the first try. If anyone knows the correct package names for these two apps, that may be the solution to the problem.
"Shortcut" apps won't work, because Multilanguage Keymap Redefiner will let you map commands to launch apps, but not shortcuts. Needs to be a standalone app. If anyone knows any other method besides the one I've proposed that will launch the apps in question with a single key press, I'd love to hear it. I know this is an obscure request, but it seems so simple and I'm really frustrated at this point. Not the type to give up at something like this, there's got to be a way, but I can't find it. As a side not, my Nexus Player is not rooted, and I'd really prefer not to go that route if there is any other option. Thanks in advance.
:crying: :crying: :crying:

which alternative launcher for AndroidTV? MUST be included in F-Droid..

Hi
I installed with adb F-Droid and apps distributed with F-Droid. The most apps don't show up in main menu.
Now I wish to install a custom Launcher, which shows those apps.
In F-Droid I didn't find any launcher with Android TV support.
I don't have a Google account, so cant use Google Play.
I know it doesn't approve the prerequisite of being in F-Droid, but the next one is here on XDA and it's been made by the great Chainfire, so I'll recommend it to you anyway:
[APP][TV5.0+][2015.03.10] Sideload Launcher for Android TV v1.05
Easily launch apps you sideloaded to your Android TV This is only for the new Android TV devices, like the ADT-1 and the Nexus Player, it is completely useless on other devices Android TV requires existing apps to be updated and declare...
forum.xda-developers.com
You can directly install the .apk with a pen drive without using Android TV Google Play Store, and is for exactly what you are needing.
I have it installed on my TV, and it works flawlessly.
Other tip: you can directly install the F-Droid official "Store" app on your TV with the .apk (I didn't catch correctly if you did so, or if you are installing apps from there with adb), so you don't need to be using adb each time you want something from there.
I have it installed with the official .apk as well and it's a bit slow, but works and can be used to update whatever app you installed from there. Mind that for the updating part to work, you need a "mouse input" type of device for doing the "scroll down to refresh" gesture, so the app updates the repository information and lists the updates available for your apps.
Thank you very much for help
For this launcher I can't find the Git repo. At the moment I use FLauncher which is in Beta. Wrote the same in official thread.
I can't connect mouse/keyboard to ATV, see
https://forum.xda-developers.com/t/...y-paired-it-with-lg-tv.4408593/#post-86493315
Try Wolf Launcher
Wolf Launcher 0.1.9 Wolf : Free Download, Borrow, and Streaming : Internet Archive
Lancher
archive.org
texten said:
Try Wolf Launcher
Wolf Launcher 0.1.9 Wolf : Free Download, Borrow, and Streaming : Internet Archive
Lancher
archive.org
Click to expand...
Click to collapse
Thanks.
I can't find the Git repo and it seems not in F-Droid
Android TV Launcher is for those users who want endless customization options on Android TV. You can add your favorite widgets on the home screen from weather to time widgets — everything is available. You also have support for app widgets. If you want to change your launcher too, there is an easy way-Open Device Preferences of your Android TV. Then go to Build Version under the about section. Now, repeatedly press it until Developer Options are enabled. After enabling, go back to the Device Preferences menu and open Developer Options.
FLAUNCHER is open source android tv launcher made with flutter
FLauncher / FLauncher · GitLab
Open-source alternative launcher for Android TV, built with Flutter.
gitlab.com
My Android TV box does not show installed app. No matter what Launcher I try the app icon remain invisible. The app can opened from settings. chainfire's sideload launcher does not make any difference. there must be something in the android core itself.
use Flauncherit shows any apps you wants !
chainfire doesnt not even see sideloaded apps anymore
PuckBass said:
chainfire doesnt not even see sideloaded apps anymore
Click to expand...
Click to collapse
For me is still working perfectly! Thanks for the alternative, anyway.

Categories

Resources