HELP!!!! TF101 C10 SN borked - Eee Pad Transformer Q&A, Help & Troubleshooting

Ok, So I've got a problem, I caused myself of course. I've been running one of the Jelly Bean beta roms that are out there and I wanted to go back to ICS. I've got CWM installed (the touch based one, 5.8 something) I threw Android Revolution 3.5 and the super wipe utility on the external SD card. I tried installing from that in CWM, however I couldn't mount the SD card. I moved the files from the external to the internal, and ran the wipe from there. Then I tried to install the ROM. Now I have nothing on my internal SD card, and I can't seem to mount the internal SD card in windows to put the files on the SD card to try the install again. The tablet will boot into CWM, but won't boot into anything else. If I don't boot into CWM it just stays at the Eee Pad boot screen. I've tried using a couple one click newbie applications I've found in these forums to no avail. I'm currently trying to install it via ADB (adb install C:\ROMfile.zip) and it seems to just be sitting there. I can see my device in ADB if I type ADB devices. I know all is not lost, I'm just not sure where to go from here. Thank you for your help!!!
Edit, I gave up on that and am now trying to push the file to the internal storage, but it isn't working.

EasyFlasher : (http://forum.xda-developers.com/showthread.php?t=1688012)

JoinTheRealms said:
EasyFlasher : (http://forum.xda-developers.com/showthread.php?t=1688012)
Click to expand...
Click to collapse
Yours is one of the ones I've tried. Doesn't seem to flash a recovery, and I can't get it to install the stock firmware.
Perhaps it would help to list what programs I've tried:
Brk Root Toolkit
OneClickRecovery 0.4
Easy Flasher 0.8.3b

WU55 said:
Ok, So I've got a problem, I caused myself of course. I've been running one of the Jelly Bean beta roms that are out there and I wanted to go back to ICS. I've got CWM installed (the touch based one, 5.8 something) I threw Android Revolution 3.5 and the super wipe utility on the external SD card. I tried installing from that in CWM, however I couldn't mount the SD card. I moved the files from the external to the internal, and ran the wipe from there. Then I tried to install the ROM. Now I have nothing on my internal SD card, and I can't seem to mount the internal SD card in windows to put the files on the SD card to try the install again. The tablet will boot into CWM, but won't boot into anything else. If I don't boot into CWM it just stays at the Eee Pad boot screen. I've tried using a couple one click newbie applications I've found in these forums to no avail. I'm currently trying to install it via ADB (adb install C:\ROMfile.zip) and it seems to just be sitting there. I can see my device in ADB if I type ADB devices. I know all is not lost, I'm just not sure where to go from here. Thank you for your help!!!
Edit, I gave up on that and am now trying to push the file to the internal storage, but it isn't working.
Click to expand...
Click to collapse
I can't link to the thread, noob that I am, but here was my solution to a similar problem:
OK. I managed to master the ADB command prompt well enough to "ADB Push c:\update.zip /sdcard/" Hey-zuss, there is a lot out there to read. After that, a few 2 tries with CWM got me to actually flashing '/sdcard/update.zip'
Steps I took:
Install the android SDK
Get the latest version of the ASUS ROM
Unzip the outer container.
Rename the zip carried inside to to "update.zip", and place it on 'C:\'
Start a command prompt in the directory with 'ADB.EXE' in it. (part of platform-tools for the android SDK)
In the command prompt, enter the statement, "ADB Push c:\update.zip /sdcard/update.zip'
Use ClockWorkMod to flash a new ROM, and chose the 'update.zip' from the root directory.
Chew nails.
(mine failed, so as a true windows user, I tried it again)
Chew nails.
Success.
The android SDK is easy to fin/install
The ASUS ROM is available from asus (find downloads/firmware for your system)
Now to time backup the ROM I have with CWM so I never have to do this again!

PMcHargue said:
I can't link to the thread, noob that I am, but here was my solution to a similar problem:
OK. I managed to master the ADB command prompt well enough to "ADB Push c:\update.zip /sdcard/" Hey-zuss, there is a lot out there to read. After that, a few 2 tries with CWM got me to actually flashing '/sdcard/update.zip'
Steps I took:
Install the android SDK
Get the latest version of the ASUS ROM
Unzip the outer container.
Rename the zip carried inside to to "update.zip", and place it on 'C:\'
Start a command prompt in the directory with 'ADB.EXE' in it. (part of platform-tools for the android SDK)
In the command prompt, enter the statement, "ADB Push c:\update.zip /sdcard/update.zip'
Use ClockWorkMod to flash a new ROM, and chose the 'update.zip' from the root directory.
Chew nails.
(mine failed, so as a true windows user, I tried it again)
Chew nails.
Success.
The android SDK is easy to fin/install
The ASUS ROM is available from asus (find downloads/firmware for your system)
Now to time backup the ROM I have with CWM so I never have to do this again!
Click to expand...
Click to collapse
I've tried a couple times to use ADB push to put a ROM on my SD card, and every time ADB has said it successfully transferred the file. Yet when I boot into CWM I can't seem to find it, nothing at all is on my SD card, no folders, nothing, after the super wipe script for Revolution. I'll try again, and continue to do so. I've also found Wheelie which supposedly gets me NVflash on my SBKv2 TF101 that I might try and use to flash my tablet back to stock.
edit: well, for some reason this time the push worked! I'm up and running again!!! Thanks all so much!

Related

Official CWM Recovery 5.0.2.7

As Undeads thread has been closed, I needed to start again.
Basically when flashing the new 5.0.2.7 recovery with any method, via Rom Manager or ADB Fastboot the recovery just doesn't work proper.
My sdcard can't mount, hence I can't navigate nor install any roms?
Performing backups & restores don't work for me either.
I've had to roll back to 4.0.0.9, annoying because I want to try out Blues Bulletproof.
Please someone what is the definitve solution to getting the officion CWM recovery to work as I'd expect.
I've even tried a :
fastboot erase system -w
before fastboot flash recovery 'recoveryimage'.img
Rolling back to 4.0.0.9 allows me to do everything as per usual in recovery, but not with 5.0.2.7
I'm really quite baffled with this
1 - Download the recovery via real computer.
2 - Plug in your doubleshot, transfer to sdcard main directory.
3 - Disconnect from computer, use a root file manager (root explorer preferred) to copy the image from /sdcard to /data/local
4 - Open up terminal emulator.
5 - Type:
Code:
su
6 - Then type:
Code:
dd if=/data/local/recovery-clockwork-5.0.2.7-doubleshot.img of=/dev/block/mmcblk0p21
*Make sure all letters are lowercase. You will have to juggle the hardware/software keyboard to get the first "i" after "dd" to be lowercase. Try typing a few characters past it, then using the trackpad to move the cursor back to it. Keep trying the hardware and software keyboards until it sticks as a lowercase "i"
7 - Let it transfer, then exit terminal emulator.
8 - Reboot into recovery, should be good.
**Note - pay close attention to the file name for the image. What Undeadk9 typed into his guide is wrong, what I typed here is correct.
Post if you have any further issues.
Edit:
"if" stands for "input file".
"of" stands for "output file".
dd
One thing I love about the official clockwork recovery is the ability to mount the sdcard while plugged into the computer, and drag and drop files to and from the sdcard while the doubleshot is in recovery mode.
Good luck, hope to see it working for you soon.
Thanks, but still same issues
Hi Blue,
I'm still getting the same errors dude.
I just tried your method, hence I've now tried to install the new recovery with all 3 methods (adb fastboot, rom mamanger and this dd terminal command.)
They all flash/install correct, and when rebooting into recovery each time it looks fine.
But when I try to navigate to 'sdcard' (install zip from sd card/choose zip from sd card... i get "E: Cant't mount /sdcard/"
When I go to mounts & storage/mount sdcard, again I get "Error mounting /sdcard!"
When I attempt a backup, I get this "Can't mount backup path."
I hope you can decipher my mayhem here...... very weird!
Maybe it's my sdcard - however, it works as perfect on modaco 4.0.0.9, I'm unsure on whats going on here
Blue6IX said:
1 - Download the recovery via real computer.
2 - Plug in your doubleshot, transfer to sdcard main directory.
3 - Disconnect from computer, use a root file manager (root explorer preferred) to copy the image from /sdcard to /data/local
4 - Open up terminal emulator.
5 - Type:
Code:
su
6 - Then type:
Code:
dd if=/data/local/recovery-clockwork-5.0.2.7-doubleshot.img of=/dev/block/mmcblk0p21
*Make sure all letters are lowercase. You will have to juggle the hardware/software keyboard to get the first "i" after "dd" to be lowercase. Try typing a few characters past it, then using the trackpad to move the cursor back to it. Keep trying the hardware and software keyboards until it sticks as a lowercase "i"
7 - Let it transfer, then exit terminal emulator.
8 - Reboot into recovery, should be good.
**Note - pay close attention to the file name for the image. What Undeadk9 typed into his guide is wrong, what I typed here is correct.
Post if you have any further issues.
Edit:
"if" stands for "input file".
"of" stands for "output file".
dd
One thing I love about the official clockwork recovery is the ability to mount the sdcard while plugged into the computer, and drag and drop files to and from the sdcard while the doubleshot is in recovery mode.
Good luck, hope to see it working for you soon.
Click to expand...
Click to collapse
I had similar problem, was something stupid. Think usb was still mounted or something. Not plugged into pc, right?
Sent from my RubiX CubeD MT4GS using Tapatalk
if you are using an older version of a rom you have to mount system and data.
Try mounting those and then trying to install from an sd.
If I were you I would do a full wipe /formatsystem/data/dalivk/sdcard. Backup the important things on the sd card to the computer and start fresh with an updated rom and a clean sd card.
You could always try swaping your sd card out but i dont think its the problem. The older roms make running the NEW CWM much more difficult than it should be.
I am not sure it appears you are trying to get an older ROM to run with the new CWM.
dillalade said:
Installed new recovery through rom manager, to 5.0.2.7 and rebooted into recovery.
All seems well.
BUTTTTTTTT when i tried to do a backup of my current virtuous rom i get an error: "can't mount target path"
And then when testing the restore i get an error: "can't mount path /sdcard"
And when testing the wipe & format options, instead of the traditional Yes or No.... I now have like 10 No options and 1 Yes option.
Something seems bogus, ive reinstalled the recovery twice but same effect.
Anyone??
Whats happened to my recovery guys???
Sent from my myTouch_4G_Slide using XDA App
Click to expand...
Click to collapse
dillalade said:
I went back to 4.0.0.9 and I can backup/restore again.
Something with the latest recovery doesn't allow my device to mount and see/work with my sd card..... any advice people?
Where can i get the img file so i can try to flash after a fastboot erase wype.... However i dont see how everyone else has it working and mine mashed.
Click to expand...
Click to collapse
pmcqueen said:
so am I the only one who literally can't get this recovery to work at all? perhaps I should contact koush and get him a log... basically, it won't mount my SD card. sd card is not defective as I can mount it fine through modaco recovery without any issues.
I guess I could try formatting the card and then trying the official CWM recovery again, but until then I'm just sticking with the modaco version.
Click to expand...
Click to collapse
pmcqueen said:
No one with sd mounting issues yet? I'm surprised. I think I know what the problem is though... will update shortly.
Click to expand...
Click to collapse
Conlculsion...?
I'm sure I saw it around here somewhere, hell if I know where off the top of my head. I am pretty sure it involved formatting the sd-card if memory serves right.
I have to go, will be on the road for a bit then tied up with the family of my Lady for a bit, so not sure when I can check back in.
Hopefully pmcqueen happens to see this and posts the missing info that was not updated...
I realize I quoted you from the other thread, so this issue has been hanging for you for a while? We need to figure out how to solve it - wish I could be more focused on your problem at the moment.
Try formatting your sdcard through Clockworkmod.
If you can't try powering off the phone and formatting the card directly in your computer.
It sounds like you have Clockworkmod successfully updated to the 5.0.2.7 version, but now reading the sdcard is the problem.
Can you try a different MicroSD card, do you have another one?
What ROM are you using? Becaause anything that dates before the official ROM.manager release date was unmounted. Basically there was a feature that the new ROM doesn't have. Undeadk9 confimed this in that thread. Everything you need to know is there. They go into full detail as to why it wasn't working. Even decided to open a full wiki about why. Did you even read it?
Basically you have to manually mount. Also in the rom try scrollong down and keep going until it unlocks.
Sent from my mt4gs
Not sure if you already tried this, but if you haven't, try doing:
Get the SD Formatter here and format your sd card (use a card reader if necessary).
Use quick format, but make sure "Format Size Adjustment" was off (all available under options...)
Two reminders:
1. The recommended filesystem for an android SD Card is FAT32
2. Remember to back up whatever you have in the SD card so you can put them back in once you're done formatting
Thanks for all the input guys.
Will try an sd format etc and report back soon.
Cheers
Sent from my Bulletproof_Doubleshot using XDA App
dillalade said:
Thanks for all the input guys.
Will try an sd format etc and report back soon.
Cheers
Sent from my Bulletproof_Doubleshot using XDA App
Click to expand...
Click to collapse
I can almost guarantee you formatting the sd will fix your problems with sd mounting in 5.0.2.7
You won't be able to do it via cwm recovery (it's not able to even recognize the sd, that's why you're having mounting issues) but if you put the card into an sd reader and format it for a normal fat32 partition I bet that fixes it.
So I just thought I'd chime in here...
I recently updated from Modaco to CWM and had this sd card issue however, I have like 10 different sd cards and the first thing I did was put the ROM I was trying to install on a sd card with nothing on it and BAM it worked. I'm going to try and put my 16gig back in after everything settles in the rom and I'll update with the results. tomorrow.
Hi guys,
similar issue here
I can't make a backup or restore, I can't install somethink because I always get "Can't mount sdcard"
any idea?
thanks
Oh damn I completly forgot to post my results.
Sd card needed a reformat, then the new recovery was able to mount sd etc.
Thanks to everyones 2cents in this thread, helped me out.
Enjoy
I've tried to format but without result
Did you try SD Formatter using a PC? I was able to resurrect a dead 16gb microSD using that method.
Sent from my RubiX CubeD Extreme MT4GS using XDA App
1) Download CWM recovery from the main site.
2) Connect your phone to your PC.
3) Open your PC's Terminal.
4) Type "adb shell reboot bootloader".
5) Type "fastboot flash recovery name-of-recovery.img".
6) Type "fastboot reboot".
Sent via smoke signal.
blackknightavalon said:
1) Download CWM recovery from the main site.
2) Connect your phone to your PC.
3) Open your PC's Terminal.
4) Type "adb shell reboot bootloader".
5) Type "fastboot flash recovery name-of-recovery.img".
6) Type "fastboot reboot".
Sent via smoke signal.
Click to expand...
Click to collapse
This works for me.
Boot into recovery 5.0.2.7 and make backup. All good.

[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] Help: bricked and read only

Hello,
I rooted my tf101, all went well. Put clockworkmod recovery on it and still no problems. Now I wiped all partitions by mistake of my tf101. The only thing left is the recovery image (cwr) but if i try adb tool to push a file on the system it says the system is readonly. If i try nvflash tool is also says error onable to write and it disconnect the tf101.
Can any body help me, or do i have to put it back to repair
thanks Ernst
Well, if you have a microSD card, and a CWM that can read from it, you could just hook the card up to your PC (using a phone with microsd slot, or a cardreader, etc) and place the new image on the card.
Also, have you tried running 'adb root' to make sure ADB is running as root?
@Goatshocker
I tryed to insert a microSD card, but cwr does not recognize it, at least it does not appear in the menu structure.
Also tryed adb root, it sayed hat it is already in root.
ernst99999 said:
@Goatshocker
I tryed to insert a microSD card, but cwr does not recognize it, at least it does not appear in the menu structure.
Also tryed adb root, it sayed hat it is already in root.
Click to expand...
Click to collapse
If you are using cwm 5.5.0.4, go to the following link.
http://forum.xda-developers.com/showthread.php?p=23256536
@kokopopz
I have indeed version 5.5.04, have read the tread you mentioned, but no solution. My problem is that if i try to push a file to the TF than it says "read-only file-system". Tryed in cwr to fix permisions, but no help.
Problem stays the same.
@kokopopz Thanks for your link.
I Found the solution !!!! My TF is UNBricked. YES YES YES.
For the record: "adb push rom.zip /data/media/rom.zip" will do the trick, after that reboot to cwr and do install zip from sdcard.

[Q] stuck in boot loop

I've got my tf300t stuck in a boot loop when i turned it on today. (Ive looked around the forums for this issue already and been able to find little or no solutions that work for me)
I'm using cm10 and twrp. last night i shut the tablet off as usual and go to turn it on today and i cant get past the white asus logo and device unlocked screen.
I can access my twrp recovery menu, wiping dalvik returns a "E:Unable to mount '/data' (tw_mount)" cache wipes fine no errors.
I'm unable to flash another rom or restore from a back up as well.
Fastboot says its working but in cmd prompt it wont list the device. (computer recognizes it and it shows in device manager as android adb interface)
If there is any other information needed I will be more than happy to provide it.
any tips or help is greatly appreciated.
thanks in advanced.
I'm not yet very fammiliar yet with TF300, but from SGS 1 and ICS I remember one trick. If you have external microSD pluged, take it out or of you don't have it plug it in and then enter TWRP.
It probably won't work but you can try anyway.
Does TWRP have any file browser? I'm using CWM so I don't know much about TWRP.
stenc55 said:
I'm not yet very fammiliar yet with TF300, but from SGS 1 and ICS I remember one trick. If you have external microSD pluged, take it out or of you don't have it plug it in and then enter TWRP.
It probably won't work but you can try anyway.
Does TWRP have any file browser? I'm using CWM so I don't know much about TWRP.
Click to expand...
Click to collapse
Yeah it does have the file browser, upon initial booting i can browse an sd card ( i have a few of various sizes none seem to to be having any affect) and i can browse the internal storage as well. Booting both with and without the sd card in the device still leaves me in the boot loop.
So, can you copy new rom to sd card, then copy from sd to internal and install new rom? I think only option you have is to reinstall rom.
stenc55 said:
So, can you copy new rom to sd card, then copy from sd to internal and install new rom? I think only option you have is to reinstall rom.
Click to expand...
Click to collapse
I can and have tried but it wont let me flash with the "unable to mount /data" error. It tells that my external sd-card and whatever rom i attempt to flash has problems
Hagenator said:
I can and have tried but it wont let me flash with the "unable to mount /data" error. It tells that my external sd-card and whatever rom i attempt to flash has problems
Click to expand...
Click to collapse
Be sure your sdk is up to date.
1. If you hold volume down plus power button to get to fastboot.
2. shift + control right click fastboot folder on computer then open command prompt.
3. type devices... and if it is not showing a device there something is not right.
4. you can try adb push to apply a flash if your device is not wanting to flash from sd card.
M
Repairtech123 said:
Be sure your sdk is up to date.
1. If you hold volume down plus power button to get to fastboot.
2. shift + control right click fastboot folder on computer then open command prompt.
3. type devices... and if it is not showing a device there something is not right.
4. you can try adb push to apply a flash if your device is not wanting to flash from sd card.
Click to expand...
Click to collapse
I've tried this as well. It was my first thought. Also it states in my original post that fastboot doesnt list my device, adb doesnt list it as well. Both are recent and up to date. However device manager does recognize it and windows makes the little notification sound. In safely remove devices it shows up as fastboot when i enable fastboot on the device.

[Q] Can't flash from SD Card

Good evening, XDA :cyclops:
I am having issues flashing from recovery!
Some device info: Motorola Xoom WiFi, fully stock and fully updated, unrooted, bootloader unlocked today, device wiped multiple times. This is my first day trying anything custom on this device.
I decided today that i wanted to go custom on my Xoom today and update it to KitKat via this method.
I have downloaded all the required files per the mentioned guide. While in recovery i go to apply update from USB drive, but it is not finding any of the downloaded files from the guide.
What I see is
Code:
Android system recovery <3e>
Choose a package to install:
/sdcard
../
The ../ is my only option to click and it obviously returns me to the main recovery menu.
All the zip files are on the root of the SD card, not in sub folders. I have confirmed via PC and another phone that the files are indeed there. I tried with a different, fresh, formatted (fat32) SD card, but I'm getting the same results.
The Xoom is indeed reading the SD card, confirmed via settings>storage.
I've tried using adb, but it's telling me the image isn't correct, but it's certainly possible I'm missing a step with adb.
Code:
C:\Xoom bootloader unlocker2>adb reboot bootloader
C:\Xoom bootloader unlocker2>fastboot flash R.A.H._TWRPv2.6.3_BigPart_selinux.zip
unknown partition 'R.A.H._TWRPv2.6.3_BigPart_selinux.zip'
error: cannot determine image filename for 'R.A.H._TWRPv2.6.3_BigPart_selinux.zip'
Yes, the zip is in that folder. I thought maybe I'd root first, so I tried that method with the root zip, but I'm getting the same error.
Is there something I can do to repartition this device and get it rommed, or am I doomed to use it stock?
Thank you for your time!
I found some information stating that I need to enable the SD card, but since I'm running up to date SW, and I can see the SD card from settings, I'm assuming that this isn't the case, correct?
I'm still stuck. Anyone around who could give me some advice?
scubab said:
I'm still stuck. Anyone around who could give me some advice?
Click to expand...
Click to collapse
It appears the XOOM does not like SD Cards that were formatted using Windows
(or perhaps Quick Formatted using Windows).
Using a 4GB FlashDrive formatted as Fat32 using Linux (i.e. Linux Mint 17.3 Cinnamon 64 bit boot CD)
resolved the issue.

Categories

Resources