Jump to content
Flirc Forums

jason

Administrators
  • Posts

    3,698
  • Joined

  • Last visited

  • Days Won

    223

Everything posted by jason

  1. I think we added a JSON validator that broke text csv importing. Just tried it.
  2. No don't remove it. Unfortunately, whatever it installs or does, never gets removed. When you plug in the remote, their service, or driver changes a field in the system registry which sets a restriction on our device. Our own app no longer has access to it. That's what the second process is, to ask for permission to change the field back. But it's not running, and we'll figure out why. Even after uninstalling, the field continuously gets set. It's unbelievable. ** EDIT ** https://learn.microsoft.com/en-us/windows/win32/properties/props-system-devices-restrictedinterface
  3. Here you go. I would run this on a text file format that I specified: CURSOR UP, 0000 006D 0022 0002.... CURSOR DOWN, 0000 006D 0022 0002.... python csv_to_skip.py `input` > "Manufacturer - Brand.json" Edit the resulting JSON and replace the model and brand: "brand": "BRAND (REPLACE ME)", "model": "MODEL (REPLACE ME)", Then also the types is anyone of the following: "devices.tv.a", "devices.box", "devices.audio", "devices.av", "devices.games", "devices.pc", "devices.home", "devices.misc" They are all listed in the json for convenience, just remove the ones you don't want it to show up in. csv_to_skip.py ** EDIT ** I forgot to say, if you want the buttons to auto map correctly, they should follow the naming conventions of all the other entries. So if you have Enter and Back, and not MENU BACK, etc, they might not get assigned correctly if you run the wizard.
  4. Yeah, it's nothing special. Let me clean it up and I'll post it.
  5. @snds This is the most puzzling in the thread. Do you have steam on windows? What kind of mac are you using? It shouldn't be an issue on the mac, the steam problem has only been in windows. We had spent 2 months solving the windows issue, it's crazy it's back. Something must be different. Can you tell me which version of windows you are running? @StephenM64 @Kurojin_Karu? Don't worry, we'll figure it out.
  6. We are creating another version with more console logging. Yes, it seems so, but we are going to add some helpful info. We have no choice, UWP is a requirement for react native desktop, which is all owned and being done by microsoft. Unfortunately it's needed because we are planning tablet/phone apps.
  7. Still looking, if Steam is currently running, can you close it. Also close the skipapp. Make sure steam is killed in task manager. Open up the skipApp after. Maybe they are fighting over USB devices. One more... When the pop-up comes up about the 'broker' asking for administration privileges, do you grant them?
  8. Follow these steps: Microsoft App Installer for Windows 10/11 makes it easy to sideload apps and you won’t have to run PowerShell to install apps. Starting on Windows 10 1809, Windows Package Manager is supported via App Installer. See how to do this thing: Step 1: Launch Microsoft Store on your computer – type Microsoft Store into the search box and click the app to open. Step 2: Search for App Installer in Store and then install it. Step 3: Then, double-click on the .msixbundle file and you can see the following window. Just click Install to start installing MSIXBundle. https://www.minitool.com/news/install-msixbundle-windows.html
  9. Awesome, very helpful, thank you. Let me digest.
  10. On windows, there is a new utility called irtools.exe in the Flirc Application directory. Using the commandline, run the following: irtools.exe decode -l Note the codes that are spit out and label them in a text file for me, like the following: POWER, 0000 006D 0022 0002 015B 00AA 0014 0015 0014 0040 0014 0015 0014 0040 0014 0015 0014 0040 0014 0040 0014 0040 0014 0040 0014 0040 0015 003F 0014 0015 0014 0015 0014 0015 0014 0040 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0014 0014 0015 0014 0014 0014 0015 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0040 0014 05F1 0156 0056 0015 0E4A VOLUME UP, 0000 006D 0022 0002 015B 00AA 0014 0015 0014 0040 0014 0015 0014 0040 0014 0015 0014 0040 0014 0040 0014 0040 0014 0040 0014 0040 0015 003F 0014 0015 0014 0015 0014 0015 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0014 0014 0015 0014 0014 0014 0015 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0040 0014 05F1 0156 0056 0015 0E4A etc I'll help convert this into something you can import into the app.
  11. It's not vaporware. It's window's fault. Why it doesn't allow us to talk to our own device is batshit crazy. And it's a registry item that you are not allowed to change, we had to write a special program. Are you running the app as administrator? Right click it and 'run as admin' Let's also grab some logs. Enable them with the following. Kill the app Put the attached config in the following location: %localappdata%\Packages\SkipApp_sddpyax1dmvqm\LocalState\ start up the app Head over to the admin panel Go to app logs->logs folder Post the log once the broker runs and asks you for permission config.json
  12. Thanks for the recording, can you try the following: Vu+ Uno 4K.json
  13. could it have been a firmware update? Which code group are you on?
  14. awesome, thanks for the confirmation. @b0rkencan you confirm the SYD config with yours?
  15. Should be the same as the sky glass tv I added. Looks like the same remote.
  16. Just save the config from the remote manager and everything you need is there along with extraneous info.
  17. Will be catching up with codes this week.
  18. Catching up, will be getting to codes this week.
  19. I'm catching up. Remember to create a new topic for your device. I created one for you and will post a config there for you to try when I catch up this week: https://forum.flirc.tv/index.php?/topic/11430-scepter-u55cv/
  20. Which specific model? Is it sometimes working or not consistent?
  21. Are the two remotes you have Infrared or IR? I've looked through those forum postings and they don't have anything new unfortunately. You can open the files they shared with a text editor. They are just the standard remote commands. The link they posted here looks more promising: https://github.com/Lucaslhm/Flipper-IRDB/tree/main/Streaming_Devices/Roku I need to convert these, once I'll do, I'll post something you can try. Roku_remote_4.ir Roku_remote_3.ir Roku_remote_2.ir Roku_remote_1.ir Roku_remote_0.ir
×
×
  • Create New...