This fucking guy calls me mid meeting.

How do I block random assholes from calling me?

Google… I don’t know, add them to your contacts and then block them?

How about you can’t call me? How about I just select the name and the option appears for me to block the caller?

A phone is a fucking door to my life. I don’t tolerate Jehovah’s deepshits on Saturday mornings. Why would I allow a rando calling me mid meeting? That’s why I don’t give out my phone. Phone numbers are just even dumber than this. But if anyone who pays Google can just call me, that system is not usable to me.

Sorry Google, One fuck us is one too many for me, I’m out. I’ll be removing that app now. Thanks!

  • IDew@lemmy.zip
    link
    fedilink
    arrow-up
    12
    ·
    7 hours 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