Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table of contents to FAQ.md #4939

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ Here are the common reported problems and their status.

If you encounter any error, the first step is to upgrade to the latest version.

- [Frequently Asked Questions](#frequently-asked-questions)
- [`adb` and USB issues](#adb-and-usb-issues)
- [`adb` not found](#adb-not-found)
- [Device not detected](#device-not-detected)
- [Device unauthorized](#device-unauthorized)
- [Several devices connected](#several-devices-connected)
- [Conflicts between adb versions](#conflicts-between-adb-versions)
- [Device disconnected](#device-disconnected)
- [OTG issues on Windows](#otg-issues-on-windows)
- [Control issues](#control-issues)
- [Mouse and keyboard do not work](#mouse-and-keyboard-do-not-work)
- [Special characters do not work](#special-characters-do-not-work)
- [Client issues](#client-issues)
- [Issue with Wayland](#issue-with-wayland)
- [KWin compositor crashes](#kwin-compositor-crashes)
- [Crashes](#crashes)
- [Exception](#exception)
- [Translations](#translations)


## `adb` and USB issues

Expand Down