recovery mode - Sony Xperia C

can anybody tell me how can we open revery mode in xperia c.i tried it by adb by the command
Code:
adb reboot recvery
but it did not work .The phone rebooted and it was displaying no command on screen

abhishekr700 said:
can anybody tell me how can we open revery mode in xperia c.i tried it by adb by the command
Code:
adb reboot recvery
but it did not work .The phone rebooted and it was displaying no command on screen
Click to expand...
Click to collapse
Restart your phone while pressing volume down + power. You will see android robot after restart, release buttons and press camera shutter. This is for stock recovery :good:

thanx man...got it

CWM for Xperia C
You can install CWM i.e. clockworkmod recovery using this guide
http://forum.xda-developers.com/showthread.php?t=2696987

Related

How to get into Recovery Modew?

What buttons do I need to press to get this phone into recovery mode. Absolutely nothing comes up when I try to google it or search for this phone it's driving me nuts. I've got it into download mode no problem but recovery I can't find a process on.
I know there are multiple threads that tell you how, but after you flash CMW and are turning your phone on you want to hold down the power button, volume up, and the home button. When the Samsung logo comes up, let go of the power button but hold down the others. That will take you into recovery.
adb reboot recovery
yyhd said:
adb reboot recovery
Click to expand...
Click to collapse
Is this in a terminal on a computer or in terminal emulator? On the phone I've been using:
su
reboot recovery
binglejellsx2 said:
Is this in a terminal on a computer or in terminal emulator? On the phone I've been using:
su
reboot recovery
Click to expand...
Click to collapse
That's using adb on a computer attached to your phone. adb is part of the Android SDK.
Thanks. I'm not big on the command-line stuff. I just copy/paste the lines when instructed to do so.
If you're rooted, you can also use an app like Quick Boot.

[Q] How to Unlock bootloader in Funbook P310?

I have CWM Installed and also rooted my phone Micromax Funbook P310. To boot my phone into recovery, i press power button and volume up. It shows up a menu containing Fastboot mode ,Recovery mode and Normal mode. when i select fastboot the micromax logo comes and hangs . In recovery mode it goes CWM Recovery and normal mode it reboots. I tried Fastboot in computer and it didnt help. Quick boot also didnt work. Plzz Help
Bharathjo said:
I have CWM Installed and also rooted my phone Micromax Funbook P310. To boot my phone into recovery, i press power button and volume up. It shows up a menu containing Fastboot mode ,Recovery mode and Normal mode. when i select fastboot the micromax logo comes and hangs . In recovery mode it goes CWM Recovery and normal mode it reboots. I tried Fastboot in computer and it didnt help. Quick boot also didnt work. Plzz Help
Click to expand...
Click to collapse
How can you flash custom recovery without unlocking your bootloader?
May be it's already unlocked. In the adb mode type
Adb reboot bootloader
I used MTK Droid tools to Install CWM Recovery. I Didn't use Rom Manager. If I use adb reboot bootloader from my pc in fastboot terminal it can find my device but if I use that command it simply reboots the phone I have tried it several times it doesn't work. Plzz help!!
Sent from my GT-I9192 using XDA mobile app

Htc 820 rebooting ONLY into recovery and black screen

Hello i tried to flash twrp recovery on my htc 820u but i think it didn't install. Phone was still working correctly until i tried to do a factory reset. Now it will just boot into recovery every time and i have only a black screen. the phone vibrates when i touch the screen but i cannot switch it off. when i reboot it just goes back to recovery.
Can anyone suggest something please? Is there a way to prevent the phone from booting into recovery?
PS: I'm on lollipop 5.0
Vivacity said:
Hello i tried to flash twrp recovery on my htc 820u but i think it didn't install. Phone was still working correctly until i tried to do a factory reset. Now it will just boot into recovery every time and i have only a black screen. the phone vibrates when i touch the screen but i cannot switch it off. when i reboot it just goes back to recovery.
Can anyone suggest something please? Is there a way to prevent the phone from booting into recovery?
PS: I'm on lollipop 5.0
Click to expand...
Click to collapse
You must not duplicate the post in different forum for the same topic.
Anyway, do it as follow:
1. Connect your device to the PC once it is booted into twrp recovery
2. Copy your Lollipop recovery to the device over adb: adb push recovery.img /external_sd/recovery.img
3. Run: adb shell
4. Run in shell: dd if=/external_sd/recovery.img of=/dev/block/mmcblk0p44
5. Run in shell: reboot
If the device reboots into stock recovery, press and hold vol up + vol down + power until the display goes black. Release the vol up button immediately (while still holding other buttons). Device will reboot into fastboot. Select reboot from the menu.
Hope you are back to business.
tomal said:
You must not duplicate the post in different forum for the same topic.
Anyway, do it as follow:
1. Connect your device to the PC once it is booted into twrp recovery
2. Copy your Lollipop recovery to the device over adb: adb push recovery.img /external_sd/recovery.img
3. Run: adb shell
4. Run in shell: dd if=/external_sd/recovery.img of=/dev/block/mmcblk0p44
5. Run in shell: reboot
If the device reboots into stock recovery, press and hold vol up + vol down + power until the display goes black. Release the vol up button immediately (while still holding other buttons). Device will reboot into fastboot. Select reboot from the menu.
Hope you are back to business.
Click to expand...
Click to collapse
thank you so much. that is much appreciated. hope if anyone else encounters this type of problem this will be able to help them.
tomal said:
You must not duplicate the post in different forum for the same topic.
Anyway, do it as follow:
1. Connect your device to the PC once it is booted into twrp recovery
2. Copy your Lollipop recovery to the device over adb: adb push recovery.img /external_sd/recovery.img
3. Run: adb shell
4. Run in shell: dd if=/external_sd/recovery.img of=/dev/block/mmcblk0p44
5. Run in shell: reboot
If the device reboots into stock recovery, press and hold vol up + vol down + power until the display goes black. Release the vol up button immediately (while still holding other buttons). Device will reboot into fastboot. Select reboot from the menu.
Hope you are back to business.
Click to expand...
Click to collapse
By any chance would you happen to know why the twrp shows black screen? it is still functionnal, would it be because of incompatibility with lollipop? and any way to fix it?
PS: it worked fine on kitkat.
Vivacity said:
By any chance would you happen to know why the twrp shows black screen? it is still functionnal, would it be because of incompatibility with lollipop? and any way to fix it?
PS: it worked fine on kitkat.
Click to expand...
Click to collapse
It goes in sleeping mode, you can disable this in settings=> screen=> enable/disable screen timeout (all in twrp)
---------- Post added at 03:22 PM ---------- Previous post was at 03:09 PM ----------
tomal said:
You must not duplicate the post in different forum for the same topic.
Anyway, do it as follow:
1. Connect your device to the PC once it is booted into twrp recovery
2. Copy your Lollipop recovery to the device over adb: adb push recovery.img /external_sd/recovery.img
3. Run: adb shell
4. Run in shell: dd if=/external_sd/recovery.img of=/dev/block/mmcblk0p44
5. Run in shell: reboot
If the device reboots into stock recovery, press and hold vol up + vol down + power until the display goes black. Release the vol up button immediately (while still holding other buttons). Device will reboot into fastboot. Select reboot from the menu.
Hope you are back to business.
Click to expand...
Click to collapse
What can I do when (for step 2) I do not have a recovery? Can I use one not coming from this Phone?
I did encounter the same "reboot to recovery bug" but I got it from updating the SU Binary.
Hope you can help me.
Hi guys, same problem here, with twrp apparently functioning but nothing displays on screen. Also, impossible to boot the device properly.
Tried the whole adb procedure mentioned above, did nothing as far as I can tell. Trying to reboot from fastboot leads to the HTC green boot logo, but no further... What should I try now ? Is it possible to inject a stock rom from HTC and where can I get it ?
Thanks in advance for your help.
thank you this helped me too
moonwise said:
Hi guys, same problem here, with twrp apparently functioning but nothing displays on screen. Also, impossible to boot the device properly.
Tried the whole adb procedure mentioned above, did nothing as far as I can tell. Trying to reboot from fastboot leads to the HTC green boot logo, but no further... What should I try now ? Is it possible to inject a stock rom from HTC and where can I get it ?
Thanks in advance for your help.
Click to expand...
Click to collapse
Same here! Please help!

Z3 Won't start or enter recovery

Guys,
I need help. I'm struggling for the last 3 days trying to revive my phone with no sucess. :crying::crying::crying:
I managed to put a custom rom sucessfully, but i had to make a restore on recovery mode.
During the restore process some error ocurred, something like "something not mounted", i did'nt have the ROM to flash anymore. For no reason i decied do reboot the phone.
Now i can't enter recovery anymore and the phone is froze on the "Sony Xperia" on the begginig.
Since start i'm having difficulty with the Z3 driver for Windows 10. To enter recovery mode i tryed to adb reboot recover but my adb doesn't work.
It's strange..
if i type fastboot devices it's show.
if i type adb devices it's show's "no emulators/xxx found".
I need help, don't know what to do anymore.
TLDR:
- Frozen at "Sony Xperia"
- Recovery don't enter pressing Volume Down/UP
- adb devices doesnt' work.
- fastboot devices work
Thank you!
pedroveber said:
Guys,
I need help. I'm struggling for the last 3 days trying to revive my phone with no sucess. :crying::crying::crying:
I managed to put a custom rom sucessfully, but i had to make a restore on recovery mode.
During the restore process some error ocurred, something like "something not mounted", i did'nt have the ROM to flash anymore. For no reason i decied do reboot the phone.
Now i can't enter recovery anymore and the phone is froze on the "Sony Xperia" on the begginig.
Since start i'm having difficulty with the Z3 driver for Windows 10. To enter recovery mode i tryed to adb reboot recover but my adb doesn't work.
It's strange..
if i type fastboot devices it's show.
if i type adb devices it's show's "no emulators/xxx found".
I need help, don't know what to do anymore.
TLDR:
- Frozen at "Sony Xperia"
- Recovery don't enter pressing Volume Down/UP
- adb devices doesnt' work.
- fastboot devices work
Thank you!
Click to expand...
Click to collapse
You have some choices to restor stock rom:
1) Try Xperia compagnon fron Sony ==> Software repair (not shure about the label in english version)
2) Use flashtool (google for it) and a rom (*.ftf) of your choice.
When you are back to stock, then you can install a custom rom again
HTH
Norbert
Hey,
Sounds like a corrupted system, not too sure what happened with the recovery though.
Try this out:
1. You need the phone driver and the fastboot & ADB driver. You can get the Sony phone drivers from the Xperia PC Companion. You can get fastboot & adb drivers almost anywhere, just google for them or scroll a bit through xda.
2. Unlock your bootloader if you haven't done so already here.
3. boot into fastboot mode by completely powering off the phone then holding "power+volume up" and waiting until a blue LED appears in the top left.
4. Find a custom recovery, rename it to recovery.img, navigate to the folder that contains it in CMD (i.e. cd C:\Users\USERNAME\Downloads\Android) and type "Fastboot flash recovery recovery.img"
5.You should now be able to boot into recovery again. All that's left is find a ROM of your liking, push it to the phone in ADB and install it.
Hope this helps!
Samyam25

Honor 6x keeps booting to bootloader.(bootloop) HELP PLease

1. Installed adb and fastboot driver using the 15 seconds ADB Installer v1.4.3
2. I unlocked bootloader using dc-unlocker2client.
3. I followed and flashed twrp following this youtube video which was very clear and I followed it throughly.
4. I rebooted it from the powershell and the phone booted into the stock rom without going to twrp.
5. So I restarted it by pressing the power buttona and volume up button and released when i saw the bluescreen the device booted into emui recovery so i cancelled it and shutdown the device.
6. I tried entering into twrp by using fastboot through powershell the phone was detected when I typed the comand fastboot devices, so I tried to get into recovery using the fastboot reboot recovery.
7. The phone said
" your device has been unlocked and can't be trusted.
To learn more visit:
Your device is booting now..."
8.Now all i can do is reboot by pressing and holding power button and getting it into quickboot by pressing power button and volume button.
Kindly help me fix this.

Categories

Resources