View Single Post
Old 06-18-2019, 04:14 PM   #3
anarcat
Connoisseur
anarcat doesn't litteranarcat doesn't litter
 
anarcat's Avatar
 
Posts: 83
Karma: 192
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by lumpynose View Post
That's android showing you that fake/managed view of the filesystem over usb. If you really want to see everything maybe try adb.

https://developer.android.com/studio/command-line/adb
Interesting. I was assuming this wouldn't work, but it's true it might just do it. Hardly qualifies as a user-friendly solution, unfortunately...

Update: adb doesn't detect any device:

Code:
$ adb devices -l
List of devices attached
I have a working adb setup here: I've used it to flash, root and otherwise hack at Android devices without problems before.

I have also tried listing files on the device with jmtpfs, no go.

*But* I found a way to fix the MTP support by hacking at udev, see this other thread for details.

Last edited by anarcat; 06-18-2019 at 09:49 PM. Reason: adb is no go, jmtpfs either, udev hack required then bliss
anarcat is offline   Reply With Quote