Search results

  1. P

    Thread Auto Refresh rate change idea

    I was thinking of using an app like Macrodroid, Tasker, etc to possibly change the refresh rate by launching an intent of a special application that implements something like TVHZ. But quickly hit a wall at least with Macrodroid because when I try to add a trigger for "Application launched" it...
  2. P

    Post [APP][2014.12.08] TVHZ

    Looks like with latest Nvidia Shield update 3.2, changing refresh rate with this and via Kodi always changes the Output mode to RGB (now Shield has option for YCbCr444).
  3. P

    Post [APP][2014.12.08] TVHZ

    Not sure if the developer has a Shield TV, but it seems with the latest Marshmallow update there are some issues that I am not sure if it is because of something Nvidia changed, I posted this issue on the Nvidia thread: Edit: Actually I just tested this on a Nexus player and seems the behavior...
  4. P

    Post Sony TV Apps: Amazon Instant Video, Netfilix, VUDU and more

    While someone already provided the build.prop file, Fenny made this app to get the info needed in a more convenient way, I am not sure if he is still around but maybe sending the result of using it is better than the build.prop file...
  5. P

    Post Sony TV Apps: Amazon Instant Video, Netfilix, VUDU and more

    Not possible, you need to use the sideload launcher app to be able to run those apps which aren't properly configured to be used on Android TV. BTW could you give us some help here since you have a Sony Android TV?
  6. P

    Post Sony TV Apps: Amazon Instant Video, Netfilix, VUDU and more

    Thanks for looking at this, I once messed with the code but never got anywhere since I don't have much experience patching apks, I tried skipping the signature validation altogether (verifySomething call) but I got an error when launching the apk after that. As for it working on Shield TV, I...
  7. P

    Post Sony TV Apps: Amazon Instant Video, Netfilix, VUDU and more

    Someone posted pictures of the build.prop of the TV on page 9, but I am not sure if they are outdated by now. Unfortunately I don't have one of those TV's, but I am very interested in getting the app to work on Shield TV. So if I rooted I just need to change those 2 build.prop fields you...
  8. P

    Post Game streaming to other Android devices or PCs with Moonlight and GeForce Experience

    Hey i was just wondering if Moonlight has support for HEVC (h265) decoding on devices that support it? or does it always use h264? I noticed on the nvidia threads that their Gamestream app is encoding via HEVC when it is a Maxwell gpu, i am guessing it needs to detect that the client has a...
  9. P

    Post Sony TV Apps: Amazon Instant Video, Netfilix, VUDU and more

    Just checked the code of the latest apk posted, and it seems most of the implementation and everything involving validation and DRM is in java side, so what opssemnik was trying could possibly work, unfortunately i don't have experience with the process to patch an apk, my guess is there is...