Copying Apps & Data To S7 - Help - Galaxy S6 Q&A, Help & Troubleshooting

Hello. I'm trying to copy all my apps along with data over to my S7 Edge from my S6. Obviously I can't use Titanium as we don't have root on the S7. I tried using Helium, but I can't get it to connect with the S6. I even tried an adb backup with no luck. So I tried flashing the stock firmware on my S6. Now it won't boot. Just loops. I've read that if I do a factory reset in recovery, that it should boot. But, I'm worried that if I do a factory reset that I'll loose all my internal storage. If not, then I'm good as I can access my recent titanium backup. But, if it clears internal data, I'm screwed.
Does anyone know if factory reset will clear my internal SD card? If so, can I access my internal SD card from either recovery or bootloader? I need to get my titanium backup folder somehow. Thanks to anyone who can help.

Scuk said:
Hello. I'm trying to copy all my apps along with data over to my S7 Edge from my S6. Obviously I can't use Titanium as we don't have root on the S7. I tried using Helium, but I can't get it to connect with the S6. I even tried an adb backup with no luck. So I tried flashing the stock firmware on my S6. Now it won't boot. Just loops. I've read that if I do a factory reset in recovery, that it should boot. But, I'm worried that if I do a factory reset that I'll loose all my internal storage. If not, then I'm good as I can access my recent titanium backup. But, if it clears internal data, I'm screwed.
Does anyone know if factory reset will clear my internal SD card? If so, can I access my internal SD card from either recovery or bootloader? I need to get my titanium backup folder somehow. Thanks to anyone who can help.
Click to expand...
Click to collapse
Which recovery are you using?
Envoyé de mon SM-G928C en utilisant Tapatalk

Well, the stock recovery was installed when I flashed the stock firmware. I don't think I can install twrp now?

That say, doing a factory reset won't erase your internal SD card if you flash twrp! So try it via Odin over your stock rom, but use a trwp recovery that is suitable for lollipop
Envoyé de mon SM-G928C en utilisant Tapatalk

Related

Boot After Factory Reset?

I'm switching ROMs and want to do a factory reset to be safe however my recovery doesn't read the external SD card. If I factory reset, could I get back into android to transfer my file over? I know you can probably adb while at recovery and do it that way but adb always gives me headaches.
EDIT: I was thinking it wipes user data on the internal SD. But I'm pretty sure it doesn't right?
EDIT2: Found the answer. Factory reset via CWM doesn't wipe user data but factory reset via settings does.

factory reset my phone

For some reason, I have to factory reset my phone
http://forum.xda-developers.com/google-nexus-5/help/disappear-hard-disk-t3222734#post63254887
Just wanna know, since I have titanium backup on my nexus 5 devices. Does a factory reset (or any kind of wipes) wipe the internal storage of my phone (including the backup).
If so, how should i proceed with my backup if i wanna factory reset the phone
Thanks.
mousefai0922 said:
For some reason, I have to factory reset my phone
http://forum.xda-developers.com/google-nexus-5/help/disappear-hard-disk-t3222734#post63254887
Just wanna know, since I have titanium backup on my nexus 5 devices. Does a factory reset (or any kind of wipes) wipe the internal storage of my phone (including the backup).
If so, how should i proceed with my backup if i wanna factory reset the phone
Thanks.
Click to expand...
Click to collapse
Wait what, why do u need to do a factory reset, and yes, as the name suggests, it leaves the device in the same state that u received it in, blank, but why would u need to wipe the device, I'm going to check out the link, bcuz now I'm interested
I have never seen this happen before and I've owned nothing but Nexus devices, well, to answer your question I have to ask a few, are u rooted, do u have a recovery installed? If the answer to those two questions is no, then connect to a computer, copy the files in your internal storage and place them in a safe folder on your computer, proceed to wipe the device as stated, then copy the files back onto the device, should take care of your internal storage.
Sent from my Nexus 6 using Tapatalk
soupysoup said:
Wait what, why do u need to do a factory reset, and yes, as the name suggests, it leaves the device in the same state that u received it in, blank, but why would u need to wipe the device, I'm going to check out the link, bcuz now I'm interested
I have never seen this happen before and I've owned nothing but Nexus devices, well, to answer your question I have to ask a few, are u rooted, do u have a recovery installed? If the answer to those two questions is no, then connect to a computer, copy the files in your internal storage and place them in a safe folder on your computer, proceed to wipe the device as stated, then copy the files back onto the device, should take care of your internal storage.
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
Yes, pls check on my other thread
And yes, I do have a rooted, twrp recovery and stock 5.1.1 rom.
So is it possible for me to move the titanium backup folder to my pc, reset my nexus and than recover app using titanium backup again?
Thanks
Sent from my Nexus 5 using XDA Free mobile app
mousefai0922 said:
Yes, pls check on my other thread
And yes, I do have a rooted, twrp recovery and stock 5.1.1 rom.
So is it possible for me to move the titanium backup folder to my pc, reset my nexus and than recover app using titanium backup again?
Thanks
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
That might work, in theory it should, as long as u go back to 5.1.1, or u could just make a data only backup in twrp, download the factory image, whether it be 6.0 or 5.1.1, use the pc and adb to manually flash the images, do this
1) make data only backup, move that backup to pc
2) extract the images, both the tgz file and the zip file inside to a safe location, u only need the radio, boot, system, and userdata images if 6.0, just system and userdata if 5.1.1
3) use adb to flash these images like this:
fastboot flash radio "radio.img"
fastboot reboot bootloader
fastboot flash boot "boot.img"
fastboot reboot bootloader
fastboot flash system "system.img"
fastboot reboot bootloader
fastboot format userdata
fastboot reboot bootloader
Then boot to recovery, flash your backup and that's should be it
Sent from my Nexus 6 using Tapatalk
soupysoup said:
That might work, in theory it should, as long as u go back to 5.1.1, or u could just make a data only backup in twrp, download the factory image, whether it be 6.0 or 5.1.1, use the pc and adb to manually flash the images, do this
1) make data only backup, move that backup to pc
2) extract the images, both the tgz file and the zip file inside to a safe location, u only need the radio, boot, system, and userdata images if 6.0, just system and userdata if 5.1.1
3) use adb to flash these images like this:
fastboot flash radio "radio.img"
fastboot reboot bootloader
fastboot flash boot "boot.img"
fastboot reboot bootloader
fastboot flash system "system.img"
fastboot reboot bootloader
fastboot format userdata
fastboot reboot bootloader
Then boot to recovery, flash your backup and that's should be it
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
ok, quick question arise
let say i make a titanium backup files (from 5.1.1) and move them to my pc for future use. Can I restore the files done under 5.1.1 and restore them to a marshmallow ?
soupysoup said:
That might work, in theory it should, as long as u go back to 5.1.1, or u could just make a data only backup in twrp, download the factory image, whether it be 6.0 or 5.1.1, use the pc and adb to manually flash the images, do this
1) make data only backup, move that backup to pc
2) extract the images, both the tgz file and the zip file inside to a safe location, u only need the radio, boot, system, and userdata images if 6.0, just system and userdata if 5.1.1
3) use adb to flash these images like this:
fastboot flash radio "radio.img"
fastboot reboot bootloader
fastboot flash boot "boot.img"
fastboot reboot bootloader
fastboot flash system "system.img"
fastboot reboot bootloader
fastboot format userdata
fastboot reboot bootloader
Then boot to recovery, flash your backup and that's should be it
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
Few questions
Do I have to reset using stock recovery? Or twrp reset will do?
Can I just reset under setting?
Sent from my Nexus 5 using XDA Free mobile app
mousefai0922 said:
Few questions
Do I have to reset using stock recovery? Or twrp reset will do?
Can I just reset under setting?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
No u can't use the factory reset button in settings as the stock room won't recognize twrp, u can however use twer and wipe cache, data, and dalvik cache, or just do the reg factory reset wipe under wipe which should work as well as a factory reset, why are u trying to factory reset tho, if I might ask
Sent from my Nexus 6 using Tapatalk
soupysoup said:
No u can't use the factory reset button in settings as the stock room won't recognize twrp, u can however use twer and wipe cache, data, and dalvik cache, or just do the reg factory reset wipe under wipe which should work as well as a factory reset, why are u trying to factory reset tho, if I might ask
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
because my nexus 5 showing 14gb instead of 32gb. I heard a factory reset will help the problem. I just dont know which factory reset (recovery or in setting) to do.
but if i use twrp wiping cache, data and dalvik (leaving system and internal storage alone).... will it wipe my lollipop os too? will it wipe my storage too?
what is the different between the factory reset under setting and the factory reset under twrp?
sorry for so many questions....
mousefai0922 said:
because my nexus 5 showing 14gb instead of 32gb. I heard a factory reset will help the problem. I just dont know which factory reset (recovery or in setting) to do.
but if i use twrp wiping cache, data and dalvik (leaving system and internal storage alone).... will it wipe my lollipop os too? will it wipe my storage too?
what is the different between the factory reset under setting and the factory reset under twrp?
sorry for so many questions....
Click to expand...
Click to collapse
Ok so to answer your question, u can wipe anything EXCEPT Internal Storage, system, and boot and you won't lose anything, personally I would do this, boy twrp and use the regular factory reset, this will error everything except got the OS and internal storage, if that didn't work then I would manually format the partitions
Sent from my Nexus 6 using Tapatalk
soupysoup said:
Ok so to answer your question, u can wipe anything EXCEPT Internal Storage, system, and boot and you won't lose anything, personally I would do this, boy twrp and use the regular factory reset, this will error everything except got the OS and internal storage, if that didn't work then I would manually format the partitions
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
thanks.
so i should wipe cache, dalvik cache and data and my phone apps+data will still be there right?
btw, what is cache, d cache and data maens?

How to recover files, photos and apps after factory reset

My son somehow got to the factory reset setting and got everything deleted. Is there a way to recover what was lost? Unfortunately I never rooted this tablet and so I do not have a full backup using cwm or twrp and no titanium backups either. Is there a way to recover files like that from a pc where you can recover files after formatting.

Backup from fastboot?

I recently messed up my phone. and stuck in fastboot mode.
Before I started working with the roms , etc I ended up backing up a nandroid in TWRP , as well as a full TB backup.
I also did a full Google backup as well.
now the problem is that all the nandroid backup and TB is on the internal SD card.
Can get into the phone via PC and it is unlocked.
Is there any way to get data off the internal SD so I can easily restore my information once I unbrick my phone ?
Thank you,

Need Help to restore backup with TWRP

Can anybody help?
My HTC U11 still run on Nougat.
Yesterday I want to update with the newer version of Nougat (Not Oreo)
I already make a data backup with TWRP, big backup 22Gb.
Then I update the new stock Rom from PC, it had no problem.
Go to download mode, and then install TWRP again with ADB from PC.
Go to TWRP Recovery, it still works.
The last thing I do is to try to restore the 22Gb data back to my phone.
And it always get error on 9% with "extractTarFork() process ended with ERROR: 255"
I already change with difference TWRP from 3.1.1.0 to 3.2.3.0, still the same.
Restore to previous version of Nougat with TWRP (system, system image, boot image, recovery). Try to restore backup data again with no luck.
Try to check MD5 with the backup data, and it said matched, no corrupt.
Already try searching in the web, but with no solution too.
Do anyone ever have the same problem and solved it?
A San said:
Can anybody help?
My HTC U11 still run on Nougat.
Yesterday I want to update with the newer version of Nougat (Not Oreo)
I already make a data backup with TWRP, big backup 22Gb.
Then I update the new stock Rom from PC, it had no problem.
Go to download mode, and then install TWRP again with ADB from PC.
Go to TWRP Recovery, it still works.
The last thing I do is to try to restore the 22Gb data back to my phone.
And it always get error on 9% with "extractTarFork() process ended with ERROR: 255"
I already change with difference TWRP from 3.1.1.0 to 3.2.3.0, still the same.
Restore to previous version of Nougat with TWRP (system, system image, boot image, recovery). Try to restore backup data again with no luck.
Try to check MD5 with the backup data, and it said matched, no corrupt.
Already try searching in the web, but with no solution too.
Do anyone ever have the same problem and solved it?
Click to expand...
Click to collapse
Did u try a format in twrp before installing the backup? Just thought
No, not format anything. Afraid did something would make the phone brick.
A San said:
Can anybody help?
My HTC U11 still run on Nougat.
Yesterday I want to update with the newer version of Nougat (Not Oreo)
I already make a data backup with TWRP, big backup 22Gb.
Then I update the new stock Rom from PC, it had no problem.
Go to download mode, and then install TWRP again with ADB from PC.
Go to TWRP Recovery, it still works.
The last thing I do is to try to restore the 22Gb data back to my phone.
And it always get error on 9% with "extractTarFork() process ended with ERROR: 255"
I already change with difference TWRP from 3.1.1.0 to 3.2.3.0, still the same.
Restore to previous version of Nougat with TWRP (system, system image, boot image, recovery). Try to restore backup data again with no luck.
Try to check MD5 with the backup data, and it said matched, no corrupt.
Already try searching in the web, but with no solution too.
Do anyone ever have the same problem and solved it?
Click to expand...
Click to collapse
Try to restore os without data , restart system, and if it works restore data
fabrizio b92 said:
Try to restore os without data , restart system, and if it works restore data
Click to expand...
Click to collapse
I have 2 backup. One is for system and one is data. I can restore system feom TWRP recovery, but can't restore data
After restore system,reboot to twrp and restore data
I had this problem and it took me two days to resolve it. I had a good backup and I know it was good because I had used it several times and it worked. But then after doing some system installs I got the error 255 when I tried to restore it. I tried several things to fix it and nothing worked and I really did not want to lose my backup. What did work for me was to use TWRP wipe function to FORMAT the phone. Wiping or factory reset did not work. I lost the contents of my internal SD card but I was able to transfer most to my external SD card. You could also connect the phone with a cable to a computer and use the pull command in ADB to backup the contents f the internal SD card. Given the choice between losing the SD card and the data files I come to lose some of the SD card. Anyway, a FORMAT worked when nothing else did. I read that this error is caused by a lack of space. When I checked the log it seemed that the restore was failing with a particular file which misled me to thinking I had to remove the corrupt file, but since after the format I was able to restore without any problem, it would seem that there was no corrupt data. Hope this helps someone.

Categories

Resources