CWM no command - Moto G Q&A, Help & Troubleshooting

Hey there guys. I have recently flashed CWM-touch-6.0.4.7-falcon.img im able to go into recovery when i flash it, on reboot i selected yes for the fix install stock recovery, when back to recovery and it has an android with an exclamation mark coming out of it with it saying 'no command' at the bottom. How do i fix this? Moto G 3G 1st gen

You can try:
Code:
fastboot erase recovery
And then:
Code:
fastboot flash recovery recoveryname.img
After you flash the custom recovery boot into it right away and see if that works.

.:Dark:. said:
You can try:
Code:
fastboot erase recovery
And then:
Code:
fastboot flash recovery recoveryname.img
After you flash the custom recovery boot into it right away and see if that works.
Click to expand...
Click to collapse
I did that and it was all success but same thing happened

Also i tried flashing stock recovery but still no luck

An Android with an exclamation with 'no command' means you are on the stock recovery. Did you try the latest TWRP?

legolas06 said:
An Android with an exclamation with 'no command' means you are on the stock recovery. Did you try the latest TWRP?
Click to expand...
Click to collapse
Oh right ok. No i haven't used TWRP, i don't really like it. I tried CWM touch but i haven't tried normal CWM yet

You can also try philz recovery. Not sure why it won't stick after you flash but be sure go into recovery right after you finish flashing otherwise it will overwrite back to stock I believe.

.:Dark:. said:
You can also try philz recovery. Not sure why it won't stick after you flash but be sure go into recovery right after you finish flashing otherwise it will overwrite back to stock I believe.
Click to expand...
Click to collapse
I always go straight into recovery after i flash it but when i reboot it goes back to stock recovery :/

What message do you get after flashing the recovery? Previously I got 'partition size mismatch' indicating I flashed a recovery different from stock. Philz & TWRP worked fine for me.

legolas06 said:
What message do you get after flashing the recovery? Previously I got 'partition size mismatch' indicating I flashed a recovery different from stock. Philz & TWRP worked fine for me.
Click to expand...
Click to collapse
I forget, ill check it tomorrow as today i am a bit busy

I get a mismatch partition size (recovery) when i flash. I boot straight away to recovery, then say yes to disable flash stock recovery, reboot into recovery and stock recovery. I flashed the non touch CWM this time

bublz654 said:
I get a mismatch partition size (recovery) when i flash. I boot straight away to recovery, then say yes to disable flash stock recovery, reboot into recovery and stock recovery. I flashed the non touch CWM this time
Click to expand...
Click to collapse
Then sorry I'm not sure about the reason. May be you downloaded a wrong recovery or that recovery doesn't work with your bootloader. Just search the thread you downloaded this from to find any solution. Or if you don't like the TWRP try Philz touch as it is CWM based.
http://forum.xda-developers.com/showthread.php?t=2639583 .
Currently the only supported recovery for moto g is TWRP by h2o64.

legolas06 said:
Then sorry I'm not sure about the reason. May be you downloaded a wrong recovery or that recovery doesn't work with your bootloader. Just search the thread you downloaded this from to find any solution. Or if you don't like the TWRP try Philz touch as it is CWM based.
http://forum.xda-developers.com/showthread.php?t=2639583 .
Currently the only supported recovery for moto g is TWRP by h2o64.
Click to expand...
Click to collapse
I have flashed CWM-touch and normal CWM before until flashify came along and made my recovery screwed up

I suggest you try using mfastboot included here: https://www.androidfilehost.com/?fid=23578570567719065
NOTE: mfastboot erase recovery is not required. Simply use: mfastboot flash recovery recovery.img

lost101 said:
I suggest you try using mfastboot included here: https://www.androidfilehost.com/?fid=23578570567719065
NOTE: mfastboot erase recovery is not required. Simply use: mfastboot flash recovery recovery.img
Click to expand...
Click to collapse
I just tried that and still the same issue occurs

bublz654 said:
I just tried that and still the same issue occurs
Click to expand...
Click to collapse
Could you try the latest TWRP just to rule out a bad recovery.img: http://forum.xda-developers.com/moto-g/development/recovery-twrp-2-8-2-0-touch-recovery-t2980621

lost101 said:
Could you try the latest TWRP just to rule out a bad recovery.img: http://forum.xda-developers.com/moto-g/development/recovery-twrp-2-8-2-0-touch-recovery-t2980621
Click to expand...
Click to collapse
I'll try the philz recovery first as Im not a real big fan of twrp lol

lost101 said:
Could you try the latest TWRP just to rule out a bad recovery.img: http://forum.xda-developers.com/moto-g/development/recovery-twrp-2-8-2-0-touch-recovery-t2980621
Click to expand...
Click to collapse
I flashed philz recovery. Rebooted again and went into recovery and it worked, the recovery was still there

But one more thing on reboot of recovery it didn't ask if i wanted to fix root. Am i rooted already or not? :/

Are you on stock or a custom rom? Certain custom roms may have built in root access for everything else you will have to flash SuperSU.
Glad to see you got the recovery issue sorted. I'm with you I don't particularly like TWRP so I pretty much use Philz exclusively.

Related

help !!

hello i have a big trouble with my htc one s, is a S4 variant and i try to boot normally but is always boot on the cwm 5.8! i reboot and is return to cwm! help me i try everything
Sounds like no ROM
From the sounds of it, it doesn't seem like you have a ROM installed.
A few things to remember when flashing new ROM's:
-Try not to ever flash dirty* (without wiping data, cache, dalvic cache, and system)
-ONLY wipe the system if you have another ROM loaded onto the internal SD card and ready to flash
-Make sure said ROM is COMPATIBLE with your phone. (Device model, in our case HBOOT [2.15, 2.16 have their differences]
-Try to update to the latest Recovery when flashing, unless stated otherwise in the ROM's OP. THEY WILL TELL YOU WHAT YOU NEED.
There is plenty more, but for your issue these may help.
Update your recovery through FASTBOOT and then use the MOUNT option to mount your SD card and add a new [compatible] ROM and try to flash it. (and if it has GAPPs, flash that AFTER you flash the ROM)
i dont flash anyrom, i just flash the recovery and write this command line "fastboot flash boot recovery*.img" (just a cut of the .img of the recovery) and after that, is allways reboot in recovery mode
le_numerik said:
i dont flash anyrom, i just flash the recovery and write this command line "fastboot flash boot recovery*.img" (just a cut of the .img of the recovery) and after that, is allways reboot in recovery mode
Click to expand...
Click to collapse
Code:
fastboot flash boot recovery.img
flashes recovery to boot sector. That's why your device boots into recovery every time. You should use
Code:
fastboot flash recovery recovery.img
to flash recovey correctly, unzip boot.img from your rom's zip and flash it with
Code:
fastboot flash boot boot.img
to be able to boot into your rom
Sent from my HTC One S
cool, but where is boot.img?
le_numerik said:
cool, but where is boot.img?
Click to expand...
Click to collapse
Like i said it's in your rom's zip. Which rom are you on?
Sent from my HTC One S
i dont use external rom's, just the android inside
ics or jb?
Sent from my HTC One S
the stock rom 4.1.3
le_numerik said:
the stock rom 4.1.3
Click to expand...
Click to collapse
Sorry, i couldn't get online for some time.
try the one on my attachment
thanks but twrp recovery try to install sideload.zip, my transfert work but twrp say sideload.zip is corrup :/ i try to reinstall twrp? im really in sh*t because this not my cell and i fu**ed up the telephone :'(
EDIT: OH GOD ok im too tired xD i try adb sideload but is fastboot i need, ok i install boot.img and is work well! THANK YOU ALL!!! ok now... need to install SuperSU he dont work
LOLL

tablet only boots fastboot, what are my options?

i tried updating from cromni-kk to zombipop. i wanted to try rom2sd so i formatted sd w/ aparted on my tablet then flashed the rom. aftter it flashed i rebooted. it initiated the boot process but when it tried to boot into os it rebooted and went to recovery (twrp). instead of twpr opening all i get there is the twrp splash screen and it keeps flashing. i can get into fastboot so are there any recovery options i can use from there?
iateshaggy said:
i tried updating from cromni-kk to zombipop. i wanted to try rom2sd so i formatted sd w/ aparted on my tablet then flashed the rom. aftter it flashed i rebooted. it initiated the boot process but when it tried to boot into os it rebooted and went to recovery (twrp). instead of twpr opening all i get there is the twrp splash screen and it keeps flashing. i can get into fastboot so are there any recovery options i can use from there?
Click to expand...
Click to collapse
If you want to try ROM2SD then you have to flash special TWRP. If you want to come back you have to flush normal TWRP. As you are able to fastboot, that should be no problem.
das chaos said:
If you want to try ROM2SD then you have to flash special TWRP. If you want to come back you have to flush normal TWRP. As you are able to fastboot, that should be no problem.
Click to expand...
Click to collapse
so how do i go about flashing special twrp from the fastboot screen?
iateshaggy said:
so how do i go about flashing special twrp from the fastboot screen?
Click to expand...
Click to collapse
Code:
fastboot -i 0x0b05 recovery recovery.img
das chaos said:
Code:
fastboot -i 0x0b05 recovery recovery.img
Click to expand...
Click to collapse
would you mind elaborating a bit?
i've managed to figure out how to get adb working on the pc, but beyond that i'm a little lost. could you point to to where i get my recovery file and where it goes when i run you rcommand?
nevermind, sorted. thanks for the help.

i m not able to flash twrp

I have successfully unlocked my Honor 6x. And when i flashed tero using fastboot flash recovery 1p.img (I renamed twrp to this one)
Then it went successful
After that I typed
Fastboot boot 1p.img
But it failed saying remote command not allowed
Then i tried booting recovery by pressing buttons
But it was booting default Huawei recovery
I have flashed multiple times using fastboot it went successful but in actually it don't flashed
Emui 5.0 Android nougat
Twrp 3.1
It said remote command not allowed too to me time ago when i flashed TWRP. Try this: after that you just flashed the recovery, don't do "fastboot boot recovery.img", but normally reboot your phone and try to use the 2 buttons combination (vol up+power) and keep it held until you hear a little vibration, then release it and check if you boot regularly to TWRP or not. Sometimes, if you don't reboot immediately to TWRP after the flash, the previous recovery will overwrite the one you just flashed. Are you using OpenKirin's TWRP right?
RedSkull23 said:
It said remote command not allowed too to me time ago when i flashed TWRP. Try this: after that you just flashed the recovery, don't do "fastboot boot recovery.img", but normally reboot your phone and try to use the 2 buttons combination (vol up+power) and keep it held until you hear a little vibration, then release it and check if you boot regularly to TWRP or not. Sometimes, if you don't reboot immediately to TWRP after the flash, the previous recovery will overwrite the one you just flashed. Are you using OpenKirin's TWRP right?
Click to expand...
Click to collapse
now i want to flash stock recovery
i have stock recovery but i dont know how to flash it i have twrp
narshi shukla said:
now i want to flash stock recovery
i have stock recovery but i dont know how to flash it i have twrp
Click to expand...
Click to collapse
Like TWRP, so through adb.
"fastboot flash recovery [stockrecoveryname].img"
Look for the correct stock recovery for your phone model

[UNOFFICIAL] [RECOVERY] [OnePlus 7 Pro] OrangeFox Recovery Project [R10.1]

[Deleted]
The flashing instruction makes no sense to me
Spookybear said:
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an external device
1. Reboot to your custom TWRP-based Recovery
2. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
3. Enjoy!
(Note: There is no zip file because this recovery is too big to fit in the ramdisk.
Click to expand...
Click to collapse
Can you please clarify this?
I assume install .IMG to Ramdisk? It will likely come up, so just want to cover all bases.
gorilla p said:
Can you please clarify this?
I assume install .IMG to Ramdisk? It will likely come up, so just want to cover all bases.
Click to expand...
Click to collapse
I tried that...no dice...
Flash to both _a and _b using trwp but recovery does not boot... so back to trwp til some future info...
I flashed via TWRP, via flash .img to ramdisk, rebooted to recovery and nothing.
Stuck at "Bootloader unlocked" screen
Tried to boot via fastboot and it failed.
Was this recovery tested on the OP7 Pro? If so, what ROM was being used and what was the flashing process?
Gungrave223 said:
The flashing instruction makes no sense to me
Click to expand...
Click to collapse
Sorry, fixed the instructions.
avid_droid said:
Yeah directions are honestly the worst I've seen on XDA yet.
Click to expand...
Click to collapse
Sorry, fixed the instructions.
I have a feeling these new instructions aren't going to work either, considering we don't have a recovery partition.
Spookybear said:
Sorry, fixed the instructions.
Click to expand...
Click to collapse
still no dice
HTML:
Writing 'recovery'
FAILED (remote: '(recovery_a)
No such partition'
I guess the command should be
fastboot boot /path to recovery
But again this wont flash recovery permanently AFAIK, everytime we need to boot into recovery we have to flash it via fastboot
insaneparnoid said:
I guess the command should be
fastboot boot /path to recovery
But again this wont flash recovery permanently AFAIK, everytime we need to boot into recovery we have to flash it via fastboot
Click to expand...
Click to collapse
He updated it with fastboot flash, indicating that this is to be installed, however it doesn't appear to work at all at this point.
For me is working , latest OOS beta. Just had to disable vbmeta in order to boot.
we need a flashble zip for this.
is OTG working with OrangeFox ?
otakutw said:
we need a flashble zip for this.
Click to expand...
Click to collapse
Not exactly, try - fastboot flash recovery *drag the image into the cmd then press enter*
Can this recovery be decreased in size so that it can be flashed to the ramdisk?
EDIT: It seems twrp is even bigger than this. Twrp img is 30.7mb while this is 29.4mb. Twrp does flash to the ramdisk. If this could be permanently flashed, it would be perfect. If the size needs to be decreased, certain graphics could be moved to the internal storage to save space on the ramdisk.
Hahaha wow what are you doing here it's like you didn't even test this at all. I'm tried to flash the installer in twrp and it tells me that this recovery is only for guacamole not OnePlus 7 pro. So it does not support custom roms clearly cause I'm on bliss
shadowikr said:
Not exactly, try - fastboot flash recovery *drag the image into the cmd then press enter*
Click to expand...
Click to collapse
There is no recovery partition on modern Android devices. The boot.img ramdisk contains the recovery

How To Guide Xiaomi 12S Ultra TWRP(unofficial)

12S Ultra unofficial TWRP - link MEGA
Credit - UnofficialTWRP
They released TWRP under 12S Pro, but the code name is Thor which stands for 12S Ultra, and after flashing, I do confirm this is for 12S Ultra.
now they have a proper 12S Ultra section!
Download the image and rename as recovery.img for simplicity.
fastboot boot recovery.img (or full file name)
in TWRP, go to "Advanced" and "flash this twrp."
edit: the recovery image file is too large to be flashed directly via fastboot, so you need to boot first then flash using twrp!
edit2: backup and restore function may not be working properly on this version of twrp! I get boot loops everytime I do a full system backup and full restore after bricking the device, especially on the data partition. Clean installing rom then restoring data only still get boot loops. so use it with caution.
I suggest you to use 3rd party backup apps to do backups on apps and data, and stick to the flashing and other functions only for twrp.
original source unofficialtwrp.com
Nabicook said:
12S Ultra unofficial TWRP - link MEGA
Credit - UnofficialTWRP
They released TWRP under 12S Pro, but the code name is Thor which stands for 12S Ultra, and after flashing, I do confirm this is for 12S Ultra.
Download the image and rename as recovery.img for simplicity.
fastboot boot recovery.img (or full file name)
in TWRP, go to Advanced and flash this twrp.
original source unofficialtwrp.com
Click to expand...
Click to collapse
Awesome thanks. But why not Fastboot flash recovery recovery.img?
No. You must type fastboot flash boot recovey. img
dungnghien said:
No. You must type fastboot flash boot recovey. img
Click to expand...
Click to collapse
No I'm pretty sure it's:
fastboot flash recovery twrp.img
However my question was why the method outlined by @Nabicook vs this method. Is it because of the dual partition?
GodKingKnight said:
Awesome thanks. But why not Fastboot flash recovery recovery.img?
Click to expand...
Click to collapse
Because not only it is the method unofficialtwrp suggested, but also the size of the recovery img file is too large to be flashed via fastboot.
I already tried
fastboot flash recovery recovery.img
fastboot flash recovery_a recovery.img
and so on, but all failed.
only way to properly install this version of twrp is to boot first then let twrp to install itself to both a/b partitions.
Hi!
I'm following your guide...and after uploading recovery nothing happens
rebooting into recovery through ADB or just using buttons...still sends me into fastboot mode
What can I do?
joiliko said:
Hi!
I'm following your guide...and after uploading recovery nothing happens
rebooting into recovery through ADB or just using buttons...still sends me into fastboot mode
What can I do?
Click to expand...
Click to collapse
are you sure you did
fastboot boot (your recovery file name).img
it should automatically boot into twrp without touching anything from fastboot mode.
then install twrp through the advanced option in twrp
Nabicook said:
are you sure you did
fastboot boot (your recovery file name).img
Click to expand...
Click to collapse
Great many thanks! I was actually doing flash boot
Nabicook said:
then install twrp through the advanced option in twrp
Click to expand...
Click to collapse
Still having issues:
After flashing twrp + magisk, reboot sends me into fastboot mode ..
As I get it, previously I've messed up with boot image, flashing recovery into that partition
So question is:
Do I need to reflash stock boot.img (need help with getting it, stock recovery rom is packed into .bin and I'm unable to extract boot image
Or can I simply reflash stock ROM (in recovery or fastboot mode?)
*my phone is unlocked already
joiliko said:
Still having issues:
After flashing twrp + magisk, reboot sends me into fastboot mode ..
As I get it, previously I've messed up with boot image, flashing recovery into that partition
So question is:
Do I need to reflash stock boot.img (need help with getting it, stock recovery rom is packed into .bin and I'm unable to extract boot image
Or can I simply reflash stock ROM (in recovery or fastboot mode?)
*my phone is unlocked already
Click to expand...
Click to collapse
yeah you can try flashing stock boot img, and if that doesnt work, you can download fastboot rom and flash stock rom using flash all without wiping data(there is .bat file that says something like install without formatting).
That will fix any kind of brick issues of xiaomi device, and you just redo the twrp part.
joiliko said:
Still having issues:
After flashing twrp + magisk, reboot sends me into fastboot mode ..
As I get it, previously I've messed up with boot image, flashing recovery into that partition
So question is:
Do I need to reflash stock boot.img (need help with getting it, stock recovery rom is packed into .bin and I'm unable to extract boot image
Or can I simply reflash stock ROM (in recovery or fastboot mode?)
*my phone is unlocked already
Click to expand...
Click to collapse
How to Extract payload.bin and get stock boot image file
To extract the payload.bin file from Android stock firmware and get stock boot image file, you should refer to the instructions given in here.
www.droidwin.com
My idea worked!
I used the method above to extract boot.img & flashed it successfully
Can someone tell me why wipe data and settings dosent work on my 12s ultra every time reboots the twrp after i press the icon... Im try at 7.5 version the same and on 7.2

Categories

Resources