Get rid of windows update by Ameliorating it!
- 0 Posts
- 18 Comments
Joined 3 months ago
Cake day: February 22nd, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Damn bro who hurt you😂
I had to look it up and find out that it has a whole different meaning then I thought lol
IDew@lemmy.zipto
Technology@beehaw.org•New Mexico proposes $3.7bn fine for Meta and sweeping changes to its social platforms
9·11 days agoHit them where it hurts the most!
Meta, however, says the proposed reforms are unfeasible and could ultimately force it to shutdown its platforms in the state altogether. That’s a good thing, no?
I wish I was this innocent haha
IDew@lemmy.ziptoShare Funny Videos, Images, Memes, Quotes and more @lemmy.ml•DJ just doing his job
8·2 months agoI wouldn’t even be mad lmao
Microslop*
IDew@lemmy.zipto
Technology@lemmy.zip•Google gives Android users a way to install unverified apps if they prove they really, really want toEnglish
2·2 months agoWorks on Samsungs when they make you wait 1 week to unluck the bootloader
IDew@lemmy.zipto
Technology@lemmy.zip•Google gives Android users a way to install unverified apps if they prove they really, really want toEnglish
9·2 months agoYou can probably bypass the 1 day wait time by changing your system time but they really want you not do it
IDew@lemmy.zipto
Uplifting News@lemmy.world•Historic Chat Control Vote in the EU Parliament: MEPs Vote to End Untargeted Mass Scanning of Private ChatsEnglish
19·2 months agoNow this is news I want to hear more of!
Behold: my stock images collection

This is so nerdy I love it
My sleep deprived ass thought this was a Portal 2 level lmao
More like stickbreaker








Enable USB debugging in developer settings
Get adb (platform-tools) here: https://developer.android.com/tools/releases/platform-tools
Extract the zip and open a cmd inside the folder
Plug in your phone and check if you’re connected by sending
adb devicesUninstall any app using
adb shell pm uninstall --user 0 com.example.appIn your case:
adb shell pm uninstall --user 0 com.google.android.apps.tachyonYou could also do it using Termux if you don’t have a desktop on hand