Open kentaylor opened 13 years ago
The application could right directly to SD card. It would also mean a lot more space available for the application than currently available in the device memory. But unfortunately all the code till now takes the availability of the database for granted once it is open for the first time. Changing the location to SD card means facing possible exceptions whenever any item in the application attempts to write to the database while the SD card is unavailable.
Gain and offset will be changable through the settings.
The gain and offset values for each axis are stored in database table which allows them to be manually edited but its not possible to edit the values in a non rooted phone as only the application can access the database.