[Recovery][OFFICIAL][UBL] TWRP 3.4.0 Touch Recovery for Xperia T/TX/V

AdrianDC

Recognized Developer
Dec 22, 2009
2,187
12,865
0
Île-de-France
adriandc.comeze.com


TWRP 3.4.0 - Based upon Android 7.1 :
* Whole new TWRP 3 interface
* Flashable to FOTA for permanent recovery
* Bootable recovery image if required



OFFICIAL DOWNLOADS FOR XPERIA BLUE :
https://twrp.me/sony/sonyxperiat.html
https://twrp.me/sony/sonyxperiatx.html
https://twrp.me/sony/sonyxperiav.html
twrp-3.x.x-x-x.img : Official TWRP image
How to install : All informations available on TWRP.me




DEVELOPMENT DOWNLOADS FOR MINT (Xperia T) :
https://mega.nz/#F!3t0yyCia!HjUIl4o_TnOSWZzq3uWV1g
twrp-3.x.x-x-fota-mint.zip : Flashable TWRP 3 to FOTA installer
twrp-3.x.x-x-boot-mint.img : Fastboot bootable TWRP 3 image
twrp-3.x.x-x-secondary-multirom-mint.zip : As secondary MultiROM(optional)
cleaner-fota-mint.zip : Flashable FOTA formatter (optional)



DEVELOPMENT DOWNLOADS FOR HAYABUSA (Xperia TX) :
https://mega.nz/#F!egUHyCKQ!W-DNbBzdz1_OEatVQuuk0A
twrp-3.x.x-x-fota-hayabusa.zip : Flashable TWRP 3 to FOTA installer
twrp-3.x.x-x-boot-hayabusa.img : Fastboot bootable TWRP 3 image
twrp-3.x.x-x-secondary-multirom-hayabusa.zip : As secondary MultiROM (optional)
cleaner-fota-hayabusa.zip : Flashable FOTA formatter (optional)



DEVELOPMENT DOWNLOADS FOR TSUBASA (Xperia V) :
https://mega.nz/#F!71EGkRpY!B3PQP3GjL8H-AMeR-XfwFw
twrp-3.x.x-x-fota-tsubasa.zip : Flashable TWRP 3 to FOTA installer
twrp-3.x.x-x-boot-tsubasa.img : Fastboot bootable TWRP 3 image
twrp-3.x.x-x-secondary-multirom-tsubasa.zip : As secondary MultiROM (optional)
cleaner-fota-tsubasa.zip : Flashable FOTA formatter (optional)




HOW TO INSTALL EASILY TO FOTA :
Installing to FOTA will make it "permanent" and kept with ROM flashes
* (Optional) : Download the TWRP bootimage and flash it to boot
fastboot flash boot twrpfilename.img

* Boot to recovery : Enter the Recovery as usual
* Flash to FOTA : Install the TWRP FOTA zip
* (Optional) : Flash the ROM you want




HOW TO INSTALL MANUALLY TO FOTA :
* Bootimage : Download the TWRP bootimage you want to flash
* File storage : Adapt the path and push the file to the device this way :
Code:
adb root
adb wait-for-device
adb push FullPathToTheRecovery.img /tmp/twrp.img
* Flash : Extract the TWRP image to the FOTA partition
Code:
adb shell dd if=/tmp/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
* Reboot to recovery : adb reboot recovery




ABOUT THE USERDATA UNIFICATION :
Due to the unification, you will see 3 partitions in Mount.
* Data is the "UserData" partition, used for apps and user settings
* Internal storage is a portion of the "UserData" partition, used for medias
* Legacy SDCard is the old "Internal Storage", to support and access old ROMs



INFORMATIONS ABOUT TWRP 3 :
* Installation : Only flash the zip with a working TWRP or CyanogenRecovery
* Known issues : No major issue remaining, but sources open to improvements
* Usage : Built for Marshmallow, works for Lollipop based ROMs too
* More here : http://www.xda-developers.com/twrp-3-0-0-has-arrived/



ADDITIONAL LINKS :
* Easy ADB and Fastboot for unexperienced users :
http://forum.xda-developers.com/showthread.php?p=48915118



Thanks to the TWRP Team


Current local manifest of the TWRP build
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://github.com/AdrianDC/twrp_development_sony -->
 
Last edited:

Younes_vd

Senior Member
Jul 4, 2016
100
9
0
23
Hi guys. have downloaded the twrp3 Tsubasa for my xv device. Now I want to install them.my android version is 4.3 JB with 9.2.A.2.5 built number.
Can you plz explain the installation step by step, or a video tutorial.???
it's my first time I don't know what to do at all.
I really need help.
And by the way how can I reboot into twrp3 recovery after the installation finished? Tnx

By the way my device doesn't reboot into recovery cwm or twrp. I don't know the reason.
Reply sooner please
 
Last edited:

Younes_vd

Senior Member
Jul 4, 2016
100
9
0
23

MESA

Senior Member
Jun 13, 2012
1,074
860
0
i have already unlocked my bootloader .so you read and see what i have asked for

---------- Post added at 06:35 AM ---------- Previous post was at 06:33 AM ----------

im askimg if it is possible to install twrp3 on xv with 4.3 jb android .
Download the .img file from OP and flash it with Flashtool(fastboot). its meant to use on MM or LP if you consider using it. :)
 

Younes_vd

Senior Member
Jul 4, 2016
100
9
0
23
Download the .img file from OP and flash it with Flashtool(fastboot). its meant to use on MM or LP if you consider using it. :)
ok thank you

---------- Post added at 07:10 AM ---------- Previous post was at 06:42 AM ----------

Download the .img file from OP and flash it with Flashtool(fastboot). its meant to use on MM or LP if you consider using it. :)
hey are you there i installeed a twrp recovery now when i turn on my phone it directly goes into twrp. how shoud i reboot into system ???
in twrp i press reboot into system but again it goes into recovery menu .whats wromg?

---------- Post added at 07:29 AM ---------- Previous post was at 07:10 AM ----------

i cant boot into system help me plz.
i have a custom rom 5.5.9 in my sdcard if i install that via twrp, will my phone load up into system insteead twrp or not .
im waiting
 

Defier525

Senior Member
Aug 26, 2012
70
26
0
I tried rebuilding the Recovery for the Xperia V on a Debian8 system using the minimal omni build tree from here and the local_manifest posted by Adrian DC in the OP.

When trying to make the bootimage target, I run into the following build error:

Code:
Install: /home/defier/twrp-test/twrp/out/target/product/tsubasa/root/init
Target ram disk: /home/defier/twrp-test/twrp/out/target/product/tsubasa/ramdisk.img
/bin/bash: / 2048 * (2048+64): syntax error: operand expected (error token is "/ 2048 * (2048+64)")
Target boot image: /home/defier/twrp-test/twrp/out/target/product/tsubasa/boot.img
/bin/bash: (((21626880 / 100) - 1) / img_blocksize + 1) * img_blocksize: division by 0 (error token is "img_blocksize + 1) * img_blocksize")
build/core/Makefile:580: recipe for target '/home/defier/twrp-test/twrp/out/target/product/tsubasa/boot.img' failed
make: *** [/home/defier/twrp-test/twrp/out/target/product/tsubasa/boot.img] Error 1
make: *** Deleting file '/home/defier/twrp-test/twrp/out/target/product/tsubasa/boot.img'

#### make failed to build some targets (02:32 (mm:ss)) ####
I tried removing squashfstools, replacing them with a newer version and other things, but the issue still persists. Can someone help me, please?