Ubuntu Version 17.04 (64 bit) Mobile: Moto G4 (Plus) Android 7.0 When I connect my mobile to the laptop, and select Transfer File option on mobile, the mobile does not show. If I give the lsusb command, it shows in the list.
A few weeks ago I was able to connect the mobile to the laptop.
sudo apt-get install adb
.adb devices
. You should allow USB debugging in your device.adb push local_folder remote_folder
to push files into your phone oradb pull remote_folder local_folder
to pull files from your phone.