Dan H

Results 8 comments of Dan H

@floion So far I have one device with this radio in my lab for testing. Basic operations like pushing updates from the registry and sending data to our application backend...

@floion here you go, I'll make time for some app-push/pull tests later this week. ``` root@47c0dae:/usr/src/app# ls /etc/modprobe.d/ fbdev-blacklist.conf root@47c0dae:/usr/src/app# cat /etc/modprobe.d/fbdev-blacklist.conf # This file blacklists most old-style PCI framebuffer...

Right, that was the app container. Here's the OS, I see the module is blacklisted. ``` Spawning shell... ============================================================= Welcome to ResinOS ============================================================= bash-4.3# cat /etc/modprobe.d/rtl8192cu.conf blacklist rtl8192cu ```

I will try that this week on a dedicated device yes.

@floion a small update for you, I've done updates and running OS 2.9.7+rev1, still no issues yet. I've seen some edge case behaviors in my lab but not yet convinced...

We modified `index.js` by adding this function ``` $('#togglepass').change(function() { var $pass = $('#pass'); if ($pass.attr('type') === 'password'){ $pass.attr('type','text') } else { $pass.attr('type','password') } }) ``` and `index.html` with this:...

Confirmed this fix worked for me, when can we see it in master and updated on the store? As of now the example snapstore is broken without this.