Categories
Android Android Google

Disable profanity filter in Android 10

This is such a silly thing to have to disable, but any time I was using voice to text, it would always put asterisks for swear words. This is on my Google Pixel 3 XL running Android 10 latest update of Feb 2020. The fix was to disable it in THREE spots, not just one, not just two, but all three. The three spots are: Gboard, Google voice typing, and in the text correction section.

Section #1 Google Voice Typing:

Settings > System > Languages & input > Virtual keyboard > Google voice typing and make sure that Hide offensive words is disabled.

Section #2: Gboard

Settings > System > Languages & input > Virtual keyboard > Board -> Voice Typing -> Offline speech recognition and make sure that Hide offensive words is disabled.

Section #3: Text Correction

Settings > System > Languages & input > Virtual keyboard > Board -> Text Correction and make sure that Block offensive words is disabled.

Section #4: UPDATED (Added April 21 2020)

If those three options do NOT resolve it, the 4th option you can use is to disable offline voice: Settings > System > Languages & input > Virtual keyboard > Gboard > Voice Typing > and disable “faster voice typing“.

Categories
Android Google

How to get LG G3 in recovery mode

You need to power off the device, then hold volume down, and the power button until the LG logo pops up. Then let off BOTH buttons for about 1 second, then hit them both again and recovery should startup. You will select yes to wipeing and that will get you into recovery. This is assuming you have recovery installed.

Categories
Android Google

How to enable tethering/hotspot on Lollipop on the Nexus 6

I have gotten this to work on stock 5.0 and stock 5.0.2 Nexus 6 with ATT.

Pre-req is you must be at least rooted. All work is done at your own risk, as modifying your system files can really muck your device up if done incorrectly.

1) Using a file explorer, navigate to /system/
2) backup build.prop
3) edit the build.prop file with a text editor
4) Add the following line to the bottom of build.prop file: net.tethering.noprovisioning=true
5) Save the file and reboot the phone

enjoy!