[android-developers] Re: Backup Manager not working on HTC Desire running Android 2.2

2013-01-13 Thread Amy Phillips
Hi Jason, I'm definitely calling dataChanged(), but have just also tried an extra call to adb shell bmgr backup *uk.co.islovely.cooking.schedulerhttp://your.package.name * but no luck after that. I have previously been reinstalling my app by running it in the eclipse debugger, which does the

[android-developers] Re: Backup Manager not working on HTC Desire running Android 2.2

2013-01-13 Thread Jonathan S
http://developer.android.com/guide/topics/data/backup.html#Testing On Sunday, January 13, 2013 5:06:57 PM UTC-5, Amy Phillips wrote: Hi Jason, I'm definitely calling dataChanged(), but have just also tried an extra call to adb shell bmgr backup

[android-developers] Re: Backup Manager not working on HTC Desire running Android 2.2

2013-01-13 Thread jason_gates
Hi, Thank you for the response. I perused your logs, but honestly didn't have time to study them carefully right now :) When I read and write files, I set the path with: getBaseContext().getCacheDir().getAbsolutePath();. I then add a file name. I hope this isn't a dumb question, but here is

[android-developers] Re: Backup Manager not working on HTC Desire running Android 2.2

2013-01-10 Thread Amy Phillips
Anyone? Is there a better place to ask for help? On Friday, January 4, 2013 10:11:28 PM UTC, Amy Phillips wrote: I'm developing an Android app and would like to use BackupAgentHelper to backup my application data. I have followed the instructions at

[android-developers] Re: Backup Manager not working on HTC Desire running Android 2.2

2013-01-10 Thread jason_gates
Hi, Sorry, I haven't used the BackUp Manager, but I perused the documentation page you referenced. To invoke the Backup Manager from your phone, I would try using the 2 command approach - adb shell bmgr backup *your.package.name* - adb shell bmgr run If you application