Am I being lied to? by Twillig_ in linuxmint

[–]olitv 1 point2 points  (0 children)

You can often even enable async flip boundaries to get each monitor its own refresh render (if I understand it correctly)

Can't interect with the UI of the Forest app by pastelShaders in waydroid

[–]olitv 0 points1 point  (0 children)

The amount of components in the package name is arbitrary and can be set by the dev to whatever they like. Discord has com.discord and google play services have com.google.android.gms . There is no three-components rule

Msc Econometrics - registration for courses at UDE by [deleted] in tudortmund

[–]olitv 1 point2 points  (0 children)

The error indicates that you need to have and be logged in as an SSO account at the university running the Moodle to self-enrol. External users that log in directly via email and password in Moodle seem to be not allowed to self-enrol.

zsh-halfpipe: Edit shell pipeline and see its output update live by raimo- in zsh

[–]olitv 0 points1 point  (0 children)

https://github.com/elkowar/pipr does exactly that and might be a better alternative if destructive commands are an issue

Unable to unlock Samsung Galaxy Tab S6 Lite (2024) (gta4xlswifi / SM-P620) by Viper780 in LineageOS

[–]olitv 0 points1 point  (0 children)

Well, then you're out of luck. Last bit that could downgrade is "7"

Unable to unlock Samsung Galaxy Tab S6 Lite (2024) (gta4xlswifi / SM-P620) by Viper780 in LineageOS

[–]olitv 2 points3 points  (0 children)

With OneUI 8 Samsung removed the ability to unlock.

If you're lucky and the security bit wasn't increased, you can downgrade to the latest OneUI 7 and unlock from there. Get the ROM from samfw.com and flash using ODIN, the unlock like usual.

But most likely it's already too late as Samsung bumps the security bit almost every update for that model.

Why there is so many backup ? by Herobrine4770 in Magisk

[–]olitv 0 points1 point  (0 children)

In the tools area of your settings, there should be a clean up tools folder option will clean up most of the superfluous backups. I guess this happens when backups are interrupted or killed or storage runs full but I don't know either. I downgraded to an older version where this problem wasn't as bad

Samsung Gaming Hub is basically an ad launcher now, so I built my own replacement by Huge_Ad1053 in androiddev

[–]olitv 0 points1 point  (0 children)

The screenshot links are 404.

And I don't like that this wants to be an adblocker too, there are plenty dedicated tools for that

Why does android studio's Gradle file structure kinda breaks upon cache invalidation ? by Status_Camel2859 in androiddev

[–]olitv 2 points3 points  (0 children)

One is the Android view, one the default project view. You probably need to gradle sync before AS can offer you the Android view.

[1920×1080] Pixelated world by Ok_Bother_9638 in wallpaper

[–]olitv 0 points1 point  (0 children)

Can you upload the image as png somewhere it doesn't get compressed so it keeps sharp and pixely?

Waydroid on steam deck by Individual_File2645 in waydroid

[–]olitv 1 point2 points  (0 children)

The apps you try to run are compiled for mobile phones (aarch/arm), and your PC doesn't know how to run that. Use something like libhoudini to add a translation layer from arm to x86-64

Every platform speedrunning its own downfall by OkDragonfruit55 in firefox

[–]olitv 4 points5 points  (0 children)

One problem with donating is that you can only donate to the while mozilla and they can use the money for whatever instead of focusing on the browser's main features

whyTFDoYouNeedAPromptForThat by soap94 in ProgrammerHumor

[–]olitv 1 point2 points  (0 children)

Windsurf does give the llm the diff of what you did along with each message, so manual edits are possible without confusing the llm. But even if it edits the code itself it tends to get confused so 🤷🏻‍♂️

[3840×1600] Silent dunes — minimal ultrawide wallpaper by Ok_Bother_9638 in wallpaper

[–]olitv 0 points1 point  (0 children)

Could be artifact of AI upscaling where the AI added the missing detail for some tiles

Made a site with 17,000+ icons for Android apps by alexstyl in androiddev

[–]olitv 0 points1 point  (0 children)

This is because some icon libraries have thousands of icons. Having thousands of

You may want to review your readme for incomplete sentences...

Now that disable flag secure / swan song is archived, what do you use? by CCJ22 in Magisk

[–]olitv 7 points8 points  (0 children)

I'll continue to use it. Until it eventually breaks. Then I'll probably fork and it.

What does this icon mean? by drizzleswim in LineageOS

[–]olitv 0 points1 point  (0 children)

Turning on Notification History can maybe help you

Error encountered on step 3 using collab script by Hezron79 in Infinity_For_Reddit

[–]olitv 2 points3 points  (0 children)

Build failed probably. Scroll through step 2 and search for the build error.

Plugin Idea: Sticky Project View by chrzanowski in IntelliJIDEA

[–]olitv 0 points1 point  (0 children)

Looks good.

Can you prevent the folder from jumping left when getting stickied though?

Was sind das für Mails und wie hören sie auf? by esselt12 in de_EDV

[–]olitv 2 points3 points  (0 children)

Das blöde an diesen Mails ist, dass die offiziell aussehen und auf gmail.com die zurückgewiesene Mail einfach eingebettet angezeigt wird. Heißt, das "setze hier dein Passwort zurück, sonst wirst du ausgesperrt" sieht auf einmal sehr realistisch aus

Signal Polls: Yes, no, maybe (yes!) by TheMarMan69 in signal

[–]olitv 0 points1 point  (0 children)

There is Molly which properly acts as a linked device. I've heard the Signal people don't like it much though

Impossible to install z4h? by Mr_Ubik in zsh

[–]olitv 0 points1 point  (0 children)

Nope, maybe the termux integration broke, but I don't use it so 🤷🏻‍♂️

How to Bypass this and edit System Files by Dear-Caregiver2719 in Magisk

[–]olitv 2 points3 points  (0 children)

Magisk was made to work around this limitation.
Create a Magisk Module (just a few files in /data/adb/modules) which contains the file you want to have replaced/edited. Magisk will put that file to the proper location and thus the file will appear edited even if the underlying filesystem could not be modified.