- Jun 6, 2010
- 73
- 0
- 0
All,
What would cause a pushed zip file to not appear on /sdcard/ in CWM Recovery 6.0.0.6? I am pushing the grouper zip to my N7, but I can't see it when I try to "install zip from sdcard" in CWM Recovery 6.0.0.6.
Details:
I screwed up my build.prop file the other night without taking a nandroid first. Yep, stupid, I know.
I've gotten some good help here in the AC Forums, and also found a very relevant thread at XDA.
I have followed steps to push the JRO03_grouper.zip to my tablet using both the Nexus 7 Toolkit (as noted in the XDA thread), and just using ADB (which I downloaded outside of the SDK, so I just have adb.exe, AdbWinApi.dll and AdbWinUsbApi.dll). But, when I got to "install zip from sdcard," I can't find the grouper zip file.
To test the process, I pushed a small test.zip file to my tablet using the same steps, and I am able to successfully see it in /sdcard/ in Recovery as expected.
And, for reference, here's what my cmd window looked like when I pushed grouper:
So, any idea why I can't see the grouper zip?
Thanks
Jack
What would cause a pushed zip file to not appear on /sdcard/ in CWM Recovery 6.0.0.6? I am pushing the grouper zip to my N7, but I can't see it when I try to "install zip from sdcard" in CWM Recovery 6.0.0.6.
Details:
I screwed up my build.prop file the other night without taking a nandroid first. Yep, stupid, I know.

I have followed steps to push the JRO03_grouper.zip to my tablet using both the Nexus 7 Toolkit (as noted in the XDA thread), and just using ADB (which I downloaded outside of the SDK, so I just have adb.exe, AdbWinApi.dll and AdbWinUsbApi.dll). But, when I got to "install zip from sdcard," I can't find the grouper zip file.
To test the process, I pushed a small test.zip file to my tablet using the same steps, and I am able to successfully see it in /sdcard/ in Recovery as expected.
And, for reference, here's what my cmd window looked like when I pushed grouper:
Code:
c:\android\adb>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
c:\android\adb>adb devices
List of devices attached
015d24a425641666 recovery
c:\android\adb>adb push c:\android\JRO03D_grouper.zip /sdcard/
1310 KB/s (261814702 bytes in 195.065s)
c:\android\adb>
So, any idea why I can't see the grouper zip?
Thanks
Jack