many-fac3d-g0d / ServeIt

38 stars 3 forks source link

Cannot view non media files #4

Closed absolutelynothinghere closed 4 months ago

absolutelynothinghere commented 2 years ago

On Android 11 I can't give the app full storage permissions, only media. So when I start a server it only displays picture files and nothing else (no HTML files for example). Any fix for this?

many-fac3d-g0d commented 2 years ago

@absolutelynothinghere do u mean u want to serve a html page with ServeIt instead of just media files. If yes I think it needs some work, basically designed ServeIt for sharing of files between devices.

ZiyaCu commented 12 months ago

Hi @many-fac3d-g0d, I have the same issue on android 11. I checked app permissions and the options are "Storage permission: only media" and "no storage permission" (there is no "full storage permission" option), so the app can see media files like images and videos but not apk files, txt files etc. To solve it, you should edit the manifest file according to this page: https://developer.android.com/training/data-storage/manage-all-files

many-fac3d-g0d commented 5 months ago

Fixed in https://github.com/many-fac3d-g0d/ServeIt/pull/10

many-fac3d-g0d commented 4 months ago

Fix available on F-Droid ServeIt v2.0.0 build, pls download. Supports Android version > 11 and upload functionality to receive files via ServeIt.

ZiyaCu commented 4 months ago

I can't see v2.0.0 right now but I will check it tomorrow. Thanks!