-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location of database #62
Comments
The Android app stores the SQLite file in its assigned data directory, however this directory is likely protected from being accessed by other apps (for security reasons). However, if you've rooted your phone it should be easy to access, and you might also be able to access it with adb. |
Ah ok I see. I see that AW also has a directory in |
Nvm, see #63 |
If it makes more sense, I could also try to accomplish this by adding a auto-export feature to the server, which would work for all AW platforms. What do you think? |
Hi, it might also work if the app could auto-expory to Dropbox or some cloud storage once a day I guess. I don't think we would need realtime sync, we just need the ability to consolidate data from all devices in one location right? |
I was hoping to fix this problem for myself by using adb to make just the acitivitywatch data directory readable by all, but this also requires root : (. I did discover that running Anyway, the best solution I think would be to either add an option to have activitywatch automatically export, or have the syncing feature implemented so that this data is pushed to my pc and I can just get it from there. Or you could just root your phone : ). |
Is the database saved as a sqlite file somewhere on the device I could get access to? I'm looking for a way to automatically backup my usage data from my phone without having to manually use the export feature. I have another app that lets me sync specific directories on my phone to the cloud; I'd like to feed it the AW data directory.
Does this make sense or is there a better way to achieve what I'm looking for?
The text was updated successfully, but these errors were encountered: