OK
i tried to put the 2.6 TWRP on i think it was for the incorrect bootloader (10.6.1.8) so its asking for a password and can't mount anything. bootloader freezes whenever i do anything through fastboot .Adb can see the device in twrp .
PLS help !!!
Any one ...any help
What i did to fix this :
use windows 7 not 8.1 install drivers
I used "Minimal ADB and Fastboot" --- google it
and using part of http://forum.xda-developers.com/showpost.php?p=44244313&postcount=12
fastboot erase system
fastboot erase recovery
fastboot erase userdata
fastboot erase boot
fastboot erase misc
fastboot erase cache
fastboot -i 0x0B05 flash system c:\adb\blob --------- gives me an error uploading the blob !!!!!
fastboot -i 0x0B05 reboot ----did not respond --- have to use hardware buttons
When i restart i didn't have recovery at this point just boot in to fastboot menu (i thought i killed my asus totally ))
what i did after :
I FLASH BOOTLOADER ON THE LINK
https://www.androidfilehost.com/?fid=23060877490002899 (unzipp it and there is blob<--- i copy it in the abd/fastboot folder)
fastboot flash boot blob
reboot and go in to recovery to confirm that is Hairybean TWRP 2.5 (no enter your password any more ihaaa)
i download twrp_tf201t_kang_2.8.5.1_signed.zip (unzipp it and there is boot.blob<--- i copy it in the abd/fastboot folder) from ... https://www.androidfilehost.com/?fid=95916177934539154
and
fastboot erase recovery
fastboot flash recovery boot.blob
( I found that.... fastboot flash recovery xxxxxxxx ........... works ONLY if you do ..... fastboot erase recovery ......... first !!!!! i tryed flashing even my original twrp 2.4.4 and its asked me for the password again ..i try so many recovery version.....JB or ICS ...TWRP and CWM you name it ..just this and Hairybean TWRP 2.5 didn't asked for a password )
After ... fastboot flash recovery boot.blob ..... fastboot reboot .....worked ---- restart in to recovery ---- and i did not have that annoying "enter your password" msg any more !!!
than using part from :http://forum.xda-developers.com/transformer-prime/development/rom-katkiss-5-1-tf201-22-t3080892
Go to twrp/wipe/format data then type yes
It takes about 70 minutes to format
Make sure that your battery is full
Do Not interrupt format(if you do, it will brick)
After it's done go to Wipe//Advanced Wipe//Select Data
Tap “Repair or Change File System”//”Change File System//F2FS
Swipe to Change
Wipe dalvik cache, system, cache, data, internal storage
reboot in to twrp
At that point MY pc can see my tf201 internal storage in TWRP no problem so i just copy zips in there ....... didn't use sd card
Flash KatKiss-5.1.1_TF201_030.zip
Flash Supersu.zipin
Flash Gapps.zip
Reboot
Rom http://forum.xda-developers.com/devd...9236#downloads
SuperSu v2.46 http://download.chainfire.eu/supersu
Minimal Gapps https://www.androidfilehost.com/?fid=95916177934550851
Related
Hi guys!
I just unlocked my bootloader and installed CWM recovery.
I want to install epinter's JB rom.
What are the steps?
I do this:
-wipe cache
-factory reset ---> there when it is going to finish it goes to the top recovery screen and does not say that it finished successfully
after these steps I tried to install the zip but it said:
-finding update package
-opening update package
-installing update...
symlink: some symlinks failed
E:Error in /sdcard/cm....zip
(Status 7)
Installation aborted.
What should I do?
try with redownloading rom!!
Officially corp via w8
I rebooted into cwm and worked. Now I am stuck at the Moto logo.
Can someone tell me the steps? What to wipe and what to format before flashing the zip??
solved!
petran_7 said:
solved!
Click to expand...
Click to collapse
how did you solve the stuck at moto screen
It usually happens when a step is overlooked. Can be resolved by retracing your steps. It happened to me once when I forgot to wipe the dalvik cache.
Sent from my MB860 using xda app-developers app
Gauu said:
how did you solve the stuck at moto screen
Click to expand...
Click to collapse
It can be stuck due to multiple reasons.
Perform a clean wipe/erase
Enter into fastboot by holding vol down and push power button
Release volume down and Press volume up to confirm fastboot selection.
Connect Phone with your microUSB cable to PC
Open command prompt and navigate to directory where you copied fastboot
Type these commands
fastboot devices (should display device id if your phone has successfully entered into fastboot mode)
fastboot -w (erases userdata and cache)
fastboot erase system
fastboot erase boot
fastboot erase recovery
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (make sure you get into fastboot again)
fastboot flash recovery recovery.img (place desired recovery - preferably CWM 5.0.2.7/romracer's)
Boot into recovery and flash the desired ROM from sdcard.
Hope this helps
---------- Post added at 02:04 PM ---------- Previous post was at 01:54 PM ----------
Gauu said:
how did you solve the stuck at moto screen
Click to expand...
Click to collapse
It can be stuck due to multiple reasons.
Perform a clean wipe/erase
Enter into fastboot by holding vol down and push power button
Release volume down and Press volume up to confirm fastboot selection.
Connect Phone with your microUSB cable to PC
Open command prompt and navigate to directory where you copied fastboot
Type these commands
fastboot devices (should display device id if your phone has successfully entered into fastboot mode)
fastboot -w (erases userdata and cache)
fastboot erase system
fastboot erase boot
fastboot erase recovery
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (make sure you get into fastboot again)
fastboot flash recovery recovery.img (place desired recovery - preferably CWM 5.0.2.7/romracer's)
Boot into recovery and flash the desired ROM from sdcard.
Hope this helps
Dear Member,
I'm new to rooring and flashing custom ROMS...
i have a folio 100 and after a lot of googling and hardwork i finally managed to root my device on windows XP.. then i tried to install Jelly Bean / CM10 (4.1.1) Alpha 2 - 27.09.2012 from http://forum.xda-developers.com/showthread.php?t=1864774 and followed the instructions.
initially when i typed fastboot devices i was getting "? fastboot" and rest of the commands returned 0x2 error.
then i treid
fastboot -i 0x955 erase userdata
fastboot -i 0x955 erase system
fastboot -i 0x955 erase cache
fastboot -i 0x955 erase linux
fastboot -i 0x955 erase recovery
till now everything worked like a charm but when i tried to run the last command
fastboot -i 0x955 flash recovery recovery-cwm-6.0.1.4.img
i'm getting error message "unable to load recoveryxxxx.img"
now i treid to reboot the device and its saying "magic value mismatch" please help me out..
Nonlxpe Menteur
leaderrocks said:
Dear Member,
I'm new to rooring and flashing custom ROMS...
i have a folio 100 and after a lot of googling and hardwork i finally managed to root my device on windows XP.. then i tried to install Jelly Bean / CM10 (4.1.1) Alpha 2 - 27.09.2012 from http://forum.xda-developers.com/showthread.php?t=1864774 and followed the instructions.
initially when i typed fastboot devices i was getting "? fastboot" and rest of the commands returned 0x2 error.
then i treid
fastboot -i 0x955 erase userdata
fastboot -i 0x955 erase system
fastboot -i 0x955 erase cache
fastboot -i 0x955 erase linux
fastboot -i 0x955 erase recovery
till now everything worked like a charm but when i tried to run the last command
fastboot -i 0x955 flash recovery recovery-cwm-6.0.1.4.img
i'm getting error message "unable to load recoveryxxxx.img"
now i treid to reboot the device and its saying "magic value mismatch" please help me out..
Click to expand...
Click to collapse
First, download the latest & most stable ROM (at the moment), including the ROM, GAPPS, recovery-cwm-CM10-A3.img & formatsd.zip
http://forum.xda-developers.com/showthread.php?t=1864774
Actually, you just need to flash the recovery through fastboot, other else can done in the recovery.
1. Copy all the ROM, GAPPS & formatsd.zip into your memory card. Then insert it into your Folio.
2. Run command prompt, make sure your tablet is connected with your PC in fastboot mode.
To erase existing/stock recovery. In command prompt, go into the fastboot program folder and type the following commands
Code:
fastboot erase recovery
3. Copy the CWM Recovery into your fastboot adb folder.
To flash CWM Recovery
Code:
fastboot flash recovery recovery-cwm-CM10-A3.img
fastboot reboot
4. Enter Recovery. Before you begin, wipe everything (except external_sd) in the CWM Recovery, after wiped, you can install the 3 zip files one by one. After finish, just reboot system.
Full procedure also stated in the link I provided, please scroll down.
Hope that helps you.
So did above solution help? I had a similar issue, and I resolved it by just booting the recovery image from fastboot, i.e.
Code:
fastboot boot recovery.img
Once you get into recovery you can flash an image which will in most cases flash a recovery image along with it. If not, you can try to flash the recovery image again once you've done a full wipe from the booted recovery.
asus tf201 when power on show twrp screen with password asking
twrp version is 2.3.1.0
in fastboot tablet shown but when i write this command adb reboot bootloader , tablet reboots and show this screen
key driver not found.. booting os
android cardhu-user bootloader <1.00 e> released by 'ww_epad-10.6.1.0-20130225' A03
starting fastboot use download protocol
with these 3 options
RCK/ANDROID/WIPE DATA
in minimal fastboot window show waiting for device ?
i also try to update using sdcard but sdcard files not shown
any solution mates ?
experts kindly post here the solution
If TWRP is asking you for a password then you have installed the wrong TWRP for the bootloader you are on.
The easiest way for you to get out of it is to completely reset your machine.
http://forum.xda-developers.com/showpost.php?p=44244313&postcount=12
Just follow the instructions carefully here but get the tf201 firmware instead of the tf300 firmware.
i insert pin to reset the tablet with holding the volume down but nothing happen just restart the tablet
I had same problem try this how i did it http://forum.xda-developers.com/tra...r-password-t3331995/post65733096#post65733096
What i did to fix this :
use windows 7 not 8.1 install drivers
I used "Minimal ADB and Fastboot" --- google it
and using part of http://forum.xda-developers.com/show...3&postcount=12
fastboot erase system
fastboot erase recovery
fastboot erase userdata
fastboot erase boot
fastboot erase misc
fastboot erase cache
fastboot -i 0x0B05 flash system c:\adb\blob --------- gives me an error uploading the blob !!!!!
fastboot -i 0x0B05 reboot ----did not respond --- have to use hardware buttons
When i restart i didn't have recovery at this point just boot in to fastboot menu (i thought i killed my asus totally ))
what i did after :
I FLASH BOOTLOADER ON THE LINK
https://www.androidfilehost.com/?fid=23060877490002899 (unzipp it and there is blob<--- i copy it in the abd/fastboot folder)
fastboot flash boot blob
reboot and go in to recovery to confirm that is Hairybean TWRP 2.5 (no enter your password any more ihaaa)
i download twrp_tf201t_kang_2.8.5.1_signed.zip (unzipp it and there is boot.blob<--- i copy it in the abd/fastboot folder) from ... https://www.androidfilehost.com/?fid=95916177934539154
and
fastboot erase recovery
fastboot flash recovery boot.blob
( I found that.... fastboot flash recovery xxxxxxxx ........... works ONLY if you do ..... fastboot erase recovery ......... first !!!!! i tryed flashing even my original twrp 2.4.4 and its asked me for the password again ..i try so many recovery version.....JB or ICS ...TWRP and CWM you name it ..just this and Hairybean TWRP 2.5 didn't asked for a password )
After ... fastboot flash recovery boot.blob ..... fastboot reboot .....worked ---- restart in to recovery ---- and i did not have that annoying "enter your password" msg any more !!!
than using part from :http://forum.xda-developers.com/tran...01-22-t3080892
Go to twrp/wipe/format data then type yes
It takes about 70 minutes to format
Make sure that your battery is full
Do Not interrupt format(if you do, it will brick)
After it's done go to Wipe//Advanced Wipe//Select Data
Tap “Repair or Change File System”//”Change File System//F2FS
Swipe to Change
Wipe dalvik cache, system, cache, data, internal storage
reboot in to twrp
At that point MY pc can see my tf201 internal storage in TWRP no problem so i just copy zips in there ....... didn't use sd card
Flash KatKiss-5.1.1_TF201_030.zip
Flash Supersu.zipin
Flash Gapps.zip
Reboot
Rom http://forum.xda-developers.com/devd...9236#downloads
SuperSu v2.46 http://download.chainfire.eu/supersu
Minimal Gapps https://www.androidfilehost.com/?fid=95916177934550851
and this rom is fast really fassst ...resurrect my tf201
hope this will help you !!!
only show this
That is simple .... from the screenshot i can see that you run adb xxxxxxx thats mean that you are in to recovery mode on your tablet (you start twrp) fastboot won't work -----
U have to be in fastboot .......
(fastbootmode is that screen when you see the RCK/ANDROID/WIPE DATA when rsk is pulsing that is it .......and DO NOT GO IN TO TWRP stay there and run fastboot comands)
for example is you run "fastboot devices" and see your device you are good to go . and adb devices won't work ---but if "adb devices " give you number any fastboot comand wont work !!!!!
SO when you see RCK/ANDROID/WIPE DATA do not touch anything else
run fastboot devices and you will see yout tf201
format everything and then flash
fastboot erase system
fastboot erase recovery
fastboot erase userdata
fastboot erase boot
fastboot erase misc
fastboot erase cache
i try ur steps
i write adb reboot bootloader then tablet reboots and show 3 options RCK/ANDROID/WIPE DATA
then i didnt touch any of 3 options just write fastboot devices but it show nothing
chk picture
kindly reply
well i need working fastboot so we can continue
what are u using windows 7 or 8
windows 7
no one in this forum who help to solve this problem ?
have u try different usb drivers ?
so u can run fasboot ?
---------- Post added at 01:53 AM ---------- Previous post was at 01:48 AM ----------
i do not know exactly how to but I thing u have to try after u enter in twrp to push zip files into the tablet and and instll them ....just google for adb push and try to install ZIP Hairybean TWRP 2.5 bootloader and then twrp_tf201t_kang_2.8.5.1_signed.zip
ok i will search adb push
i download both files which u mentioned
will u please share the write procedure for this and for same model ?
mate if u have solution then kindly share to solve this problem
thnx
any solution experts..............?
GSM-HUM said:
any solution experts..............?
Click to expand...
Click to collapse
did you ask here
http://forum.xda-developers.com/transformer-prime/help
Sent from my XT1060 using XDA Labs
---------- Post added at 07:38 PM ---------- Previous post was at 07:24 PM ----------
I really don't know enough about this device to give any advice
Sent from my XT1060 using XDA Labs
Hello. I wanted to flash a stock ROM on my Xiaomi Mi3 (Not Mi3W) and I downloaded an official stock ROM and flashed it using Fastboot.
Here's where I think I messed up. I used the "fastboot erase userdata" on the phone and when it booted up, The system storage is showing fine when I go to settings > storage but the internal storage is showing up as 0.00b and I cannot install any applications.
I've tried reflashing but nothing is working. Any ideas on how I can get it to work? Thanks.
Try to flash again with fastboot but with following comands:
Enter the following commands below by order:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot-bootloader
boot.img ,recovery.img and system.img it should be inside your stock firmware.
Teddy Lo said:
Try to flash again with fastboot but with following comands:
Enter the following commands below by order:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot-bootloader
boot.img ,recovery.img and system.img it should be inside your stock firmware.
Click to expand...
Click to collapse
After much Googling, I was finally able to 'reset' the whole android partition system by flashing a CWM recovery, booting into it, and using ADB to fix it all.
Thank you for bothering to reply my at all. You're amazing.
You Welcome
hi guys i installed cm 10.0 on my galaxy xcover 2 but got no network, so im trying to install stock rom i got from here http://gsmrom.net/samsung-galaxy-xcover-2-gt-s7710-stock-firmware CWM say the whole time "ABORTED"!
i wiped dalvik
cleaned cache
wipe/factory reset
now i want to try this method
reboot to recovery
wipe dalvik
wipe cache
reboot to fastboot
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (to recovery)
flash ROM
on the moment im sitting with Cyogenmod 10.0 if i plug phone to usb and pc and start adb and enter adb devices my device is listed if i boot into fastboot my device isnt listed, while device is on and i use keyword "fastboot erase boot" is just shows "waiting for any devices"
i need help please guys just want the phone to work again
and with my stupidity i never backed up stock rom:crying: