Tagged Questions
0
votes
0answers
25 views
Making a backup system
I asked for help the other month with making a backup system and people said to use this ive got the first part to work the section where you have to add it to the manifest file but the rest I cant ...
0
votes
2answers
23 views
Android ClassNotFoundException on BackupAgent (wrong package name)
I implemented a working BackupAgent a while ago but now the app crashes with the following LogCat. The thing is, it worked fine for some time and the BackupAgent.java is actually in the ...
0
votes
0answers
12 views
Android restoreAnyVersion flag restoring from backup on version upgrade even when set to false
The restoreAnyVersion is false by default but even when I do set it to false explicitly my application restores data backed up from a previous version. Does this flag not work correctly or is there ...
1
vote
1answer
156 views
Android cloud - Backup Manager vs Drive
I'm developing an application and I would like to implement a feature where it would be possible to share, lets say, favourites, bookmarks, etc, between the same user devices. So, I want to achieve ...
0
votes
0answers
28 views
Android backup-manager for time-limited trial
Is it possible to use android backup-manager to set up a time-limited trial? If not, what else could be used? I have no experience on the server side and I want to avoid it for now.
Thanks!
0
votes
1answer
178 views
Storing files on removable sdcard
I have two Android apps on the market that read/write from the sdcard. One of them stores the backup file to the sdcard. The issue is that with newer smartphones there are two sdcards; the embedded ...
0
votes
2answers
121 views
Compress files from mobile and upload it to server?
I have developed an application for backup and restore on IOS and ANDROID!
for backup i am just looping all files and uploading to server directly and to restore, doing the same to retrieve the data's ...
0
votes
0answers
251 views
How do I copy apk file to my sd card through code?
I want to create an application similar to "App backup and restore" which stores the apk file from /data/app to the sdcard, and then reinstalls it when we choose to restore.
How can this be done?
0
votes
0answers
13 views
Adobe Air and Access to Android Backup
I've been looking around to see if I can backup user created app data using the Android Backup feature which I know exists. However our app is going to be created in Adobe Air and I'm unsure whether I ...
0
votes
1answer
71 views
Copy directory - Working out progress
I have a routine which i've been using for a while to copy a directory from an SD card to a plugged in USB drive. It works, but as there can be 3000 photos, i'm sure you get that it an get a bit slow. ...
1
vote
0answers
41 views
Complete android configuration details
I am trying to work on a project which requires to take backup of complete android configration say wifi connection list and pwd's, ringtone, screen brightness, bookmarks, etc. Is there any common ...
0
votes
0answers
64 views
BackupServiceBinder restore only 1st saved version of a file
I got the sample for Restore/backup by android sdk samples, and its working fine, but updating only 1st version of data. So when i install to a device, modifying some data, after all the time when i ...
0
votes
1answer
73 views
Android SharedPreferences backup
I'm trying to back up my app data using SharedPreferencesBackupHelper. As I understand it you first start by calling
SharedPreferencesBackupHelper helper = new SharedPreferencesBackupHelper(this, ...
7
votes
2answers
437 views
Android: back-up messages and files programmatically
Is it possible to back-up messages (SMS, MMS, email) and files (both on internal and external memory) then restore it using the same application without having to root/jailbreak the device? Either ...
0
votes
1answer
81 views
Add progress bar to backup
I'm using the following code to create a backup of a folder structure on my app (backing up to remote USB)
It works fine, however now i'm trying to work out how to give an indication of how the ...
0
votes
1answer
218 views
Android BackupManager does not restore after the device is restarted
I have followed the guidelines of this document of Android and implemented backup manager. I am able to back up and restore the sharedpref using this framework, however when I uninstall the ...
-2
votes
2answers
190 views
How to enable android backup agent only on WiFi?
I've written a BackupAgent to backup my data, but I want to enable the backup only when WiFi is connected and not GPRS/3G/4G. Can I control that programmatically ?
1
vote
1answer
231 views
Back up signing-key used to sign Android app in Eclipse
So I've got my first Android app well-developed and moving along.
I've got a signing key used to sign it in Eclipse for market distribution.
Now I'm looking at rebuilding my computer, but am ...
0
votes
1answer
435 views
Android backup/restore sample doesn't work?
I'm having this same problem - as found in the google developer group. I quote what it is a very detailed explanation by Chris Grebeldinger (original author).
"In the documentation:
...
3
votes
1answer
386 views
How to take contact backup using code?
As we all know that, when we click the option "export to SD card" in contacts, , It means we are creating our contact backup and that file is stored with the extension as a .VCF file format, Later on ...
1
vote
3answers
90 views
Best way to backup user's inputs dealing with orientation changes
I am developing a simple apps that allow users to post articles on a website.
It's just a simple form with inputs for title et text and a send button.
To do this, I used a FragmentActivity with a ...
1
vote
1answer
93 views
How handle BackupHelper and SQLites additional files
I'm currently developing a BackupHelper for the databases of my Android apps. The method Context.databaseList() reports the names of all databases that do belong to my app. But I do experience a lot ...
1
vote
1answer
34 views
Can I store a Content Provider in a file? In Android
maybe my question is a little stupid but I couldn't find this answer.
What I'm doing is a backup of the APNs list.
I want to store the APNs list in a file. I already have the list of APNs but I want ...
0
votes
1answer
352 views
simple import/export option of a sqlite database
Considering that my application is still in development, from time to time error appears that have influence on my database connected with the application. Because I have already test data, that I ...
0
votes
1answer
84 views
Using BackupManager on a Android PHP-MySQL Server
I'm making an Android application that uses a coin in-game currency (that can be bought using in apps billing) and with that virtual currency the user can buy items that can only be bought once.
To ...
0
votes
4answers
121 views
Best way to Backup project
Hey guys simple question here. Whats the best way to back up an android project? I use eclipse. I'm fairly new and not sure what I need to back it up. Do I need just the project or do I need the meta ...
2
votes
3answers
135 views
Android: How to backup a database when the application gets closed?
I am needing help to determine the right approach. I want to make a backup of an internal database to a location in the external storage every time the whole application gets interrupted or ...
0
votes
1answer
105 views
How to backup database phonegap / cordova?
I was wondering if someone could explain me how to backup database from my application. I build this app using Phonegap.
Thank you
1
vote
4answers
990 views
How to uninstall android apk without losing data?
Is there a way to use adb uninstall on the apk, but make the data persist? I've lost the original key to my app, and now I would like to update it, but without losing the previous data. So I need to ...
0
votes
1answer
513 views
Android: API to access and/or backup system settings
Does Android store all of its system settings in a single file? Is it possible to access this file and possibly copy it to an SD card. Would be great if an API existed that you could call that copies ...
4
votes
1answer
159 views
restore application data programmatically
how can i restore application data programmatically from SDCard on rooted device???
i am worked on backup/restore applications and i did the following steps:
-Back Up case i copied data app from ...
0
votes
0answers
59 views
Recover Eclipse data from android phone
Someone stole my computer and while I was assuming that it was automatically backing up, it didn't. So the files are gone, but I have the (java/android) app signed installed on a android phone.
Is ...
-2
votes
1answer
76 views
Logic for backing up contacts
I am creating an app to backup contacts to a webserver. I am still new to android development so I can't think of the logic to do this. I know that the contact id is not constant and it can change. So ...
0
votes
0answers
268 views
Android Restore Sqlite Database Works on Emulator but not phone
Here is my Code. It only works on a Emulator, and not a HTC Evo shift. Any Idea how to get this database restored from SD Card? The code was found on the web. Then modified to fit my needs. I am only ...
0
votes
0answers
190 views
Restore android contacts [closed]
I got a nandroid backup of a stock android froyo firmware. The device (GT-I9003, Galaxy SL) is now running cyanogenmod 9. how can i transfer the contacts (and sms/mms optionally) from the backup to ...
2
votes
0answers
141 views
How to handle manufacturer-dependent differences in ContentProviders?
I'm trying to backup the SMS inbox and to restore the messages on another device.
Unfortunately, the content provider columns differ from device to device.
There is an app in the PlayStore called ...
1
vote
0answers
200 views
How to backup (or sync) app's data (stored in sqlite database) to google (or gmail) from Android application?
I'm developing an Android application that need to backup (and restore) some data stored in sqlite database to (from) google (or gmail). But i don't have a clue about where to start. I read the backup ...
12
votes
3answers
1k views
BackupManager Not Calling Backup Transport
Alright, so I'm trying to implement Data Backup into my application, and have been following this guide. I've implemented my BackupAgentHelper using a SharedPreferencesBackupHelper. I don't get any ...
0
votes
1answer
332 views
How to backup android the calendar file?
Does anybody know, which files I need to save in order to have a simple backup?
Reason for my question is, that my Galaxy Android smartphone lost all calendar data without any interaction.
I found ...
0
votes
0answers
134 views
Choose which app to backup
i have a app that makes a .APK backup of installed apps on the device but it only backes up all apps and now i want so the user can choose which apps he/she wants to back up. But I really dont have a ...
-1
votes
1answer
39 views
Every 9th row becomes checked
iam working on a application backup app and i want to make so it only backup those apps that i selected via a checkbox. I have implemented the checkbox to the list but when i check a row every 9th row ...
0
votes
1answer
152 views
When is Android's backup service not available?
The document here states that:
'Data backup is not guaranteed to be available on all Android-powered
devices'
Are there any examples of when the backup service is not available on a device? Is ...
0
votes
1answer
129 views
Backup SharedPreferences in Android to local Server or Device
I am developing an App for a lot of Devices, so that they aren't registered to a Google Account.
But I want to backup my SharedPreferences somewhere. In best case in a folder on the device.
So I ...
0
votes
1answer
250 views
Copy and replace (like backup) android database
I would like to know how I can make a copy of my current sqlite db to a separate folder.
Also, I need to know how I can replace a brand new database by the stored db.
I can't use the Android backup ...
0
votes
1answer
149 views
How can I check if a Ringtone exists?
In my app, I'm storing the user's choice of a ringtone in a SharedPreference file. When the app is reinstalled and the backup is restored, I want to check if the ringtone still exists on the device, ...
0
votes
0answers
747 views
Clone Android Device [closed]
i have to clone about 65 Android devices (Galaxy Tab 10.1N).
Currently i would do it with a Backup in Cyanogen Mod.
The problem with the Cyanogen Backup is, it does not backup the Sdcard...
Does ...
2
votes
2answers
2k views
Sqlite DB Android Backup/Restore
I wanted to know what the best practices are for backing up and restoring a SQLite DB on android. Currently I approach the issue by taking the DB to be backed up and using File Input/Output Streams to ...
-1
votes
1answer
197 views
Android Cloud Storage [closed]
I understand that this is an insanely broad topic, but can anyone give me any starting links/documentation on how to integrate cloud storage into my app? As an example (this isn't the actual app, ...
2
votes
1answer
278 views
Best way to backup my whole app (sqlite, folders and files) - Android
I have an app that creates some folders and loads lots of images inside of them. These images are also registered inside the app database.
So far, so good. These days I had to format my tablet due to ...
3
votes
1answer
160 views
Does anyone know how to register for Google Backup API key now?
The URL to register for Google Backup API key no longer works.
(http://code.google.com/android/backup/signup.html) - I am redirected to my developer console.
Does anyone know how to register an app ...


