https://bugs.kde.org/show_bug.cgi?id=377058
Lamarque V. Souza <lamar...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lamar...@kde.org --- Comment #6 from Lamarque V. Souza <lamar...@kde.org> --- If I change the url in Dolphin from <mount point>/storage/B4BE-4FFD/ <mount point>/mnt/media_rw/B4BE-4FFD/ then Dolphin lists the folder contents. KDE Connect's Android app [1] hardcodes "/storage" as the path to search for all storages, which makes sense except for the fact that Android does not provide a standard way to access the external sdcard (by what I could find on the Internet). In most cases /storage provides access to the internal storage and the emulated sdcard (a portion of the internal storage used to emulate a external sdcard). There seems not to be any standard way to access the real external sdcard. There are some hacks available [2] but they sometimes break due to changes made by phone manufacturers in their Android flavors. Maybe someone could add a configuration to the plugin to the "remote filesystem browser" plugin to indicate the correct path to the real external sdcard. [1] kdeconnect-android/src/org/kde/kdeconnect/Helpers/StorageHelper.java [2] https://stackoverflow.com/a/40582634 -- You are receiving this mail because: You are watching all bug changes.