[Q] Anyone know of an alt. way of getting to the removable sdcard from recovery? - Eee Pad Transformer Q&A, Help & Troubleshooting

Unfortunately I should have looked into to this before getting any further. But I just found out the hard way that the CWM Recovery Touch (5.8.1.8) install the zip files from the internal sdcard as opposed to the removable sdcard.
Long story short I was getting ready to reinstall a new rom on my transformer and the zip files that I have are always on the removable sdcard. This has always been the case with the old CWM as it installs the zip from the removable sdcard.
I wiped all as recommended before installing a new rom and as soon as I was about to install zip from sdcard and then I just realized that it is pointing to the internal sdcard
You guys have any ideas on any possible work around to this?

Disregard
I found a work around guys. For some reason when I was trying ADB it was giving me device not found. Turns out I was just missing the drivers. I was able to transfer the zip files to the internal sdcard using ADB

I am in the exact same predicament. I'm running 64 bit Windows 7 but the drivers will not install. Any suggestions?

do a quick search for universal naked driver beta 0.6.zip that should fix the driver issue

Related

[Q] SD Card required for update/install?

Hi folks,
I might have a stupid noob question, but not able to find the answer.
I got a Motorola Xoom (EU), and I did root it the other day.
All working fine.
Now I get update notifications for 3.1, but I'm not able to install the stock update.
After the reboot, the Android logo is showing an error, and then it reboots to normal OS.
Now the question is, all instructions I found so far require an external SD Card to get a custom rom with 3.1/3.2 installed.
Is a SD card required, or can I get the same done via USB debug?
Thanks for looking at this thread.
Regards,
derchris
derchrisuk said:
Hi folks,
I might have a stupid noob question, but not able to find the answer.
I got a Motorola Xoom (EU), and I did root it the other day.
All working fine.
Now I get update notifications for 3.1, but I'm not able to install the stock update.
After the reboot, the Android logo is showing an error, and then it reboots to normal OS.
Now the question is, all instructions I found so far require an external SD Card to get a custom rom with 3.1/3.2 installed.
Is a SD card required, or can I get the same done via USB debug?
Thanks for looking at this thread.
Regards,
derchris
Click to expand...
Click to collapse
You need a custom version of ClockworkMod Recovery made for the Xoom. You can flash the solarnz R4c v3.2.0.0 that does require a micro sdcard (even a 2GB is fine) which will appear at mnt/external1, or you can go with Rogue recovery that will let you flash from internal storage (mnt/sdcard) or other options. It's up to you but you must be able to flash the recovery image file through adb/fastboot, since you can't flash a zip file through fastboot.
Thanks for the reply,
I used this thread to install recovery-Tiamat-R4c-100611-1150-cwm.img, as they had a recovery image file for adb/fastboot.
Looking through the options, I see a "mount USB storage" option, but I ended up in only having a 3 MB drive, and as soon as I exited the menu the drive was gone too.
Do you happen to know a download for an adb/fastboot image of the Rogue Recovery?
I don't have a single SD Card, thats why I would like to use USB or internal memory.
derchrisuk said:
Thanks for the reply,
I used this thread to install recovery-Tiamat-R4c-100611-1150-cwm.img, as they had a recovery image file for adb/fastboot.
Looking through the options, I see a "mount USB storage" option, but I ended up in only having a 3 MB drive, and as soon as I exited the menu the drive was gone too.
Do you happen to know a download for an adb/fastboot image of the Rogue Recovery?
I don't have a single SD Card, thats why I would like to use USB or internal memory.
Click to expand...
Click to collapse
You would have to go to that thread and see if there is an option for initial install via img file. I haven't used Rogue, so I don't know.
I figured it out myself
There was an img file inside the zip, which I was able to flash to the Xoom.
Next I used Tiamat Xoom Rom 2.2.2 "Moray" from the internal memory, and have now 3.2.1 on my Xoom.
Thanks for the help
My pleasure.

[Q] Wiped sdcard. Won't connect to computer

Hey guys,
I goofed. Big time. I accidentally wiped the sdcard in recovery mode when flashing to another rom.
I have her booted into red recovery and mounted the USB mass storage but it isn't showing up on my computer (I have a Mac that is running a dual boot of windows) on neither the windows or Mac side. Positive the drivers are installed on both.
Please help. If I can put a rom onto the card I'll be fine...but I can't get onto the card
Any suggestions?
Could use Odin or heimdall I've never tried to use mass storage while in recovery
Sent from my SGH-I997 using xda premium
Downloading Odin currently. Will post results. I hate my slow school Internet :/
ODIN Worked. Thanks
Wiped SD using CWM
So I had a problem almost the same.
I was using JellyBelly 4.2, and didn't like it. I wanted to go back to Cyan 10.0 and installed the files on my phone. I decided it was a good time to wipe everything, and started to do so. One of the files was the SD format. So I did that, and then wipe/data factory reset. Crap. So now I have no rom installed, and no files on my SD card.
I need help to place my zip files for CM 10 on my SD card (they are on my MAC now). I can't start up my phone to enable file transfer. I can only boot into CWM recovery. Is there a (step by step) way to push files from my MAC onto the SD card? Or is there a different way to tackle this?
I have a GNex (Toro) VZW
MacBook running snow leopard.
I am afraid that anything give me advice on you're gonna have to pretend that I am really dumb and need step by step directions. I tried to push via ADB but got this error, I don't know the correct commands for that. View attachment 1508775 Any suggestions?
It seems you do not have the android sdk set up along with adb.
Is this it?
andros11 said:
It seems you do not have the android sdk set up along with adb.
Click to expand...
Click to collapse
I thought I did. Here is what I have, I just don't know how to force my ROM's onto the SD card using it.View attachment 1508841
FIrst make sure you added the tools directory to your PATH.
There's a guide on how to set up the sdk on a mac: http://peter.boctor.net/2010/12/02/installing-the-android-sdk-on-mac-os-x/
you can skip the eclipse parts.
Of course, make sure you use your own path.
After that, adb should be recognized as a command.
To push, use this:
adb push "file.zip" /sdcard/file.zip
change "file.zip" for the location and name of the zip.
I often place files on my Home directory before pushing since it then only requires I specify the file name.
Problems with ADB path
So this is what I get when trying to install different commands into my path. I guess I am still doing it wrong? View attachment 1509964
You need to edit the Path to make it fit yours. Your sdk directory reads android-sdk-macosx 2.
It also depends on where you have that folder.
shooter5635 said:
Hey guys,
I goofed. Big time. I accidentally wiped the sdcard in recovery mode when flashing to another rom.
I have her booted into red recovery and mounted the USB mass storage but it isn't showing up on my computer (I have a Mac that is running a dual boot of windows) on neither the windows or Mac side. Positive the drivers are installed on both.
Please help. If I can put a rom onto the card I'll be fine...but I can't get onto the card
Any suggestions?
Click to expand...
Click to collapse
Pretty sure usbmount never worked with red cem for us...at least ot never did for me
MaxJ360 said:
So I had a problem almost the same.
I was using JellyBelly 4.2, and didn't like it. I wanted to go back to Cyan 10.0 and installed the files on my phone. I decided it was a good time to wipe everything, and started to do so. One of the files was the SD format. So I did that, and then wipe/data factory reset. Crap. So now I have no rom installed, and no files on my SD card.
I need help to place my zip files for CM 10 on my SD card (they are on my MAC now). I can't start up my phone to enable file transfer. I can only boot into CWM recovery. Is there a (step by step) way to push files from my MAC onto the SD card? Or is there a different way to tackle this?
I have a GNex (Toro) VZW
MacBook running snow leopard.
I am afraid that anything give me advice on you're gonna have to pretend that I am really dumb and need step by step directions. I tried to push via ADB but got this error, I don't know the correct commands for that. View attachment 1508775 Any suggestions?
Click to expand...
Click to collapse
Since your on jb with blue recovery you should be able to Mount USB storage from recovery...mounts and storage>mount USB>plug into computer
Sent from my SGH-I997 using Tapatalk 2
Mounts
So when I boot CWR and go to the mounts and storage menu I only see the following options.
Mount /sdcard
Mount /system
Unmount /cache
Unmount /data
Format /sdcard
Format /system
Format /cache
Format /data
I've tried them all while plugged into my Mac, and nothing happens on any of them.
Try getting your adb set up.
I'm pretty sure that if you right click on the tools folder and go to get info or anything similar to properties, it will show you the whole Path.

[Q] Cannot flash CM on 3100

Hi everyone,
I have a Galaxy Tab 2 7.0 (P3100) and I have rooted it and installed CWM so I could install the latest CM release. But when I try to install the CM zip file, it says "some symlinks failed". Now my tablet won't boot, the splash screen with "Samsung Galaxy Tab 2" keeps on forever. But I still have access to CWM and the Download mode so I think everything's not lost yet
Here are the exact steps I did:
- Uploaded the CM image (cm-10-20121213-NIGHTLY-p3100.zip), the gapps zip and the root zip to the tablet.
- Installed heimdall on my computer, with the correct drivers.
- Flashed CWM on the tablet.
- Installed the root zip on the tablet using CWM.
- Booted the tablet again just to make sure rooting was enabled (yes, it was).
- Opened CWM again, wiped data, wiped cache.
- Installed CM image:
--- Error: some symlinks failed (status 7)
- Installed the gapps zip file (worked)
- Formatted /system
- Installed CM image:
--- Same error: some symlinks failed (status 7)
I wanted to try another CM images, maybe that one is broken, I don't know, but now I cannot upload more files to the tabled internal SD card. I can't mount it anymore on my computer because the tablet won't boot. I tried using an external SD card (from another Android phone I have) but CWM says "Cannot mount /external_sd" when I try to mount it.
Can anyone help me? I want to flash the latest CM on my tablet.
Thanks!
This seems to me like either a broken recovery or maybe a corrupt download. What version of CM are you trying to flash? Also, what version of CWM are you using and where did you find it?
Posted from my Fascinate using XDA Premium
Yeah, I also think the download was corrupt. I tried flashing cm-10-20121213-NIGHTLY-p3100.zip (the latest one on the day I flashed) and my CWM version is 6.0.1.1. I downloaded it from ClockworkMod official website, they say that is the latest version for my tablet model.
I believe CWM is working and that the image is corrupt, but I can't find a way to flash another CM image because I don't know how to put another file inside the tablet, or how to flash an image from my computer to the tablet. Can I use something like heimdall to flash a CM to my tablet? Can I upload an image to the tablet so I can use CWM to install it? "adb push" doesn't work, it doesn't detect my device in CWM mode. Do I need some working/stock Android image on the tablet so I can flash CM over? Or it will work no matter what's installed (given that the download is not corrupt)?
Thanks!
cristiandeives said:
Yeah, I also think the download was corrupt. I tried flashing cm-10-20121213-NIGHTLY-p3100.zip (the latest one on the day I flashed) and my CWM version is 6.0.1.1. I downloaded it from ClockworkMod official website, they say that is the latest version for my tablet model.
I believe CWM is working and that the image is corrupt, but I can't find a way to flash another CM image because I don't know how to put another file inside the tablet, or how to flash an image from my computer to the tablet. Can I use something like heimdall to flash a CM to my tablet? Can I upload an image to the tablet so I can use CWM to install it? "adb push" doesn't work, it doesn't detect my device in CWM mode. Do I need some working/stock Android image on the tablet so I can flash CM over? Or it will work no matter what's installed (given that the download is not corrupt)?
Thanks!
Click to expand...
Click to collapse
Please tell me you made a backup after rooting and before modding?
If you didn't (which it sounds like), BAD CRISTIAN!!! But this will make you learn to do it from now on, huh?
Which leaves you only two options, both include using a computer to get a ROM zip to the tab...
1- connect tab to computer in recovery with usb cable and download a new copy to SD card via computer.
2 - remove SD card from tab, place in computer card reader, and download a new copy to SD card via computer.
LeftyGR said:
Please tell me you made a backup after rooting and before modding?
If you didn't (which it sounds like), BAD CRISTIAN!!! But this will make you learn to do it from now on, huh?
Click to expand...
Click to collapse
I didn't make a backup :crying:
Yes, now I learnt, I will always make a backup from now on...
LeftyGR said:
1- connect tab to computer in recovery with usb cable and download a new copy to SD card via computer.
Click to expand...
Click to collapse
How exactly do I download a new copy of the image to the SD card? When I plug the tablet to the computer, I can't access its files. It used to show me the files when the Android system booted, but on Recovery mode it won't display them, the filesystem isn't mounted. Should I do anything special? Should I use another CWM version?
LeftyGR said:
2 - remove SD card from tab, place in computer card reader, and download a new copy to SD card via computer.
Click to expand...
Click to collapse
I tried that, but it seems I cannot mount the external SD card using CWM. When I hit "Mount external SD Card", it says "Cannot mount /external_sd". The SD card works fine though, I use it on another phone and on my computer... Is this a CWM problem? =/
Thanks!
cristiandeives said:
I didn't make a backup :crying:
Yes, now I learnt, I will always make a backup from now on...
Click to expand...
Click to collapse
Good man.
How exactly do I download a new copy of the image to the SD card? When I plug the tablet to the computer, I can't access its files. It used to show me the files when the Android system booted, but on Recovery mode it won't display them, the filesystem isn't mounted. Should I do anything special? Should I use another CWM version?
Click to expand...
Click to collapse
Pull the ext sd card out of the tab and put it into a card reader on a computer using the adapter the micro sd card [should have] come with.
I tried that, but it seems I cannot mount the external SD card using CWM. When I hit "Mount external SD Card", it says "Cannot mount /external_sd". The SD card works fine though, I use it on another phone and on my computer... Is this a CWM problem? =/
Click to expand...
Click to collapse
Possibly... However if you can mount your internal sd card, you should be able to place the zip on there. I don't usually suggest using internal, but if that's what you gotta do....
I found out why I couldn't mount my external SD card with CWM: I had to format it with FAT32! I don't know what filesystem there was before, the SD card I have was used by an old Éclair phone. I still couldn't install others CM 10 images (I really don't know why), but I managed to install CM 9 and the brand new CM 10.1.
Thanks, guys! =)
cristiandeives said:
I found out why I couldn't mount my external SD card with CWM: I had to format it with FAT32! I don't know what filesystem there was before, the SD card I have was used by an old Éclair phone. I still couldn't install others CM 10 images (I really don't know why), but I managed to install CM 9 and the brand new CM 10.1.
Thanks, guys! =)
Click to expand...
Click to collapse
Awsome. Thank you for providing your solution!!

[root tool] Toshiba Thrive 10.1" ICS

(Now, I know this is not in the right section or even in the device's page, but...)
Forewarning: I am NOT responsible for any damages caused by running this tool. (You ran it, not me.) Also, do NOT use on the Thrive 7 or ANY of the Excites! The Thrive 7 has an entirely different bootloader/partition layout than the 10.
Pio_masaki and I have been working hard for almost a year to get root on the ICS version of the Toshiba Thrive 10.
Last night, I was able to finally sneak past sealime.ko and have it work.
It uses the "root any ICS device" tool, with special modifications specifically for the Thrive 10.
(can't post any links, so it's on the "thrive-hackers" github page.)
Special note: While it is set up for OSX ADB, I have not been able to find any binaries.
Are you saying that we are close to a root method for Thrives running Toshiba ICS?
rohads said:
Are you saying that we are close to a root method for Thrives running Toshiba ICS?
Click to expand...
Click to collapse
Saying there is a method to root it now, yes, we got around sealime.ko. This means we can flash the HC bootloader which is unlocked, which allows custom recovery and kernels/ramdisks (boot.img) to be used.
BTW the link is https://github.com/Thrive-Hackers
congrats guys ! very awesome work !
jdsingles deodexed ROM w/ agat63's 1.3 kernel Suped up w/ CB 6.26.13
More specifically, it bypasses sealime to flash the unlocked bootloader. What we did was we MVd /dev/block/mmcblk0p6 to 0p9. It's a pure fluke Pio and I found out that it works. We found out that sealime was explicitly blocking write to 0p6, so he semi-sarcastically said to move it. I ran the mv command, whadda ya know? It worked!
'Course, getting the tool completed wasn't as simple as that...
PS: Could we get this moved to the Toshiba Thrive Development section?
Have instructions been written for the process?
worked for me
I used this tool on Jul 8 and it worked very well. I got it from thriveforums dot org. Thank you pio_masaki and AmEv.
I tried changing the recovery to the latest TWRP using "fastboot flash recovery twrp-2.4.1.0.img" while in bootloader. I was not able to, though as it kept giving me errors.
Does this bootloader not allow flashing a recovery? I noticed the rootme script uses adb commands to push the CWM recovery.
I am now running Dale's latest deodexed rooted ICS rom with the CWM recovery he included.
Other unrelated lessons learned:
If you can't mount your SD card in recovery, try a different card!
And, Dale packages his update.zip inside the downloaded zip file!
navyguy said:
I used this tool on Jul 8 and it worked very well. I got it from thriveforums dot org. Thank you pio_masaki and AmEv.
I tried changing the recovery to the latest TWRP using "fastboot flash recovery twrp-2.4.1.0.img" while in bootloader. I was not able to, though as it kept giving me errors.
Does this bootloader not allow flashing a recovery? I noticed the rootme script uses adb commands to push the CWM recovery.
I am now running Dale's latest deodexed rooted ICS rom with the CWM recovery he included.
Other unrelated lessons learned:
If you can't mount your SD card in recovery, try a different card!
And, Dale packages his update.zip inside the downloaded zip file!
Click to expand...
Click to collapse
Try fastboot flash:raw.
Is there any need to do a backup before rooting?
TubaMeister said:
Is there any need to do a backup before rooting?
Click to expand...
Click to collapse
Not explicitly, but it wouln't hurt in case your tablet got into contact with allspark.... er, the bootloader didn't flash, and you're stuck in a bootloop.
easy root and CWM recovery
walk thru
http://www.youtube.com/watch?v=MXeYJhKCgX8
adb driver
http://www.thriveforums.org/forum/t...vers-usb-adb-driver-installation-package.html
root tool
https://github.com/thrive-hackers/thrive-10-inch-ics-root,
follow this to install CWM
http://www.thriveforums.org/forum/d...0-clockworkmod-touch-recovery-v6-0-1-1-a.html
follow to install touch CWM
http://www.thriveforums.org/forum/d...0-clockworkmod-touch-recovery-v6-0-1-1-a.html
ROMs
http://www.thriveforums.org/forum/dalepl/
Uh oh
robyn402 said:
walk thru
http://www.youtube.com/watch?v=MXeYJhKCgX8
adb driver
http://www.thriveforums.org/forum/t...vers-usb-adb-driver-installation-package.html
root tool
https://github.com/thrive-hackers/thrive-10-inch-ics-root,
follow this to install CWM
http://www.thriveforums.org/forum/d...0-clockworkmod-touch-recovery-v6-0-1-1-a.html
follow to install touch CWM
http://www.thriveforums.org/forum/d...0-clockworkmod-touch-recovery-v6-0-1-1-a.html
ROMs
http://www.thriveforums.org/forum/dalepl/
Click to expand...
Click to collapse
I installed the drivers, used the root tool, the restore was successful, but now the tablet is stuck in a boot-loop mode.
The root tool was running, there was a line that said the screen would go blank, which it did, and it stayed there for several hours. When I came back to check on it, the tablet was off, so I turned it on. That's when I found the boot loop. It'll get to the home page, tell me that nova launcher has stopped, then loop back to the moving stars section of the boot screen.
Any ideas on what to do now?
DLeach4512,
if CWM is still alive, so just flash any ROM via CWM (flashing wipes all your data that exist in internal memory, so you need to make backup via CWM if you wish to save your data; and after flashing ROM you can import all data via Titanium Backup)
Kyonex said:
DLeach4512,
if CWM is still alive, so just flash any ROM via CWM (flashing wipes all your data that exist in internal memory, so you need to make backup via CWM if you wish to save your data; and after flashing ROM you can import all data via Titanium Backup)
Click to expand...
Click to collapse
You know, I feel kinda dumb because I didn't even try that!
Now i've tried it, and I see I can get into CWM.
I put a ROM on an SD card on my PC, then put that SD card into the Thrive and used CWM to install the .zip of the ROM I selected, and it won't install. It starts, then it says Installation aborted, but won't tell me why.
Any ideas where I should start unraveling this mystery?
1. check that your recovery is CWM and not stock recovery
2. check that you put on SD archive that contain folders named system and META-INF, file like boot.img, something other maybe (many ROMs archive contain "archive in archive", so you need to unpack archive from main archive and than put that internal archive on SD); after checking that all right try to flash that archive again
3. try another sdcard (full sized SDHC + formated in FAT32)
DLeach4512 said:
You know, I feel kinda dumb because I didn't even try that!
Now i've tried it, and I see I can get into CWM.
I put a ROM on an SD card on my PC, then put that SD card into the Thrive and used CWM to install the .zip of the ROM I selected, and it won't install. It starts, then it says Installation aborted, but won't tell me why.
Any ideas where I should start unraveling this mystery?
Click to expand...
Click to collapse
also make sure you open the zip and place the update.zip on your card -
From my GSIII - jd's Stock/Rooted/Deodexed 4.3
Kyonex said:
1. check that your recovery is CWM and not stock recovery
2. check that you put on SD archive that contain folders named system and META-INF, file like boot.img, something other maybe (many ROMs archive contain "archive in archive", so you need to unpack archive from main archive and than put that internal archive on SD); after checking that all right try to flash that archive again
3. try another sdcard (full sized SDHC + formated in FAT32)
Click to expand...
Click to collapse
Excellent!
1) I had to extract "update.zip" from the ROM I had downloaded.
2) I re-formatted the card I was using to FAT32 instead of FAT.
3) I was able to get the install started with no trouble after following your directions.
BIG THANK YOU FOR THAT!
I got a successful install message, and then it booted!
Thanks a million!
Problems after Mount Changes
I changed the mount as described on thriveforums.org to allow apks and data to go to the external sd rather than "shared" internal memory.
I now have the situation with less free memory available on the sd card than on internal. The CWM backups went on the physical card- a 32 G one almost full. Will look for a major mfr 64 Gig.
One or so issues with the revised mounts where the external sd card is now internal. They relate to making backups with dalepl's latest CWM 6.0.1: where to put CWM backups for now and are they being made correctly with the revised mounts?
The backup made prior to the mount change looks normal: a single, dated/numbered folder about 2.6 Gb, 6 files: boot.img, cache.ext4.tar, data.ext4.tar, nandroid.md5, recovery.img and system.ext4.tar. However, the one made after the mount change also has a dated, numbered folder of only 15.8 Mb and 7 files: .android_secure.vfat.dup, boot.img, cache.ext4.dup, data.ext4.dup, nandroid.md5, recovery.img and system.ext4.dup. There is a second folder associated with the later bu called "blobs", which is huge --2.76 Gb, 3292 folders and 6581 files. Is this an expected result and any one think it might be a valid bu?
Also, it went on to the external SD (now "internal") and total storage use is now almost 28 Gb out of 30.2. I now have the situation with less free memory available on the sd card than on internal. The stuff there looks ok, pix movies and music plus CWM bups of 5.5 G and App_Backup_Restore archived apks at 2.8 Gb. So, I copied the cwm backups folder to the real internal memory, now sdcard2. I assume this true internal memory might get wiped during a restore so, this is not a valid storage site for this? And, if I put copies on a spare card, will that really work if my downloaded apps are on the original card, eg does the CWM backup copy the external card apps?
As I note, for some reason this 'blobs' folder won't copy easily to a USB via the Thrive or Win 7 pc. It also won't copy to a Win 7 HD partition where I store my Thrive stuff. (Update: I was able to do a wireless transfer to my pc and then, from there, to a spare SD card.)
Any thoughts? Should I go back and change the mounts to default?
BTW, I find FolderMount has no real use with the changed mount on the Thrive unless someone tells me otherwise. With the Thrive mounting the external card as internal, files go to the physical card.
gberpa,
I don't understand your question - it is very long. But I know that custom recovery (CWM / TWRP) itself remounts sdcard and internal memory before wipe process so it will wipe correct memory (only internal memory). If you need to change the ROM you don't need to worry about mounting paths because after wipe mounting paths will be restored to original.
Partition layout of Toshiba Thrive 10.1" ICS
AmEv said:
Also, do NOT use on the Thrive 7 or ANY of the Excites! The Thrive 7 has an entirely different bootloader/partition layout than the 10.
Click to expand...
Click to collapse
Can you give us information on the Toshiba Thrive 10.1" ICS partition layout and their names, please?
We would like to compare it to ours Toshiba Excite Pro (AT10LE-A, tostab12BA). A Dirty Cow enabled KingoRoot has given us a temporary root.
[Q] How Root Toshiba Excite Pro AT10LE-A-108 by dexxxZ
https://forum.xda-developers.com/showthread.php?t=2583677&page=6
Sent from my takee 1 using XDA Labs

[Q] How to reinstall my phone after a data/system format in cwm?

Accidentally corrupted my phone by flashing an old rom over a new one, so decided to boot into CWM and format system and data folders.
Now I can't figure out how to copy/flash a zip of cyanogenmod onto the phone. Mount USB doesn't work.
I can't find a tutorial anywhere that explains what I should do from here as they all seem to rely on your copying the zip to your internal memory before you proceed.
Tried CWM's sideload option but ADB on my machine is saying no device found. ADB was working before so I have all the drivers etc. set up. I have the zip file of the build, I just don't know how to get it onto the phone.
Any ideas?
No worries, found this post http://forum.xda-developers.com/showthread.php?t=2322220&page=2 and tried installing the drivers download.clockworkmod.[com]/test/UniversalAdbDriverSetup6.msi despite already having working drivers that allowed me to install the whole thing in the first place.
Soon as I installed them cwm let me sideload the rom and it's all groovy.

Categories

Resources