muhyb

joined 2 years ago
[–] muhyb@programming.dev 1 points 3 hours ago

Yeah, it's been great. When Valve release Proton 10 soon, it'll get even better (Wine 10 is awesome). It's really cool to owning your system to full extend. With ads and telemetry stuff Windows has, I'm sure they cause your hardware to wear off lot faster. Hell they even require you to buy new hardware just to install their new OS.

[–] muhyb@programming.dev 2 points 5 hours ago (2 children)

Might sound funny it's usually the older titles. The longest I have waited for was Spellforce Platinum Edition. It always ran sluggish, now it probably runs better than on Windows. Another one was Agarest, it was kinda playable but with too much hassle. Well, I usually play older stuff anyway. Surprisingly I almost never had problems with new games. Maybe only Hell Let Loose but it was an anti-cheat issue.

[–] muhyb@programming.dev 1 points 6 hours ago

It would be nice but according to Steam only 1.9% of users have VR headsets. So it's naturally a slow development.

[–] muhyb@programming.dev 8 points 7 hours ago (4 children)

I've been gaming on Linux exclusively for 5 years now. I have waited for some games to run better but it's been generally great for me.

[–] muhyb@programming.dev 1 points 7 hours ago

Well, that would be my first recommendation if they sold them here.

[–] muhyb@programming.dev 1 points 7 hours ago

Glad that it worked for you. Though even if it's playable I wouldn't place my expectations high. You can definitely play some games but Frostpunk looks too demanding for your situation. I too like giving a new life to old devices with Linux. One of my older devices serve me as a home server for example. As long as they work, no need to make them e-waste.

[–] muhyb@programming.dev 21 points 18 hours ago

Jellyfin is awesome.

[–] muhyb@programming.dev 3 points 1 day ago

This is the way. It may have a steep learning curve but the i3 docs cover everything you may need. There will be some different counterparts on Wayland though.

[–] muhyb@programming.dev 1 points 1 day ago

Added an update.

[–] muhyb@programming.dev 20 points 2 days ago

They really needed to pass that river.

[–] muhyb@programming.dev 1 points 2 days ago

Funny I stopped playing Dota 2 ten years ago because they changed it a lot.

 
[–] muhyb@programming.dev 8 points 3 days ago

Never gonna try that up.

 

Hi!

Before opening a bug report, this seemed to be a better option.

Anyway, my instance (currently on version BE: 0.19.5) hid some communities so naturally they won't be seen even on searches unless one purposefully subscribed to them. While I'm fine with this decision, there is a problem here with my case:

I can subscribe to these communities as well as post to them. However, I cannot see my own posts to these communities when I visit my profile. If I visit my profile from another instance (that didn't hid these communities), I can see my posts like this. But not from my instance.

An admin suggested that this may be a bug. What do you think about this?

 
 

I basically gave up on finding a custom ROM for this TV so I'm looking for alternative TV apps to at least change the default app. Do you know if there is an app like this exist? It should work with satellite, I'm not looking for IPTV or streaming services, just something that supports plain satellite TV.

Edit: Currently experimenting with KODI, no luck yet though. If you also have suggestions regarding to it, I'm all ears.

Edit 2: KODI (and so Jellyfin, Plex etc.) needs a backend server for Live TV so add-ons alone won't work. According to KODI Wiki, currently there are no backends that work on Android. I also tried Google's older app called Live Channels but Google doesn't let you to run it because it's old ~~more useful~~.

Edit 3: I at least blocked ~~all~~ many of those ad streaming domains on pi-hole. Here is the regex I added to my blacklist. Maybe it will be useful for another poor soul who bought TCL TV.

^(.*\.)?(leiniao\.com|kedo-tclrestream\.b-cdn\.net|now\.amagi\.tv|huan\.tv|rttv\.com|kaltura\.com|plex\.tv|otteravision\.com|ads\.ottera\.tv|sofast\.tv|jwplayer\.com|fuelmedia\.io|molotov\.tv|mcncdndigital\.com|evrideo\.tv|aniview\.com|partytymestreaming\.com|playmoviesdfe-pa\.googleapis\.com|ov-static\.ottera\.tv|ottera\.tv)$

There are also some cloudfront domains however they use hash, so it's not possible to block the future hashes by now and they will appear again.

Edit 4: After some hiatus, I have one more update to add here. I decided to go uninstalling apps via adb, since it's always possible to factory reset. However it didn't go as planned at first.

After enabling developer options on TV, I connected to it with adb connect 192.168.X.XX. You'll need android-platform-tools package on your PC to do this (it basically provides adb and fasboot). Anyway, after connected to it, I deleted apps with adb shell pm uninstall --user 0 app.name.here. I went medieval at first and deleted everything that has TCL in it. And that broke everything. I couldn't even factory reset. Apparently TCL swapped some system apps with theirs. After some adrenaline, I realized that I can create another user, so that would bring all the apps I deleted.

I created user via adb with:

adb shell

pm create-user "NewUser"

and switched to that user via

am switch-user userID. To see users command pm list users. In my case the user ID was 10. After this, I was able to factory reset.

These are the apps I deleted to remove bloatware:

com.netflix.ninja
com.tcl.tv.tclhome_passive
com.tcl.dashboard
com.tcl.partnercustomizer
com.tcl.t_solo
au.com.stan.and
tv.wuaki.apptv
com.tcl.suspension
com.amazon.amazonvideo.livingroom
com.tcl.ui_mediaCenter
com.tcl.MultiScreenInteraction_TV
com.tcl.hotelmenu
com.tcl.guard
com.tcl.channelplus
com.tcl.miracast
com.tcl.inputmethod.international
com.tcl.waterfall.overseas
com.tcl.ttvs
com.tcl.useragreement
com.tcl.keyhelp

And these are the one I didn't delete:

com.tcl.initsetup
com.tcl.factory.view
com.tcl.system.server
com.tvos
com.tcl.providers.config
com.tcl.autopair
com.tcl.android.webview

Since there is no Google account login this time, I had to install some apps via adb as well.

I did it with this command: adb install app_name.apk

I installed Projectivity Launcher for a better default launcher experience.

I also played with Shizuku and Canta and it's great to be able to use those too.

 

Hi!

My friend is looking for an Android tablet that has an unlockable bootloader and also has a custom ROM. I've checked a lot and every one of them is problematic. Usual brands here are Samsung, Lenovo, Huawei, Honor, TCL, Xiaomi. Apparently Huawei and Honor is out of question since they don't allow unlocking bootloader. TCL is new so no ROMs. Xiaomi seems possible but unlocking a Xiaomi device recently became even more pain.

Do you know a decent model from these brands? Preferably 10-12 inch screen.

 

was checking my old favourite posts and found this.

 

Original art by Matataku

 

I'm currently re-watching Lucky Star and I'm kinda surprised that I know the majority of the ending songs (at least the karaoke ones). However kinda having a hard time with Shiarishi's songs.

Just finished episode 18 and I was almost positive that the song here was from Yanawaraba. Perhaps the melody is similar but not sure. It seems the song is called "Kaorin no Theme" and nothing beyond that apparently.

Do you have any idea about similarities like I had?

 

This was my favourite illegally smol post back on Reddit. Figured it would look nice here as well. ^^

 
view more: next ›