comanda adb se regăsește acolo unde ați instalat SDK-ul, de exemplu la: /opt/Android/SDK/platform-tools/adb

USB setup

  • Dacă laptopul Linux nu vede telefonul la comanda adb devices

  • udev rules

adb over wifi

using CLI

  • adb over wifi

  • Connect the device and the computer to the same Wi-Fi network

  • Plug the device to the computer with a USB cable to configure the connection

  • On the computer command line type: adb tcpip 5555

  • On the computer command line type: adb shell ip addr show wlan0 and copy the IP address after the "inet" until the "/". You can also go inside the Settings of the device to retrieve the IP address in Settings → About → Status.

  • On the computer command line type: adb connect ip-address-of-device:5555

  • You can disconnect the USB cable from the device and check with adb devices that the device is still detected.

using Android Studio menus

  • Din meniul de device-uri, se selectează "Pair Devices Using WiFi"

imagine AVD cu root și GMS

  • Unzip lineage-gms-root.zip at location where studio keeps its images, for example
    /opt/Android/SDK/system-images/android-35/lineage-gms/x86_64

  • Create virtual device

Android Studio -> Device Manager -> +(Add New Device, small phone) -> Create Virtual Device -> Next -> x86 Images -> Refresh -> Under release name it shows “API 35” but it doesn’t have the download icon ; under Target it says ‘Android API 35 (LineageOS)’

  • Give it a unique name, say Lineageos-EIM1

  • Advanced - choose low specs: 2 CPU, 512M of RAM

  • Setup – use 3 button navigation

  • In Android, go to Settings/About Device/Build number – click it 5 times to become a developer

  • Settings/search for root to find the option for rooted debugging; enable root

  • From developement machine

adb root 
adb shell
  • After first boot and setup, user data and apps are stored in $HOME/.android/avd/EIM_lineageos_1.avd/
  • create a second machine if needed