[Q] Bootloop Help - Eee Pad Transformer Q&A, Help & Troubleshooting

I tried rooting my Eee pad on android 3.1 using this method: http://forum.xda-developers.com/showthread.php?t=1125714
Accidentally I downloaded "boot_ww_84411.zip - [Click for QR Code] (3.32 MB, 931 views)"
instead of the "US" version i downloaded the "WW" version. I followed all other steps precisely. I can not shut off the tablet as it just turns back on into the boot loop. Please Help.

Hold power button down for over 10 seconds to power down. - Did this work?
If yes, get back into apx mode and nvflash using prime 1.4 - Did this work?
If no to either, plug into pc and use ADB commands to reboot to recovery.
If you have the proper ROM zip file then flash. If not the mount SD and add that file.
wipe dalvik, data, cache, and then flash ROM.
FINALLY, try posting help under the QA section. This is for development.
XD
Sent from my Transformer TF101 using XDA Premium App

when i hold the power button it turns back on. would you mind telling how to boot into recovery using adb commands? Thank you so much for your help

Ok so i ran the "Download.bat" and not i have 2 lines of code on my screen. It says
"Entering NvFlash Recovery mode / Nv3p Server
Chip Uid: (numbers)"
what do i do from here?

aweislow said:
Ok so i ran the "Download.bat" and not i have 2 lines of code on my screen. It says
"Entering NvFlash Recovery mode / Nv3p Server
Chip Uid: (numbers)"
what do i do from here?
Click to expand...
Click to collapse
You forgot to put the NVflash ROM
Look into the dev section, for prime ROM. Download the NVFlash version, and extract the content of the .bz file into the folder containing your download.bat
Then re-run the download.bat

bud77 said:
You forgot to put the NVflash ROM
Look into the dev section, for prime ROM. Download the NVFlash version, and extract the content of the .bz file into the folder containing your download.bat
Then re-run the download.bat
Click to expand...
Click to collapse
THIS - did that werks???
Sent from my Transformer TF101 using XDA Premium App!!

I did the same mistake and had bootloop. Scary isn't it. I deleted my rootkit folder and downloaded everything again correctly. Started from beginning and all was well.
Sent from my Desire HD using XDA Premium App

Related

[GUIDE]NVFlash Procedure to Load ClockWorkMod (CWM)

Following is the NVFlash procedure for installing ClockWorkMod (CWM) for those
people who are having boot loop problems (or other problems) and need
to install CWM by flashing rather than by using /sdcard or a microSD card
via /SDCARD2. No apologies -- this is written so even the new folks can use it.!
1. You need to get a copy of ClockWorkMod v.8, which can best be done
by downloading through the following thread. Also, you might check the
thread for related info -- it's a good one:
http://forum.xda-developers.com/showthread.php?t=1010943
2. Once you have the CWM files, go to your NVFlash directory (or whatever
you call it) and make sure you have the right files in it.
-- Nvflash.exe and related files (nvflash_gtablet_2010110500.zip) from
the original NVFlash Recovery thread.
-- USB drivers (also from NVFlash Recovery thread. If you already are
flashing via APX you should have them installed.)
-- The file "nvflash_gtablet.bat" from the NVFlash Recovery thread.
-- The CWM .img file (next item will tell you how to get it.)
3. Next you will need to extract the CWM .img file from the .zip file you
downloaded. First, extract the files from the download -- you should get
a recovery folder and an update.zip. Now unzip the update.zip file and
you will get a file named recovery.img.
4. Rename the file "recovery.img" to "part9.img".
5. Now edit the file "nvflash_gtablet.bat to make the command line read:
"nvflash.exe" --bl bootloader.bin --download 9 part9.img
The command line above for the .bat file does require the quotes around
nvflash.exe!!!
Or you can simply leave the other .bat file alone and create a new
nvflash_cwm.bat file and put the cwm command line in it if you want to.
6. Boot your tablet into APX mode using power/volume - (you will have a black
screen). Connect the USB cable from your G-Tablet to your PC. If you check
the little USB/green check icon on the PC toolbar (bottom right corner of screen)
you see an APX connection listed.
7. Go to the NVFlash subdirectory on your PC and run the .bat file to load CWM.
8. When the flash is done, use the USB/Green Check icon to disconnect from
the PC and then disconnect from the G-Tablet.
9. Shut down and the boot the G-Tablet into Recovery Mode by pressing
Power/Volume + and hopefully you will see the word "Android" and then the
green CWM menu will appear."
Now you're ready to do whatever you need to do with CWM.
Hope this helps.
Rev
This suggest that NVflash tool is more versatile. Not only can you flash the stock ROM but also the recovery and perhaps other ROM's as well.
Thank you for the post. It worked wonderfully. It saved me from having to buy a sdMicro card that I would not need otherwise.
holzy99,
NVFlashing is most useful -- but it also is useful to have a microSD card handy.
In the Q&A forum you will find a similar post I did on how to install CWM using a
microSD card in a pinch. When you need it, you need it!!!
butchconner said:
Following is the NVFlash procedure for installing ClockWorkMod (CWM) for those
people who are having boot loop problems (or other problems) and need
to install CWM by flashing rather than by using /sdcard or a microSD card
via /SDCARD2. No apologies -- this is written so even the new folks can use it.!
1. You need to get a copy of ClockWorkMod v.8, which can best be done
by downloading through the following thread. Also, you might check the
thread for related info -- it's a good one:
http://forum.xda-developers.com/showthread.php?t=1010943
2. Once you have the CWM files, go to your NVFlash directory (or whatever
you call it) and make sure you have the right files in it.
-- Nvflash.exe and related files (nvflash_gtablet_2010110500.zip) from
the original NVFlash Recovery thread.
-- USB drivers (also from NVFlash Recovery thread. If you already are
flashing via APX you should have them installed.)
-- The file "nvflash_gtablet.bat" from the NVFlash Recovery thread.
-- The CWM .img file (next item will tell you how to get it.)
3. Next you will need to extract the CWM .img file from the .zip file you
downloaded. First, extract the files from the download -- you should get
a recovery folder and an update.zip. Now unzip the update.zip file and
you will get a file named recovery.img.
4. Rename the file "recovery.img" to "part9.img".
5. Now edit the file "nvflash_gtablet.bat to make the command line read:
"nvflash.exe" --bl bootloader.bin --download 9 part9.img
The command line above for the .bat file does require the quotes around
nvflash.exe!!!
Or you can simply leave the other .bat file alone and create a new
nvflash_cwm.bat file and put the cwm command line in it if you want to.
6. Boot your tablet into APX mode using power/volume - (you will have a black
screen). Connect the USB cable from your G-Tablet to your PC. If you check
the little USB/green check icon on the PC toolbar (bottom right corner of screen)
you see an APX connection listed.
7. Go to the NVFlash subdirectory on your PC and run the .bat file to load CWM.
8. When the flash is done, use the USB/Green Check icon to disconnect from
the PC and then disconnect from the G-Tablet.
9. Shut down and the boot the G-Tablet into Recovery Mode by pressing
Power/Volume + and hopefully you will see the word "Android" and then the
green CWM menu will appear."
Now you're ready to do whatever you need to do with CWM.
Hope this helps.
Rev
Click to expand...
Click to collapse
very nice!
just need some clarification..
where are we installing the NVFlash directory and APX drivers?
on the PC or on the Gtablet?
On your pc.
Help needed in NV Flash
Sticky thanks for putting such a detailed guide and appreciate that very much. I followed your guide and i am stuck at the NV Flash started. I believe that I had a confusion while editing the nvflash.bat. I edited the NV Flash.bat as following:
"nvflash.exe" --bct gtablet.bct --setbct --bl bootloader.bin --download 9 part9.img --create --go
@set /p batuserinput=Press enter to continue:
Please let me know if I an making a mistake here.
punjabigator,
You were very, very close. The command line needs to be \
exactly what was in the Procedure:
"nvflash.exe" --bl bootloader.bin --download 9 part9.img
Change it to that and try again.
Rev
Didnt work for me stops on
"nvflash.exe" --bl bootloader.bin --download 9 part9.img
Nvflash started
and thats it
Same here
NVFlash starts, but doesn't go anywhere. I am trying to get back to CWM after an NVFlash that has left me with arecovery kernel boot image message switching me away from CWM. Any advise?
Thank you for all you have done for everyone using these! It has been a lifesaver!
Power off
Press Power And Volume-
Start NvFlash
I am going to receive my gtablet this weekend and the first thing I was planning to do was install cyanogenmod. According to the guide on the cyanogenmod website (http://wiki.cyanogenmod.com/index.php?title=Viewsonic_G_Tablet:_Full_Update_Guide), they do not mention anything about nvflash. Is that really required. This is the first time I am modding. Thanks
still stuck in boot loop
Tried this .bat change, it did complete successfully but there were no changes.
Now I can turn it on and have SV birds/gtablet screen changing and shutting off at the end. I can use Nvflash but like I said, regular .bat or this modified didnt work.
anyone in the south Florida area , i cant get this to work right too many downloads g- tablet is driving krazy
Problems with NVFlash
Ok so I have CWM and BL 1.1 on my GTab. I would like to move to BL 1.2 so that I can install a 1.2 Honeycomb.
I also only have access to linux.
So I got the Linux NVFlash tool. I try to get into APX mode and that just boots me into the CWM recovery. NVFlash does not find my GTab.
lsusb shows:
Bus 004 Device 031: ID 0955:7100 NVidia Corp.
Then when I try ./nvflash_gtablet.sh I get:
Nvflash started
UnKnown device found
Done!
Nothing happens.
What am I missing? Has anybody found a good Linux how to?
Thanks
edit
Figured it out.
It is power and volume -
Djnasty18 said:
Didnt work for me stops on
"nvflash.exe" --bl bootloader.bin --download 9 part9.img
Nvflash started
and thats it
Click to expand...
Click to collapse
Yep same problem for me.
New gtab 2.1
Followed cyangen install instructions in the update guide and there was no mention of differences between 1.x and 2.x platforms. SO of course I put a 1.x CMW on my 2.1 platform. Cant boot into recovery. Can boot into the god aweful stock rom.
Followed the NVflash instructions. Installed drivers.
One interesting note is that after finding the apx device, pointing to the drivers, and completing the install (windows of course), there is no apx anything in my drivers lists.
Im in desperate need of getting CMW on this thing.
THanks for you help.
gtablet down
my gtablet will not boot up from any media pleeeease help
rvsuper8 said:
Yep same problem for me.
New gtab 2.1
Followed cyangen install instructions in the update guide and there was no mention of differences between 1.x and 2.x platforms. SO of course I put a 1.x CMW on my 2.1 platform. Cant boot into recovery. Can boot into the god aweful stock rom.
Followed the NVflash instructions. Installed drivers.
One interesting note is that after finding the apx device, pointing to the drivers, and completing the install (windows of course), there is no apx anything in my drivers lists.
Im in desperate need of getting CMW on this thing.
THanks for you help.
Click to expand...
Click to collapse
Go here http://viewsonic-gtablet-for-dummies.webs.com/nvflash.htm . Do the 1.2 branch (4349) Stock Rom 1.2 brach with CWM preinstalled. Follow the instructions. One you get back to stock 1.2 branch, go the Start Here page http://viewsonic-gtablet-for-dummies.webs.com/ and do code green.
hugdbear said:
my gtablet will not boot up from any media pleeeease help
Click to expand...
Click to collapse
Can you expound alot!!! What rom are you on, what were you doing, what do you mean by can't boot from any media, etc. Be as detailed as you can so we can assist you.
I think I might be missing something and I apologize if you feel like you are repeating yourselves but when you edit the .bat file what exactly do you put in the file? If someone could just paste into here what it looks like that would be really helpful.
Thanks for the help
EDIT: this post by Im_Gumby from this thread: http://forum.xda-developers.com/showthread.php?t=1058649
worked perfectly for me.
Thanks

[HOWTO] Revive a bricked P500 on fastboot mode (the SHORT way)

The usual DISCLAIMER: Use at your own risk!
Fastboot mode usually comes up if something went wrong when trying to flash a recovery image, for example when flashing AmonRa recovery or ClockWorkMod. It happened to me several times so I tried to learn to revive it without reflashing the original firmware. Note: This tutorial works only if recovery is the only one broken. (If the ROM itself is broken, then that's a subject for another tut.) In this case, the most logical thing to do is just reflash the recovery image. So how do you do it in fastboot mode? Here's how:
Symptom
You tried flashing a custom recovery like ClockWorkMod or Thunderg, or you flashed an incorrect ROM, and when you rebooted, it showed this screen:
Code:
fastboot mode started
udc_start()
and the phone stays there. When you plugin the phone to your computer's USB, it is detected and the screen has this display:
Code:
fastboot mode started
udc.start()
-- suspend --
-- reset --
-- portchange --
-- reset --
-- portchange --
You will need
1) Your PC and your USB cable for the phone
2) USB drivers for your phone (use B2C from LG).
3) Android SDK (download from here)
4) Java, required to run the SDK (but right now I am not sure if this is required to run fastboot!)
5) ClockWorkMod or AmonRa Recovery.
Here's what to do
1) Assuming phone is turned on in fastboot mode, plug it in to the USB of your PC. You will know that it is detected if you see the the lines "suspend", "reset" and whatnot on the phone's screen.
2) Extract the recovery image from the zipfile downloaded from step#5 above (e.g. LGp500-recovery-v12.img). Place the image file in the same folder where fastboot.exe is (usually in the tools\ folder in the SDK). For your convenience, rename the img file as recovery.img
3) Fire up your command prompt and cd to the directory where fastboot.exe is located. Then type the following command:
Code:
fastboot erase recovery
Once you get the confirmation that it was successful, type this:
Code:
fastboot flash recovery recovery.img
Once you get the success confirmation, reboot the phone, or you can also type (optional):
Code:
fastboot reboot
The phone will reboot itself, and with any luck you should be able to go back to your same old Android bootscreen. Note that no settings were modified here, so this is extremely useful for those who do not want a clean slate after a fastboot nightmare.
Also, note that if this is successful, you can now boot to recovery with the usual button-combos, thus enabling you to flash ROMs and other recovery zips.
Note: On some SDK versions, fastboot may not be included. For your convenience, I have attached the fastboot binary I got from my downloaded SDK. I have also attached AdbWinApi.dll which some user reported is missing in the SDK. Place the DLL in the same folder where fastboot.exe is located.
Questions, just drop me a line here
thanks dude, its very usefull
Nice tutorial for newbies like me, thanks...
Sent from my LG-P500 using XDA Premium App
We already have a tut like this.
@arvinoids
Good tutorial, but you forgot to say that LG USB drivers are needed and that fastboot.exe must be downloaded before (it's no more included in android SDK)
thanks man
d3s3rt_eagle said:
@arvinoids
Good tutorial, but you forgot to say that LG USB drivers are needed and that fastboot.exe must be downloaded before (it's no more included in android SDK)
thanks man
Click to expand...
Click to collapse
You are right! I should add that here. Also, I got the latest SDK to verify and found fastboot.exe under the "tools" folder. Can tell me which SDK version you downloaded?
Usefull, thank you
Sent from my LG-P500 using XDA Premium App
Kudos to arvinoids.
This will be of great help in times of need.
Sent from my LG-P500 using Tapatalk
arvinoids said:
You are right! I should add that here. Also, I got the latest SDK to verify and found fastboot.exe under the "tools" folder. Can tell me which SDK version you downloaded?
Click to expand...
Click to collapse
I have SDK r10 and cannot found fastboot under tools
So i had to download it from htc's website.
d3s3rt_eagle said:
I have SDK r10 and cannot found fastboot under tools
So i had to download it from htc's website.
Click to expand...
Click to collapse
Wow, that's strange. I have r11 and it is included there. For your convenience, I have attached the fastboot.exe from r11 on the first post. Thanks for trying this out.
i have a question... if we don't see the fastboot line on our breaked phone and we see just stuck at LG Logo and the Recovery is broken too, what we can do?! how we can enter in fastboot mode in this situation?
hey
I run the CMD
executed cd command but the next command
"fastboot erase recovery"
gives the following error ( see the image)
Please help
@arvinoids:- mate your work acted as a GOD to me for now. I solved my above issue by just googling the AdbWinApi.dll, downloading it and putting it in the same directory as the fastboot.exe
Thanks mate
DJoptimus-One said:
@arvinoids:- mate your work acted as a GOD to me for now. I solved my above issue by just googling the AdbWinApi.dll, downloading it and putting it in the same directory as the fastboot.exe
Thanks mate
Click to expand...
Click to collapse
Did rom manager messed up your phone?
Sent from my LG-P500 using Tapatalk
lekhwani said:
Did rom manager messed up your phone?
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
Yes. For the first time.
DJoptimus-One said:
Yes. For the first time.
Click to expand...
Click to collapse
How is your phone now?
Sent from my LG-P500 using Tapatalk
lekhwani said:
How is your phone now?
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
Revived now
DJoptimus-One said:
Revived now
Click to expand...
Click to collapse
Good to hear that. I think this is your 2nd or 3rd day and you came across worst o1 modding scenario and overcame it. Kudos to you.
Sent from my LG-P500 using Tapatalk
AdbWinApi.dll is included in platform-tools
DJoptimus-One said:
@arvinoids:- mate your work acted as a GOD to me for now. I solved my above issue by just googling the AdbWinApi.dll, downloading it and putting it in the same directory as the fastboot.exe
Thanks mate
Click to expand...
Click to collapse
Hi. Sorry I was away for the weekend and just got back. Thanks for reporting this. I just did a search on my desktop and found out that AdbWinApi.dll is included in the platform-tools package. I will add the instructions to download the package from the SDK. I'm glad you were able to revive your phone. Thanks again!
pymebrahimi said:
i have a question... if we don't see the fastboot line on our breaked phone and we see just stuck at LG Logo and the Recovery is broken too, what we can do?! how we can enter in fastboot mode in this situation?
Click to expand...
Click to collapse
I'm afraid your issue may not be a subject for this tutorial. Fastboot mode is activated when the phone's recovery image is broken. May I know how you are sure that the recovery is actually broken?

[Q] HELP HELP HELP Bricked

Ok here goes.. I have a ASUS TF101 and tryed to install Cyanogenmod 9 on it and to my amazment it worked but then it shut off after a min and now is stuck on the 1st boot screen (EEE Pad) I tryed to restore stock rom in recovery but nothing happened then I tryed using easyflasher and couldn't enter into apx mode the only thing I can do is enter recovery mode and see that its running ClockworkMod recovery 6.0.1.3
Please help me
Meat6911 said:
Ok here goes.. I have a ASUS TF101 and tryed to install Cyanogenmod 9 on it and to my amazment it worked but then it shut off after a min and now is stuck on the 1st boot screen (EEE Pad) I tryed to restore stock rom in recovery but nothing happened then I tryed using easyflasher and couldn't enter into apx mode the only thing I can do is enter recovery mode and see that its running ClockworkMod recovery 6.0.1.3
Please help me
Click to expand...
Click to collapse
How did you install CWM 6.0.1.3? Did you use ROM Manager? If so, that is your problem.
You need to get a working recovery installed.
Are you sure you could not get into APX Mode? It is a black screen and the only indication is that your computer detects new hardware.
If you cannot get into APX to use EasyFlasher or NVFlash, is your tablet recognized as an ADB device in CWM? If so you can push a new recovery using the dd command. I would recommend checking out TWRP.
To install TWRP via ADB, download the latest TWRP from here: http://techerrata.com/file/twrp2/tf101/openrecovery-twrp-2.3.2.3-tf101.blob
Save it as TWRP.blob in an easy to find place (like c:\TWRP.blob)
Connect your tablet to your PC and update the driver and use the Universal Naked Drivers
Put the adb.exe file in the c:\ folder as well (in the EasyFlasher Tools folder)
Open a command prompt (WIN+R, type CMD and click OK)
Code:
adb devices
(if connected, should show a device connected)
adb push c:\TWRP.blob /sdcard/
adb shell
cd /sdcard/
ls -a -l
(check for TWRP.blob)
dd if=/sdcard/TWRP.blob of=/dev/block/mmcblk0p4
reboot
Do not try to enter recovery until after it reboots past the Eee Pad logo (and shows the progress indicator). This is when it acutally updates the recovery.
Once you see it get past the Eee Pad screen hold VOL DOWN and POWER for about 12-15 seconds and then press VOL UP once you see the small text and it should boot to TWRP recovery.​
Here are the ADB commands to run:
When I connect to PC it makes the connection sound but doesn't show as a removable drive so I can't use Easyflash or any program like that also like I said APX mode wont work it makes the sound that it detects the tablet but then makes the remove sound right away. and this happened when I installed the Cyangenmod 9. I found someone who says he may be able to fix it for $50 using Odin but I am worried that he wont be able to and its an hour drive to take it to him... At this point I just want it back to stock ...
erm... ODIN won't work with a transformer, it's only for samsung devices.
Alright, you probably used ROM manager judging by your Recovery version.
You need to just NvFlash the device back to stock:
Download your region's Stock ROM from here: (WW if outside of US, US if inside.) Stock Rom
Download Wheelie NvFlash tool from here: Wheelie
Unzip the stock rom .zip first, into it's own folder. Then unzip the wheelie tar.bz2 into the folder you just made by unzipping the stock rom. Overwrite any files with the wheelie files.
Next find out your Sbk variant, Look at the serial number on the sticker on the bottom of your tablet.
If it says B70, or a higher number like B80 or any C, then you are Sbkv2
If the number is B60 or lower, you are Sbkv1.
Remember this for the next step.
Make sure the tablet is off totally, Then hold the Volume-UP key and Then press power, keep holding volume up. It will enter APX mode.
Plug it into your computer, the screen will stay blank.
It should be detected, if it says unknown device or similar, use the windows device manager to select the 'asus bootloader interface' or 'Unknown device' or similar, with Nvidia ASUS or APX or Bootloader, something along those lines, to update the driver, right click this and navigate to the 'usbpcdriver' folder in the folder you unzipped earlier. It will install and detect.
Then run the .bat file that says Reflash_(Your Sbk version).bat while the tab is connected in apx mode.
It will return to stock, give it time, DO NOT UNPLUG IT.
The screen may flash, and the tablet may/will reboot.
When done you will be on Stock latest from ASUS.
If you want safe root / recovery, download and run my PERI tool, link in signature.
good luck.
ok I am trying that now but I wish I had someone to walk me through everything in real time...
OMG you are the best Thing O Doom I bow down to your all mighty knowledge lol thank you
Meat6911 said:
OMG you are the best Thing O Doom I bow down to your all mighty knowledge lol thank you
Click to expand...
Click to collapse
erm, I guess it worked?
The best thing you can do for someone on xda is hit the 'thanks' or donate buttons, and thanks is free!
Any other questions, I'm guessing it worked alright?
frederuco said:
How did you install CWM 6.0.1.3? Did you use ROM Manager? If so, that is your problem.
You need to get a working recovery installed.
Are you sure you could not get into APX Mode? It is a black screen and the only indication is that your computer detects new hardware.
If you cannot get into APX to use EasyFlasher or NVFlash, is your tablet recognized as an ADB device in CWM? If so you can push a new recovery using the dd command. I would recommend checking out TWRP.
To install TWRP via ADB, download the latest TWRP from here: http://techerrata.com/file/twrp2/tf101/openrecovery-twrp-2.3.2.3-tf101.blob
Save it as TWRP.blob in an easy to find place (like c:\TWRP.blob)
Connect your tablet to your PC and update the driver and use the Universal Naked Drivers
Put the adb.exe file in the c:\ folder as well (in the EasyFlasher Tools folder)
Open a command prompt (WIN+R, type CMD and click OK)
Code:
adb devices
(if connected, should show a device connected)
adb push c:\TWRP.blob /sdcard/
adb shell
cd /sdcard/
ls -a -l
(check for TWRP.blob)
dd if=/sdcard/TWRP.blob of=/dev/block/mmcblk0p4
reboot
Do not try to enter recovery until after it reboots past the Eee Pad logo (and shows the progress indicator). This is when it acutally updates the recovery.
Once you see it get past the Eee Pad screen hold VOL DOWN and POWER for about 12-15 seconds and then press VOL UP once you see the small text and it should boot to TWRP recovery.​
Here are the ADB commands to run:
Click to expand...
Click to collapse
I had similiar problem when I tried to downgrade and go back to stock. After flashing stock from asus, I did it wrong by unzipping (stock_ics_kernel_9.2.1.24US-secure) first then flash the file under the downloaded zip files. Now I am also stuck at Eee Pad, can't get into recovery because it probably wiped out everything. Hopefully this can recover my Eee Pad!!!! I got my fingers cross. This may be my only hope for my asus pad .
Ok so off topic question how can I watch videos online from like 1channel or other streaming sites and what is the best ad blocker and antivirus to use
Meat6911 said:
Ok so off topic question how can I watch videos online from like 1channel or other streaming sites and what is the best ad blocker and antivirus to use
Click to expand...
Click to collapse
You should be able to with Dolphin HD browser and Flash installed, make sure flash is integrated into the Dolphin. That or the sites should just work..
I use Adaway.

[Q] broke asus tf101 eee pad transformer

Hi.
It's been some time since i tried fixing my Asus Transformer...
The problem is : If it has battery life. It boot's and gets stuck on the first screen.
With the logo "eee pad" .
If i turn it off, it automaticly reboots and gets stuck in the same screen.
If i try to get into recovery mode.
Vol down, Powerup... and the vol up , i can see the few line's of code , saying it will boot into recovery mode.
but while trying to start recovery mode the icon changes to a fallen android and an "! triangle above it
I've been looking around forums evrywhere but i cant find a solution for my exact problem.
can anyone help?
Quickly, with the info you provided, I would think your firmware or storage may be damaged.
Can you access ADB? Sometimes you can while it boots, even if it doesn't fully boot. That would allow you to check logs and back up data.
Can you access APX? It has nothing to do with Android, it's a part of the device made by Asus to allow you to "inject" a firmware inside the device while it's in "brick" state.
If you can access ADB, you can "pull" the files you want from the device to your computer. You can see information on ADB here. Basically you install the package from google and connect the device to your computer, then run a set of commands.
If you can access APX (chances are you can unless there's hardware damage), then EasyFlasher can push a stock firmware back to the device. This will wipe your device 100% back to stock and you will lose all your files.
Lethe6 said:
Quickly, with the info you provided, I would think your firmware or storage may be damaged.
Can you access ADB? Sometimes you can while it boots, even if it doesn't fully boot. That would allow you to check logs and back up data.
Can you access APX? It has nothing to do with Android, it's a part of the device made by Asus to allow you to "inject" a firmware inside the device while it's in "brick" state.
If you can access ADB, you can "pull" the files you want from the device to your computer. You can see information on ADB here. Basically you install the package from google and connect the device to your computer, then run a set of commands.
If you can access APX (chances are you can unless there's hardware damage), then EasyFlasher can push a stock firmware back to the device. This will wipe your device 100% back to stock and you will lose all your files.
Click to expand...
Click to collapse
With my Ubuntu, if i do the command ./adb device
Then i can see a number. So the device is connected i think.
I am not sure if i can access APX, i do not yet how to test tis yet.
Is there an easy way to see / test this in ubuntu ?
DarkCloud98 said:
With my Ubuntu, if i do the command ./adb device
Then i can see a number. So the device is connected i think.
I am not sure if i can access APX, i do not yet how to test tis yet.
Is there an easy way to see / test this in ubuntu ?
Click to expand...
Click to collapse
APX mode is just a black screen, but your PC will install drivers and see the device when you enter that mode
Hold Volume up & Power until the USB connect sound appears, now you are in APX mode - there will be nothing on the screen of the transformer until you are flashing a new ROM maybe
What serial number is your TF ?
NVFlash is the quickest way to get back to 100% working stock
http://www.xdafileserver.nl/Files/A...OMS/ICS .27/NVFLASH_ICS_9.2.1.27_WW_NOROOT.7z
*Detection* said:
APX mode is just a black screen, but your PC will install drivers and see the device when you enter that mode
Hold Volume up & Power until the USB connect sound appears, now you are in APX mode - there will be nothing on the screen of the transformer until you are flashing a new ROM maybe
What serial number is your TF ?
NVFlash is the quickest way to get back to 100% working stock
Click to expand...
Click to collapse
I tried the "hold volume up & power" when connected to my Windows PC.
I did see the "usb connection" and heard the sound.
But it says the installation failed.
my serial number of my TF is B60KAS032926
DarkCloud98 said:
I tried the "hold volume up & power" when connected to my Windows PC.
I did see the "usb connection" and heard the sound.
But it says the installation failed.
my serial number of my TF is B60KAS032926
Click to expand...
Click to collapse
NVFlash is supported for your serial number, make sure you are running the download.bat as Administrator (Right click > Run as Admin)
Remove any other USB devices from the PC (apart from your keyboard and mouse)
Connect the TF to the PC > Power off the TF > Hold Vol up and Power until USB connects, run download.bat as Admin
*Detection* said:
NVFlash is supported for your serial number, make sure you are running the download.bat as Administrator (Right click > Run as Admin)
Remove any other USB devices from the PC (apart from your keyboard and mouse)
Click to expand...
Click to collapse
Ok, i'l try that right now.
The APX driver is installed now.
i'l try NVFlash
DarkCloud98 said:
Ok, i'l try that right now.
The APX driver is installed now.
i'l try NVFlash
Click to expand...
Click to collapse
I edited my post with quick instructions
Connect the TF to the PC > Power off the TF > Hold Vol up and Power until USB connects, run download.bat as Admin
*Detection* said:
NVFlash is supported for your serial number, make sure you are running the download.bat as Administrator (Right click > Run as Admin)
Remove any other USB devices from the PC (apart from your keyboard and mouse)
Connect the TF to the PC > Power off the TF > Hold Vol up and Power until USB connects, run download.bat as Admin
Click to expand...
Click to collapse
When do i know if it's done. And is there any other thing required?
I used the NVFLASH_ICS_9.2.1.27_WW_NOROOT
and running download.bat with admin its starts a terminal.
after this is done, i see 2 lines of information on my Asus transformer. only chip Uid and Nv3P server
DarkCloud98 said:
When do i know if it's done. And is there any other thing required?
I used the NVFLASH_ICS_9.2.1.27_WW_NOROOT
and running download.bat with admin its starts a terminal.
after this is done, i see 2 lines of information on my Asus transformer. only chip Uid and Nv3P server
Click to expand...
Click to collapse
That's good, its working, you can watch command prompt I think if it stays open to watch the progress as it sends the files across, can't remember exactly, but the TF should reboot on its own when its done
It can take 10mins or more iirc so just leave it to do its thing, then it shoot boot up
The only thing I remember having to do, was once it had booted, and I manually reboot the TF, it would hang on a black screen (Only that first reboot though) holding power for around 30 seconds, then powering on normally fixed it and it never does it again, just that first boot
Might not even happen on yours, could be a fault on my TF
*Detection* said:
That's good, its working, you can watch command prompt I think if it stays open to watch the progress as it sends the files across, can't remember exactly, but the TF should reboot on its own when its done
It can take 10mins or more iirc so just leave it to do its thing, then it shoot boot up
The only thing I remember having to do, was once it had booted, and I manually reboot the TF, it would hang on a black screen (Only that first reboot though) holding power for around 30 seconds, then powering on normally fixed it and it never does it again, just that first boot
Might not even happen on yours, could be a fault on my TF
Click to expand...
Click to collapse
ok sweet, thx !
i hope it'l boot soon
after that...i'l need to root it again i think. ...but thats for later.
Now it would be awsome to let it work again.
thx again for the help
DarkCloud98 said:
ok sweet, thx !
i hope it'l boot soon
after that...i'l need to root it again i think. ...but thats for later.
Now it would be awsome to let it work again.
thx again for the help
Click to expand...
Click to collapse
You could flash the pre-rooted versions too although I think it's easy enough to root yourself these days
This is the XDA Fileserver for different ROMs if you need them
http://www.xdafileserver.nl/index.php?dir=Asus/Asus+Transformer+(TF101)
I was just reading someone else who had the same display stuck on their TF while trying to use NVFlash and they said re-downloading the ROM and trying it again fixed it
So if this fails for some reason, try another NVFlash ROM from the XDA Server
*Detection* said:
That's good, its working, you can watch command prompt I think if it stays open to watch the progress as it sends the files across, can't remember exactly, but the TF should reboot on its own when its done
It can take 10mins or more iirc so just leave it to do its thing, then it shoot boot up
The only thing I remember having to do, was once it had booted, and I manually reboot the TF, it would hang on a black screen (Only that first reboot though) holding power for around 30 seconds, then powering on normally fixed it and it never does it again, just that first boot
Might not even happen on yours, could be a fault on my TF
Click to expand...
Click to collapse
seems to still do nothing more.
sure i'm not missing the something i should add to the NVFLASH ?
DarkCloud98 said:
seems to still do nothing more.
sure i'm not missing the something i should add to the NVFLASH ?
Click to expand...
Click to collapse
NVFlash contains everything you need, ROM and NVFlash tools to install it to the TF, I've used that exact same download on mine so it should be working
Did you have any progress showing in command prompt ?
It should say something like
Deleting partition
1
2
3
4
5 etc
Then creating partiton
1
2
3
4
5etc
Then sending boot.img
sending system.img <<<<< This one takes a while
Try it a few times until you start seeing progress in CMD, if you don't see it after a few minute, cancel it again try again
There is also a Linux version of NVFlash you could try
http://forum.xda-developers.com/showthread.php?t=1123429
*Detection* said:
NVFlash contains everything you need, ROM and NVFlash tools to install it to the TF, I've used that exact same download on mine so it should be working
Did you have any progress showing in command prompt ?
It should say something like
Deleting partition
1
2
3
4
5 etc
Then creating partiton
1
2
3
4
5etc
Then sending boot.img
sending system.img <<<<< This one takes a while
Try it a few times until you start seeing progress in CMD, if you don't see it after a few minute, cancel it again try again
There is also a Linux version of NVFlash you could try
Click to expand...
Click to collapse
i see =
sending file: transformer.bct
- 4080/4080 bytes sent
transformer.bct sent successfully
odm data: 0x300d8011
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: blob.EBT
/ 786432/1454712 bytes sent
and when it's done , the cmd closes and thats about it.
so'l best try it a few times?
DarkCloud98 said:
i see =
sending file: transformer.bct
- 4080/4080 bytes sent
transformer.bct sent successfully
odm data: 0x300d8011
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: blob.EBT
/ 786432/1454712 bytes sent
and when it's done , the cmd closes and thats about it.
so'l best try it a few times?
Click to expand...
Click to collapse
Did the TF not reboot on its own ?
Have you tried booting it manually by holding power for 30 seconds then powering on normally ?
That all looks like its working fine, sending the files across
EDIT - I`ll upload an older version that I have saved, it has a different file structure and uses .img instead of .blob
EDIT - Try this NVFlash
http://www.portableandroid.co.uk/androidDL/new Windows.zip
*Detection* said:
Did the TF not reboot on its own ?
Have you tried booting it manually by holding power for 30 seconds then powering on normally ?
That all looks like its working fine, sending the files across
EDIT - I`ll upload an older version that I have saved, it has a different file structure and uses .img instead of .blob
EDIT - Try this NVFlash
Click to expand...
Click to collapse
I Just Tried the linux NvFlash.
and the boodloader sending = send succesfully
but the next step it says : "File not found: recovery.img"
Failed executing command .... NvError 0x4
Command failure: create failed.
I'm nog going to try the last NVversion you linked with my Windows PC
EDIT: And the other NvFlash version you linked me, does the same...after it being sent, the CMD closes and thats it
DarkCloud98 said:
I Just Tried the linux NvFlash.
and the boodloader sending = send succesfully
but the next step it says : "File not found: recovery.img"
Failed executing command .... NvError 0x4
Command failure: create failed.
I'm nog going to try the last NVversion you linked with my Windows PC
Click to expand...
Click to collapse
I think maybe the linux version is the older .img version, and the files are .blob so it can't find anything
The one I linked you is the .img windows version, hopefully you'll have more luck with that
If not, put all the .img files into the linux folder and try it that way
*Detection* said:
I think maybe the linux version is the older .img version, and the files are .blob so it can't find anything
The one I linked you is the .img windows version, hopefully you'll have more luck with that
If not, put all the .img files into the linux folder and try it that way
Click to expand...
Click to collapse
It worked !!!
By using the linux download.sh but by adding all the files in the from the windows folder that were missing.
Thank you very much !!!
DarkCloud98 said:
It worked !!!
By using the linux download.sh but by adding all the files in the from the windows folder that were missing.
Thank you very much !!!
Click to expand...
Click to collapse
Great news! Linux vs Linux did the trick
How long have you been without your TF until now? It'll be like having a new toy again I would imagine

Flatline tf700 HELP

Hi can anyone help me plz i am trying to install FLATLINE[ on my tf700t running cromix 5.03 i decided to post in general section since i cant post in development thread as yet.
I have successfully setup fastboot and installed drivers etc on my computer, (im using windows 8)
But every time i enter fastboot command (fastboot -i 0x0b05 flash recovery flatline_tf700) i get error: cannot load flatline_tf700 :no error
I have attached a screen shoot of the fastboot command. I have the flatline_tf700 img in the same folder where i installed minimal ADB and fastboot tool.
techcrazy101 said:
I have the flatline_tf700 img in the same folder where i installed minimal ADB and fastboot tool.
Click to expand...
Click to collapse
Looks like you don't, or you mistyped the file name, or you forgot the file extension.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 4
_that said:
Looks like you don't, or you mistyped the file name, or you forgot the file extension.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 4
Click to expand...
Click to collapse
Omg thanks _that the spelling of the file was wrong i got it to work i successfully generated the blobs but i dont know what i should do now
Please adb pull /data/media/AndroidRoot
Where do i type this on the same cmd on computer or do i need to reboot devices and use terminal on device to do this sorry for being so noobie been trying all day to get this working
I tried the adb pull/data/media/AndroidRoot on the miminal fastboot tool but it just says waiting for devices and nothing happens.
techcrazy101 said:
I tried the adb pull/data/media/AndroidRoot on the miminal fastboot tool but it just says waiting for devices and nothing happens.
Click to expand...
Click to collapse
To use adb, the device must be in Android with USB debugging on.
_that said:
To use adb, the device must be in Android with USB debugging on.
Click to expand...
Click to collapse
Wew this thing is harder than i taught, thanks for clearing things up for me.
Ok now another problem adb is running im able to identify that my device is connected by typing adb devices all is good.
The problem now is that when i type adb pull/data/media/AndroidRoot it doesnt work it just list the different adb commands i also tried adb pull /tmp/AndroidRoot from the tutorial but this doesnt work either and i made sure i checked spelling its all good.
Im able to navigate to data/media/AndroidRoot using ES file explorer and the blob.bin file is in there.
So i decided to boot into apx mode and was successful but when i run wheelie.exe from computer the black pop up box (cmd window) just opens for like a sec and closes i think it says specify blob file or something like that. So i copied the blob.bin file from tablet using es explorer and then copied it to my computer where the wheelie.exe file is but still no luck. Im really stressed trying to do this am i doing something wrong?
You don't run wheelie directly.... Put it with your blob file and fastboot, and adb and nvflash than execute it from your terminal. Hope that hleps
Sent from my ASUS Transformer Pad TF700T
techcrazy101 said:
The problem now is that when i type adb pull/data/media/AndroidRoot it doesnt work it just list the different adb commands
Click to expand...
Click to collapse
You forgot the space after "pull".
techcrazy101 said:
i also tried adb pull /tmp/AndroidRoot from the tutorial but this doesnt work either
Click to expand...
Click to collapse
That works only directly after creating the blobs while still booted inside the recovery.
techcrazy101 said:
So i decided to boot into apx mode and was successful but when i run wheelie.exe from computer the black pop up box (cmd window) just opens for like a sec and closes
Click to expand...
Click to collapse
Open the cmd window first, then run wheelie with the correct command line options as described in the guide.
_that said:
You forgot the space after "pull".
Open the cmd window first, then run wheelie with the correct command line options as described in the guide.
Click to expand...
Click to collapse
Finally i am finished thanks again _that:good: one last thing the following command:
nvflash --resume --go Isn't that supposed to continue booting tablet into android it just says resume mode in cmd nothing happens, so i just held the power button to reboot tablet.

Categories

Resources