On LineageOS how to disable the spell checker with `adb`?
Feb 14, 1:32pm

To disable the spell checker on LineageOS using ADB, you can use the following command:

  1. Connect your device to your computer and open a terminal or command prompt.
  2. Enter the ADB shell with:
    text
    adb shell
  3. Then, run:
    text
    settings put secure spell_checker_enabled 0
  4. Reboot your device for the changes to take effect.

This method is confirmed to work on various Android ROMs, including LineageOS, and will globally disable the spell checker for all text inputs.

If you encounter permission issues, you may need root access or to run the command as superuser (su) in the ADB shell.

Feb 14, 1:32pm

This is a shared conversation and may include unverified content that doesn't reflect Mistral AI's views. Login to resume chatting.