Bug 1507

Summary: i want export a file *.sr saved from android
Product: PulseView Reporter: francesco.col <f.colucci3>
Component: PortabilityAssignee: Nobody <nobody>
Status: RESOLVED WORKSFORME    
Severity: normal CC: soeren
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: ARM   
OS: Android   
Attachments: saved file on android

Description francesco.col 2020-02-26 21:27:49 CET
Created attachment 607 [details]
saved file on android

Hi,

I acquired a signal via smartphone, with pulseview installed on my smartphone android. My matter is the follow.. I dont find on my smartphone the file saved *.sr. The path of saving is data/files, but i dont find this path and the files saved. I want take this file and study it on pulseview for windows.

Thank for yours help
Comment 1 Soeren Apel 2020-02-27 08:43:01 CET
Hello, according to https://doc.qt.io/qt-5/qstandardpaths.html , this path is "<APPROOT>/files" and probably only accessible from the application itself. In order to create a file on external storage, you need to choose a different location to save it but I'm not sure what it's called on Android. Maybe "sdcard" or so.
Comment 2 francesco.col 2020-02-27 19:07:02 CET
Hello, thanks for your help. I solved writing manually SDCARD in the path after I selected " Save As ". In this way compare all the root folder of the smartphone.
Comment 3 francesco.col 2020-02-27 20:05:22 CET
Hello, thanks for your help. I solved it writing manually SD CARD in the path of "Save As". In this way appears all the root folder of the smartphone.