[SOLVED] adb does not see Volla Phone X on Debian Sid
-
This is what I see in journal when I connect phone:
saus. 12 20:46:57 vinco kernel: usb 2-2: new high-speed USB device number 19 using xhci_hcd saus. 12 20:46:57 vinco kernel: usb 2-2: New USB device found, idVendor=18d1, idProduct=0000, bcdDevice= 2.23 saus. 12 20:46:57 vinco kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 saus. 12 20:46:57 vinco kernel: usb 2-2: Product: Volla saus. 12 20:46:57 vinco kernel: usb 2-2: Manufacturer: Volla saus. 12 20:46:57 vinco kernel: usb 2-2: SerialNumber: GX290PRO0010973 saus. 12 20:46:57 vinco mtp-probe[11116]: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2" saus. 12 20:46:57 vinco mtp-probe[11116]: bus: 2, device: 19 was an MTP device saus. 12 20:46:57 vinco org.kde.kmtpd5[7053]: Device 0 (VID=18d1 and PID=0000) is UNKNOWN in libmtp v1.1.19. saus. 12 20:46:57 vinco org.kde.kmtpd5[7053]: Please report this VID/PID and the device model to the libmtp development team saus. 12 20:46:57 vinco mtp-probe[11129]: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2" saus. 12 20:46:57 vinco mtp-probe[11129]: bus: 2, device: 19 was an MTP device
Developer mode is enabled on phone, but:
$ adb devices List of devices attached
Running OTA-21
I want to copy files from from BQ Aquaris E5...
MTB browsing forks fine, but I need to upload various dot files and dirs...
-
@talkless My workaround was to use rsync to copy backup files from laptop to Volla (rsync command in Volla's terminal).
Only issue I see is that Notes application hangs upon startup (interface never show up, only loader) after files copied from other phone... And there are important notes...
-
@talkless said in adb does not see Volla Phone X on Debian Sid:
Only issue I see is that Notes application hangs upon startup (interface never show up, only loader) after files copied from other phone... And there are important notes...
Try to let it "load" as long as you can, when i restaured my MX4 datas after reinstalling, it took it very long to reload messages in messaging app for instance, as there was a lot of messages to reload.
-
@keneda Thank for suggestion, but it just keeps "loading". I guess copying home directory made it "crazy". I'll try to contact develpers via bug tracker to see how to debug it or how to correctly move notes from older phone...
-
Speaking of Notes app, I've created bug report:
https://gitlab.com/ubports/apps/notes-app/-/issues/82I've managed to debug it on my work computer, which runs Debian 10 Buster. ADB works there fine.
I guess I'll have to report bug against Debian Sid's adb...
-
This is what happens in Debian 10 machine when I plug Volla X:
Jan 14 08:42:15 vostro kernel: usb 1-1.2: new high-speed USB device number 12 using xhci_hcd Jan 14 08:42:15 vostro kernel: usb 1-1.2: New USB device found, idVendor=18d1, idProduct=0000, bcdDevice= 2.23 Jan 14 08:42:15 vostro kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jan 14 08:42:15 vostro kernel: usb 1-1.2: Product: Volla Jan 14 08:42:15 vostro kernel: usb 1-1.2: Manufacturer: Volla Jan 14 08:42:15 vostro kernel: usb 1-1.2: SerialNumber: GX290PRO0010973 Jan 14 08:42:15 vostro mtp-probe[17962]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2" Jan 14 08:42:15 vostro mtp-probe[17962]: bus: 1, device: 12 was an MTP device Jan 14 08:42:15 vostro mtp-probe[17977]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2" Jan 14 08:42:15 vostro mtp-probe[17977]: bus: 1, device: 12 was an MTP device
There's no
saus. 12 20:46:57 vinco org.kde.kmtpd5[7053]: Device 0 (VID=18d1 and PID=0000) is UNKNOWN in libmtp v1.1.19. saus. 12 20:46:57 vinco org.kde.kmtpd5[7053]: Please report this VID/PID and the device model to the libmtp development team
in system where it works.
So I guess it's regression... -
Idduno, it just works now. Maybe I needed to reboot my laptop or whtever, not usre. ADB connects and I can browse within.
-
-