$ uname -a Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
$ sudo apt-get update ... $ date; sudo apt-get install android-tools-adb Sun 24 Sep 2023 02:07:24 PM UTC ... $ which adb /usr/bin/adb $ adb --version Android Debug Bridge version 1.0.41 Version 28.0.2-debian Installed as /usr/lib/android-sdk/platform-tools/adb $ adb devices * daemon not running; starting now at tcp:5037 * daemon started successfully List of devices attached $ As usual (being a TI makes your life so enjoyable!) I found similar posts online and ways to solve such problems (some of them quite voodoo-like): https://stackoverflow.com/questions/21170392/my-android-device-does-not-appear-in-the-list-of-adb-devices ~ Basically, I need to transfer selected data (whatsapp, messages, phone calls, ...) off my phone to my computer's hdd. How can you troubleshoot that problem or, do you know about any other way to transfer your data to a drive off your phone? lbrtchx