this post was submitted on 11 Mar 2026
687 points (98.6% liked)

Technology

83569 readers
1999 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] NekoKoneko@lemmy.world 155 points 3 weeks ago* (last edited 3 weeks ago) (8 children)

Relatedly, Hisense also forces updates and disables use of the TV if you do not accept the update (via a full screen non-cancelable prompt).

I learned this the hard way after Hisense broke my TV via an update that I didn't want and then refused to fix it even after 6 months of escalations and emails.

[–] henfredemars@infosec.pub 99 points 3 weeks ago (1 children)

They’re not alone, either. I had to downgrade my Visio just to use the features that it shipped with. I’m sure this is illegal, but no one cares unless you’re rich.

[–] NekoKoneko@lemmy.world 71 points 3 weeks ago (1 children)

I outright told them it's illegal, since they are unilaterally altering the terms of any T&C agreements when we started using the TV and materially interfering with our ownership and use of the TV we purchased. They didn't care. I then sent it to our state attorney general and nothing happened.

[–] rainwall@piefed.social 41 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

You can likely sue them in small claims court. Many states let you file for a couple hundred dollars and will give you 3x damages if you win.

The most likely outcome is they settle when the court date approaches or dont show and you win hy default.

[–] FudgyMcTubbs@lemmy.world 14 points 3 weeks ago (1 children)

There was a guy in Texas who thought a big tobacco company would settle out without showing, but instead he got counter sued to the tune of millions. That man? Rusty Shackleford.

There's a good documentary about it.

[–] RustyShackleford@piefed.social 16 points 3 weeks ago (1 children)
[–] RustyShackleford@programming.dev 10 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I can neither confirm nor deny that @RustyShackleford@piefed.social is man of taste.

Time is a flat circle.

[–] RustyShackleford@piefed.social 7 points 3 weeks ago (1 children)

I can neither confirm nor deny baked goods preferences without counsel present.

And if time really is a flat circle, then one of us should remember this conversation already.

I don’t.

Which means you’re early… or I’m late. 🤔

[–] roofuskit@lemmy.world 32 points 3 weeks ago (4 children)

I know they're different manufacturers, but TCL tried this shit and I just factory reset and never setup the Internet on it. I use an android TV box for the smarts.

[–] NekoKoneko@lemmy.world 25 points 3 weeks ago (1 children)

Unfortunately the firmware was the issue, not just OS software. So factory-resetting didn't help us. But yeah, that definitely radicalized me to the "never connect it to the internet" camp for future TVs.

[–] grue@lemmy.world 9 points 3 weeks ago (3 children)

Buying the TV and then not connecting it still rewards the bad behavior.

We have to boycott these fucks and lobby to get the behavior outlawed.

[–] NekoKoneko@lemmy.world 9 points 3 weeks ago (2 children)

I mean, that's great in theory. But the amount of manufacturers of non-smart TVs is tiny, and if you are interested in the best panels and display technology, refresh rates for gaming, etc (even removing affordability), it's very very hard to just boycott if you want to have a modern TV at all.

[–] BananaIsABerry@lemmy.zip 4 points 3 weeks ago

The best panels for gaming are on computer monitors, not tvs.

load more comments (1 replies)
[–] MasterBlaster@lemmy.world 2 points 3 weeks ago (1 children)

You're implying there is an option other than not owning a TV. Please send us specifics so we can join you.

[–] grue@lemmy.world 2 points 3 weeks ago

You used to be able to still buy 'dumb' TVs from Sceptre up until a year or so ago, but even they've stopped selling them now. (I'm kicking myself for not buying one when I had the chance...)

But the important part of my comment was this:

and lobby to get the behavior outlawed.

[–] moonshadow@slrpnk.net 1 points 3 weeks ago (10 children)

Getting the ad-subsidized tech without the ads sounds like a win to me

load more comments (10 replies)
[–] triptrapper@lemmy.world 21 points 3 weeks ago (2 children)

I got a TCL last year and it wouldn't let me use the TV until I set up the internet. After 4 factory resets I figured out how to put it in store demo mode, and plugged in a separate streaming device that connects to the internet. Now I realize I could have connected the TV to the internet and then blocked it at the network level.

[–] FG_3479@lemmy.world 10 points 3 weeks ago (1 children)

Their Google TV models have a basic mode which lets you use it without internet with no bypassing.

load more comments (1 replies)
[–] Peffse@lemmy.world 8 points 3 weeks ago (3 children)

If you are using a network level block, make sure it's a black hole and not just a DNS filter. I tried a DNS filter with a Roku and found that they bypass it with hardcoded values, even when the DNS server was statically assigned and DHCP assigned.

[–] HumbleBragger@piefed.social 3 points 3 weeks ago (2 children)

What you mean by black hole and filter? I blocked a bunch of tcl domains on my pihole and made my router drop everything in port 53 coming from every other device that wasn't pihole. It seems to have worked for now.. Is that a good solution?

[–] Bytemeister@lemmy.world 7 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Pi-hole blocks the name resolution. TV wants to go to Hisense.com, asks your Pi-hole where that site is. Your Pi-hole sees that Hisense is on a block list, so it says back to your TV "sorry, no idea how to get to that site, it must be offline."

If the manufacturer wants to get around this, they program a public DNS in, like 8.8.8.8, or they hardcode the static IP for their website into the TV. Now when it wants to go to Hisense, it never has to ask your Pi-Hole where that site is, and it doesn't get blocked. Heck, it probably won't even show up on your Pi-hole's logs.

If you black hole the site, then any traffic going out there gets dropped, and the hard-coded addresses on the TV don't matter for shit.

[–] HumbleBragger@piefed.social 4 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I don't think my tcl TV has it hardcoded because my pihole is always blocking tcl domains

![(https://media.piefed.social/posts/tU/o1/tUo1JxYy1qjG7g4.jpg)]

[–] Bytemeister@lemmy.world 2 points 3 weeks ago

Your Pi-hole can only block the things that query DNS. Try this, ping a website you don't normally go to, and you should see that show up in Pihole log. Next, ping an IP, I usually pick on 8.8.8.8, and see if that shows up in your Pi-hole's logs. I'm fairly confident it won't.

[–] rocci@lemmy.dbzer0.com 2 points 3 weeks ago (1 children)

Where can I find out more about black holing a site?

load more comments (1 replies)
[–] matlag@sh.itjust.works 2 points 3 weeks ago

No, it's not robust. It may work for your TV, but it can be worked around.

DNS is like a phone directory for Internet: it translates domain name to IP addresses. If you block the DNS (what pihole does), it blocks the directory access. But if the IP address of the servers are hard-coded in the firmware, the TV does not need a DNS, it can reach the server directly.

To trick the TV, you need to restrict the IPs it can reach. It might be delicate: it probably tries to ping some comme IPs to check it's connected, then call the brand's server for ads/updates/etc.

[–] SuspciousCarrot78@lemmy.world 2 points 3 weeks ago

Yep, same issue with Firestick here.

[–] rumba@lemmy.zip 2 points 3 weeks ago

Wait till they start paying netflix to relay data for them :)

[–] OR3X@lemmy.world 5 points 3 weeks ago* (last edited 3 weeks ago)

Unfortunately manufacturers are starting to get wise to this as well. I recently bought a new Vizio smart TV with no intentions of connecting it to the internet and during the initial setup it kept very persistently insisting that it needed to be connected and after setup it constantly bitches at me that it's not connected.

[–] zod000@lemmy.dbzer0.com 2 points 3 weeks ago

I did the same thing, their bullshit ad infested updates were the final straw,

[–] BarneyPiccolo@lemmy.today 11 points 3 weeks ago

My mom has a Hisense TV (because my parents invariably buy the very cheapest they can. They'd get a B&W if they could), and it just started something new - on start up, it now shows a static page of color wash, then you choose a channel. It doesn't start on the same channel you turned off last night. Must be a new update came through. She let it sit on the screensaver all day, because it never occurred to her to try to change the channel.

Not a big deal, but weird, and NOBODY asked for this.

[–] frongt@lemmy.zip 7 points 3 weeks ago (1 children)
[–] NekoKoneko@lemmy.world 6 points 3 weeks ago (1 children)

Would have loved to. It was just over one year (right after the warranty ended as well), though.

[–] frongt@lemmy.zip 5 points 3 weeks ago (1 children)

Is that your card issuer's policy? I've done a chargeback past a year.

[–] Peekashoe@lemmy.wtf 4 points 3 weeks ago* (last edited 3 weeks ago)

I went through something similar and am trying to recall, I think I did look and it was past the time period. I should have tried. It's +2 years now for me.

Edit: Words.

[–] leoj@piefed.zip 7 points 3 weeks ago (3 children)

Was gonna say, LG does the same thing.

So far my only TV that hasn't forced things in an absurd way has been my Sony... Guess what Sony just did? (Sold their Bravia TV line to TCL...)

[–] RampantParanoia2365@lemmy.world 2 points 3 weeks ago (1 children)
[–] leoj@piefed.zip 2 points 3 weeks ago

Mine definitely does, disables applications and will lock the screen on update demand if you go long enough. At the bottom of the tv says it LG.

[–] panda_abyss@lemmy.ca 2 points 3 weeks ago (3 children)

I’ve never connected my LG TVs to the internet and they work pretty well.

I hear you can jailbreak them, which is appealing to me.

load more comments (3 replies)
[–] PieMePlenty@lemmy.world 2 points 3 weeks ago (1 children)

Sony offloaded manufacturing to TLC. They made a joint venture and TLC gets to manufacture and distribute them, Sony does development. Sony still has control. What we may see in the future is build quality decline. I doubt it's gonna effect the software much.

load more comments (1 replies)
[–] midas22@lemmy.wtf 7 points 3 weeks ago

Hisense are also selling their TVs with different specs on different markets which is really annoying. In the United States you get Google TV but in Europe you get the awful Vidaa OS where you can't install Google Play Store. And the big national TV streaming apps are missing in their own app store where I live.

I talked to a retail seller and he said that they ultimately had to stop selling them because they got so many complaints and returns. Maybe it's a licensing issue or something but it's just such a braindead decision that is damaging the brand.

load more comments (2 replies)