Beiträge von thommy86

    I was too curious, so had to test.


    What is for the Shield the advantage of using Magisk? I am using SU and Xposed, and this does the job too. And seems a lot easier then your method.


    Did you try to mod the Android TV Netflix apk? I am not sure what needs to be edited, but I found a txt file on xda. Edit a decompiled apk is not a thing i did before.


    What I noticed is that the lights are working in the menu, but with a video played, the lights go off. (top right corner).
    [MEDIA=googledrive]1oi0RdhL-euIjBoKGZ58Y1jDbi8jR_yzp[/MEDIA]

    Kan je de leds via HyperCon met het kleuren wiel aansturen? Wat is verder je setup? Maak je alleen gebruik van een usb grabber?


    Wat ik zelf ook handig vind om te testen is de Android app. Maar HyperCon geeft je wel het duidelijkste beeld.

    Hello, first of all, thank you for your great app, I have an Nvidia Shield tv 2015 and it works very well.
    I've something to share, I tried to disable secure flag system wide, I managed to get there by unlocking the bootloader, downloading the boot.img fron the nvidia site, patching it with another phone with magisk installed (maybe there other ways but this seems to be the only one working for nvidia shield), flashed it to the shield through fastboot, installed magisk module for xposed framework api 26 (for oreo 8.0, other version will use other apis), xposed installer apk for magisk, and disable secure flag xposed module.


    Now I'm allowed to take screenshot everywhere, and your screen grabber can grab at least the netflix menu (before it couldn't) but sadly the screenshot while playing netflix or amazon prime video are still black, the great think is that i can grab from the modded netflix apk from xda (https://forum.xda-developers.c…ahd-dolby-5-1-l1-t3535349)


    I think it's worth some more investigation, I'm pretty sure that once disabled the secure flag the problem still remaining is widevine L1 since the L3 version works, but I think I can't do much more with my skill level


    Great work. I had this on my agenda for a really long time, but couldn't find the time to test it. What modded app are you using? Does the 4k version work for you? I am also curious what DisableFlagSecure you used? There is a Xposed version, but you are talking about a magisk module. Which one did you use?


    Please note that there a really simple guides to root your shield. Maybe you can share your guide for other.

    Ik heb hetzelfde op mijn Zero W. Ik heb hier even naar gekeken, alleen draait Hyperion zo stabiel dat het zeer weinig voor komt dat ik een herstart moet doen. En dan vind ik het geen probleem om de service handmatig op te starten. Mocht je een oplossing weten, feel free to share!

    In another topic I also mentioned that I had issues to get is working with a Pi zero W. I did some troubleshooting with other Pi's but couldn't pin point the problem. With the Pi zero W I noticed that a restart of the service would work.


    Start Pi, check if the hyperion service is running (top), manualy stop/start hyperion (or with hypercon) = This worked for me.


    If this is not working for you, please share more information so others can relate to your problem.
    Goodluck!

    So, excuse me for this question: with the possibility of multiple Hdmi sources connected do an Android device by having a USB grabber, I need to make a sketch in my head like this: correct me if wrong please:


    Hdmi source -> (IN) Hdmi splitter (1OUT to TV; 1OUT to: -> Hdmi2Av converter -> USB grabber -> android device.


    Where to we connect our LED strip??


    To a Pi or other device that runs hyperion. The hyperion service needs to run somewhere, you could also search the forum for nodemcu solutions too connected wireless to the leds. But there is no service for Android AFAIK.

    Just bought a Nvidia Shield TV. The grabber is working fine on this system. Only after standby I have to stop/start the service. I will keep the Mibox for a while so if you would like some tests, I can still do this. Have you tried Netflix already with a xposed module?


    edit:


    What hyperion version are you running? Would Hyperion-NG handle blackborders?

    I just installed the stable smartYoutube version and used the 4k legacy version. After some short testing, the HD video's worked fine with the grabber. The 4k video's made the grabber crash and I have the same strange image as on the original app.. The version of the original app is version 2.02.08

    Thanks for your hard work. For me the same result for the MiBox, although it seems a lot more stable.


    Did had a freeze after watching a few minutes of Plex. For YouTube same issue but no crash this time.


    [MEDIA=googledrive]1y-Yg__wszEwm9iFXxVFPX-q-3RTrbkP4[/MEDIA]

    Finally had some time to make a video and upload it. As you will see, the grabber will crash after starting YouTube. The leds are flashing afterwards and YouTube shows strange behavior.


    The Mi box is running Android 6.


    [MEDIA=googledrive]1WSZ0aZxJPCNQHANF4hwSz9JA15ce07xW[/MEDIA]

    If you have any comment on the android grabber, please answer in that tread.


    There are a lot of ways to create a hue like light. If you want to interact with Hyperion, have a look at the AtmoOrb. Just google it, you will find a lot of information.
    If you really want to use it as Hue, just google diy hue. I found this blog post from Peeveeone very interesting.

    Tested it on a miBox.. I was not able to play YouTube, the grabber hang shortly after starting yt. Also the yt video became very small in the left top corner. I had todo a reboot to restart the grabber.


    I also tried to have a look at the code, but I was missing some files. Will have a look later.


    Still a great start, this will helpout a lot of people!

    Goodmorning. I am currently using a NUC running OpenElec. Hyperion json file is sent to OpenElec via my PC. I am about to switch to nVidia Shield TV using Kodi from the app store. Is there any way to use Hyperion again via an addon or smt similar or I still need an extra external device? Thank you in advance!


    If you are using Kodi, there is a Hyperion plugin available. First google hit will give you the link to the wiki.


    https://hyperion-project.org/wiki/Kodi-Addon

    I have a spare ws2812 strip from my old setup and tested this with Hyperion. Really glad to see how seamless this is working.


    Do you see the apa102 as an upgrade to the ws2812? Or should I order some new ws2812 if I want to take this road with the ESPixel?


    Edit:
    After merging the master into the feature branch, I was able to compile the code. Will test/flash when I get home.


    Edit 2:
    @penfold42 Should the apa102 work out of the box with the ws2801 signal? I only used the test page and was not able to set a static color.

    Sorry! After you mentioned that the libraries where maybe in a wrong folder. I did a reinstall of all packages and I installed 2.3.0. Stupid!


    The ESPixelstick code runs fine now and the web interface to. But as I am using the apa102 leds I wanted to try the ESPixelStick-feature-ws2801. With this code I am running in to the error I mentioned earlier. "missing E131Async.h." This branch is 11 commits behind master. As I have no experience with c++ I am not sure how to fix these issues. Is there a way you could provide me with a solution to get the code working with the apa102?

    There where some strange dependencies. I downloaded the ESPixelstick sources again and tried to compile. Still no good results. Can't find a solution for the error below. Any tips?