Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I messed up with the OS and now my phone can only boot to Clockworkmod and download mode.

How to flash the phone since Clockworkmod "install from zip" option can't read the external SD card?

My device is a Samsung Galaxy S.

share|improve this question
Some device can be flashed by booting through Goldcard. Read many questions that are related and find with Google how you can prepare a GoldCard for your device. – Narayanan Aug 4 '12 at 13:04
What's your device model? Gold Card only applies to some very specific device from HTC, other manufacturers have their own ways. – Lie Ryan Aug 4 '12 at 13:17
'adb shell mount -t tmpfs none /sdcard' then 'adb push update.zip /sdcard/'. After that you can install the update regularly (Maybe you need to enable adb first in the settings. This procedure creates a temporary tmpfs filesystem at /sdcard. You use it to just-in-time upload your update to it via adb, CWM won't notice that it's not the regular sdcard which is mounted and will be fine) – ce4 Aug 4 '12 at 14:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.