General :: Backup Using Carbon - Set Desktop Backup Password Blank
Feb 28, 2013
Whenever I try to make a backup using carbon it says I'd need to set the desktop backup password blank, but I already tried that a few times and it always gives me the same error. What do I need to do to make it work? I'm using an xperia s on ics.
View 4 Replies
Oct 7, 2013
I had to factory reset my phone.
Now I want to make a new backup using Helum but the app keeps asking for the Desktop Backup Password. I thought that this one should be reset (i.e. deleted) after a factory reset but I can't set a new one.
Is there a way to reset this without doing another factory reset?
View 1 Replies
View Related
Nov 10, 2013
When I try to recover my apps using Titanium Backup's "Extract from Nandroid" feature, it says "Could not find any data in this TWRP backup"
The files in my TWRP backup folder are
data.ext4.win000
data.ext4.win001
data.ext4.win002
md5 for the above
recover.log
View 1 Replies
View Related
Jun 11, 2012
I'd like to know if there's a way to use Titanium Backup to preform a backup and then transfer those backups to my computer ?
I know this may sound simple but am under the impression that when you make a backup of your ROM and other files on your device, it has to stay on the device.
When making a NANDROID backup, is it safer and more useful if one can store those backups on one's computer ?
Am sure there's a way to do this but am not sure if there's already an app for it.
View 2 Replies
View Related
Jul 27, 2012
with the latest versions of Titanium Backup, I can't seem to figure out how to do batch backup and restore of apps and data anymore.
View 3 Replies
View Related
Dec 30, 2012
I have titanium backup pro. I want to know can I backup only apps data? I mean when titanium backup pro performs backing up are there any option to excludes apk file backup and only backup apps data?
I think it's useless backup apk files, I can download them from Google play store.
View 7 Replies
View Related
Jul 12, 2012
I'm currently using Nikez Lente's ICS rom 1.0.1a9 and what is the system app name for the phone's homescreen where all my apps, widgets are currently stored. I'm a bit of a flash freak so every now and then I drag my at least 40-50 apps one by one.
View 6 Replies
View Related
Jul 21, 2012
how can do a backup of data usage on ics with titanium backup? because if I change roms with full wipe I lost all saved data.
View 2 Replies
View Related
Sep 23, 2010
Is there an app that will backup and restore your desktop widgets to there original position. I know you can backup/restore your icons with Launcher Pro, Titanium, etc... but they do not restore working widgets. Is the only way to do this through a complete system restore like nandroid?
I would like to be able to restore my desktop with widgets after something like a factory reset or custom ROM install. Is it possible to restore just the desktop/widgets from a nandroid backup? What data would I restore to accomplish that?
View 1 Replies
View Related
Aug 30, 2010
Is there a PC backup, for the password vault?
View 1 Replies
View Related
Sep 30, 2010
When i click on batch, then run to backup my apps it jumps back to the Backup/Restore screen with all the apps, nothing gets backed up. I have backed up before with Titanium and it worked. I reinstalled Busybox, didn't help. If i uninstall and reinstall will i lose all the things i did like freeze apps etc ? When i try to update through the marketplace it says installation error, package file was not signed correctly.
View 1 Replies
View Related
Nov 24, 2010
I don't know why I feel like it might be a conflict with apps organizer? I have the pay version, just got it, but my app list is empty. I can't back anything up or freeze anything.
View 9 Replies
View Related
Nov 7, 2010
I have 73 visual voicemails on my Evo right now. If I backup the stock voicemail program with Titanium Backup will I be able to restore them all after wiping all data and/or installing a different ROM (as well as Sprint VVM)? If not, is there another way to backup the downloaded voicemails on the phone, i.e. not emailing them to myself?
View 4 Replies
View Related
Sep 30, 2010
I have the root app Titanium Backup. When I root my friends' phones, I like giving them all my root apps with a quick transfer of my SD card app backups from AppControl.
BUT, I have never been able to find the backup file for Titanium Backup. I realize they can just download it from the Market, but where I work I get no service so I can't download it for hours for them.
Does AppControl or even Titanium Backup itself actually back up Titanium Backup? It seems almost like they skip over the APK because I can never find any backed up APK files that have the words "Titanium" or "Backup" in it. I've never been able to find the file!
View 7 Replies
View Related
Feb 23, 2010
I DLed Titanium Backup, but it wasn't obtaining root access. I read here that I probably need to update to a newer version of BB. After a bit of a fight, I finally managed to get BB 0.4 onto my Droid. I figured I was safe b/c I have Lookout, which also backs up data. Yeah, it backs up contacts and pix, that's it. So here I am w/ a nice, shiny new rom, and a completely wiped phone.
Now, I know my old info is still there. I know I could just recover into my last version. But then I wouldn't be on this rom. Is there any way for me to get that info on here, or do I have to do everything manual? Or could I restore the old version, and not need to do a wipe when flashing the new rom?
Man, no matter what I good I start to feel about myself w/ what I've already learned from you guys, I'm quickly reminded that I'm barely scratching the surface.
View 3 Replies
View Related
Jun 21, 2010
Rooted DInc then removed some apps like city id. I had purchased some apps before I rooted and I was curious as to first, how and where do I backup using titanium backup? Second, say if I factory reset my phone then put the paid apps back on would it still recognize that I already paid and still give new updates? Also side question, if I remove friendstream will facebook still sync with the facebook app and sync photos my phone book?
View 3 Replies
View Related
Nov 18, 2010
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 included this in the Android Manifest file and "Meta-data" ( Got 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). why it is not calling my BackupAgent's onBackup() method?? Am i missing some thing, to include in the Android manifest file or some where in the program?
View 1 Replies
View Related
Sep 23, 2010
when people say nandroid backup or whatever how do you do that? i downloaded rom manager and backed up but is that a android backup? sorry im new and trying to get the fps fix without losing data...
View 5 Replies
View Related
Oct 17, 2010
I am implementing the new BackupAgentHelper from android 2.2. For it to work you need to supply the name of the SharedPreferences that you want to backup:
public class MyPrefsBackupAgent extends BackupAgentHelper {
// The name of the SharedPreferences file
static final String PREFS = "user_preferences";
// A key to uniquely identify the set of backup data
static final String PREFS_BACKUP_KEY = "prefs";
// Allocate a helper and add it to the backup agent
void onCreate() {
SharedPreferencesBackupHelper helper = new SharedPreferencesBackupHelper(this, PREFS);
addHelper(PREFS_BACKUP_KEY, helper); }}
Problem is I use the PreferenceManager.getDefaultSharedPreferences() method in my application to get the default shared preferences instance. Now I need to supply the name of that file. How can I find out what name that is?
View 1 Replies
View Related
Oct 5, 2013
Installing the Carbon ROM Android 4.3. I have a Samsung Galaxy S3 and i've downloaded the zip file needed from (AT&T) I've put it onto my sd card and i followed these steps
Step 1: Wipe Date/ Factory reset
Step 2: Wipe Cache partition
Step 3: Advanced > Wipe Dalvik cache
IMPORTANT ONE!!
Step 4: Mounts and Storage > Mount /system > Format /system
Step 5: Mounts and Storage > Mount /system (yes again to make sure its mounted, do NOT click UNMOUNT /system
Step 6: Install carbon rom, followed by the gapps, and all should be working swell. This is what I did to get a first time install working.
But i do have a problem with step(s) 4/5. when i do it, it the screen just does a quick flash, so i'm not 100% sure of it did it's job. so after that i continued on installing with the 6th step, and it does a 2sec start and tells me that it had failed. So I just restart my phone since i cant do anything else and I'm still stuck. BTW my phone is rooted.
View 2 Replies
View Related
Nov 16, 2012
i am new to Android so i got Karboon A1+ and it runs Android Version 2.3.6 , i want a custom ROM for it coz i am finding a bit difficult to create one from me... how do i back up my default ROM ,, i failed to do it with ROM Manager...
View 5 Replies
View Related
Mar 29, 2014
I trying to fiqure out how I could make a flashable zip from a CWM backup. Its of the stock ROM.
View 1 Replies
View Related
Jan 13, 2013
How to create custom rom from my backed up android(rooted) and install it to the another phone
Galaxy Nexus
View 3 Replies
View Related
Apr 5, 2012
I have a couple of nandroid backups from an older version of clockwork recovery mod. The first one is of the official Android 2.1 that came with my Hauawei U8100, and the rest are from a Cynogen ROM of Android 2.3. I recently updated my clockwork recovery mod, and now i can only restore the first backup fully, and the rest can only restore the ROM, but give me a "android_secure.img not found" error, and don't restore data. Is there a way to update the backup to the new version? Is the version upgrade even the problem?
View 7 Replies
View Related
Apr 25, 2013
I have CWM Touch Recovery v6.0.3.1. A couple of hours ago, I made a NANDroid backup before flashin a new ROM. When I attempted to use NANDroid backup manager to restore my apps and data, the app said I had no apps in the backup. Upon reviewing the files CWM created, I discovered that it created several data.ext4.tar files. Is there a way to combine these so I can use the Nandroid backup manager to restore my apps. I've managed to restore call logs, text messages and wifi data but my apps are important too.
I do realize I could probably use CWM for restoring but I want to restore specific apps and not the data. (I.e the recently updated hotmail app) Plus, restoring with CWM flashes data that is incompatible with the new ROM.
View 4 Replies
View Related
Dec 14, 2012
I have a samsung galaxy player and I am interested in making a copy of the stock rom. We could not get the kernel into the system pull.
View 1 Replies
View Related
Mar 8, 2014
How do I backup apps and data of other users, for use in a fresh ROM installation? Titanium Backup is of no use because it only handles multi user data, meaning that the main user must have the app installed also, otherwise restoring the backup only causes Titanium to hang indefinitely. There don't even appear to be any other apps that even try to support multi user. The best I've seen so far is some overly-complicated guide that requires you copy-and-paste the data files to Titanium's multi profile system.
View 1 Replies
View Related
Jun 8, 2012
I tried on my I9001 the subject rom, it is a good work, for me is more fast than other 2.3.6 rom but:
1) I can't restore sms backup (I made it by SMS Backup and Restore)
2) I can't restore call backup (I made it by Call Logs Backup and Restore)
3) I can't restore contacts backup (I made it on a single *.vcf file by the last rom in contacts area)
4) I can't syncronize contacts by google account
5) I can't see all calendar appointment (I can see only two for a day when I have five, six or seven !)
6) Default file manager can't read external_sd but gallery can read external_sd, I don't know why !
View 2 Replies
View Related
Mar 1, 2014
I just want to know is it possible to backup latest gapps? I'm tired of updating.
View 2 Replies
View Related
Mar 18, 2013
any way to backup vpn connections?
View 2 Replies
View Related