ttabbal
-
3 votescompleted ·
AdminCarter
(Admin, two forty four a.m.)
responded
I can make two suggestions:
1. You can try the app for 24 hours and return it if you have any problems.
2. Buy the app and run it on Cyanogen. If you have problems, email Steve Kondik (Cyanogen himself) and CC locale-support.
The app is not intentionally broken on Cyanogen, but supporting Cyanogen is impossible.
Cyanogen is an untested, beta version of Android. Steve Kondik (Cyanogen himself) isn’t doing anything magical. He’s taking untested beta code from the Android open source project, and backporting it. There is a reason that Google hasn’t backported this code already—it doesn’t work properly yet. It hasn’t been through a proper QA cycle.
The problem isn’t Locale, the problem is Cyanogen. I’ve received hundreds of emails about problems with Cyanogen, and they are all due to bugs in Cyanogen rather than in Locale. So if you’d like to help Steve make Cyanogen compatible with… more
ttabbal
shared this idea and gave it 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
ttabbal
commented
·
I don't mind if it's a manual command line thing. Where are the settings stored so I can backup/restore them myself as needed? I'm fine with it possibly not working, I'd just like to be able to do something to possibly save myself some time. I totally understand it not working between versions, and if I make it crash, I promise I won't ask for help with it.
ttabbal
gave this 3 votes
·
-
21 votescompleted ·
AdminCarter
(Admin, two forty four a.m.)
responded
Locale 1.0 offers significantly improved location detection that should solve this problem. You don’t have to do anything to configure it; Locale 1.0 handles this automatically. The solution doesn’t work exactly as you’ve described here, because the solution in Locale 1.0 is better :).
Locale 1.0 is available on the Android Market today in countries that support paid apps. Full release notes are here: http://www.twofortyfouram.com/notes.html
ttabbal
gave this 3 votes
·
backup: tar cvf /sdcard/locale.tar /data/data/edu.mit.locale
restore: tar xvf /sdcard/locale.tar -C /
I put those into GScript and it seems to work for me. It's crude, and might cause other problems, but it does in fact work. I can backup, remove locale, reinstall locale, and restore the backup. When I load locale, I can see the situation I configured before the backup. I'd rather have something like the auto-snapshot system mentioned before, but this gets the job done for me.