BlissRoms-x86 / bug_reports

All BlissRoms source-related bug reports
1 stars 2 forks source link

[BUG] net-adb has no server keys #11

Open pc-coholic opened 3 years ago

pc-coholic commented 3 years ago

Steps To Reproduce

  1. Enable Developer Mode
  2. Enable "ADB over network" in Developer Mode
  3. Try to connect to the device through by using `adb connect <ip>
  4. The RSA authentication window is not shown and the connection will fail due to a lack of ADB_VENDOR_KEYS

Expected behavior

Screenshots

martin@tabarchat:~$ adb connect 192.168.1.101
* daemon not running; starting now at tcp:5037
* daemon started successfully
failed to authenticate to 192.168.1.101:5555
martin@tabarchat:~$ adb shell
adb: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

BlissRoms source:

Device:

Additional information