minus-squareIDew@lemmy.ziptoLemmy Shitpost@lemmy.world•Google meet ready set enshitify!linkfedilinkarrow-up30·12 days ago 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 devices Uninstall any app using adb shell pm uninstall --user 0 com.example.app In your case: adb shell pm uninstall --user 0 com.google.android.apps.tachyon You could also do it using Termux if you don’t have a desktop on hand linkfedilink
minus-squareIDew@lemmy.ziptolinuxmemes@lemmy.world•Dual booting into Windowslinkfedilinkarrow-up11·13 days agoGet rid of windows update by Ameliorating it! linkfedilink
minus-squareIDew@lemmy.ziptoLemmy Shitpost@lemmy.world•A new twist on an old classiclinkfedilinkarrow-up9·2 months agoThanks, Obama… linkfedilink
minus-squareIDew@lemmy.ziptoLemmy Shitpost@lemmy.world•Reports suggest that Windowslinkfedilinkarrow-up7·3 months agoBro is it linkfedilink
minus-squareIDew@lemmy.ziptoMemes@lemmy.ml•digital subscriber line foolishnesslinkfedilinkarrow-up9·3 months agoThis is so nerdy I love it linkfedilink
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