Jump to content
C4 Forums | Control4

RussellB

c4Forums Member
  • Posts

    149
  • Joined

  • Last visited

Everything posted by RussellB

  1. Found the problem. For the built-in apps, I think it does the lookup by name, and for Crackle, it sends this command in the debug log: QLAUNCH android-app://com.gotv.crackle.handset#Intent;component=com.gotv.crackle.handset/.CrackleBootActivity;end But that is not the correct APP ID. QLAUNCH android-app://com.gotv.crackle.handset#Intent;component=com.gotv.crackle.handset/com.crackle.alwayson.app.HomeActivity;end So I think the logic should be if APP ID <> empty use APP ID else use APP NAME lookup? Ok I can tell from the debug log that it looks up the application name com.gotv.crackle.handset and if it finds it uses the built-in QLAUNCH, which in this instance is wrong for Crackle. And I can't get History channel to work from a mim-driver, but I can from a button. driver attached. RussellB amazonfire_irusb_history.c4z
  2. Hi, Tested 1.7 with a mini-driver for Pluto TV with the APP_ID set to QLAUNCH android-app://tv.pluto.android#Intent;component=tv.pluto.android/.leanback.controller.LeanbackSplashOnboardActivity;end Works perfectly! I've got mini-drivers to update! So far so good.... Cooking Channel, Food Channel, Pluto TV all work great. I can't get Crackle to work. I have it working from a custom button but not from a mini-driver. Command: QLAUNCH android-app://com.gotv.crackle.handset#Intent;component=com.gotv.crackle.handset/com.crackle.alwayson.app.HomeActivity;end Russell
  3. Awesome. I'm not back home until Thursday so I'll test it then. Would it be easier for your driver to not hard-code anything and modify the mini-apps to store the program and component name and pass those in to your driver at run-time.? I mentioned I modified the original driver to support 50 connections. That was to 'wife-ify' the user interface. It's easier for her to hit a button from the Navigator that says 'Food Network' and have it go right to it instead of having to go into the Fire TV UI and hunt for it if it wasn't a recent application.
  4. Attached. Looks like it's trying 'Custom App 2'. lua.log
  5. Ok, here's my setup. Using ADB logcat I got the application and component name for 'Food Network'. For 'Custom App 2' in the driver setup I have: QLAUNCH android-app://tv.accedo.foodnetwork#Intent;component=tv.accedo.foodnetwork/com.snidigital.androidtv.ui.splash.SplashActivity;end Attaching 'Custom App 2' to the Green button starts Food Network from the SR-250. I modified the food network driver to have 'Custom App 2' as the name and the ID. I connected it to 'App 9' in the Connections for the Switcher. From 'Watch' on the Navigator when I select it, it switches to the Fire TV, but doesn't start the app. I have Plex and Kodi and a few others working. Now I'm just wrapped in the mystery as to what I'm doing wrong. I attached the driver. Russell amazonfire_foodnetwork.c4z
  6. I have some time today to fiddle around. Let me see what I can come up with...
  7. Hi all, Which is the best configuration of drivers to get this capability: I want to be able to add my own custom channels to be displayed in the 'Watch' menu and have them change when I pick them. I have the irUSB setup properly with the 1.6 driver. For some custom channels, like 'Cooking Channel' I can get it to execute when the proper command is tied to a remote buttonon the SR-250 but I can't get it to change from when the viewer selects it from the watch menu. Thanks in advance, RussellB
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.