Can't see zips on sd card in CWM - Verizon Droid Charge

I have something all out of whack here .... I have been flashing different ROMs ... gone all the way back to stock ee4 and moved forward. I can install rooted roms and I have root. I can open Titanium and freeze appz and such. My tethering app gets granted su permissions with su popping up asking to allow and so forth. But when I go into CWM recovery, none of the zips on my sd card show up!! I put the sd card into a reader on my desktop and verify the files are on the root of the sd card but I can't see them in recovery !!
Any help greatly appreciated. I'm willing to do whatever I have to do to the phone !!
Thanx In Advance for Any Help
Steve
EDIT: All of this because I couldn't get the browser to work on Danalo's All In One while on WIFI home network. Browser works on 3g but not WIFI ... network is good, wife's moto droid works fine on wifi ...
I'd like to go back to Imnuts' Infinity ROM but I can't see the zip !!!
I can put the zips in a folder on the sd card I created and I can see them in recovery. Just can't see them on the root level of the card ...

Have you tried different programs to actual zip the file, is it getting named file.zip.zip? Sometimes you just name a file depending on the program and it adds .zip to it so it would be file.zip.zip.
I see what you are saying didnt work for me hang on I have 2 ideas. Rename it as an update.zip file and make sure its not update.zip.zip or use root explorer to move the file into a folder that you see in root level such as data. Ok worked for me I moved the file with root explorer to android/data on the sdcard reboot into recovery and see it. Maybe Im not understanding what you are trying to do.

blueis300 said:
Maybe Im not understanding what you are trying to do.
Click to expand...
Click to collapse
I've never had an issue before seeing zip files at the root level. I mistakenly mounted system during all of the flashing I've done. Had trouble with other versions of un-mounting system but in the end got that back to original. But I don't see the (properly named) zip files at the root level on the phone. Yes, I can see them when moved into another folder but the ones that are there at root level of the sd card are not seen.
I was under the impression that to install a ROM like Imnuts' Infinity, it had to be executed from the root level of sd card and not from within a folder?

My guess is you have so many folders in your sdcard that you can't see it. Try scrolling alllll the way down. I think you'll see it.
The same thing happened to me. I thought I was losing my mind

71CH said:
My guess is you have so many folders in your sdcard that you can't see it. Try scrolling alllll the way down. I think you'll see it.
The same thing happened to me. I thought I was losing my mind
Click to expand...
Click to collapse
OOPS !!! You nailed it and don't I just feel like a dumb di** !
It was driving me nutz last night !! Reckon it's time to clean up the old sd card

That's one of the reasons why I put the CWM ZIP files into a folder where all of them reside. I called it "ROMs", you may name it differently than I do. Say "CWMStuff" so that it hopefully will stay near the top of the file list.

I actually have a folder already there 'charge_zips' .... appreciate the thought that put me onto it ... sometimes you do so much you miss the obvious, right?

hahahaha.....amazing, was driving me crazy as well!!! the zip was right at the bottom!

Related

[Fix]EE4 sdcard write protection for root users

XDA developers, Kejar, nor I are responsible for anything you do to your phone so as always use with care​
For those of you using a custom kernel with Build EE4 to gain root and have run into the Write protection pop up when trying to transfer files to your sdcard.
sdcard patch:
simply download below
place on sdcard
and flash using clockwork
All credit to Kejar , so please remember to thank him
You are a beast!!!
I think his username is kejar, BTW.
yyhd said:
You are a beast!!!
Why aren't you on irc foo?
Edit: KELJAR IS A BEAST!!!!
Btw dxc...keljar said it was a dam easy fix. Give me my macchiatos back!
Click to expand...
Click to collapse
Ill refund you tomorrow EDIT: DONE
and its as easy a fix as anything else is i never said it was a hard fix...ill pull the whole thread sorry
After first running this patch, the first time I plugged it in the usb storage option popped up, but then never came up again. I ended up having to go into Setting>USB Settings while the phone was unplugged and changing it to "Ask on Connection" and it works perfectly. When the "Mass Storage" Option is selected, Windows recognizes the phone as a cd rom. Thanks for all your work DroidXCon, Kejar, and everyone else.
How to Save it on SD when Its readonly
If the SD card is in read only mode, then how can I save the zip on sd card? Also the usb is not recognized because iof it being a read only mode
rukshmani said:
If the SD card is in read only mode, then how can I save the zip on sd card? Also the usb is not recognized because iof it being a read only mode
Click to expand...
Click to collapse
I would suggest putting the file on the SDcard before you update or pull the sdcard out and use a micro USB card reader to put it on.
rukshmani said:
If the SD card is in read only mode, then how can I save the zip on sd card? Also the usb is not recognized because iof it being a read only mode
Click to expand...
Click to collapse
You can unmount the SDCard and push the file to the SDCard via adb. The SDCard is only read-only when it is mounted as mass storage. I have a feeling that this change is going to cause a few short-term issues with custom kernels at some point, but only time will tell.
BTW - TY to kejar & DroidXcon, regardless of how easy a fix is or isn't they still deserve all the props and I will gladly donate the macchiatos to the guys, consider it done
imnuts, I know you are working on an update to your debloated ROM, likely built off of EE4, will you be using a custom kernel in yours or stock until we know if it will cause issues?
DroidXcon said:
Ill refund you tomorrow EDIT: DONE
and its as easy a fix as anything else is i never said it was a hard fix...ill pull the whole thread sorry
Click to expand...
Click to collapse
Aw man. I was kidding, dxc.
Sorry if I offended you.
For reals, I was just joking around. I guess it didn't come off that way.
My bad. Sorry.
rukshmani said:
If the SD card is in read only mode, then how can I save the zip on sd card? Also the usb is not recognized because iof it being a read only mode
Click to expand...
Click to collapse
My card wasn't really read only, just not accessible via usb. I just downloaded the file via my DC browser and it saved to the card no problem
Orrrr. Just send the download link to your phone via email or whatever method you choose. Then use your supa fast 4G facemelter to download the file on your phone and then go into CWM and flash it.
Quick (noob) Question. When going to apply this patch in CWM, do you use the "apply patch option" or "zip to apply". Literally popped my rooting cherry an hour ago. Everything works besides SD Card being Read Only Status. Thanks in advance.
1) download the sdcard fix from here and rename the file to update.zip
2) place update.zip in the adb platforms tools directory, where the adb command exits.
3) with USB mass storage off, I used ADB shell to push the file from the host computer to the Charge into the root folder of the SD card, /sdcard
(this assumes you don't have any file named update.zip already in the root of your sdcard)
adb devices
adb push update.zip /sdcard
adb reboot recovery
4) CWR should run and now you use the menu to apply update.zip.
Thanks OP.
Now I'm experiencing something slightly different...and this fix isn't helping.
Since the day I got the charge I've had issues writing to it in windows, wasnt til yesterday I started to really question more so why...thinking it was just a cheap card going bad.
I rooted the phone the day I got it, everything worked fine except being able to write to the sd card when mounted. Now I wasnt getting write protection, I was more so getting windows locking up, and things of that nature (thinking bad card right).
Yesterday I unrooted, and updated to ee4. it does the auto mount thing now, I mounted and was able to transfer 200 and some songs to the card, no issues.
Rooted late last night now running the debloated ee4, with pb&j kernel (voodoo enabled) and tried to move some icons over and unzip them, and it failed again, with io errors in the logs...
Anyone have any thoughts on this one...
I was able to just plug my microSD card into a card reader to my laptop, and drop the zip file in there. booted into CWR and flashed the update. Worked like a charm. Thanks!!!
My way of testing was to take a screenshot. and verify that it was in the screencapture directory.
Cheers!
No more root
So I installed cwr w Odin, then pb andj kernal w car and the fix w cwr and rebooted. Checkedrootchecker and o was root checked. Then I flashed debloated eel and it worked but now I have no root access. Root heck says busy box is installed correctly but it says "su binary not found in the system declared path??
Thanks
Chris
clk5068 said:
So I installed cwr w Odin, then pb andj kernal w car and the fix w cwr and rebooted. Checkedrootchecker and o was root checked. Then I flashed debloated eel and it worked but now I have no root access. Root heck says busy box is installed correctly but it says "su binary not found in the system declared path??
Thanks
Chris
Click to expand...
Click to collapse
Hmmm, strange. Try reflashing PBJ. If that doesn't work, try flashing GummyCharged and see if that helps?
Isn't that another rom? Don't I have to be rooted first?

[Q] Weird problem upgrading to froyo... please help >.<

Alright so Ive been searching for posts on this and trying to figure this out for hours and Im almost fed up. Ive tried multiple different ways of downloading and extracting the froyo/super oneclick and have multiple different problems. The latest problem Ive had is I can get the root, and nandroid folders into my sd card while the usb connection, then when i switch to porta and tools the files wont be in my sd card anymore. Other problems Ive ran into are my computer wont be able to read the open recovery and therefor wont put it into my sd card... Ive tried unzipping the file into my sd card, on the the desktop, ect. Ive also tried just downloading the .zip file strait to the desktop an dragging and dropping into my sd card, and nothing works...
Can someone PLEASE tell me where im going wrong? And maybe send me in the right direction?
dr_piazza said:
Alright so Ive been searching for posts on this and trying to figure this out for hours and Im almost fed up. Ive tried multiple different ways of downloading and extracting the froyo/super oneclick and have multiple different problems. The latest problem Ive had is I can get the root, and nandroid folders into my sd card while the usb connection, then when i switch to porta and tools the files wont be in my sd card anymore. Other problems Ive ran into are my computer wont be able to read the open recovery and therefor wont put it into my sd card... Ive tried unzipping the file into my sd card, on the the desktop, ect. Ive also tried just downloading the .zip file strait to the desktop an dragging and dropping into my sd card, and nothing works...
Can someone PLEASE tell me where im going wrong? And maybe send me in the right direction?
Click to expand...
Click to collapse
You need to have usb debugging checked in settings/development I think. Then while plugged in switch to portal and tools and run superoneclick from your pc not from your sdcard to root. You won't see the root of your sdcard while in portal and tools
Have you watched my videos?
There is a link in my sig.
reverendkjr said:
Have you watched my videos?
There is a link in my sig.
Click to expand...
Click to collapse
oh yeah forgot about your vids rev they are very helpful I will know to keep them in mind next time. Great tutorials Bud
hotroddy said:
You need to have usb debugging checked in settings/development I think. Then while plugged in switch to portal and tools and run superoneclick from your pc not from your sdcard to root. You won't see the root of your sdcard while in portal and tools
Click to expand...
Click to collapse
Be sure not to forget about the USB debugging. It is something so simple, but easy to forget.
For your root problem, download Universal Androot apk and put it on your SD card. Use some file mgr and install. Click root and woot you're done and rooted.
For open recovery issue, you need to make sure phone is USB debugged and in mass storage mode. Unzip OR and put contents on SD card ( you'll need a folder called openrecovery and another named nandroid-zip contents go in openrecovery folder and when you make a back up, they will populate into the nandroid folder), but also put openrecovery.zip on card.
+1 on Rev's bids. Very helpful to familiarize yourself with proper partitions and basic Linux.
Yeah rev I was using your video watching it over and over lmao and I would make one dumb little simple mistake here or there... but I finally got it. And thanks to the other answer as well guys.
Now, is there a way to make my status bar black or is that out of the question?
dr_piazza said:
Yeah rev I was using your video watching it over and over lmao and I would make one dumb little simple mistake here or there... but I finally got it. And thanks to the other answer as well guys.
Now, is there a way to make my status bar black or is that out of the question?
Click to expand...
Click to collapse
You can use Metamorph or Zip Themer (both in market for free) to change you status bar or other things. Make a nandroid first and if you find that you really don't like what you have done, just restore the System part of the nandroid and you are back to the original you had.
Metamorph will work if you want to change 1 or 2 or 3 things but will require a reboot after all three. With Zip Themer you can create a whole package and apply it that way. I can't get it to work right but that is my own issue and not something wrong with the program. 3rdstring has a nice theme going over on the Themes and Apps forum if you want to take a look.
Hit those thanks buttons if anything helps you out and good luck.

CWM Weirdness

If I put a zip file (rom.zip) on my sdcard outside of all the folders cwm doesn't "see" it when I choose install zip from sdcard". I see nothing but folders to choose from even though rom.zip is on thee card.
If I put rom.zip in any folder in the sdcard I can choose the folder after choosing install from zip and rom.zip is visible and can be chosen for installation.
I installed bamf forever from within a folder on my sdcard and it was fine BUT the directions always say to put the rom.zip on the root of the sdcard.
I am rooted with recovery and have the latest cwm.
Is there any problem unstalling roms from inside a folder on sdcard? Is there something wrong with my cwr?
recDNA said:
If I put a zip file (rom.zip) on my sdcard outside of all the folders cwm doesn't "see" it when I choose install zip from sdcard". I see nothing but folders to choose from even though rom.zip is on thee card.
If I put rom.zip in any folder in the sdcard I can choose the folder after choosing install from zip and rom.zip is visible and can be chosen for installation.
I installed bamf forever from within a folder on my sdcard and it was fine BUT the directions always say to put the rom.zip on the root of the sdcard.
I am rooted with recovery and have the latest cwm.
Is there any problem unstalling roms from inside a folder on sdcard? Is there something wrong with my cwr?
Click to expand...
Click to collapse
It's odd that cwm doesn't see zips on the root of the card. It's absolutely fine to flash a zip that is inside a folder. I flash most of my zips from my download folder.
Sent from my HTC ThunderBolt powered by KillaSense 3.0
I thought it was ok but no idea what the cause of it is. Nice to hear from a developer though.
You don't happen to know if renaming otacerts.zip to otacerts.zip.bak will really block the ota do you?
recDNA said:
I thought it was ok but no idea what the cause of it is. Nice to hear from a developer though.
You don't happen to know if renaming otacerts.zip to otacerts.zip.bak will really block the ota do you?
Click to expand...
Click to collapse
I am sure it is on the root of your SD card but depending on how many folders you have there you may need to scroll down since all folders can't be on screen at same time. When flashing a Rom it does not need to be on the root I keep my backup roms I download inside a folder along with roms i just want to try and they flash just fine. Only thing that needs to be on root of SD card is Full RUUs & Radios named PG05IMG.zip, and Update.zip
If I helped you in any way please use the thank you button
I know the file is there but no way to see it. The folders don't fill the cwm screen and there is nothing to scroll in cwm. You just see the list of folders. No scroll bar or anything.
Radios are flashed in hboot so that shouldn't be a problem.
Since I'm rooted I wont be installing any official ota's ....unless that rooted version I tried today had to be on the root of the sdcard? I had to install it from a folder to see it in cwm.
recDNA said:
I know the file is there but no way to see it. The folders don't fill the cwm screen and there is nothing to scroll in cwm. You just see the list of folders. No scroll bar or anything.
Radios are flashed in hboot so that shouldn't be a problem.
Since I'm rooted I wont be installing any official ota's ....unless that rooted version I tried today had to be on the root of the sdcard? I had to install it from a folder to see it in cwm.
Click to expand...
Click to collapse
You could try erasing your recovery in Rom manager, then reinstalling it and see if that helps.
Sent from my HTC ThunderBolt powered by KillaSense 3.0
I'm an idiot. Like greenlantern said I just had to scroll down further with the volume down screen. I thought I could see all the folders but it turns out I had 64 folders on my sd card! Even better was to scroll UP! It went directly to the bottom of the list where my zip files were all along. Duh. Noob. Ugh
Your welcome
If I helped you in any way please use the thank you button
recDNA said:
I'm an idiot. Like greenlantern said I just had to scroll down further with the volume down screen. I thought I could see all the folders but it turns out I had 64 folders on my sd card! Even better was to scroll UP! It went directly to the bottom of the list where my zip files were all along. Duh. Noob. Ugh
Click to expand...
Click to collapse
Lol I almost always scroll up when using cwm. Less button pressing for the most part.
Sent from my HTC ThunderBolt powered by KillaSense 3.0

[Q] Can't find zip in recovery mode when trying to install rom

Hi All.
I'm new to this and trying to install my first rom (aiming for cynagenmod 7- it has the language support i need, or so they say)
I rooted my phone and followed a yourtube video titled "How To Install CyanogenMod 7 Nightly on T-Mobile G2x after Nandroid Backup"
When i get to the part where i need to install zip from sd card, i can't find the file. I went back and copied the zip file into a few different folders, and although i can locate the folders, it tells me that the file cannot be found.
How do i get around this? Your help is much appreciated.
Maholly said:
Hi All.
I'm new to this and trying to install my first rom (aiming for cynagenmod 7- it has the language support i need, or so they say)
I rooted my phone and followed a yourtube video titled "How To Install CyanogenMod 7 Nightly on T-Mobile G2x after Nandroid Backup"
When i get to the part where i need to install zip from sd card, i can't find the file. I went back and copied the zip file into a few different folders, and although i can locate the folders, it tells me that the file cannot be found.
How do i get around this? Your help is much appreciated.
Click to expand...
Click to collapse
How did you download it? Through rom manager or from the phones xda app, browser? Look in folders with xda or rom manager?? Next time just copy and paste it to the root of the sdcard, not in a folder.
Sent from my LG-P999 using xda premium
Downloaded it on a computer and then copied it to sd card
and you can't find where you put it? did you place it in a certain folder already created... you can plug your phone in to pc then enter recovery mode, go to storage and mounts at the bottom select mount usb then copy the zip to your sdcard in no folders.
When i try to do that t tells me unable to write to ums lunfile (no such file or directory).
From recovery mode there are some folders i can't see when i browse the folders on the computer when the phone is booted up normally - and vice versa. Is this an indicaiton of a problem?
Silly question: do you actually have an SD card inserted in your phone? If so, what did you use to format it?
i do have an sd, and i actually didn't format it. should i format? if so, what is the best way?
Your help is much appreciated
Maholly said:
i do have an sd, and i actually didn't format it. should i format? if so, what is the best way?
Your help is much appreciated
Click to expand...
Click to collapse
Did you try, while in recovery, taking the back off your phone, pop out the sd card, wait 1 second, then pop it back in?
Stupid question, but it's a mistake some beginners make, but did you unzip it by any chance? That could be a reason CWM isn't seeing it. Once you DL the ROM you need to leave it untouched. Then place on SD.
After that in CWM go to choose zip from sd.
And you attained CWM via NVFlash correct?
buru898 said:
Did you try, while in recovery, taking the back off your phone, pop out the sd card, wait 1 second, then pop it back in?
Click to expand...
Click to collapse
Yes, tried that and still no luck
mackster248 said:
Stupid question, but it's a mistake some beginners make, but did you unzip it by any chance? That could be a reason CWM isn't seeing it. Once you DL the ROM you need to leave it untouched. Then place on SD.
After that in CWM go to choose zip from sd.
And you attained CWM via NVFlash correct?
Click to expand...
Click to collapse
no, didn't unzip, left it as cm_p999_full-201.zip
and yes, did get the CWM via NVFlash
Maybe you accidentally copied it to internal memory instead of the sdcard. You can check in cwm under internal sdcard I believe is what it is called.
When you connect the phone through USB it mounts both internal and the sdcard.
Sent from my LG-P999 using xda premium
My file explorer sees it in both the root and the folder I created in the root - both can't be seen in recovery mode.
Should i list the directories i see in both views?
In cwm are you selecting install zip from sdcard or install update from sdcard
Sent from my LG-P999 using xda premium
I ask it to install zip from sd and not update
Maholly said:
My file explorer sees it in both the root and the folder I created in the root - both can't be seen in recovery mode.
Should i list the directories i see in both views?
Click to expand...
Click to collapse
you may have put it on the "internal sd card" instead of external sd card, however this is not an issue if you flash CWM 5.0.2.0 or later, it has an option to install zip from internal sd and external. i renamed my external sd card to avoid future confusion (otherwise i see two "removable disks" when i plug my phone into my computer)
Check your file names on your SD card. Check what you see listed in Recovery. If you see differing file names, then you're accessing the wrong memory.
I'm going to assume you tried booting with the physical buttons. Try booting with CWM which should give you a blue menu.
i did try to boot both ways and both times i did not find it... for the millionth time i took the sd card out and put it back in and rebooted using cwm, and funny enough, it found the direcotry... and yaaaaaaaaaaaaaaay, cynagenmod7 is my new rom
thanks for all your help, support and commiseration... really, much appreciated. i do ve a few more issues that i have to research now... again, external sd not found though... will probably solicit more help
again, thanks
Facing the same problemm
Hello,
new to this rooting and stuff.. I rooted the rom , installed clockworkmod... Now the rom is just not getting detected... Did it a million times.. What to do.. facing exactly the same problems.. I did all that was mentioned... The file is unzipped only card is inserted, using the cmw reboot and stuff itself so no tension.. plzz let me no what to do... stuck here since hours.. !!
hippoalways said:
Hello,
new to this rooting and stuff.. I rooted the rom , installed clockworkmod... Now the rom is just not getting detected... Did it a million times.. What to do.. facing exactly the same problems.. I did all that was mentioned... The file is unzipped only card is inserted, using the cmw reboot and stuff itself so no tension.. plzz let me no what to do... stuck here since hours.. !!
Click to expand...
Click to collapse
Don't unzip the file. When you flash anything via clockwork, it flashes using .zip files.

CWM not finding any ZIP files.

OK. So here after having some time to sit down after work to get a full idea of what is going on.
I have 2 different ROMS with zips to flash. One is a stock 2.3.4 rooted....the other is ParanoidAndroid CM9 with everything needed to run it.
2.3.4 has caused my phone to read the SD Card as _ExternalSD as a folder.
When on the phone through Astro or through ROM Manager I can find and view the ZIP files on my memory card.
I flashed CWM via NVFlash and CWM is installed on the phone but the issue that comes up is that when I navigate to the _ExternalSD folder and open in within CWM it only has a data folder and all other folders are missing and the ZIP file that is in the root of my SD card is no where to be found.
What can I do??
Don't navigate to that folder. In CWM, your external is simply just that, your external. So when you go to "Install zip" always pick from "choose from external" or however it's worded. It isn't in your internal in that folder that's called _ExternalSD... think of that like more of a shortcut on your ineternal sd card to get to your external sd more easier in file exporers.
So once again, in CWM go to flash/install zip, and choose external SD and it should be there. _ExternalSD is just a quick shortcut for file managers to locate your external.
That isn't the issue. I chose install zip from SD Card....It brings up a list of all of my folders. I have a zip in the root of my SD and it doesn't show up. I have the other zips in a download folder....That folder will not open. None of the other folders will open. The only folder that WILL open is the folder called _ExternalSD........When I open that folder it brings up the SAME list of folders but no ZIP shows up in the root of that folder and when I open my download folder it shows a data folder in it and no files or ZIPs
Nothing???
What do you mean though the folder won't open? Do you get some sort of error or something?
When I boot into CWM and go to install from SD card and what not it brings up the folders that are in the root of my SD card.
There is a ZIP file in the root that does not show up in CWM. My other ROM is located in my download folder.
If i go to the download folder i see and select it the screen blinks and goes to the same list. The folder does not open.
If I go to my ExternalSD and the only folder that shows inside there is a data folder.
Maybe it's a corrupt or incomplete zip file. Hmm have you tried formatting your external at least? Not via your phone but format with an adapter directly to your computer.
Weird problem, but trying to help as much as I can.
Yeah it is a super weird problem. I can try to format the SD card and see what happens.
I don't see that working but I am going to give it a shot but any other ideas on what it could be i'm down to check into.
My last G2x was rooted fine cracked the screen and ended up getting another G2x and now it won't root. LOL super frustrating. I've rooted so many and this one is just being a pain lol.
So far reformatting is not working. Its not doing anything. I'm so dumbfounded as to what is going on.
Try a complete nvflash again? With clockwork 5.0.2.0?
How would I do that? I thought about trying that but I can't seem to be able to get it to reflash it.
How do I boot the phone up so the NVFlash will work. When I plug it in NVFlash cannot find the device
Alright so I think I've figured out the issue now I just need to come up with a solution.
ROM Manager says I am on 5.0.2.0 but when I boot into CWM it shows I am actually on 4.0.1.5.
So I need to flash 5.0.2.0......Issue is here tho that I cannot flash it through ROM Manager and I can't seem to get NVFlash to work in flashing 5.0.2.0.
Can anyone lend some advice on that?
Spectral8x said:
Alright so I think I've figured out the issue now I just need to come up with a solution.
ROM Manager says I am on 5.0.2.0 but when I boot into CWM it shows I am actually on 4.0.1.5.
So I need to flash 5.0.2.0......Issue is here tho that I cannot flash it through ROM Manager and I can't seem to get NVFlash to work in flashing 5.0.2.0.
Can anyone lend some advice on that?
Click to expand...
Click to collapse
Don't use ROM manager.
Sent via G2x on CM7 b135.1 w/faux 52 kernel

Categories

Resources