I am using the sensors to store accelerometer data into an array. This works fine. Once I hit 10 updates I want to save the array to a log txt file to access from my PC in device manager (just as a test). I am using tizen native 4.0 on a gear s3. When I use get_data_path it returns:
However this is not visible from device manager. If I try to save it to media (I have given permission to save to media in manifest) I get errors. How can I just save a text file and access it from device manager? Is it because I am doing it from accell callback function??? I’m so confused
Save file to device to access from device manager
I am using the sensors to store accelerometer data into an array. This works fine. Once I hit 10 updates I want to save the array to a log txt file to access from my PC in device manager (just as a test). I am using tizen native 4.0 on a gear s3. When I use get_data_path it returns:
/opt/usr/home/owner/apps_rw/org.example.get_accel_data_log/data/
However this is not visible from device manager. If I try to save it to media (I have given permission to save to media in manifest) I get errors. How can I just save a text file and access it from device manager? Is it because I am doing it from accell callback function??? I’m so confused
The complete code:
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio