UberGuidoZ / Flipper

Playground (and dump) of stuff I make or modify for the Flipper Zero
GNU General Public License v3.0
13.56k stars 3.19k forks source link

Possible to modify directory access to allow file download to mobile app? pcap files #478

Closed darkiron71 closed 1 year ago

darkiron71 commented 1 year ago

I am looking to see if it is possible to modify directory access to allow downloads via the mobile app. More specifically, I want to download pcap files from the /ext/apps_data/marauder/pcaps . When accessing this directory from the mobile app all pcap files are grayed out and unavailable for download. I am able to download the log files just fine to the mobile app so I am unsure why all files in the pcap directory are unable to be accessed via the app. I suspect it is some type of permissions issue on the folder itself, but I am unable (or don't know how) to change the folder permissions to allow downloads. Can this feature be included in a future version? Or are there instructions on how to modify directory access to allow for pcap file downloads to the app?

Any help on this is much appreciated!