kentaylor / AvocadoAC

Inspired by Chris Smith's project this application does classification differently, logs classifications in a local database and maintains an online repository of activities.
https://github.com/kentaylor/ContextApi/wiki/Classification-Update
5 stars 5 forks source link

Can not adjust gain and offset in a non rooted phone. #53

Open kentaylor opened 13 years ago

kentaylor commented 13 years ago

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.

umranium commented 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.

umranium commented 13 years ago

Gain and offset will be changable through the settings.