I know i need to extract them with unyaffs.exe
But i can't find where my camera photos stored ..
Please navigate me to the path ...
Motorola Atrix 2.3.4 device.
Thanks.
Nowhere, they're on the SD card (/DCIM/)
So they are gone ?
I stored them at the internal sd, not in the external sd.
Internal SD... ah, sorry: the Atrix has built-in memory... I wasn't aware of that. That depends on how it is accessed... I still wouldn't expect it to show up in Nandroid backups, but if your lucky it doesn't get formatted and you can still retrieve it. The question is, what device is this internal storage and what filesystem does it use.
Can you still mount the storage on the PC? You should be able to retrieve most of your images even if the drive was formatted using a standard photo recovery tool
I just full wiped everything .. all the storage places too and intsalled new ROM.
OK, i can do that , which revocery tool should i use ?
It's been a while ... I think I used this one:
http://www.z-a-recovery.com/digital-image-recovery.htm
The free version is enough for image recovery.
Thanks
Just recover some of my images ...
But i can't get the full library from the nandroid backup? what information do you need?
I know i can just restore the nandroid backup ... but it will do trouble ... diffrent kernel from my preset rom..
Any ideas?
?
Sorry for the late response, But I just stumbled upon the thread. I had the G2x. The internal memory is just like another SD card. Just that it's not removable. What's backed up in a Nandroid is things like the /data, /cache /boot /system and android.secure partitions. The internal memory is /emmc. It doesnt get formatted in a wipe (unless you say so) and it doesnt get backed up in the Nandroid. Otherwise, your Nandroid backups would be EXTREMELY large.
Related
How do I do this? Is it possible? I've done quite a few backups because I've been swtiching between ROM's and my Internal is running low on memory. I'm using ROM Manager Premium v5.0.2.0
Edit: I know I can do this if I manually go into CWM
3bs11 said:
How do I do this? Is it possible? I've done quite a few backups because I've been swtiching between ROM's and my Internal is running low on memory. I'm using ROM Manager Premium v5.0.2.0
Edit: I know I can do this if I manually go into CWM
Click to expand...
Click to collapse
On the latest version of CWM, there is the option to save to internal or external SD card once you have created, or accepted, the name of the file names backup.
Tip: Always save your backups to your external SD card in case of problems you may encounter with flashing.
You can choose in cwm backup/restore menu : backup internal sd.
or make a backup in external, then copy paste the clockworkmod dir in internal sd
Can you please mount external sdcard instead of internal one.
/etc/fstab:
Code:
PHP:
#/dev/block/mmcblk0p4 /sdcard vfat rw
/dev/block/mmcblk1p1 /sdcard vfat rw
Ive noticed some cwm-r versions are kind of "reversed" too when it comes to backup/restore and install from locations... when you chose internal the cwm-r uses the external and the other way around. so if you have chosen to backup to internal but it put it on external anyways then try to do the backup to external to have it on the internal sd don't know if that's the case with version you use though.....
A quick question: I have 3 nandroid backups made by CWM in INTERNAL sd card. I know that the amound of free space IS reduced (ES Explorer. Android storage and Windows tell me so). Still, the /sdcard/clockworkmod/backup folder contains only a nandroid I have done of the stock ROM before I started flashing... the other nandroids are invisible. I 've even connected the phone in windows and tried to search for .md5 files.... only got the one concerning my old stock ROM backup. Where does the CWM save its' backup files? Should I format the internal card?
clockworkmod/blobs
Ok this is becoming weirder and weirder by the second. So, I had a nice backup of stock ROM (which yielded the amazing: "Your device is modified, no software updates available" har har har). So I fire up "My Files". And lo and behold, in /sdcard/clockworkmod/backups, the three backups I have done are visible. This sounds.... fishy. To say the least. And of course, now they are visible in Windows Explorer too. Ok, now I am kinda scared ****less.
My internal SD card is mostly full (11GB) after a year of using my i9300, and I'm not sure where all that space has gone (some pictures and video but I think a lot of apps I used throughout the last year but ended up deleting). So I figure the next time I try a new ROM I will delete the whole thing and start from scratch, backing up my data of course. I will back up the entire internal SD card to my computer and take a nandroid backup before doing anything.
Should I format the internal SD card or just delete all its contents?
I've noticed that when I try a new ROM the internal SD card isn't touched, so where does the ROM actually get stored?
What does the wipe data / factory reset option in ClockworkMod Recovery actually wipe?
Does a nandroid backup back up the internal SD card? I have a feeling the answer is no, but then what does it actually back up?
If I use TitaniumBackup to back up all my app data and move that backup to my computer, then I delete the internal SD card, wipe the system, tehen replace my old ROM with a new ROM, then use TitaniumBackup to restore my apps and their data, am I missing anything? For example, I don't think certain data gets backed up by TitaniumBackup, for example photos (even though that might be considered 'data' of the camera app), so what could I be unwittingly missing when I do my restore from TitaniumBackup? How will I know what things I need from what's currently on my internal SD card?
iamthemandroid said:
Should I format the internal SD card or just delete all its contents?
Click to expand...
Click to collapse
No need to format it.
iamthemandroid said:
I've noticed that when I try a new ROM the internal SD card isn't touched, so where does the ROM actually get stored?
Click to expand...
Click to collapse
Lets distinguish between these things.
The "internal SDcard" is NOT an sdcard. It is a partition on the internal memory referred to as /sdcard (on other phones /sdcard mounts to removable media but not here). However, as it happens, the internal memory itself is an eMMC (embedded MultiMedia Card) which is where the confusion arises, so let us refer to eMMC as "Internal Memory" from here on.
The internal memory has many partitions (It's 14.9 GiB in total). It has a /system partition (ROM goes here) a /boot partition (bootloader), /recovery partition (guess) and /cache partition and a /data partition (A few others that aren't of interest here).
Usually /data is where all your data and apps go (in /data/app and /data/data) however, we use the FUSE file system to cleverly put /sdcard (usually removable media) into /data/media. This way /data is fully used as user data space.
iamthemandroid said:
What does the wipe data / factory reset option in ClockworkMod Recovery actually wipe?
Click to expand...
Click to collapse
Custom Recoveries wipe /data/app and /data/data. Stock recovery wipes /data which includes /data/media AKA /sdcard
iamthemandroid said:
Does a nandroid backup back up the internal SD card? I have a feeling the answer is no, but then what does it actually back up?
Click to expand...
Click to collapse
No. It backs up /system, /data (ignoring data/media) and /cache. It often backs up to /sdcard so it cant backup where it is saving the files to
iamthemandroid said:
If I use TitaniumBackup to back up all my app data and move that backup to my computer, then I delete the internal SD card, wipe the system, tehen replace my old ROM with a new ROM, then use TitaniumBackup to restore my apps and their data, am I missing anything? For example, I don't think certain data gets backed up by TitaniumBackup, for example photos (even though that might be considered 'data' of the camera app), so what could I be unwittingly missing when I do my restore from TitaniumBackup? How will I know what things I need from what's currently on my internal SD card?
Click to expand...
Click to collapse
Backup titanium to /sdcard then copy EVERYTHING from /sdcard to computer, will catch everything. Titanium doesn't back up stuff on /sdcard unless it is explicitly part of an application and you select that option in preferences
Your best option would be to format Internal SD card. And as you install a new rom, as you can see you only have 11GB of free space. Thats what is left from your total 16GB. Android OS reserves some space for bootloader, rom and cache.
The factory reset in recovery will delete all your system settings, apps, messages, call log and such. But if I'm correct it shouldn't touch the pictures. Nandroid backup doesnt hold your whole Internal SD card in itself.
And titanium backup backups apps and their settings, but it will not backup messages or pictures.. You can for example manually copy pictures to your computer and then back to your device. And for messages there is a good app called 'SMS Backup & Restore'.
Hope this helps
Edit: Me and my slow typing
Etirel said:
Edit: Me and my slow typing
Click to expand...
Click to collapse
I was on a mission
rootSU said:
I was on a mission
Click to expand...
Click to collapse
Guess so But you explained it a lot better than I did. So probably better that way
help me please formated sd with stock nanaroid on it..please help!!!!
i formatted my sd like a clown...i recoverd the files how ever i am unable to find my twrp back up ...i really need some help
DroiDBoSS said:
i formatted my sd like a clown...i recoverd the files how ever i am unable to find my twrp back up ...i really need some help
Click to expand...
Click to collapse
You formatted that means you have lost what was on the sd card .
If you put your Nandroid backup on that card then its lost .
JJEgan said:
You formatted that means you have lost what was on the sd card .
If you put your Nandroid backup on that card then its lost .
Click to expand...
Click to collapse
know any ware i can download the rogers stock 4.1.2 firmware...and does it mess with my unlocked bootloader if i flash back?
DroiDBoSS said:
know any ware i can download the rogers stock 4.1.2 firmware...and does it mess with my unlocked bootloader if i flash back?
Click to expand...
Click to collapse
Do you have I9300 or I9305 phone ???
If not this is I9300 you are in the wrong forum . Firmware/ mods from here may brick your phone .
Back up
rootSU said:
No need to format it.
Lets distinguish between these things.
The "internal SDcard" is NOT an sdcard. It is a partition on the internal memory referred to as /sdcard (on other phones /sdcard mounts to removable media but not here). However, as it happens, the internal memory itself is an eMMC (embedded MultiMedia Card) which is where the confusion arises, so let us refer to eMMC as "Internal Memory" from here on.
The internal memory has many partitions (It's 14.9 GiB in total). It has a /system partition (ROM goes here) a /boot partition (bootloader), /recovery partition (guess) and /cache partition and a /data partition (A few others that aren't of interest here).
Usually /data is where all your data and apps go (in /data/app and /data/data) however, we use the FUSE file system to cleverly put /sdcard (usually removable media) into /data/media. This way /data is fully used as user data space.
Custom Recoveries wipe /data/app and /data/data. Stock recovery wipes /data which includes /data/media AKA /sdcard
No. It backs up /system, /data (ignoring data/media) and /cache. It often backs up to /sdcard so it cant backup where it is saving the files to
Backup titanium to /sdcard then copy EVERYTHING from /sdcard to computer, will catch everything. Titanium doesn't back up stuff on /sdcard unless it is explicitly part of an application and you select that option in preferences
Click to expand...
Click to collapse
I backup via philz_touch_6.00.8 but when i tried to restore philz_touch_6.00.8 could not find the backup folder or file. Also when i check the my data using file explorer also i could not find backup file or folder. Interesting that capasity of internal sd card is less then befor about 3 GB. Could you explain why i could not find and restore or remove ?
Hi guys,
I own a S3 and for one year I just dealed with the stock ROM, just root access. Saturday I decided to enter the modding world but I knew it would bring a lot of troubles...
I did a nandroid backup of 4.1.2 stock FW just before the flashing, but no way it restores, after an hour of processing it shows - Error restoring data! - it boots but it's a total mess. I even restored the original stock FW with triangle away, wipe all and double ODIN flash and then reflashing the clockworkmod recovery to restore the backup again but nope, won't work.
Luckily I did a full backup with Titanium backup prior, the real trouble is with ES file explorer: I did copy/paste of the entire internal storage to the external microsd but for some reasons it stopped at "D", "Downloads" folder... I lost everything else and I realized this only AFTER wiping and flashing, of course...
I'm trying to recover the files with Hexamob, hope this will work....
I have this two questions:
Does Nandroid work only with backup < 2.5 Gb? Mine is 4.5 Gb...
Does Nandroid backup the internal storage, too??
Thank you all guys
Joker87 said:
I have this two questions:
Does Nandroid work only with backup < 2.5 Gb? Mine is 4.5 Gb...
Does Nandroid backup the internal storage, too??
Thank you all guys
Click to expand...
Click to collapse
If I am not wrong, Nandroid does a backup of your phone (system, data etc) so that when you restore it, you got anything like it was. It does not backup the SD card though. In addition backups of over 2.5gb should work.
/data is the internal memory? Or is it /sdcard?
Joker87 said:
/data is the internal memory? Or is it /sdcard?
Click to expand...
Click to collapse
its all the internal memory.
/system
/data
/cache
...are all on the emmc memory and are backed up in a nandroid backup.
/sdcard is actually a mount of /data/media, however this is ignored by nandroid backups for obvious reasons
Sent from my GT-I9300 using Tapatalk 2
rootSU said:
its all the internal memory.
/system
/data
/cache
...are all on the emmc memory and are backed up in a nandroid backup.
/sdcard is actually a mount of /data/media, however this is ignored by nandroid backups for obvious reasons
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
So /sdcard is the external microsd? And /data is the internal memory (I mean what you see when connecting phone to PC, Internal memory and external sd)?
If nandroid backed up internal memory would be great, may be there's some way to recover datas from backup files (unyaffs won't work, Titanium Backup just shows apps and their datas).
I'll do some further research.
no. sdcard is the internal SD, which is just a link to /data/media. to backup it, use copy and paste. no, it's not possible to recover internal SD data from a nandroid backup
Be aware that Nandroid does not backup your EFS .
jje
it can. depends on the recovery
Yep i know problem is that some think any recovery backs up EFS .
Wrong recovery no EFS backup .
We desperately need some stickied faqs and guides on this forum .
jje
Joker87 said:
So /sdcard is the external microsd? And /data is the internal memory (I mean what you see when connecting phone to PC, Internal memory and external sd)?
If nandroid backed up internal memory would be great, may be there's some way to recover datas from backup files (unyaffs won't work, Titanium Backup just shows apps and their datas).
I'll do some further research.
Click to expand...
Click to collapse
/sdcard is the "internal sd"
/extSdCard is the "external sd"
/data is something different that just so happens to be the home of /sdcard
As I feared, no internal storage backup in Nandroid. But what makes me more angry is that s****y ES file explorer so crappy it can't even perform a simple task like copy-paste. If that worked I wouldn't have lost anything. :crying:
Not to mention the useless nandroid... doesn't work either.
However I did manually backed up the EFS folder, but I don't really think it matters in this case.
If your /sdcard was 90% full, where would the nandroid go? External obviously? But recovery devs cannot assume that everyone has an external sd card with enough free space to store a 15 GB backup.
Sent from my GT-I9300 using Tapatalk 2
Joker87 said:
As I feared, no internal storage backup in Nandroid. But what makes me more angry is that s****y ES file explorer so crappy it can't even perform a simple task like copy-paste. If that worked I wouldn't have lost anything. :crying:
Not to mention the useless nandroid... doesn't work either.
However I did manually backed up the EFS folder, but I don't really think it matters in this case.
Click to expand...
Click to collapse
FX file explorer
better .
jje
Just clarifying
Hey guys, this is my first ever post on xda!
Just to clarify, a nandroid backup will only backup device root files, and not the (internal) sdcard, nor the extsdcard files, from my understanding of this thread. So to do a complete backup of ALL phone data, I should perform the nandroid backup to extsdcard, and then simply copy (internal)sdcard and extsdcard to my computer for safe keeping?
Thank you!
toomfly7 said:
Hey guys, this is my first ever post on xda!
Just to clarify, a nandroid backup will only backup device root files, and not the (internal) sdcard, nor the extsdcard files, from my understanding of this thread. So to do a complete backup of ALL phone data, I should perform the nandroid backup to extsdcard, and then simply copy (internal)sdcard and extsdcard to my computer for safe keeping?
Thank you!
Click to expand...
Click to collapse
Yep! I discovered it losing data xD
Joker87 said:
Hi guys,
I own a S3 and for one year I just dealed with the stock ROM, just root access. Saturday I decided to enter the modding world but I knew it would bring a lot of troubles...
I did a nandroid backup of 4.1.2 stock FW just before the flashing, but no way it restores, after an hour of processing it shows - Error restoring data! - it boots but it's a total mess. I even restored the original stock FW with triangle away, wipe all and double ODIN flash and then reflashing the clockworkmod recovery to restore the backup again but nope, won't work.
Luckily I did a full backup with Titanium backup prior, the real trouble is with ES file explorer: I did copy/paste of the entire internal storage to the external microsd but for some reasons it stopped at "D", "Downloads" folder... I lost everything else and I realized this only AFTER wiping and flashing, of course...
I'm trying to recover the files with Hexamob, hope this will work....
I have this two questions:
Does Nandroid work only with backup < 2.5 Gb? Mine is 4.5 Gb...
Does Nandroid backup the internal storage, too??
Thank you all guys
Click to expand...
Click to collapse
Ya possible......
TUTORIAL for internal storage backup
http://forum.xda-developers.com/and...age-backup-t3389172/post67103552#post67103552
heya, i just installed the new fxp on my ultra, and i thought i had backed up my litecoin wallet on my sd card, but then when i went to go look for the file, i couldnt find it, so it must of been still on the internal storage, does anyone know of a good free program that might be able to recover files,
cheers
Have a look with root explorer https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer and look through the internal and external storage.
If you do not find anything, try unmount the sdcard and mount the card in a computer and view hidden files, what do you find?
If you running a rom you can start:
https://play.google.com/store/apps/details?id=com.baloota.dumpster
This will collect anything removed and you can either remove it forever or restore the file accidently removed. This is only for when running a rom, not if you wipe data etc when flashing a rom
And always do a nandroid backup from CWM if you not sure if the rom you flashing is working or not. It might not backup personal files but rather the whole rom and apps with its stored data
Your nandroids is stored in /mnt/shell/emulated/clockworkmod/backup/
Hi guys - just a quick question...
Haven't had an android based phone in awhile and evidently I've gotten quite rusty.
I needed to format my internal storage on my Samsung Galaxy S4 as it was not showing the correct available space (far less than should have been available). Decided I'd have to format it in CWM Recovery, so I backed up the entire 'Internal Storage' contents onto my computer, and having already done a couple recent CWM Recovery backups I just went straight ahead and did the format.
Rebooted and problem seemed to be fixed.
So I go back into CWM Recovery to restore and to my surprise I cannot find the backup anywhere.
To make a long story short, turns out when I backed up in the passed, I inadvertently had been saving the backups to the internal SD Card partition - which due to the wording I thought was external.
So I guess I've lost the backup files right?
Any chance in data recovery methods as outlined in this guide?
I still have the entire contents of the 'Internal Storage' directory - what's best way for me to proceed... really didn't want to have to set everything up again from scratch!
Cheers,
navieko
So what ya's reckon? Can I potentially recover the backup files via data recovery methods or is there another way?
navieko said:
Hi guys - just a quick question...
Haven't had an android based phone in awhile and evidently I've gotten quite rusty.
I needed to format my internal storage on my Samsung Galaxy S4 as it was not showing the correct available space (far less than should have been available). Decided I'd have to format it in CWM Recovery, so I backed up the entire 'Internal Storage' contents onto my computer, and having already done a couple recent CWM Recovery backups I just went straight ahead and did the format.
Rebooted and problem seemed to be fixed.
So I go back into CWM Recovery to restore and to my surprise I cannot find the backup anywhere.
To make a long story short, turns out when I backed up in the passed, I inadvertently had been saving the backups to the internal SD Card partition - which due to the wording I thought was external.
So I guess I've lost the backup files right?
Any chance in data recovery methods as outlined in this guide?
I still have the entire contents of the 'Internal Storage' directory - what's best way for me to proceed... really didn't want to have to set everything up again from scratch!
Cheers,
navieko
Click to expand...
Click to collapse
You say you have copied all contents of Internal storage on your computer.
Which means you have backup of backup
Then search that contents for a folder named "clockworkmod". Copy it from your computer to newly formatted internal storage. Then go to CWM and you will see backups there.
No need for data recovery and things. And you don't have to start from scratch.
Press Thanks if helped.
Sent from my GT-I9001 Gadget of Mass Destruction with CM11 using XDA Developers App.