Can't find backup in TWRP - X Style (Pure) Q&A, Help & Troubleshooting

So, in an earlier post, i mentioned the problems caused by converting my SD card to internal storage. In trying to fix that, i ended up not being able to boot my device, so i went to restore a backup and realized that since TWRP doesn't see the sdcard, i'm in some trouble. I have a stock image that i'm trying to restore to, but no matter where i put it on my phone, TWRP is not seeing it when i try to 'restore'. I've put it in /TWRP/BACKUP and in /sdcard/TWRP/BACKUP (which isn't really my actual SD card). neither shows in the selection list while in TWRP.
Where do i need to move this so i can restore the file? Again, i can't select 'MicroSDcard' from TWRP. If there is a way to convert the card back to portable storage from recovery, i'm fine formatting it and doing that.

Related

[Q] recovering from soft brick

i THINK i know what i did wrong:
i flashed firmware that i found from another site (not filefactory) with mobile odin. i had done a few backups, but did a fresh one anyway from cwm, and moved it to the "external" sd card. i unchecked everroot--i dunno why, i was going to root with the zip file... this may have been my mistake. but i also checked, "factory reset/wipe data/wipe cache etc" from within odin. THIS may have been my mistake... well, when it rebooted, mobile odin went to it, said everything went fine, then rebooted. now i'm stuck on the gTab start-up screen. it doesn't load the boot animation even. i can get into download mode, and i can get into recovery. tried flashing a rom and a kernel on top of whatever is on the device. that didn't work. mobile odin DID take away root. so i rerooted it thinking that cwm may require root to work.
the problem from within cwm is that it isn't seeing the "internal" sd card, or it thinks the external is the internal... that's how i was able to root again, by applying zip from sd card. it worked. so it IS still seeing internal storage.
this may have already been fixed had i not LOST the USB cable.... another one is on order and en route. i can see no solutions with it as is, i'm going to need desktop odin to reflash...
so the problem as i see it: i can't just restore because i erased the "internal" sd card. i moved my cwm folder to the "external" so even though it's on there, and cwm is reading my "external" as "internal" it's still unable to access the cwm folder with my backups available.
so the solution still requires the usb cable, even if i were to just move the cwm folder BACK to the internal card once i get it plugged in. in the mean time i'm dead in the water...
thanks for any help!!!

[Q] TWRP Not recognizing my recovery

I made a backup because I was going to flash a ROM.
I want to go back to my original setup. However TWRP isn't recognizing the backup it made.
I did copy it to my computers hard drive to free up some space on my external sd card, and then I copied it back over to flash it. Now it's not recognizing it?
Any ideas??

[Q] TWRP/CWM deleting backups/not saving changes on reboot

Hello all,
I am currently running the latest snapshot of Cyanogenmod 11 (M12) on my GS4 and last month I used Flashify to install TWRP 2.8.4.0 over the default CWM 6.0.4.7 recovery that comes with CM11. I did a nandroid backup to my external 64 GB microSD card and it would say that the backup was successful, and I could see it within the file manager and on my PC using MTP.
However, whenever I reboot into the OS, the backup folder gets deleted. I have then tried to backup only the /system partition to my internal storage, since I do not have enough space on my internal storage for a full nandroid. This backup worked successfully as I can access the folder from the OS, however I would still like to a full backup on my SD card since it has enough space for a full nandroid
Here is what I tried:
1. While in TWRP, I copied the newly created backup folder over MTP to my computer. After I rebooted the phone, I shut it down and plugged the SD card into my computer and copied the backup back to my SD card. However, when I placed the SD card back into the phone and powered it on, it deleted the backup again.
2. I reflashed CWM (same version, but newly downloaded and flashed using Flashify) and attempted to do a full nandroid. I received an error saying that the /data partition could not be backed up. Interestingly, I deleted an old CWM backup on my SD card, and after I rebooted that old backup was still there.
3. I flashed TWRP 2.7.1.0 and 2.8.3.0, and still have the same issue.
The version of CWM that I had before I installed TWRP would backup without issues. I am not sure if this is an OS, hardware, or an SD card issue, though my guess would be that when booting into the OS, Android deletes any changes that were made to the SD card that were not made in the OS. I am not sure how to fix this issue and was hoping someone on this forum could help, and I have searched other forums for answers, but haven't found one as specific as this, and solutions for similar problems haven't worked.
The phone works fine otherwise, I'm just worried that with CM12 M releases coming around the corner that I won't be able to install it properly with these recovery issues.
Any help on this would be appreciated, and if there is a better XDA forum for me to ask this on please let me know.
I figured out the issue. Turns out my microSD card is faulty. Sandisk will send a replacement.

TWRP backup question

If I backup my system on tw recovery, and flash a new rom, will wiping my phone delete the tw recovery backup in case I have to restore my phone? Feel free to correct me on this, but to my understanding teamwin has it's own partition, and wiping does not mess with this partition?
matthewbhass said:
If I backup my system on tw recovery, and flash a new rom, will wiping my phone delete the tw recovery backup in case I have to restore my phone? Feel free to correct me on this, but to my understanding teamwin has it's own partition, and wiping does not mess with this partition?
Click to expand...
Click to collapse
I think TWRP backups are normally stored on your internal storage partition, so if you perform a (EDIT full factory reset doesnt wipe this, thanks Silesh) or wipe your internal storage, your backups will be erased too. The TWRP itself does install to the recovery partition (which will only be affected by a flash to the recovery, which a wipe will not perform), you're correct on that but the backups are held separately to that. You can copy your backups to another computer or SD card, I found my backup under /SDcard/TWRP/BACKUPS - you could either copy the folder with a root browser or use the ADB pull command (with the ADB terminal), though the TWRP backup may not show on a Windows desktop even if it's been copied correctly. However, if copied back to your phone, the TWRP backup should function.
Edit: thanks Silesh for correcting me, I was thinking of app data rather than user data!
echo92 said:
I think TWRP backups are normally stored on your internal storage partition, so if you perform a full factory reset or wipe your internal storage, your backups will be erased too. The TWRP itself does install to the recovery partition (which will only be affected by a flash to the recovery, which a wipe will not perform), you're correct on that but the backups are held separately to that. You can copy your backups to another computer or SD card, I found my backup under /SDcard/TWRP/BACKUPS - you could either copy the folder with a root browser or use the ADB pull command (with the ADB terminal), though the TWRP backup may not show on a Windows desktop even if it's been copied correctly. However, if copied back to your phone, the TWRP backup should function.
Click to expand...
Click to collapse
Thanks for replying. I can't transfer files from my computer to my phone, but I have thought about using the ADB sideload option from recovery. Is there a way that I can move my backup from my phone to my computer (and to my phone from my computer) using the sideload option, just in case I need the backup? I refuse to flash a new ROM without access to my complete backup, lol.
Internal storage is not formatted during a normal wipe. You have to specifically go into the advanced wipe and select internal storage to wipe it completely. So there is no issue while flashing a new rom if you don't choose the advanced wipe option.
You could also create the twrp backup in your external sdcard. That way your backup stays even if you wipe your phone using a factory reset or by mistake.
Strange. What's the problem of making backups to external SD? The function is right there (as Silesh mentioned). BTW: the very last version of TWRP is able to make backups straight to pc. This needs to be done FROM a pc though. TWRP is capable to work with fastboot now (using special command though, or with this GUI for pc: https://forum.xda-developers.com/android/software-hacking/tool-twrp-backup-restore-tool-pc-t3572241 )
You can choose whether you want to use internal storage or SD card when making a backup. It doesn't matter which you choose as long as you (and I learned this the hard way) pay attention to what you are doing and DO NOT WIPE internal storage or your SD card. Advantages of SD card is you won't lose your backup if you decide to flash stock. Disadvantage: if your card craps out on you backup is lost unless you have copied to PC or saved on cloud.
My Solution
I solved my problem by using the pull command in adb. Now if I decide to flash a new ROM, I can push my TWRP recovery back to my phone using adb and then recover it in my TWRP recovery.. I also backup using adb backup which backs it up directly to my computer anyways.
I knew about storing my TWRP backup on an sd card, but I haven't made time to get one. . I recently switched to the Motorola G4 Plus after my iPhone 6s decided to turn off and not turn back on. I eventually grew tired of the iPhone anyways due to lack of accessibility and freedom. Back in the day I owned androids but never rooted one or had one that was rooted. I did jailbreak my 4th generation iPod a few years ago. But I went through an iPhone 5s, and upgraded to a 6s and had that for a few months. I eventually just switched back to android after the longest time and I can't say that I regret it.
My Moto G4 Plus has been an amazing phone. I've only had it for a few weeks now, but I rooted it the day after I got it . So I'm a bit of a noob in the rooting community, . Since then it's been a pretty smooth transition. I've only got root access and xposed framework as of now. I was thinking about flashing a ROM so I made backups just in case, but I don't plan on making any major changes to the kernel or flashing another ROM. I'm satisfied with the stock ROM since Motorola pretty much made it as minimal as possible. I would recommend this phone to anyone. It's the most solid phone I've had yet.

SM-T580 TWRP issues

So I successfully Flashed TWRP on my Galaxy Tab A SMT580. Two issues I'm experiencing tho....
1.) TWRP is unable to mount my internal storage which shows as 0MB. Thus I obviously have no ROM I can boot into. It reads and mounts my SD card and the correct size shows up. Unfortunately I have nothing on my SD card and I can't get ADB Sideload to work.
2.) Which brings me to my next issue whenever I do attempt to boot it says failure to verify. Which is fixed by flashing that DM-Verity zip file. But I can't since it's not on my SD card and, ADB Sideload won't work.
Any thoughts on how to fix these two issues.
I feel stupid having forgotten to put the file on my SD Card prior to flashing TWRP
Silicon Knight said:
So I successfully Flashed TWRP on my Galaxy Tab A SMT580. Two issues I'm experiencing tho....
1.) TWRP is unable to mount my internal storage which shows as 0MB. Thus I obviously have no ROM I can boot into. It reads and mounts my SD card and the correct size shows up. Unfortunately I have nothing on my SD card and I can't get ADB Sideload to work.
2.) Which brings me to my next issue whenever I do attempt to boot it says failure to verify. Which is fixed by flashing that DM-Verity zip file. But I can't since it's not on my SD card and, ADB Sideload won't work.
Any thoughts on how to fix these two issues.
I feel stupid having forgotten to put the file on my SD Card prior to flashing TWRP
Click to expand...
Click to collapse
By default, the data partition on the T580 is encrypted. In order to install a custom ROM, you must first format that partition. Click wipe then format data, type in "yes" and when it finishes, reboot to recovery. Your internal storage should no longer show 0mb.
ok that worked, my internal storage is now mounted, but my SD Card is not. Now I just need to figure out how to get the custom ROM files and the DM Verity file onto my internal storage.
how can I just flash the tablet back to stock recovery and ROM
so I got everything working, I didn't need to flash a rom, it booted to the stock rom, ony issue that remains, is for some reason the WIFI will no longer turn on. When I tap on it in settings to turn it on, it just says its turning on, but never actually turns on. Just hangs there. I can't figure out what to do
anyone ? I really need to get this fixed...should I reflash the stock rom using ODIN, maybe a fresh install will fix it ?
Also, when I plug my tablet into the laptop, it says connected device cannot access data, and the tablet doesn't show up on the laptop, so I have no way to transfer files or anything. It does show up on ADB, I thought about trying to push the files that way, but not sure if thats possible, been a long time since I used ADB.

Categories

Resources