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!

  • altphoto@lemmy.todayOP
    link
    fedilink
    arrow-up
    36
    ·
    edit-2
    8 hours ago

    They had to! They had to make it un-deletable!!!

    What the fuck is wrong with Google!!! I paid for this phone get the fuck off it asshole company!!!

    FUCK YOU!

    • 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

        • finalarbiter@piefed.social
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          6 hours ago

          I think that’s actually how it works on the backend (someonr please correct me if I’m wrong!) but it’s a bit more convenient since I don’t have to plug in to a computer.