I recently flashed Canonical Ubuntu 24.04 on my Rubik Pi using the Qualcomm Launcher, following this guide:
After successfully installing Ubuntu, I was able to access my Rubik Pi 3 via Wi-Fi.
I then tried to use the adb command to access the board. I followed the Ubuntu preparation guide:
When I run adb devices on my Windows 11 laptop, the board is not detected. However, using adb devices with the same cable successfully detects my Android devices.
Could someone please provide guidance on how to access the Rubik Pi 3 via ADB?
The Ubuntu image does not include ADB support by default. Should you require ADB functionality, please install the necessary packages first.
Alternatively, you may connect to the development board via SSH using the following command: ssh <username>@<ip-address>