I have a ze551ml I have rooted and unlocked my bootloader. when i went to install twrp i put the file on my sd card and when i go to
adb and put the command in su then dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery its telling me twrp no such file or directory. Anyone tell me what im doing wrong? thank you
Make sure you are dropping the file on internal SD and not external.
I put it in both just in case . do i have the command wrong? my twrp is 12mb
the error im getting is no such file or directory.
Why not flash by recovery?
anyone have any suggestions?
r u sure the twrp file name is correct?
yeah its twrp.img
Try /storage/sdcard0
Can use Flasify app to flash recovery image.
Or Partition backup app to flash recovery partition.
Sent from my SM-A300H using XDA Free mobile app
flashify still hangs no idea hwo to use the partition app. tried downloading twrp on the playstore but my model isnt listed. could i use another asus phone thats listed>?]
new line command for sdcard0 would be this? dd if=/storeage/sdcard0/twrp.img of=/dev/block/by-name/recovery
still wont work
/storage/sdcard0/
Or
/mnt/sdcard/
Sent from my SM-A300H using XDA Free mobile app
from ur pc
adb reboot bootloader
phone will reboot to fastboot
verify that ur device is detected by
fastboot devices
then do fastboot flash recovery "path to the twrp file on the pc"
for example "fastboot flash recovery d:\twrp.img"
Do that on ur own risk
For some reason doing it that way worked lol
did fastboot flash recovery c:\twrp.img
shrug, thank you to whomever suggested that!!!!
Related
I isntalled Super Wipe to my htc one x before load rom.zip to sd card :S now cant open phone or recovery mod :S so how can i load stock rom again help please
rover_x said:
I isntalled Super Wipe to my htc one x before load rom.zip to sd card :S now cant open phone or recovery mod :S so how can i load stock rom again help please
Click to expand...
Click to collapse
First you will need to reflash your recovery while your phone is in fastboot mode, you can do this by opening a cmd and using the command 'fastboot flash recovery recoveryfilehere.img' and changing recoveryfilehere for your recovery file's name.
I am a bit unsure on these next steps but I believe you will then need to boot into the recovery you just installed and then use the following commands.
'adb devices'
'adb shell'
'mount sdcard'
and then in another cmd you will use the command 'adb push ROMNAME.zip /sdcard
then reboot into recovery and look for your ROM in the root of your sd card and install it as usual. Don't forget to flash the kernal too.
I tried these steps but didnt get result
See http://forum.xda-developers.com/showpost.php?p=26119526&postcount=17 and adapt to yours.
i tired many times , but each time get message " error:device not found" :S
Do you have HTC USB driver installed ?
yes i did
So it means that you're successfully boot into recovery by fastboot boot recovery.img and adb not working for you ?
Please note, adb will not work when you do fastboot flash recovery recovery.img
ckpv5 said:
So it means that you're successfully boot into recovery by fastboot boot recovery.img and adb not working for you ?
Please note, adb will not work when you do fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Ah right, my bad
Sent from my HTC One X using xda premium
I tried flashing a rom and it wouldn't load past the bootscreen. I am now stuck in recovery and I can't mount my USB storage to flash another rom. Is there a way i can transfer the file from my computer to my phone while in recovery or the bootloader? I am on a Mac running OSX Lion. thanks for the help.
iPathik said:
I tried flashing a rom and it wouldn't load past the bootscreen. I am now stuck in recovery and I can't mount my USB storage to flash another rom. Is there a way i can transfer the file from my computer to my phone while in recovery or the bootloader? I am on a Mac running OSX Lion. thanks for the help.
Click to expand...
Click to collapse
If u are in recovery u can flash ur Android and start again.
You did to a Android backup, didn't you ?
Sent from my Galaxy Nexus using xda premium
You didn't make a NANDROID BACKUP?!?!?!?!?
I am not sure about the mounting in recovery but I think you can fastboot files to your phone in fastboot mode..
That is all I know.
bbgt2 said:
If u are in recovery u can flash ur Android and start again.
You did to a Android backup, didn't you ?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
no, I didn't do a backup stupid mistake on my part i know...
If its recognized by the computer, then you're fine.
Download ADB and Fastboot (I've attached the .zip to this post). Unzip it to your home folder, and drop whatever files you need to transfer to your phone in that folder.
Open terminal and direct it to the path of your ADB file (aka, type "cd " and drag the folder into Terminal).
Type:
Code:
./adb devices
and hit return. If you get "devices attached xyzxyzxyzyxz" you're good.
Type:
Code:
./adb push FILENAME.zip /sdcard/
and hit return. If it's a full ROM, it'll take a while, you don't get progress or any notification until its finished transferring.
Then load up your CWM and wipe your data etc etc then flash the ROM.
iPathik said:
no, I didn't do a backup stupid mistake on my part i know...
Click to expand...
Click to collapse
i am in fastboot mode and i have the fastboot comand open in terminal and it recognizes my device, how do i transfer files on it? i havent used it before. i've been searching on how to use fastboot and adb but adb isnt recognizing my device in recovery mode or fastboot mode.
iPathik said:
i am in fastboot mode and i have the fastboot comand open in terminal and it recognizes my device, how do i transfer files on it? i havent used it before. i've been searching on how to use fastboot and adb but adb isnt recognizing my device in recovery mode or fastboot mode.
Click to expand...
Click to collapse
Read my post. It's "./adb push FILENAME.zip /sdcard/ " . Just go into your recovery and do the ADB command to push the file. Let it xfer then you're good to go.
Mount /data in mounts and storage
then preform this
Code:
adb push name-of-ROM.zip /data/media
I would have said sdcard but sometimes that doesnt work.. at least the last time i've tried it didnt work correctly and wouldnt bring up my "sdcard" at all and had to reboot the recovery and it wasnt there. I know for sure this method works.
OH oops.. Boot into recovery and go into mounts and storage and mount /data sorry..
ÜBER™ said:
Mount /data in mounts and storage
then preform this
Code:
adb push name-of-ROM.zip /data/media
I would have said sdcard but sometimes that doesnt work.. at least the last time i've tried it didnt work correctly and wouldnt bring up my "sdcard" at all and had to reboot the recovery and it wasnt there. I know for sure this method works.
OH oops.. Boot into recovery and go into mounts and storage and mount /data sorry..
Click to expand...
Click to collapse
how will I flash the file once it transfers? :/
Nevermind, I see it, THANKS SO MUCH GUYS! Really appreciate it. I hit the thanks button on every1 that replied. thanks again for the help
iPathik said:
how will I flash the file once it transfers? :/
Click to expand...
Click to collapse
It'll be visible in CWM when you go select a zip. Just the same as you did the last one. All ADB push does is put it on your phone so you can flash it normally. Exact same as if you moved it via Android File Transfer or download.
---------- Post added at 03:41 PM ---------- Previous post was at 03:40 PM ----------
iPathik said:
Nevermind, I see it, THANKS SO MUCH GUYS! Really appreciate it. I hit the thanks button on every1 that replied. thanks again for the help
Click to expand...
Click to collapse
You're welcome. Next time nandroid backup...
But at least now you know how to ADB push.
My usb is corroded and I cannot connect to a computer to get into fastboot. I'm trying to be as careful as I can so that I don't brick my phone, but I need to update my CWM Recovery. If anyone has suggestions, or guidance, any help would be much appreciated. Thank you!
I have searched for this and haven't seen anything related to AT&T SGIII's. I have tried using Flash Image GUI, but it is only for Sprint.
Model SGH-I747M
Android 4.04
Kyan Rom 1.5
----------------------------------------***EDIT***------------------------------------------
EDIT for those searching the same question:
The best answer to my questions was provided by BCSC, THANKS! Worked great!
Follow these steps exactly and you will have the latest Recovery running. You do not need a PC for this method.
1) Download correct Clockworkmod ot TWRP (touch or regular as you wish) for your device
2) Rename it to recovery.IMG and place it at the root of your internal sdcard
3) Download and install terminal emulator from the Play Store
4) Run the terminal and
type: su (press enter)
Then type: dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 (press enter)
Be sure that you have typed the above code correctly. You will not see a confirmation. It is done almost instantly.
5) Reboot into recovery and enjoy
I don't remember the commands, had to do it about 3 years ago, but you can do it from terminal emulator. A Google search should give the results you need.
I don't use cwm prefer twrp which can be done from the goomanger app I believe it can be done from rom manager though.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Just use rom manager I find its easy as pie, just make sure you install the proper recovery
https://play.google.com/store/apps/details?id=com.koushikdutta.rommanager
Sent from my GT-N8010 using xda app-developers app
mkfryan said:
I don't remember the commands, had to do it about 3 years ago, but you can do it from terminal emulator. A Google search should give the results you need.
I don't use cwm prefer twrp which can be done from the goomanger app I believe it can be done from rom manager though.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
I considered TWRP, but was scared to change out of fear something would go wrong... I think I will probably go that route. thanks!
EDIT: Tried to use Goo.mgr to install TWRP. It downloaded and went through the process, but recovery still loads CWM.
Found this on TWPR's website:
Paul Ireland • 11 months ago
So, I had a question. I couldn't really find any guides on how to install this if you already have CWM. I tried using goomanager to install and it would go through and say everything had completed, but when I'd reboot into recovery, I'd still have CWM.
My response, was to .tar the recovery image and install via ODIN.
Everything seems to have installed OK, I successfully flashed a ROM with it, but are there any drawbacks (other than the flash counter) to this method?
ckavvouras said:
Just use rom manager I find its easy as pie, just make sure you install the proper recovery
Sent from my GT-N8010 using xda app-developers app
Click to expand...
Click to collapse
Thank you, I have a CWM recovery installed.. I'm trying to update it, but cannot select D2att from the Recovery Setup. It only shows d2mtr for SGIII... I downloaded the correct file D2att.img from CWM.com, but do not know how to manually install the .img file without using fastboot.
bweyadn said:
Thank you, I have a CWM recovery installed.. I'm trying to update it, but cannot select D2att from the Recovery Setup. It only shows d2mtr for SGIII... I downloaded the correct file D2att.img from CWM.com, but do not know how to manually install the .img file without using fastboot.
Click to expand...
Click to collapse
Follow these steps exactly and you will have the latest Recovery running.
1) Download correct Clockworkmod ot TWRP (touch or regular as you wish) for your device
2) Rename it to recovery.IMG and place it at the root of your internal sdcard
3) Download and install terminal emulator from the Play Store
4) Run the terminal and
type: su (press enter)
Then type: dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 (press enter)
Be sure that you have typed the above code correctly. You will not see a confirmation. It is done almost instantly.
5) Reboot into recovery and enjoy
@BCSC
Good find out know how! Glad someone at least knew what I was talking about :beer:
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
You can also flash it in Mobile Odin.
Press the menu button on the device selection screen, scroll down and pick your model.
Sent from my GT-N8010 using xda app-developers app
Not able to flash Recovery
bweyadn said:
My usb is corroded and I cannot connect to a computer to get into fastboot. I'm trying to be as careful as I can so that I don't brick my phone, but I need to update my CWM Recovery. If anyone has suggestions, or guidance, any help would be much appreciated. Thank you!
I have searched for this and haven't seen anything related to AT&T SGIII's. I have tried using Flash Image GUI, but it is only for Sprint.
Model SGH-I747M
Android 4.04
Kyan Rom 1.5
----------------------------------------***EDIT***------------------------------------------
EDIT for those searching the same question:
The best answer to my questions was provided by BCSC, THANKS! Worked great!
Follow these steps exactly and you will have the latest Recovery running. You do not need a PC for this method.
1) Download correct Clockworkmod ot TWRP (touch or regular as you wish) for your device
2) Rename it to recovery.IMG and place it at the root of your internal sdcard
3) Download and install terminal emulator from the Play Store
4) Run the terminal and
type: su (press enter)
Then type: dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 (press enter)
Be sure that you have typed the above code correctly. You will not see a confirmation. It is done almost instantly.
5) Reboot into recovery and enjoy
Click to expand...
Click to collapse
.
Hey.. I'm trying really hard to flash a custom recovery on my A116 but believe me... This above method isn't working..
And even I tried SP Flash tools method.. Even dat is not working...
Doesn't works!!!
It does not works I followed all the steps..
SuryanshMishra2002 said:
It does not works I followed all the steps..
Click to expand...
Click to collapse
Does your USB port work? If it does, you can flash TWRP via Odin.
My odin doesn't flashes it.
I did all the steps that we should do to flash a recovery but when it completes my device stucks at the boot logo and then again i have to flash my stock recovery to get it back running.
Which recovery are you flashing? This is TWRP for the d2lte: https://dl.twrp.me/d2att/
Download the latest tar version of TWRP, open Odin, uncheck everything except f.reset time, flash, when you see reset" in the status window, remove USB cable, remove battery, replace battery, boot directly into recovery mode.
Not working
Thanks for the suggestion but i did all the same steps but not working i download TWRP officially but when I flash it with odin it stucks at the boot and then I have to flash the stock recovery to get it back running.
Just to confirm but the phone being flashed is an i747?
Why not buy a new usb cable?
Will this method of the Android Emulator will work for every other Android Phone or just for Samsung ?
filip_pine said:
Will this method of the Android Emulator will work for every other Android Phone or just for Samsung ?
Click to expand...
Click to collapse
The shell command referenced in the OP dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 is highly device specific. You would need to make sure you use the right command for your device, as you are specifying the recovery partition with /dev/block/mmcblk0p18. Having said that, newer devices which use the A/B partition scheme don't have a recovery partition, so this entire thread is not applicable.
post-mortem said:
The shell command referenced in the OP dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 is highly device specific. You would need to make sure you use the right command for your device, as you are specifying the recovery partition with /dev/block/mmcblk0p18. Having said that, newer devices which use the A/B partition scheme don't have a recovery partition, so this entire thread is not applicable.
Click to expand...
Click to collapse
Thank you, i understand now... i was going to try this on Huawei Mate 20 X. Thank you for the details. Cheers
I need a hand with Moving from the clockwork recovery to the TWRP..
i have no idea how ... could anybody help me with that?
Just flash twrp the same way you did philz... It will rewrite over it....
RastaMansta said:
I need a hand with Moving from the clockwork recovery to the TWRP..
i have no idea how ... could anybody help me with that?
Click to expand...
Click to collapse
I'm assuming you have unlocked your bootloader and have root. If not please don't read any further and read the guides first. If you have unlocked your bootloader and have root then proceed:
Place the TWRP.img file to your fastboot folder. Connect your phone to pc via USB
Open command prompt and "cd" to your fastboot folder
fastboot reboot-bootloader
when your phone reboots to bootloader then,
fastboot flash recovery TWRP.img -> use the actual name of the recovery file here.
Well its rooted but i cant seem to install TWRP... maybe some 1 on 1 help? anybody?
Anybody??
i was on banggood 20s rom with unlocked bootloader and twrp 3.2.1 wanted to flash another rom,did the whipes and deleted internal storage too(stupid of me) and now i am left with twrp,fastboot mode and NO operating sistem.
what can i do to not brick my phone? can i flash via fastboot the dev rom of Batyan as i dont have original recovery? tx for any help,i can acces fastboot (is unlocked)and twrp but cannot copy zip into internal memory since i dont have os installed and usb ota dont work
Hold on I will drop a link to a twrp that will see your computer.
This should be the twrp 3.200 navigator.
is it compatible with x722? fastboot flash right?
Alexandrutm said:
is it compatible with x722? fastboot flash right?
Click to expand...
Click to collapse
I checked it should work.
Sent from my LEX727 using xda premium
sorry cannot write any image with minimal adb and fastboot gives me error cannot load recovery img
any other ideas how can acces internal storage ,write a zip and flash with twrp or some rom that can be flashed with fastboot?
Alexandrutm said:
sorry cannot write any image with minimal adb and fastboot gives me error cannot load recovery img
any other ideas how can acces internal storage ,write a zip and flash with twrp or some rom that can be flashed with fastboot?
Click to expand...
Click to collapse
Fasboot flash recovery space then drop image on
Sent from my LEX727 using xda premium
thankx for replies i managed to restore it with adb sideload(huh!! gave me chills) thread can be closed
Alexandrutm said:
thankx for replies i managed to restore it with adb sideload(huh!! gave me chills) thread can be closed
Click to expand...
Click to collapse
Just put solved.
Sent from my LEX727 using xda premium
Help
Aleksandrutm can You write how You did this?