[android-developers] Backup in android

2011-02-09 Thread jp
I want to do in my apps is that the application will take a backup of
android device (like contacts,sms etc) and also take backup of
installed apps in device(there files,database etc).
can any body have some idea of how to do this, or any tutorial or
examples
please help me ...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Backup in Android

2010-11-18 Thread uday
Hi All,

Im trying to do the backing up of my application's data into the
Google Servers..

For doing this i've implemented a BackupAgent in my code and i i
included this in the Android  Manifest file and "Meta-data" after
registered my Application's package with the Android Backup Service.

When i run the application to do the backup this is not performing the
backup.. Im using Nexus one device(connected to WIFI also) .

Could any one please let me know why it is not calling my
BackupAgent's onBackup() or even onCreate() methods??

Am i missing some thing, to include in the Android manifest file or
some where in the program??

I've tried the example given in the SDK samples.. But no use..

Thanks in advance for the information

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Backup in android

2011-02-09 Thread TreKing
On Wed, Feb 9, 2011 at 11:02 PM, jp  wrote:

> can any body have some idea of how to do this


Do what? Everything you just laid out? That's mildly complicated. What do
you have so far?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en