Hello,
I just downloaded and installed Kubuntu 21.04. And - except for the "usual" teething woes - everything works fine, even the Nouveau driver for my ancient NVIDIA 340-108 graphics card!
I want to use adb for backup/restore of Android apks and data. This works fine under 20.04. But - under 21.04 - when (eg.) entering adb devices or simply starting the adb server, I get the following error message:
By the way - the firewall is inactive according to ufw status.
I wonder whether anybody can help. Thanks in advance
H. Stoellinger
I just downloaded and installed Kubuntu 21.04. And - except for the "usual" teething woes - everything works fine, even the Nouveau driver for my ancient NVIDIA 340-108 graphics card!
I want to use adb for backup/restore of Android apks and data. This works fine under 20.04. But - under 21.04 - when (eg.) entering adb devices or simply starting the adb server, I get the following error message:
sudo adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
ADB server didn't ACK
Full server startup log: /tmp/adb.0.log
Server had pid: 29481
--- adb starting (pid 29481) ---
adb I 02-28 20:11:24 29481 29481 main.cpp:57] Android Debug Bridge version 1.0.39
adb I 02-28 20:11:24 29481 29481 main.cpp:57] Version 1:8.1.0+r23-8
adb I 02-28 20:11:24 29481 29481 main.cpp:57] Installed as /usr/lib/android-sdk/platform-tools/adb
adb I 02-28 20:11:24 29481 29481 main.cpp:57]
adb I 02-28 20:11:24 29481 29481 adb_auth_host.cpp:416] adb_auth_init...
adb I 02-28 20:11:24 29481 29481 adb_auth_host.cpp:174] read_key_file '/root/.android/adbkey'...
munmap_chunk(): invalid pointer
* failed to start daemon
error: cannot connect to daemon
List of devices attached
* daemon not running; starting now at tcp:5037
ADB server didn't ACK
Full server startup log: /tmp/adb.0.log
Server had pid: 29481
--- adb starting (pid 29481) ---
adb I 02-28 20:11:24 29481 29481 main.cpp:57] Android Debug Bridge version 1.0.39
adb I 02-28 20:11:24 29481 29481 main.cpp:57] Version 1:8.1.0+r23-8
adb I 02-28 20:11:24 29481 29481 main.cpp:57] Installed as /usr/lib/android-sdk/platform-tools/adb
adb I 02-28 20:11:24 29481 29481 main.cpp:57]
adb I 02-28 20:11:24 29481 29481 adb_auth_host.cpp:416] adb_auth_init...
adb I 02-28 20:11:24 29481 29481 adb_auth_host.cpp:174] read_key_file '/root/.android/adbkey'...
munmap_chunk(): invalid pointer
* failed to start daemon
error: cannot connect to daemon
I wonder whether anybody can help. Thanks in advance
H. Stoellinger
Comment