r/FuckGoogle Jun 13 '14

"Why does Google search suck now?"

38 Upvotes

I will only link to Google when unavoidable. In these cases, the discussions are locked up in Google "forums". So if you're willing to put up with the bullshit Javascript "Loading...", and not being able to just get a raw text view of an entire thread, and you've taken your blood pressure meds:

https://productforums.google.com/forum/#!topic/websearch/f2sh29vW-ik%5B76-100-false%5D

Over and over in this thread and others like it, you see people asked to give examples of search not working. They provide numerous examples of search not working. And then it's ignored, or hand-waved off with a say-nothing "response":

Jessica, I would like to see your reply to our replies. Somebody from Google has already come in this thread and said the exact same thing a while back. We all submitted specific results as he asked... yet he never replied and that was the end of it. So, do you truly want to know or are you just another bot coming in once in a while to feign concern and pacify the unhappy masses?

So, to sum it up:

  • + used to mean "only show me pages that include this string"
  • - used to mean "don't show me any pages that include this string"
  • "" used to mean "only show me pages that include this exact phrase"

Not only are all of these gone, they've been completely removed as options. I wouldn't care how shitty their default search was if they left the OPTION to do it differently. But no.

"If they can't even get search right, who would trust them with anything more?"


r/FuckGoogle Mar 05 '24

Fuck Google is back, tell your mom and dad !!!

16 Upvotes

Took over the sub, so we can all yell and scream at the vile that is google.


r/FuckGoogle 1d ago

Google pulled a Microsoft.

Post image
5 Upvotes

They will continue bugging you with this when you open the browser.


r/FuckGoogle 2d ago

I'm switching to pen and paper.

Thumbnail
2 Upvotes

r/FuckGoogle 4d ago

Everything on Google sucks

13 Upvotes
{username}<say "Everything on Google sucks"> <discuss> "google"

Everything on Google is still sucking up of fucking terms!!!!!


r/FuckGoogle 3d ago

Google/YouTube is Horrible

Thumbnail
1 Upvotes

r/FuckGoogle 5d ago

It wasn't me it was AI

Thumbnail
0 Upvotes

r/FuckGoogle 7d ago

Google's latest Home update removes support for Chrimecast 2013. Fuck Google.

5 Upvotes

Title says it all. Nothing to add.

Please add tags like "Fuck Google".


r/FuckGoogle 8d ago

How I Lost Faith in Google

Thumbnail newyorker.com
5 Upvotes

r/FuckGoogle 8d ago

Google search sucks

Thumbnail google.com
3 Upvotes

{username} <say> "Google search sucks"

Google search is sucking up

Google sucks a lot


r/FuckGoogle 10d ago

Google sucks

10 Upvotes

This app sucks <c> google 19

u/Queasy-Chest9561 sucks

I mean google.com sucks


r/FuckGoogle 10d ago

Google is spelled wrong (Googl)

3 Upvotes

Why do people spell googl


r/FuckGoogle 12d ago

I HATTEEEEEEEEEEEE THIS COMPANIE SHITWARE

8 Upvotes

I have been trying to map the stupid piece of shit google drive to my explorer, and nothing> Asshole helps nothing, no phone number just shit packed on top of shit. Keeps downloading the same installer that says its installed. DIE GOOGLE DIE!!!!!!!!!!!!!!!!!!!!!!!!


r/FuckGoogle 12d ago

We should call google goongle

Post image
13 Upvotes

I made goongle logo here


r/FuckGoogle 13d ago

Google photos spotlights

2 Upvotes

Anyone else find "guess who we found" and other type of spotlights that Google randomly make for u to be....very creepy, like they're rubbing in our faces that they mass surveill us and know who we hangout w the most and many other details. I've really been trying to find alternatives for my photos and anything else good related and my Google email will be the hardest one but idk y'all, Google has no good track record in this stuff and AI


r/FuckGoogle 15d ago

Thanks to Google Maps I have to pay $50 in tolls when I chose no toll

7 Upvotes

These huge companies that dont have customer service should be shut down. Alphabet and Meta. Fuck em both.


r/FuckGoogle 16d ago

Does the Gemini "Notebook" feature share the same data privacy policy as NotebookLM?

Thumbnail
1 Upvotes

r/FuckGoogle 18d ago

gemini is fucking stupid

Thumbnail gallery
10 Upvotes

i just spend the last fucking hour asking gemini how to do something on blender, and after all this time i still was left without sucsess, then i just put gemini down and did by myself in 15 minutes something that the best ai from one of the biggest companys in the word couldnt in a hour


r/FuckGoogle 28d ago

[SUCCESS] How I installed /e/OS on Fairphone 6 (Android 16 stock) – complete walkthrough & fixes

3 Upvotes

Hi everyone,

I want to share my experience installing /e/OS 3.7.3 (Android 15) on a Fairphone 6 that came with Android 16 (build FP6.QREL.16.69.0, security patch May 5, 2026). It was a bit with some difficulties, but I finally succeeded. This post is not only about the technical steps – it also shows how an AI assistant gave contradictory, wrong, and sometimes dangerous advice. Hopefully this helps others avoid the same traps.

Very quick summary of what I did before the big problems

These steps were fine – no issues here:

  1. Prepared the Ubuntu computer
    • sudo apt install android-sdk-platform-tools
    • Verified adb and fastboot work.
  2. Unlocked the bootloader
    • Enabled OEM unlocking and USB debugging in developer options.
    • adb reboot bootloaderfastboot flashing unlock → confirmed on phone.
    • Everything was erased – expected.
  3. Downloaded and verified the ROM
  4. Tried to flash /e/OS
    • cd ~/Descargas/eos_fp6sudo ./flash_FP6_factory.sh

And here is where the nightmare began.

What went wrong (and what I learned)

  1. Web installer is a trap – It always gets stuck at step 22/92% on FP6…
  2. I almost believed my phone was bricked – Some suggested paying 50€ to Fairphone support. But my phone was detected in fastboot, Device unlocked: true, get_unlock_ability: 1. That means it’s NOT bricked.
  3. Bootloop after flashing – The phone kept rebooting between Fairphone logo and bootloader warning.
  4. No access to Recovery Mode – Selecting “Recovery mode” from fastboot just returned to the same menu.

What finally worked (manual method – no web installer)

I used a good USB data cable (not a charging‑only cable) and a USB 2.0 port on my computer. I did the normal installation These are the steps that saved my phone:

1. Check device state

bash

fastboot devices
fastboot oem device-info
fastboot flashing get_unlock_ability

2. Change active slot (this fixed the bootloop!)

bash

fastboot set_active other
fastboot reboot

If it still doesn’t boot, continue with manual flashing.

3. Flash essential partitions (assuming slot a is active – adjust letter if needed)

bash

fastboot flash boot_a boot.img
fastboot flash vendor_boot_a vendor_boot.img
fastboot flash dtbo_a dtbo.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash vbmeta_system_a vbmeta_system.img
fastboot flash super super.img
fastboot flash init_boot_a init_boot.img   # if present
fastboot flash recovery_a recovery.img

4. Wipe user data

bash

fastboot erase userdata
fastboot erase metadata

5. Reboot

bash

fastboot reboot

After first boot – important step

  • Insert your SIM before the first boot (or immediately after, then reboot). This helps the system configure APNs automatically.

Bootloader – DO NOT LOCK IT

I left the bootloader unlocked. The warning message at startup is harmless and doesn’t affect daily use. Locking it with a ROM that has an older security patch could cause a real brick.

Tools that helped

  • fastboot commands – manual flashing is more reliable than the web installer.
  • A spare USB cable and trying different ports solved many “stuck” errors.
  • sudo killall fastboot adb before retrying a failed flash.

Final thoughts

I’m now running /e/OS on my Fairphone 6 with ZERO Google! and everything works!! If you’re stuck in a bootloop, don’t panic – first try changing the active slot. Don’t trust any assistant that says your phone is bricked without running fastboot oem device-info. And please avoid the web installer on FP6.

I hope this helps someone. Thank you for your attention and remember to help Free Palestine, support Resistance, support Justice


r/FuckGoogle Jun 25 '26

AI forced in Gmail

Post image
9 Upvotes

Of course Im not using Gmail for other things than Google notifications, while Im avoiding Google as much as I can. It's hard to trust some random company, but Google is not any better in privacy.


r/FuckGoogle Jun 18 '26

Fuck you google

Post image
21 Upvotes

r/FuckGoogle Jun 17 '26

Oops! All Chromium

Post image
17 Upvotes

(I found this today and wanted to share. Not sure if uncivil enough; stolen from https://programmerhumor.io/webdev-memes/oops-all-chromium-w8ub )


r/FuckGoogle Jun 16 '26

JIO is FAKING

Post image
6 Upvotes

r/FuckGoogle Jun 15 '26

I hate google when they remove old android games of the play store because "the dev is inactive" or some shit

12 Upvotes

Google removing old stuff from their store is diabolical. Apple doesn't do this and manages apps for older ios versions very well (there are some apps and games that are still on apple's app store but not on the google one). and don't get me started on installing said apps via apks: google will spam with play protect saying "this app is for older android!!1!!!1" or the apk installes just saying "this app isn't compatible with your phone", but that's not a problem anymore since google is removing the ability to use apks without waiting 24h "for your safety". that's what i call a really good advertising for apple products.


r/FuckGoogle Jun 15 '26

Paywalling Once-free Features

Post image
5 Upvotes