KaiOS community ADB key
=======================

This is an intentionally shared ADB credential.

The phone installs adbkey.pub as a trusted public key. The matching adbkey
private key is included so any user can connect without generating a key.

Security warning:
Anyone who has this shared adbkey can access any connected phone that trusts
its matching public key. Use the private generated-key option when possible.

Back up any existing adbkey and adbkey.pub files before replacing them.

Install on the computer running ADB:

Windows:
  Copy adbkey and adbkey.pub to %USERPROFILE%\.android\

Linux/macOS:
  Copy adbkey and adbkey.pub to ~/.android/
  Run: chmod 600 ~/.android/adbkey

Then run:
  adb kill-server
  adb start-server
  adb devices
