Brick my TF700 ? - Asus Transformer TF700

Hi,
Sorry for my english... I'm French.
I have a tf700 with bootloader 10.6.1.14.10.
I can run the recovery, but he said: Unable to mount Data.
What can i do for repair the tablet ?
thx

You need to provide more information. Which recovery and ROM do you have and what did you do when this happened?

I have the rom "CrombiKK",for re-install the tablet => I do Full Wipe, dalvik cache, format Data.
After 2 hours format Data, i have turn off the tablet (bad idea). Now, i have error mount Data and Data/media in recovery, and bootloop when i turn on my tf700.
I have access at FastBoot, recovery ( I can install Trwp or CWM)

Boot to recovery.
You should have adb access in recovery, check it with
Code:
adb devices
Then, if you have adb (if not you'll have to install adb recovery drivers on your PC) run these commands
Code:
adb shell
make_ext4fs /dev/block/mmcblk0p8
adb reboot-bootloader
Boot to TWRP again and flash the rom. It should work now.
Good luck

Thx for the answer, I test this tonight when i go home.
I have tried to format with TWRP but after 1 hour, the progress bar don't move...

angel46 said:
Thx for the answer, I test this tonight when i go home.
I have tried to format with TWRP but after 1 hour, the progress bar don't move...
Click to expand...
Click to collapse
Yep, TWRP 2.7.+ can take 90 minutes or more to complete the format. If you interrupt it, you get what you have now

Related

[Q] Bootloop with no Rom installed

Could any one help me please?
I unlocked my bootloader using the One Tool. Installed CWM recovery but I formatted the whole device with no Rom or back up. I then tried to run a RUU (RUU_Ville_U_JB_45_S_HTC_Europe_3.16.401.8_Radio_1.11.50.05.28_10.27.50.08L_release_301814_signed_2_4) to restore it all back to to stock. But it only send me to a black HTC screen. Nothing else.
When I try to install the stock recovery the One Tool can not find the the phone.
Can anyone help at all please?
Does anyone know how I can bring it at least to a working order?
Vivimagic said:
Installed CWM recovery but I formatted the whole device with no Rom or back up.
Does anyone know how I can bring it at least to a working order?
Click to expand...
Click to collapse
At this point you can adb push a custom rom zip to your sdcard (mount it in recovery first) and flash it. Then boot back into bootloader and fastboot flash the boot.img from the rom.
Alternatively, you can adb push a system.img extracted from a RUU to your sdcard and then dd it into /dev/block/mmcblk0p33
touch of jobo said:
At this point you can adb push a custom rom zip to your sdcard (mount it in recovery first) and flash it. Then boot back into bootloader and fastboot flash the boot.img from the rom.
Alternatively, you can adb push a system.img extracted from a RUU to your sdcard and then dd it into /dev/block/mmcblk0p33
Click to expand...
Click to collapse
Well that is the problem I can't mount the SD card via Recovery! Other. I have also tried to sideload a Rom as well.
Vivimagic said:
Well that is the problem I can't mount the SD card via Recovery! Other. I have also tried to sideload a Rom as well.
Click to expand...
Click to collapse
It is normal that you can't mount your sdcard onto your PC over USB in recovery, but you should be able to just mount it onto the root filesystem, so that you can adb push. Do you get an error message when trying to mount the sdcard in recovery? If you do, there is a sticky for that here in the Q&A forum. It comes down to flashing a stock recovery and then clearing storage or performing a factory reset in bootloader.
touch of jobo said:
It is normal that you can't mount your sdcard onto your PC over USB in recovery, but you should be able to just mount it onto the root filesystem, so that you can adb push. Do you get an error message when trying to mount the sdcard in recovery? If you do, there is a sticky for that here in the Q&A forum. It comes down to flashing a stock recovery and then clearing storage or performing a factory reset in bootloader.
Click to expand...
Click to collapse
Ah ok. I do get a problem with Windows install the HTC MTP drivers when I am in Recovery. Basically I can't turn on USB debugging because there is no Rom to tell it to be in that mode, and that is why it thinks it is an MTP device!
Yes the error on CWM is "E: Can't mount <location>
I think I need to sort out the driver before I can start flashing the stock recovery.
I have tried to return the recovery to stock but it just won't send it to my phone. I can however mount it a disk drive via CWM.
Vivimagic said:
Ah ok. I do get a problem with Windows install the HTC MTP drivers when I am in Recovery. Basically I can't turn on USB debugging because there is no Rom to tell it to be in that mode, and that is why it thinks it is an MTP device!
Yes the error on CWM is "E: Can't mount <location>
I think I need to sort out the driver before I can start flashing the stock recovery.
I have tried to return the recovery to stock but it just won't send it to my phone. I can however mount it a disk drive via CWM.
Click to expand...
Click to collapse
You don't need debugging to use adb in recovery, recovery already has adb. Have you tried "adb push rom.zip /sdcard/rom.zip" while in recovery?
I had the same problem and this post helped me immensly
http://www.htconeforum.com/forum/ht...unbrick-restore-htc-one-s-stock-relocked.html
Mine is a US RUU though so you might need to find a European RUU

Moto g problem

I am having MOTO G XT1032 US GLOBAL VERSION
I HAD FLASHED A DOZENS OF ROMS IN PAST USING CWM RECOVERY.....
LAST NIGHT I FORMATTED ALL THE FOLDERS USING CWM RECOVERY ......NAMELY....
/DATA
/SDCARD
/SYSTEM
/CACHE ......ETC......
I MEAN COMPLETE WIPE OUT OF THE PHONE AND FOLDERS
now MY PROBLEMS ARE.....
I DONOT HAVE ANY ROM OR ZIP IN /SDCARD TO INSTALL
I AM ABLE TO GET INTO BOOTLOADER AND RECOVERY
BUT NOT ABLE TO PUSH ANY OF THE ROMS OR ZIP FILES USING ADB FASTBOOT.
While using ADB Commands error is................ error: device not found
I Have already tried
fastboot flash recovery (of TWRP recovery over CWM recovery) i.e. I changed the recovery
adb push rom.zip /sdcard/........
adb sideload...........
but none of the above thing worked
It also shows that phone has to be rooted again and supersu is to be installed again......
I donot know how to get it working again
subodhverma21 said:
I am having MOTO G XT1032 US GLOBAL VERSION
I HAD FLASHED A DOZENS OF ROMS IN PAST USING CWM RECOVERY.....
LAST NIGHT I FORMATTED ALL THE FOLDERS USING CWM RECOVERY ......NAMELY....
/DATA
/SDCARD
/SYSTEM
/CACHE ......ETC......
I MEAN COMPLETE WIPE OUT OF THE PHONE AND FOLDERS
now MY PROBLEMS ARE.....
I DONOT HAVE ANY ROM OR ZIP IN /SDCARD TO INSTALL
I AM ABLE TO GET INTO BOOTLOADER AND RECOVERY
BUT NOT ABLE TO PUSH ANY OF THE ROMS OR ZIP FILES USING ADB FASTBOOT.
While using ADB Commands error is................ error: device not found
I Have already tried
fastboot flash recovery (of TWRP recovery over CWM recovery) i.e. I changed the recovery
adb push rom.zip /sdcard/........
adb sideload...........
but none of the above thing worked
It also shows that phone has to be rooted again and supersu is to be installed again......
I donot know how to get it working again
Click to expand...
Click to collapse
Relax no need to shout. lol. Go on fastboot and flash twrp. Then boot into recovery and select advanced rhen from there select terminal and choose any random folder. adb will now recognize your phone again so try to push the rom to /sdcard/
eg0097 said:
Relax no need to shout. lol. Go on fastboot and flash twrp. Then boot into recovery and select advanced rhen from there select terminal and choose any random folder. adb will now recognize your phone again so try to push the rom to /sdcard/
Click to expand...
Click to collapse
Thanks for a quick reply.....
I am able to get into the terminal.......... still the device is not detected.....
what command should i use on twrp terminal to pull rom and supersu in phone....
my phone battery is also getting drained off 15% remaining not charging
subodhverma21 said:
Thanks for a quick reply.....
I am able to get into the terminal.......... still the device is not detected.....
what command should i use on twrp terminal to pull rom and supersu in phone....
my phone battery is also getting drained off 15% remaining not charging
Click to expand...
Click to collapse
Super su can be automatically installed by TWRP when selecting to reboot. Okay heres my little "guide" :
http://forum.xda-developers.com/moto-g/general/unbrick-method-t2794271
eg0097 said:
Super su can be automatically installed by TWRP when selecting to reboot. Okay heres my little "guide" :
http://forum.xda-developers.com/moto-g/general/unbrick-method-t2794271
Click to expand...
Click to collapse
I went through your guide...... its was very gud
but Everything went well till step 5.
In terminal window of phone i could find select..... but after that how to proceed I donot know.......... what commands should i use on TWRP terminal...........
Phone didn't get detected in ADB even in TWRP terminal
subodhverma21 said:
I went through your guide...... its was very gud
but Everything went well till step 5.
In terminal window of phone i could find select..... but after that how to proceed I donot know.......... what commands should i use on TWRP terminal...........
Phone didn't get detected in ADB even in TWRP terminal
Click to expand...
Click to collapse
Check it out again i updated with pictures
eg0097 said:
Check it out again i updated with pictures
Click to expand...
Click to collapse
Thanks a lot
my problem got resolved.........
actually driver was the only problem which was not allowing ADB to detect device in RECOVERY mode, though device was detected in FASTBOOT mode
So I reinstall the driver to get ADB Interface installed in system> device manager
and then followed your remaining steps i.e. 6 onwards
Thanks a lot again.....

[Q] [HELP] Stuck at twrp screen cant access to fastboot

Devices == TF700T
I wanna use f2fs , and when I finished installing a ROM I reboot my Tf700t with holding Volum Down,I selected "Wipe Data" (RCK coldboot and wipe data)and the tab gets into twrp screen , It takes very long time about 5 hours so I reboot it forcely ,reboot gets loop ,cant go to fastboot
Brick?
What can I do to solve the problem?
kuzhuhantian said:
Devices == TF700T
I wanna use f2fs , and when I finished installing a ROM I reboot my Tf700t with holding Volum Down,I selected "Wipe Data" (RCK coldboot and wipe data)and the tab gets into twrp screen , It takes very long time about 5 hours so I reboot it forcely ,reboot gets loop ,cant go to fastboot
Brick?
What can I do to solve the problem?
Click to expand...
Click to collapse
Hmm dangerous thing wiping data from the RCK menu with a custom recovery - not sure why you did that? What custom recovery and version were you on. There is a chance here that you have hard bricked it.
kuzhuhantian said:
What can I do to solve the problem?
Click to expand...
Click to collapse
Bootloader version?
TWRP version?
Which ROM (+version) did you install?
Which ROM (+version) was installed before?
Did you wipe any partitions in TWRP?
What else did you do, e.g. which partition(s) did you format as f2fs?
Can you reach your recovery using adb shell?
Here is the detail
_that said:
Bootloader version?
TWRP version?
Which ROM (+version) did you install?
Which ROM (+version) was installed before?
Did you wipe any partitions in TWRP?
What else did you do, e.g. which partition(s) did you format as f2fs?
Can you reach your recovery using adb shell?
Click to expand...
Click to collapse
TWRP V ==2.7.0.0 F2FS
ROM is CromBi--KK
Kernel == That-F2fs
what I did:
using Twrp formatting data then reboot to recovery to wipe cache (select only cache)
then flash That-F2fs kernel
reboot system
failed to start syst so I get fastboot mode
then I select wipe data(not RCK to recovery),is Bootloader wipe data
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
How can I do?
sbdags said:
Hmm dangerous thing wiping data from the RCK menu with a custom recovery - not sure why you did that? What custom recovery and version were you on. There is a chance here that you have hard bricked it.
Click to expand...
Click to collapse
I followed this thread and flash your ROM kk--0617(which support f2fs so I want to use f2fs to get my tab faster)
[MOD] [All ROMS] F2FS for TF700T-- http://forum.xda-developers.com/showthread.php?t=2681775
TWRP V ==2.7.0.0 F2FS
ROM is CromBi--KK
Kernel == That-F2fs
what I did:
using Twrp formatting data then reboot to recovery to wipe cache (select only cache)
then flash That-F2fs kernel
reboot system
failed to start syst so I get fastboot mode
then I select wipe data(not RCK to recovery),is Bootloader wipe data
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
kuzhuhantian said:
I followed this thread and flash your ROM kk--0617(which support f2fs so I want to use f2fs to get my tab faster)
[MOD] [All ROMS] F2FS for TF700T-- http://forum.xda-developers.com/showthread.php?t=2681775
TWRP V ==2.7.0.0 F2FS
ROM is CromBi--KK
Kernel == That-F2fs
what I did:
using Twrp formatting data then reboot to recovery to wipe cache (select only cache)
then flash That-F2fs kernel
reboot system
failed to start syst so I get fastboot mode
then I select wipe data(not RCK to recovery),is Bootloader wipe data
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
Click to expand...
Click to collapse
OK You didn't need to flash the kernel and that maybe why it didn't start. The kernel was already built into the cromnbi-kk package - that was an older version.
Use my adb drivers for recovery below - unzip and install them from device manager whilst you have the device connected in TWRP.
You may need to manually wipe all partitions.
I don't have all the threads handy but look for Buster99 and his fix.
Or contact @lj50036 as he can fix you up
kuzhuhantian said:
Now the tab stuck at twrp screen,and cant get in fastboot
PC can connect the tab but adb seems not working
Click to expand...
Click to collapse
As long as we stay at this level of detail, I can't even try to help you.
What else can I provide?
_that said:
As long as we stay at this level of detail, I can't even try to help you.
Click to expand...
Click to collapse
What else can I provide?
Any thing you need I wanna give you , wish you can help
kuzhuhantian said:
What else can I provide?
Any thing you need I wanna give you , wish you can help
Click to expand...
Click to collapse
Error message? Exactly what you typed in and the response you got back.
I forgot the drivers:
http://www.androidfilehost.com/?fid=23329332407571010
Try those first.
sbdags said:
OK You didn't need to flash the kernel and that maybe why it didn't start. The kernel was already built into the cromnbi-kk package - that was an older version.
Use my adb drivers for recovery below - unzip and install them from device manager whilst you have the device connected in TWRP.
You may need to manually wipe all partitions.
I don't have all the threads handy but look for Buster99 and his fix.
Or contact @lj50036 as he can fix you up
Click to expand...
Click to collapse
I use a needle (about 2 cm down of your sdcard slot) and hold vol-down but I cant enter fastboot
sbdags said:
Error message? Exactly what you typed in and the response you got back.
I forgot the drivers:
http://www.androidfilehost.com/?fid=23329332407571010
Try those first.
Click to expand...
Click to collapse
Hard reset and and adb cant get tf700t to fastboot
ADB just no respond
That is the real problem
kuzhuhantian said:
Hard reset and and adb cant get tf700t to fastboot
ADB just no respond
That is the real problem
Click to expand...
Click to collapse
You should be able to use adb in the recovery mode. What is the feedback when you type "adb devices" at the prompt?
LetMeKnow said:
You should be able to use adb in the recovery mode. What is the feedback when you type "adb devices" at the prompt?
Click to expand...
Click to collapse
12fssdfcvx(something like this) recovery
kuzhuhantian said:
12fssdfcvx(something like this) recovery
Click to expand...
Click to collapse
It is meant that your adb is working in the recovery mode. _that is a linux guru around here. Maybe, he can help you out with adb, good luck...:fingers-crossed:

nexus 5 softbrick

Hey,
Hopefully you guys can give me some help with the problem ive been having,
My nexus 5 is stuck in bootloop, i can get into the bootloader and the lockstate is unlocked but no custom recovery is appearing like it used to. I tried flashing using ADB but my phone doesn't show up as a device on my pc.
i have tried to wipe the cache ect and it comes up with "E:failed to mount /cache (invalid argument)
I only really know the basics of this stuff (only ever used the basic stuff to root and flash my phone)
You must use fastboot commands while being into the bootloader, not adb.
mworley1991 said:
Hey,
Hopefully you guys can give me some help with the problem ive been having,
My nexus 5 is stuck in bootloop, i can get into the bootloader and the lockstate is unlocked but no custom recovery is appearing like it used to. I tried flashing using ADB but my phone doesn't show up as a device on my pc.
i have tried to wipe the cache ect and it comes up with "E:failed to mount /cache (invalid argument)
I only really know the basics of this stuff (only ever used the basic stuff to root and flash my phone)
Click to expand...
Click to collapse
Yeah, exactly what primokorn says...
Primokorn said:
You must use fastboot commands while being into the bootloader, not adb.
Click to expand...
Click to collapse
If you use the command "fastboot devices" and your phone with a code appears in the command prompt then there's no problem with your drivers.
Just reflash the factory image, you can use the automatic process if you run "flash all". You can also flash the images manually but if you go for that option make sure you don't forget to flash the cache image, that will fix your problem with mounting the cache partition.
ADB commands are used when the phone is booted into the ROM.
Flash the latest stock ROM from here to see if it solves the issue: https://developers.google.com/android/nexus/images
If the phone still bootloops, flash the userdata.img in fastboot. After flashing the userdata.img file in fastboot, boot directly into stock recovery using the power/volume buttons, perform a factory wipe, and reboot.

Internal storage 0 mb twrp (Nexus 5 softbricked)?

So I totally messed up my phone. When booting it, CM logo will take forever to disappear. Hopefully I can go to bootloader. I have installed latest version of TWRP. TWRP logo stays up for about 5 minutes then it loads the main menu.
It shows internal storage o mb. If I flash custom rom or firmware, it shows unable to mount /data, /persist, /cache. Even I couldn't unmount the partition through ADB Shell as it shows error "device or resource is busy". What is the solution for this? I badly want my phone back. Even I think I lost all my important data. Please help me to solve this. What could be the actual solution? And I am a noob. So if you instruct me with a solution, be descriptive. Thank you.
Can you get in fastboot mode? If so install the latest factory image.
rdmunn said:
Can you get in fastboot mode? If so install the latest factory image.
Click to expand...
Click to collapse
I tried but device will not mount /data. So flashing fails
hiren43 said:
I tried but device will not mount /data. So flashing fails
Click to expand...
Click to collapse
Try this fastboot command:
Code:
fastboot erase data
fastboot erase cache

Categories

Resources