• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[togari] TWRP Recovery

Saatvik Shukla

Inactive Recognized Contributor
Aug 30, 2013
891
2,364
0
Bangalore
www.saatvikshukla.com

TWRP Recovery

Code:
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */

Download : AndroidFIleHost Folder
Sources : Github


for new bootloader | Separate recovery partiton
Code:
fastboot flash recovery recovery.img
for Old bootloader | Fotakernel
Code:
fastboot flash FOTAKernel recovery.img
---------

Thanks to @ApertureAndroid for testing on the new bootloader
Thanks to @Dees_Troy for twrp
Thanks to Sony AOSP for basic device trees

XDA:DevDB Information
TWRP, ROM for the Sony Xperia Z Ultra

Contributors
Saatvik Shukla
ROM OS Version: Lollipop
ROM Firmware Required: Unlocked bootloader

Version Information
Status: Testing

Created 2015-09-09
Last Updated 2015-09-09
 

jimmkind

Senior Member
Jun 20, 2010
122
39
0
Stockholm
Just flashed this via fastboot. I have new bootloader and running cm12.1 nightlies, but now boots into cyanogen recovery. i used last official release from twrp Before? Must i be on omni for this to work?
 

ApertureAndroid

Senior Member
Sep 22, 2013
245
142
43
Claremont
Just flashed this via fastboot. I have new bootloader and running cm12.1 nightlies, but now boots into cyanogen recovery. i used last official release from twrp Before? Must i be on omni for this to work?
http://developer.sonymobile.com/201...for-a-range-of-unlocked-xperia-devices-video/

Enter recovery mode using the following steps:
Turn your device off.
At the same time, press the Power button and Volume down until your device vibrates.
Quickly release the Power button, but keep pressing Volume down.
When you see the screen shown in the image below TWRP, release Volume down. You have now successfully entered recovery mode.
 

Obi-Wan

Member
Mar 25, 2007
49
13
0
Turin
I have cm12.1 nightly and old bootloader. I tried to flash with both commands but still no changes. It remains with cyanogen recovery

Inviato dal mio Xperia Z Ultra utilizzando Tapatalk
 

brumie

Senior Member
Jun 27, 2003
133
37
0
www.vipixel.com
Doesn't boot up to recovery,
pressing VOL Up or DOWN
please help how to start recovery?

this method also doesn't boot to recovery "adb reboot recovery"

every time i did this, it's always clear cache partition:
Code:
❯ fastboot flash recovery twrp-2.8.7.0-togari.img                    [20:37:02]
sending 'recovery' (14018 KB)...
OKAY [  0.774s]
writing 'recovery'...
OKAY [  0.948s]
finished. total time: 1.722s
 
Last edited:

Saatvik Shukla

Inactive Recognized Contributor
Aug 30, 2013
891
2,364
0
Bangalore
www.saatvikshukla.com
Doesn't boot up to recovery,
pressing VOL Up or DOWN
please help how to start recovery?

this method also doesn't boot to recovery "adb reboot recovery"

every time i did this, it's always clear cache partition:
Code:
❯ fastboot flash recovery twrp-2.8.7.0-togari.img                    [20:37:02]
sending 'recovery' (14018 KB)...
OKAY [  0.774s]
writing 'recovery'...
OKAY [  0.948s]
finished. total time: 1.722s
http://forum.xda-developers.com/showpost.php?p=62748557&postcount=6
 

Hermann1222

Member
Jul 27, 2013
14
0
0
It won´t work for me.
I have the latest TA update + fastboot flash recovery recovery.img.

The following steps to boot into recovery doesn´t work, the screen stays black and nothing is happening.

Now recovery mode is enabled and you can flash a custom recovery image to your device. After doing so, you can enter recovery mode using the following steps:

-Turn your device off.
-At the same time, press the Power button and Volume down until your device vibrates.
-Quickly release the Power button, but keep pressing Volume down.
-When you see the screen shown in the image below, release Volume down. You have now successfully entered recovery mode.
Xperia Z Ultra C6833 with release CM 11 M12.

Any ideas?



EDIT:
After installing the latest Resurrection Remix rom i can boot directly into TWRP (with restart menu)... i don´t know why it works but i´m happy.
 
Last edited:

pbgapski

Senior Member
Jun 30, 2014
115
39
28
Tried Rashr, tried fastboot flash FOTAKernel recovery.img and still doesnt work (CWM boots)
Sent using C6833 - AICP/GreatDevs
For the record, while installing 2.8.5 I first tried on-device methods: dd and rashr, but always ended up on cm recovery. fastboot flash fotakernel did not work as well. What did work for me was fastboot flash recovery. YMMV.
 

alia5

Senior Member
Apr 24, 2011
208
271
0
Regensburg
Something with the "new" bootloader and twrp doesn't seem right.
TWRP 2.8.5.0 falshed via fastboot flash recovery works fine.
TWRP 2.8.7.0 (this version) doesn't on some Kernels/ROMS
However it works fine with Saatvik's BlackSheep-Kernel

Also i cant go to recovery the method sony described, despite having flashed the "TA-Update"
Anybody got it?

I wonder why that is...