Samsung Q990D unresponsive after 1020 firmware update
521–530 of 580 posts
Re: Samsung Q990D unresponsive after 1020 firmware update
#522Earlier quoted context omitted.
Certificates expire.
Not my problem as a buyer. Build the infrastructure to make certificates and everything else work for a reasonably long time. Service is part of the contract.
Mentioning that certificates expire was directed against GP’s unreasonable demand that the vendor "do not touch the backend service." This doesn’t have to do anything with the buyer.
Re: Samsung Q990D unresponsive after 1020 firmware update
#523Earlier quoted context omitted.
Certificates expire.
So don't burn CA pubkeys into your binaries without means for user override. If the software can persist a user-specific analytics ID it can support user certs. This is a solved problem.
Don’t get me wrong, allowing users to add their own trust anchors is absolutely a good thing. But it wouldn’t change anything if the vendor did what GP suggested, which is that the vendor "[does] not touch the backend service." Because one day, their TLS certificate would expire, and they would technically no longer be able to deliver security updates even if the user wanted them.
Re: Samsung Q990D unresponsive after 1020 firmware update
#524My Samsung TV got more and more unusable with every update. Over the years, saved apps, like Youtube, started to disappear every time it woke up. Then it would default to their Samsung TV app, rather than your last app. Samsung TV app happened to be on the Baywatch channel every time my young children started the stupid thing. Finally, after it took 2 minutes to load the youtube app, I factory-reset the device, disco…
I have a similar experience with my high-end Samsung TV from 2013. The TV itself still works perfectly so I'm not replacing it soon (still 1080p, not 4K, but...), but over time, Samsung has steadily removed key features with each update. When I first bought it, it supported Skype video calls (and now the integrated webcam can't be used at all), IPTV streaming, and various third-party apps — all of which are now gone.…
Re: Samsung Q990D unresponsive after 1020 firmware update
#525Earlier quoted context omitted.
Is this actually feasible for some decent percentage of cars nowadays? If so, where did you research?
Anecdotally, my 2023 Kia's infotainment unit is one big plastic box that I was able to access by just prying up some plastic and undoing a handful of screws. I was applying some dielectric grease to the USB port used for Android Auto (in order to prevent intermittent disconnects while driving) but I wouldn't be surprised if one of the many other cables plugged into it led to a cell antenna on the exterior. There are…
This is only sufficient if you trust software, which you shouldn’t. Hardware disconnects are reliable. Cut the power.
Re: Samsung Q990D unresponsive after 1020 firmware update
#526Earlier quoted context omitted.
Contrary to lots of other opinions here, I bought a 65" Samsung TV at the beginning of covid and I sincerely don't have any significant complaints. The remote is easy to use, launching apps is straightforward, connecting an ARC soundbar was no problem, nor was connecting a Chromecast and an Xbox, and it "just works". Every once in a blue moon (maybe twice a year-ish) I've had to power cycle it to fix a wifi connectiv…
> don't have any significant complaints. Are you happy with it spying on you? That's what all Samsung televisions do, and there is no way to turn it off. They advertise on their own web page that they monitor the content viewed on their televisions for targeted advertising. This isn't via some sort of metadata, they take screenshots at regular intervals and upload them to very insecure hosting. I hope you never look…
Fwiw, to the best of my awareness, I don't receive any advertising from my Samsung TV other than perhaps the strip of suggested things to watch (half of which are "continue watching" linked to watch history in the app I'm hovering over) that lives above the app list. This is wildly different from Google TV, which has a core value prop of embedding advertising right in your face.
Re: Samsung Q990D unresponsive after 1020 firmware update
#527Re: Samsung Q990D unresponsive after 1020 firmware update
#528Earlier quoted context omitted.
they obviously knew that was going to happen and so did you. The correct response should have been "okay I am in airplane mode now what?"
yeah, I normally use that trick for other stuff, but I guess I was just especially gullible at that moment. If it really was just some ploy to get me off the line because they just didn't want to talk to me or something, well that's hilarious honestly, I wouldn't even be mad at them for that.
Re: Samsung Q990D unresponsive after 1020 firmware update
#529Earlier quoted context omitted.
s/soundbar/airplay adapter/g I believe you're missing the forest for the trees. My argument is invariant to the specific device we're talking about.
No, you are missing my point. In the same way as we do (or at least should do) when we develop software, we isolate the volatile parts from the stable ones. The loudspeakers have looked the same for decades. No revolutionary changes in amplifiers in a long time. The same with DACs. That means that when a software update bricks my adapter, or a new much better standard comes along, or I decide to leave the Apple ecosy…
With electronics you can still isolate functionality like in software how we wrap things into functions. But like software sometimes we need to break that for optimization. Think like Apple M chips. They do it in the most annoying way, but integration is helpful. Ideally in a speaker though you should be able to fuck everything up and still allow for raw input.
As for the Apple thing, well that's a bigger issue because we really should be using open protocols and fuck walled gardens. Walled gardens are part of the problem we're talking about
Re: Samsung Q990D unresponsive after 1020 firmware update
#530Earlier quoted context omitted.
Welcome to the world of embedded devices. Sure, you could do everything through a static circuit and require things being fed with speaker wire. But if you add a microcontroller you're going to be able to do much more, get better sound quality, and protect your equipment. Do your speakers have batteries? Do they plug into wall? Either way you can better control power levels. Do you want to boost bass? Fix corrupted s…
>get better sound quality That just isn't true though, is it? How would a microcontroller add sound quality?
There's much more signal processing you can do besides FFT btw and many can improve signal quality and thus sound quality. Even something like a built in equalizer. Sure, you can do this all with hardware by creating all the right filters but you can do more in a smaller package with a computer