[android-developers] Re: BackupAgent

2011-06-11 Thread b_t
hi, the interesting lines: Backup Manager is enabled / not provisioned / not pending init Auto-restore is enabled Last backup pass: 0 (now = 1307859545705) next scheduled: 0 Available transports: * com.google.android.backup/.BackupTransportService android/com.android.internal.backup.LocalT

Re: [android-developers] Re: BackupAgent

2011-06-11 Thread dan raaka
see what you find here... $ adb shell dumpsys backup -Dan On Fri, Jun 10, 2011 at 5:07 AM, b_t wrote: > Thank you for your response. > > All of these options are enabled in my phone but backup still doesn't > work. > > Maybe the problem is about my ROM, I don't know > > On Jun 10, 1:14 pm, Kos

[android-developers] Re: BackupAgent

2011-06-10 Thread b_t
Thank you for your response. All of these options are enabled in my phone but backup still doesn't work. Maybe the problem is about my ROM, I don't know On Jun 10, 1:14 pm, Kostya Vasilyev wrote: > Ok, here is some info: > > http://developer.android.com/guide/topics/data/backup.html#Testing > >

Re: [android-developers] Re: BackupAgent

2011-06-10 Thread Kostya Vasilyev
Ok, here is some info: http://developer.android.com/guide/topics/data/backup.html#Testing Ensure that backup is enabled - If using the emulator, you can enable backup with the following command from your SDKtools/ path: adb shell bmgr enable true - If using a device, open the sys

Re: [android-developers] Re: BackupAgent

2011-06-10 Thread Kostya Vasilyev
I remember there being some kind of user setting when configuring a new phone. Can't say exactly what it is, might be the second from the top under Accounts and Sync in Settings. -- Kostya Vasilyev 10.06.2011 13:01 пользователь "b_t" написал: > If I wipe user data when I start emulator then

[android-developers] Re: BackupAgent

2011-06-10 Thread b_t
If I wipe user data when I start emulator then backup works. There is a setting or something that can disable backup process? What should I do to work it on my phone too? On Jun 10, 10:35 am, b_t wrote: > Hi, > > I'm trying to implement BackupAgent functionality but I have no luck. > > It work