Get rid of windows update by Ameliorating it!
- 0 Posts
- 14 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😂
IDew@lemmy.zipto
Fuck Cars@lemmy.world•Overtaking and going fast in urban areas is not only dangerous, but also useless: a mathematical demonstrationEnglish
25·28 days agoI always say to myself when someone impatiently overtakes me: “See you at the next red light!”
I wish I was this innocent haha
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
20·2 months agoNow this is news I want to hear more of!
Behold: my stock images collection

This is so nerdy I love it
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