T0biasCZe / AdbFileManager

Fast Android <-> Windows file manager using ADB protocol
444 stars 29 forks source link

[BUG] Does not work with Google Pixel 8 #21

Open hackgrid opened 5 months ago

hackgrid commented 5 months ago

Describe the bug I use a Google Pixel 8 and enabled developer mode + USB debugging.

But the file manager can't find any folders: grafik

Maybe there is no real sdcard slot with the Pixel 8?

T0biasCZe commented 5 months ago

"/sdcard/" is directory for the internal storage on android phones, not physical sd card

and did you also authorize USB debug for that specific computer? When you enable USB debugging, you also need to separately authorize each computer. When you connect the USB it should show popup dialog if you want to authorize or not

hackgrid commented 5 months ago

Thanks, it works now! :-) I had to delete all previous authorizations + allow it again.

But I had to restart the app, because I was too slow allowing the debugging connection on my phone :-) Maybe the app could wait for this?

T0biasCZe commented 5 months ago

there is refresh button in the middle