• 0 Posts
  • 267 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle



  • Basically all you need to know is every instance has their own admins with their own rules, and often times you will see instances who are focused on a particular group of people, like my instance, for instance, which is for hardcore computer geeks, but where everyone is welcome regardless of whether or not they are even into computers.

    I also like my instance because they explicitly choose to not defederate with any instance. I can choose what to block myself, which is how I prefer it.

    There are also instances like db0’s (former /r/piracy moderator) for example, which focus more on individual freedoms/anarchist philosophy.

    I started off on .world for a month until I found my instance.







  • The system is the problem here, because it incentivizes these kinds of corporations to do these things.

    So by the very nature of capitalism, all corporations.

    When you have a boss “ruling over” a worker, that is just barely different than living as a serf. The difference here is you can choose your boss, but inherent in the system is that workers don’t earn the full value of their work (surplus value), otherwise it wouldn’t be worth it for the owner class to hire anyone.

    Worker-owned cooperatives are pretty cool, though. Would be nice if all corporations were forced to be worker-owned.









  • Shizuku would absolutely work. I can use adb either wirelessly or through a USB A to USB A cable with the 5 volt line cut (which is also how I interact witth fastboot). Activating developer settings is as simple as tapping build number 7 times, like on every Android device.

    Rooting can help you replace built in apks. For example, there is a Magisk module that lets you replace the system’s WebView with an alternative, like the one from GrapheneOS, for instance. App signing is the problem here, so that’s what that specific module helps bypass.

    Modules work on top of an OverlayFS, which essentially lets you write to /system without actually writing to /system, similar to rwfus on the Steam Deck.

    Also your current TV app is one made by TCL and not a stock Android app. I wonder if it can be substituted with a different one from a different vendor, or maybe an older version of the TCL app. The only issue I forsee is if the app attempts to communicate with hardware in a non-standard way. Alternatively, I wonder if you block internet to the TV app using a firewall if the TV functionality would still work without showing ads. There is AFWall+ if you’re rooted and DNS/Android VPN based firewalls if not. There is also DNSNet, which is a DNS based ad blocker that uses Android’s DNS service.



  • I was able to unlock the bootloader and root my Hisense Android TV just fine. I think you can also root TCLs, but I’d check xda first.

    I didn’t even need to enable OEM unlocking first to unlock the bootloader. Dumping the boot.img was a different story. Someone did it for me for my model, since my model’s UBoot firmware is missing a lot of functionality. You may have better luck dumping through UBoot using the UART interface, or maybe there’s an alternative. If your TV is a GKI device and you can boot a generic kernel, yhen you can use KernelSU without needing to first dump the stock boot.img (or init_boot.img), then you might be able to upgrade and dump the stock one from the other partition before rebooting

    I couldn’t figure out how to get into BROM mode on my TV.

    Make sure there is a reliable way to reflash the firmware in case of a brick. Hisense provides firmware packages that can be flashed from the bootloader without needing to boot an OS.