Android :: When Make A Backup And It Goes To SD Card To Folder TitaniumBackup
Oct 4, 2010When I make a backup and it goes to my SD card to the folder "TitaniumBackup" is it safe to transfer that folder to my computer and delete it from my SD card?

When I make a backup and it goes to my SD card to the folder "TitaniumBackup" is it safe to transfer that folder to my computer and delete it from my SD card?
one is clearly the folder for my actual sdcard (sdcard2) and the other (sdcard) seems to be where all my apps and downloads go. this creates an unreliability being that the phones sdcard folder isnt connected to my removable card and thus making backups useless.
View 8 Replies View RelatedIs there any easy (preferably free) way that I can backup/sync my DCIM (pictures) to the "cloud"?
I probably don't need something that does it automatically. I think doing it on-demand when I want to would be fine.
I almost never need to connect my phone to the PC anymore, so I'd really love a way to safely backup the pictures without having to do so.
I'm looking for an app that u can throw all your videos, pictures, music or whatever into a folder than can be locked with a password.
View 6 Replies View RelatedI was running out of space on internal SD on my Samsung Galaxy S3, so I deleted the CWM backups (I thought I did) and that gave me back to 7GB of free space.
Ran the CWM backup again, but now, the only backup I can find is at mnt/sdcard/clockworkmmod/backup/1970-01-07.06.00.46. All the files in that folder are dated 1970 as well.
Free space went down to 4.xGB, so there is a backup somewhere (and the screen messages seemed normal as it ran).
The previous backup folders I deleted had the date of the backup as the first part of the filename, e.g. 2013-05-17.xxxxx. Is this 1970 one I am seeing my new backup? Why is it a 1970 date?
is there any way to get CWM to store the backup folder on extsd and restore from there?
I want to make a sdcard folder private to my application same the way we have /data/data/<app> directory. and prevent the access of that folder from other apps.
How could I achieve this in android?
After you get done doing a nandroid backup, and you go in with an application like Astro, make sure there aren't any spaces in the folder name. Nandroid does not like that. Took a backup, tried a different ROM, didn't like it so went to go and restore my backup, wouldn't restore. It wouldn't get by the MD5 sum check. I just happened to notice there was a space in the name, mounted the memory card, removed the space, rebooted back into recovery and attempted to to the restore again, and success. Just a little tidbit of information I ran into first hand.
View 3 Replies View RelatedSO basically, I'm using the "Online Nandroid Backup" app to create a nandroid to prepare for the upcoming 4.4 update and the whole root/unroot process. I want to know if I can move the backup folder from my phone to my PC (due to the complete erase that'll happen eventually), and then move it back. Will my phone recognize the backup as long as I use the same app to restore and have TWRP installed?
View 1 Replies View RelatedI have a really odd problem recently i rooted my phone (sgs4) and used TWRP (and later CWM) to make a backup of my system via recovery. However, at one point the backup failed due to insufficient space on my internal card, and now the phone keeps warning me that the phone is full. However - and here's my stupid problem - I don't remember which of the two backup programs I used when this happened, and however I search the card (using Root explorer) I'm unable to find ANY folder named backup, twrp, clockworkmod or anything comparable. Now, the files MUST be on the card somewhere, considering used storage jumped with about 4,5gb. before and after this incident. Where such files might be hidden?
View 6 Replies View RelatedI backed up all the system and user apps before installing the custom ROM CynaogenMod 10. I restored the user apps and it worked fine. Then I tried restoring the system apps and I had to choose to restore from either XML or system image. I chose system image, rebooted and the phone kept restarting. I then tried using the XML file to restore system files. Again the same problem; the phone kept restarting.
Out of the backed up system files, the most important one for me is the contacts. Is there any way I can restore only the contacts. I have the following files in the backup folder pertaining to contacts.
1) com.android.providers.contacts-1.properties
2) com.android.providers.contacts-1.tar.gz
3) com.android.providers.contacts-1.odex.gz
4) com.android.providers.contacts-1.apk.gz
I create aviparsernode folder by coping from MP4 parser node folder under /external/opencore/nodes/. But when I type "make" command under /external/opencore/build_config/opencore_dynamic/. The files under aviparsernode folder are not compilied. Does any one knows how to let OpenCore to make files under aviparsernode folder?
View 4 Replies View RelatedI am trying to make a folder lock application for android platform.It basically involves asking the user a pre-set password when he clicks on a specified folder.Sir I am not getting any clue regarding how to get the event generated by operating system when the user opens the folder.Or if there is any such event generated at all.
View 2 Replies View RelatedI am using the following code to download a file from my server then write it to the root directory of the sd card, it all works fine:
package com.downloader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import android.os.Environment;
import android.util.Log;
public class Downloader {......................
Firstly, when I get my larger (32gb) micro sd card, would I be right in saying that it's just a case of copying everything from my existing card onto my PC, and then from my PC back onto the larger card?
And the other thing, is there a setting on the Galaxy GT-i15700, or one I can download for it, that wil allow me to 'password protect' a folder that I create ?
Ok got a dumb question, I saved some stuff and it said it put it in a folder on the sd card. So my question is how do I access the SD card to see the folder.
View 3 Replies View RelatedOk i have searched and cant find anything. I want to make a folder on one of my screens to put movies that i have on the phone for the kid in so it is easy to get to. I can make a new folder but how do i put the vids in it. Dont even know if i can.
View 1 Replies View RelatedIs there a way to make a folder close once you select a shortcut out of them? So that when you go back to the homescreen you don't have to close the folder.
View 1 Replies View RelatedI have a folder on my computer full of the apk files of apps I regularly install after flashing a new rom, I was wondering if it is possible to turn that folder into a .zip folder that is able to be flashed to the phone in CWM just like when you flash the Gapps.
View 1 Replies View RelatedI'm currently only testing things in an emulator due to not having an Android device as of yet. I'm honestly holding out for some of the new 1 Ghz machines to come out and do some comparisons. Anyway, I would imagine one would easily be able to make whatever folders they choose on an sd card, but on the emulated one, I can only seem to push entire folder contents or single files to the root. The adb help doesn't appear to have a command to make a folder. Is this not possible, or am I just missing something?
View 5 Replies View RelatedI'm looking for a way to allow a user to press a button to browse the contents of the SD card, and then select a folder, whose path will be returned to the application. Similar to how you pull up the "Browse..." dialog on Windows for installations.
View 3 Replies View RelatedI want to write code to display the images only from a particular folder in sd card. e.g a folder named b'day(/sdcard/pictures/b'day). I have the following code, but it displays all the images in the sd card. What should I add/change in the following code to accomplish my objective.
private void displayGallery() { Uri uri = MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI;
String[] projection = { MediaStore.Images.ImageColumns._ID,
// The columns we want
MediaStore.Images.Thumbnails.IMAGE_ID, MediaStore.Images.Thumbnails.KIND };
String selection = MediaStore.Images.Thumbnails.KIND + "=" + // Select only mini's MediaStore.Images.Thumbnails.MINI_KIND;
mCursor = this.managedQuery(uri, projection, selection, null, null);
if (mCursor != null) { mCursor.moveToFirst();
ImageAdapter adapter = new ImageAdapter (mCursor, this);
Log.i(TAG, "displayGallery(), adapter = " + adapter.getCount());
mGallery.setAdapter(adapter); mGallery.setOnItemClickListener(this);
} }
What I am trying to do is simply copy over entire folder full of mp3 files onto sdcard within an app. I am doing this out of "assets" folder because raw folder does not allow mp3 files to be named the way I need them to. Here is what I dug up so far but not sure if this will work. I am lost.
InputStream ins = getResources().getAssets().open(""); int size = ins.available();
// Read the entire resource into a local byte buffer. byte[] buffer = new byte[size];
ins.read(buffer); ins.close(); FileOutputStream fos = new FileOutputStream("/sdcard/myfolder/");
fos.write(buffer); fos.close();
I'm trying to find out how to make a bookmark folder for my dolphin bookmarks OR even better, sync the htc bookmark widget with my dolphin bookmarks. I have astro.
View 8 Replies View RelatedIn the Phone Memory (not the external microSD) there is a folder named Android.
It has two folders in it, "data" and "obb".
Memory cardAndroidobb
Memory cardAndroiddata
Is this like "program files" in windows? Or "/usr" for freebsd or linux file folder structure?
I have a little experience using computers from late 1995 Year, and from year 2000 I am using also Linux from time to time, and very rare but it was a delight freeBSD. I have no experience on Android and MacOs.
Now, I all my family (father, mother, girlfriend and I) changed the phones on Android which is Linux based, but for ARM processors.
Anyway, I have played a little with Android 4 x86 on my laptop.From, my point of view, a Android Smartphone is just a little computer like an raspberry pi / pandaboard / beagle board.So, a mini computer with an Arm processor running a very small and tiny operating system max 8 Gb, when on my gentoo install I had been using about 30-40 Gb. I know, the size can be affected by the compiling flags but anyway.
Now, on all my system I had, from my experience I did 2 Backups, like this:
My laptop is backed-up on the External Hardisk number 1, and the External Hardisk number 1 is backed-up on the External Hardisk number 2.So, as it is a good practice to have a backup handy, I keep 2 backups in 2 different location in case of hardware failure / water flood etc. Some of the files I need are backed up in the cloud, on the internet.
I use to make IMAGES of the Operating System partition, and of the mbr , and of the partition table, with software like Acronis True Image, Paragon, DriveImage XML, Norton Ghost, Clone Zilla.
When I had to do data recovery I did an Acronis "sector-by-sector" approach image of the hardisk, and I recovered files from that image.
I assume that maybe I will need to get root on one or two phones, and one phone need's to be unlocked from the carrier.
Before doing this I would like to make a full backup of the phones.
1) How can I make a FULL backup of the android phones? In this moment my mother phone is a samsung galaxy mini2 Samsung Galaxy Mini 2 s6500 and mine is Sony Xperia L
2) a) If I will "unlock" the phone from the carrier (locked on orange, but i wish to use also Vodafone, I tim, I wind, moviestar, o2 etc)
b) If I will "root" the phone to gain administrator acces on it
After step A) and B) if I will restore the original backup, the phone will be "locked" back to Orange, and "un-rooted", or it will be "unlocked" and "un-rooted"?
3) Instead of having an hardisk like computer have, I guess the smartphone is using an "usb-stick/sd-card/ssdhdd"-like memory for storage of the operating system, so how can I see the partition table, the mbr, on the device?
I was wondering if there is a way to make a folder for pictures that is password protected and/or if possible hidden as well.
I am using a Sam GS3. ...
I'm using Android 4.2.1 on Galaxy note 10.1. I am travelling and photographing and have 64 folders and 6gbs of pics on a 64*gb*sd card. The last two attempts to transfer images from my camera via USB have all failed with various weirdness, like seeing the pics in folder with Gallery app once, only to have the folder completely disappear on next viewing. I have lost over 800 photos like this and I can' t find anything about a folder limit in android but see lots of similar posts with sd card problems. All fine up until I hit that limit, now my whole image recording process while traveling appears to be unreliable. Is it possible the pics are there but not viewable somehow?
View 1 Replies View RelatedI'm trying to put my 6000+ mp3 collection on a 64GB microSD card (class10) and I can transfer them fine on my computer but when I go to view the folder on my phone it says there is nothing in it while my pictures folder (3GB) on the same card on the same phone shows everything fine. Using stock Android 4.1.2 on LG Optimus Pro G. Am I hitting some subfolder limitation or something?
View 3 Replies View RelatedJust got my EVO a few days ago.Is there a way to view everything on your SD card, like a certain file folder? I see where some of the things i've downloaded went to the gallery, office program, and gallery, but I don't see how I can view these all in one place or edit/delete them.
View 3 Replies View RelatedIs there an application that will allow you to browse to a folder on your phone/SD care and view the photos inside? If it were on a linux PC I would be installing GThumb, on windows ACDSEE. I have tried Photo Burst. It crashes and I had to reset the phone. I have tried Picture Viewer but the latest version does not pan at all. The only way to do something like this with the stock viewer is to have all your photos in the root of the sdcard in folders or within download. Not really the neatest way of doing this.
View 2 Replies View Related