[Q] Q: TWRP has many back ups, how to clear memory? - Nexus 10 Q&A, Help & Troubleshooting

Just finished reestablishing root, past backups are still there, what is the safe way to delete them?

ongre12 said:
Just finished reestablishing root, past backups are still there, what is the safe way to delete them?
Click to expand...
Click to collapse
Use a file explorer, like Root Explorer, to navigate to the TWRP folder. Then just delete the old ones. Or plug it in to your computer, navigate to TWRP, and delete that way.

thank you for the quick response
jcollier said:
Use a file explorer, like Root Explorer, to navigate to the TWRP folder. Then just delete the old ones. Or plug it in to your computer, navigate to TWRP, and delete that way.
Click to expand...
Click to collapse
For some reason I thought it would be more complicated.

Related

cannot delete files from sdcard

i transferred a folder via adb to an empty 'sdcard' and while i can still write to it, i cannot delete anything. i have looked at permissions and all seems fine, but its not letting me.
a series of chowns solved this..
jewnersey said:
a series of chowns solved this..
Click to expand...
Click to collapse
There's something in TWRP to delete files. I was unable to delete a clockworkmod file through the PC or file explorer, but the TWRP thing worked. Also, I noticed when you add or delete files (mostly delete), it doesn't show up until after a reboot.

Cannot find clockworkmod folder. Read all XDA threads already.

Hello guys,
I want to flash a custom ROM and I have made a Nandroid Backup using the latest clockworkmod.
I cannot seem to find the clockworkmod folder on my phone. Funny thing is that when I use restore option in the CWM, it shows the path of the backup as sdcard/clockworkmod/backup
Already tried checking data/media, but my data folder doesnt have a media subfolder.
Any suggestions?
PS: I use ES File Explorer and I did check the 'Hidden Files' option in it. Using CWM 6.0.2.3
PPS: I had flashed CWM 6.0.2.3 on 6.0.1.9
-Thanks!
try /mnt/shell/emulated/
croques said:
try /mnt/shell/emulated/
Click to expand...
Click to collapse
emulated doesn't exist in /mnt/shell/
Should I try reflashing the CWM?
I have storage/emulated/. Even that doesn't contain cwm folder though.
So weird.
w1ndhawk said:
emulated doesn't exist in /mnt/shell/
Click to expand...
Click to collapse
it does on mine? And clockworkmod is there as a directory.
w1ndhawk said:
Should I try reflashing the CWM?
Click to expand...
Click to collapse
No; it'll be there somewhere. Poke around.
Are you sure ES file Explorer is set to allow / (root) exploration?
croques said:
it does on mine? And clockworkmod is there as a directory.
No; it'll be there somewhere. Poke around.
Are you sure ES file Explorer is set to allow / (root) exploration?
Click to expand...
Click to collapse
Root Explorer wasn't enabled x_x. Sorry, first android ever! Haha!
Yes, now I can see clockworkmod/backups in the mnt/shell/emulated. Thanks a million.
Emulated folder contains almost all the folders/files that are present on my SD Card. Could you explain what is emulated folder though and why isn't the cwm folder just stored in sdcard/clockworkmod/backups? I have a nexus 4.
And off topic but: after I take a nandroid backup, I should probably save it on my computer right? And of course, that begs another question. How can I find this file through windows explorer?
Further, how do I manually explore paths (by typing it in) on the android. Or do I have to keep changing home directory in settings?
Sorry for so many question. I know what its like to having to answer to noobs
w1ndhawk said:
Could you explain what is emulated folder though and why isn't the cwm folder just stored in sdcard/clockworkmod/backups? I have a nexus 4.
Click to expand...
Click to collapse
Someone more knowledgeable will be along in a minute.
w1ndhawk said:
And off topic but: after I take a nandroid backup, I should probably save it on my computer right? And of course, that begs another question. How can I find this file through windows explorer?
Click to expand...
Click to collapse
You can't use Windoze explorer AFAIK.
I use adb. Since you've rooted your phone... adb must be set up. Open a command window in Windows (run cmd -w) (I don't use Windoze so you're on your own a bit here) and type
Code:
adb shell
You then can use 'ls' and 'cd <directory>' to see what's there and move around.
You'll probably want to use 'adb pull <foldername>' at some time to get the backup onto your PC. Google around for adb commands. I've spoon fed you enough to be getting on with.
w1ndhawk said:
Further, how do I manually explore paths (by typing it in) on the android. Or do I have to keep changing home directory in settings?
Sorry for so many question. I know what its like to having to answer to noobs
Click to expand...
Click to collapse
Sorry; I don't understand the question. And knowledge it like a mosaic floor covered in sand... you've spent your time clearing sand and finding whats beneath a different part from me. No noob should need to apologize in a nice forum.
Get rid of CWM and use TWRP. It's much better and stores backups in the proper location (virtual SD) which you can browse with Windows
Your clockworkmod backups will be in /data/media/clockworkmod
Yep, time for me to research on my own. Enough spoon feeding.
Instead of using commands, I just copy pasted the backup created by CWM to my sdcard using ES Root Explorer so that I could see it using Windows Explorer.
Will give TWRP a try in the future though.
The question about ES file explorer was, how can I explore the file system by typing in the path manually. For example, in windows you can manually type in the path in windows explorer and it will take you there.
EDIT:
The copying thing doesn't work. I think I will have to flash TWRP.
EDIT 2:
Tried again and it DID WORK!!! (the copying thing) Using TWRP is obviously easier though.
w1ndhawk said:
Yep, time for me to research on my own. Enough spoon feeding.
Instead of using commands, I just copy pasted the backup created by CWM to my sdcard using ES Root Explorer so that I could see it using Windows Explorer.
Will give TWRP a try in the future though.
The question about ES file explorer was, how can I explore the file system by typing in the path manually. For example, in windows you can manually type in the path in windows explorer and it will take you there.
EDIT:
The copying thing doesn't work. I think I will have to flash TWRP.
EDIT 2:
Tried again and it DID WORK!!! (the copying thing) Using TWRP is obviously easier though.
Click to expand...
Click to collapse
Oops. Missed the part about you already checking /data/.
w1ndhawk said:
The copying thing doesn't work. I think I will have to flash TWRP.
Click to expand...
Click to collapse
With Nexus 4, Google have seen fit not to implement a USB browsable file system.
It seems to be the trend for Android. I don't think TWRP will help much.
The only way to 'easily' get stuff is to master adb. Although in linux there's this.
Perhaps someone else has a Windoze alternative.
croques said:
With Nexus 4, Google have seen fit not to implement a USB browsable file system.
It seems to be the trend for Android. I don't think TWRP will help much.
The only way to 'easily' get stuff is to master adb. Although in linux there's this.
Perhaps someone else has a Windoze alternative.
Click to expand...
Click to collapse
The SD partition is perfectly accessible through MTP
Michealtbh said:
The SD partition is perfectly accessible through MTP
Click to expand...
Click to collapse
And MTP is perfectly accessible through nothing.
(I swear, I just want to back hand smack the person who thought their creation called "MTP" was a good thing. MTP = Massive Trauma Protocol)

[Q] How to make EFS backup easily, without TWRP?

I've been lucky not to lose my EFS data so far. But now I really need to back that up.
I've been reading about problems with TWRP, and I allready have CWM, which I really like.
Is there an easy "noobproof" way to make EFS backup?
For Samsung, there is EFS Professional but I don't know if it works with LG G2.
Another way I found is from another Samsung thread: Backup your EFS IMMEDIATELY, but same thing, I don't know if that'll work with G2
Any help, anyone?
Hi,
Take a look here: EFS Partition Backup and More [All G2 Variants] *Fixed*.
EDIT: I misread, you want to keep CWM...
viking37 said:
Hi,
Take a look here: EFS Partition Backup and More [All G2 Variants] *Fixed*.
EDIT: I misread, you want to keep CWM...
Click to expand...
Click to collapse
I was thinking, I'd install TWRP through goomanager, make EFS backup and go back to CWM.
But if something happens, I should have TWRP installed to restore EFS?
terhiha said:
I was thinking, I'd install TWRP through goomanager, make EFS backup and go back to CWM.
But if something happens, I should have TWRP installed to restore EFS?
Click to expand...
Click to collapse
CWM backs them up. The problem is, they only seem accessible/viewable in CWM. I can not get to the folder in a file explorerexplorer, yet can see them in CWM.....?
Steamer86 said:
CWM backs them up. The problem is, they only seem accessible/viewable in CWM. I can not get to the folder in a file explorerexplorer, yet can see them in CWM.....?
Click to expand...
Click to collapse
What I've been reading, CWM doesn't backup EFS.
Where did you read it does?
terhiha said:
What I've been reading, CWM doesn't backup EFS.
Where did you read it does?
Click to expand...
Click to collapse
I used the zips, and did it in CWM. The folders are present and viewable in recovery, not upon boot. They are created before emulation/0 in CWM. I'm gonna go check if I can somehow move them in CWM... and check files. I'll be back.
Edit: Use the one that makes the zip. CWM shows it created and there, but I can not access it past this to verify it and or it it works and is correct. I am not going to flash it and take that risk.
Steamer86 said:
I used the zips, and did it in CWM. The folders are present and viewable in recovery, not upon boot. They are created before emulation/0 in CWM. I'm gonna go check if I can somehow move them in CWM... and check files. I'll be back.
Click to expand...
Click to collapse
I used the efsbackup zips in CWM.
I initially encountered the same problem with not being able to find the files. From memory I was able to get to the by using a file browser with root capabilities (in my case solid explorer) go back to the root directory then Data\Media. In there I found my efs backup files as well as my CWM nandroid backup.
drc13 said:
I used the efsbackup zips in CWM.
I initially encountered the same problem with not being able to find the files. From memory I was able to get to the by using a file browser with root capabilities (in my case solid explorer) go back to the root directory then Data\Media. In there I found my efs backup files as well as my CWM nandroid backup.
Click to expand...
Click to collapse
The zip and individual files are there in their respective folders, as well other backup data. You sir, are my hero of the day.
The zip method is extremely smaller than individual files...
Steamer86 said:
The zip and individual files are there in their respective folders, as well other backup data. You sir, are my hero of the day.
The zip method is extremely smaller than individual files...
Click to expand...
Click to collapse
That's great news, glad I could help!
I've been wanting to post it in the development thread as a few people had asked something similar but unfortunately I don't meet the post count requirements to help them out!
I quoted your post over there.
I'm not able to move "EFS_backup" anywhere. I try, but moved folder stays empty. It shows "efsbackupflashable.zip", "efs1.img" and "efs2.img"
But they all are 0kb.
I found EFS_backup from data/media, all 3mb large.
Whit root explorer, I copied Efs_backup folder, to another folder in my sdcard, with root explorer I can see it there, but I cant copy it or to my computer.
How do I get it to safe place???
The other zip works too for individual files. I used ZArchiver to zip them up. Sent a copy to my PC with ES File Explorer over lan and uploaded another copy to Google Drive. You should be able to grab anything from SD to PC when plugged in USB. I replaced su with SuperSU a while ago. Actually get prompt permissions now. The OG SU on this phone with root method didn't play well. Also, make sure you show hidden files, PC and Phone explorer.
Steamer86 said:
The other zip works too for individual files. I used ZArchiver to zip them up. Sent a copy to my PC with ES File Explorer over lan and uploaded another copy to Google Drive. You should be able to grab anything from SD to PC when plugged in USB. I replaced su with SuperSU a while ago. Actually get prompt permissions now. The OG SU on this phone with root method didn't play well. Also, make sure you show hidden files, PC and Phone explorer.
Click to expand...
Click to collapse
Thanks!! Via Root Explorer I emailed this for me and uploaded to Google drive. Size looks fine.
Now i have my EFS backup and I can continue my search for best ROM for me!
sorry for being dumb but do i use the zip from EFS Partition Backup and More [All G2 Variants] *Fixed* link and just flash it in cwm for the efs backup
Yes
And what if I just root my g2, download ES-Explorer then go to the root of the internal and just copy and paste the efs folder?
Shouldn't that work too?
Kalaidos said:
And what if I just root my g2, download ES-Explorer then go to the root of the internal and just copy and paste the efs folder?
Shouldn't that work too?
Click to expand...
Click to collapse
stick to proven methods......
Sent from my LG-D802
Ok thank :crying:

[Q] Update downloaded to phone - Where is it stored?

So my phone downloaded the update and keeps trying to get me to install the update. Where is the update stored on the phone? I want to delete it.
I am still running a older version of SACS ROM and don't want to install it and want to get rid of all the prompts to install it.
AzWizzard said:
So my phone downloaded the update and keeps trying to get me to install the update. Where is the update stored on the phone? I want to delete it.
I am still running a older version of SACS ROM and don't want to install it and want to get rid of all the prompts to install it.
Click to expand...
Click to collapse
This question is asked very often. Little searching would have found the answer(s)
Check here
Good luck
leaderbuilder said:
This question is asked very often. Little searching would have found the answer(s)
Check here
Good luck
Click to expand...
Click to collapse
I followed the directions in the post:
Navigate to:
/system/app: change fwupgrade.apk to fwupgrade.old and keychain.pak to keychain.old
/system/etc/security: change otacerts.zip to otacerts.old
Now reboot to recovery mode and wipe cache. Reboot system to GUI. If update appears, accept install. Countdown will appear but nothing will be installed.
The update notification will no longer appear.
1st - I don't have a fwupgrade.apk in /system/app (I even did a search for it and couldn't find it anywhere)
2nd - When I try to rename or delete the otacers.zip (in the /system/etc/security) it won't let me. It just says it can't be renamed or can't be deleted.
I am using ES File Explorer.
AzWizzard said:
I followed the directions in the post:
Navigate to:
/system/app: change fwupgrade.apk to fwupgrade.old and keychain.pak to keychain.old
/system/etc/security: change otacerts.zip to otacerts.old
Now reboot to recovery mode and wipe cache. Reboot system to GUI. If update appears, accept install. Countdown will appear but nothing will be installed.
The update notification will no longer appear.
1st - I don't have a fwupgrade.apk in /system/app (I even did a search for it and couldn't find it anywhere)
2nd - When I try to rename or delete the otacers.zip (in the /system/etc/security) it won't let me. It just says it can't be renamed or can't be deleted.
I am using ES File Explorer.
Click to expand...
Click to collapse
You must mount the directory as 'read/write' to modify.
Not sure where that option is in ES but if you have root it's there I think.
You may not have the fwupgrade.apk OR you may just not be able to see it with that Explorer if you don't have the option checked to see system/root apps.
I use Root Explorer worth every penny for me.
BUT you can use ROM Toolbox - the Lite version(free) does have a root explorer that will let you mount as R/W.
leaderbuilder said:
You must mount the directory as 'read/write' to modify.
Not sure where that option is in ES but if you have root it's there I think.
You may not have the fwupgrade.apk OR you may just not be able to see it with that Explorer if you don't have the option checked to see system/root apps.
I use Root Explorer worth every penny for me.
BUT you can use ROM Toolbox - the Lite version(free) does have a root explorer that will let you mount as R/W.
Click to expand...
Click to collapse
Thanks, I had Rom Toolbox Lite and used it. Was able to delete the file. :good:

Stupid question....

Where's the Root directory on this phone.
I have downloaded the update and have to move it there using my pc.
My phone isn't rooted so I can't do it via the phone...or am I being stupid? ?
eskimosound said:
Where's the Root directory on this phone.
I have downloaded the update and have to move it there using my pc.
My phone isn't rooted so I can't do it via the phone...or am I being stupid? ?
Click to expand...
Click to collapse
The update must be placed in the root directory of the personal data, not the root of the phone. So it's in /storage/emulated/0 or if you prefer the place where Download, Dcim, Pictures etc folders are
You can access it with any file explorer without root
Striatum_bdr said:
The update must be placed in the root directory of the personal data, not the root of the phone. So it's in /storage/emulated/0 or if you prefer the place where Download, Dcim, Pictures etc folders are
You can access it with any file explorer without root
Click to expand...
Click to collapse
Hi yep I sorted it, it's just internal storage where all the folders are....I've updated and can't see any changes...don't know if that's a good thing.???

Categories

Resources