John
-
23 votescompleted ·
AdminCarter
(Admin, two forty four a.m.)
responded
Locale 1.3 now uses an XML format for backup files on Android 2.2 and later. The format of the files is really an internal implementation detail, and backup files are not considered a public interface to the app. In fact, the backup files contain the following warning: “WARNING: This file is not designed to be human-editable. Treat this file as if it were a swarm of angry bees: disturb it and you will get stung!”
With all of that said, it is possible to create a backup file, literally copy and paste a situation element, and then restore the backup file. I don’t recommend this solution, however it does implement this feature request for those feeling adventurous.
John
gave this 3 votes
·
-
204 votescompleted ·
AdminCarter
(Admin, two forty four a.m.)
responded
AUTOMATIC BACKUP/RESTORE
Locale has automatic backup and restore using the cloud-based backup mechanism in Android 2.2 or later. There are no configuration options within Locale—it just works!To use this feature, simply make sure that backup/restore is enabled by going to the Android Settings and verifying that Backup and Restore is enabled. (This option might be in a different place on different devices. With Android 2.2, it can be found under Android settings → Privacy. With Android 4.0, it can be found under Android settings → Backup & reset). Whenever Locale is uninstalled and reinstalled, the device is factory reset, or you upgrade to a new device, your Locale situations will be automatically restored. If there are no options for backup and restore under the Android Settings, then the device does not support automatic backup and restore.
Since backups are tried to a Google account, be sure to… more
John
gave this 3 votes
·
-
774 votesunder review ·
AdminCarter
(Admin, two forty four a.m.)
responded
The original request here was for a logical NOT operator, although it doesn’t make sense to create a logical NOT operator in Locale. Most of the time, NOT isn’t the right way of thinking about a Condition. For example, NOT 9 am to 5 pm could be redefined as 5pm to 9am. NOT at work would simply be the Default situation. For the other conditions built-in to Locale, thinking about the problem in a different way usually means that NOT isn’t needed. If a Condition truly needs NOT logic, then that should probably be put into the individual Condition’s UI itself rather than as part of the Edit Situation screen in Locale.
Although this request is for a NOT operator, I believe the underlying request here is a way of detecting the transition between situations. The strongest use case would be detecting when you’ve left a particular Location. While Locale… more
John
gave this 3 votes
·