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

Search This thread

AdrianDC

Recognized Developer
Dec 22, 2009
2,206
12,973
Île-de-France
adriandc.github.io
TWRP-Feature-Image-810x298_c.png


TWRP 3.5.0 - Based upon Android 6.0 :
* 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
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
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
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 /path/to/recovery.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://xdaforums.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
26
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
26
Some body answer please.
My android version is 4.3 JB can i install this twrp3 on my device????
 

Younes_vd

Senior Member
Jul 4, 2016
100
9
26

MESA

Senior Member
Jun 13, 2012
1,087
865
Xiaomi Poco X3 NFC
Xiaomi Poco X3 Pro
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
26
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
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?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 35
    TWRP-Feature-Image-810x298_c.png


    TWRP 3.5.0 - Based upon Android 6.0 :
    * 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
    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
    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
    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 /path/to/recovery.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://xdaforums.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 -->
    5
    Official and own helpers TWRP 3.1.0 released.

    Details : https://twrp.me/site/update/2017/03/10/twrp-3.1.0-0-released.html
    4
    New releases for all 3 devices, stable & considered fully ready.

    TWRP (and MultiROM TWRP) upgraded, like CyanogenRecovery, for proper performance and heat control.
    4
    All three devices are now considered working fine with TWRP 3.0.2
    so I invite you to test it all on your own device.

    Bootimage is fully bootable and usable.
    FOTA fully working too, if your current ROM doesn't support it,
    know CM13 new releases will soon.
    4
    Info : Links updated to match TWRP new website URLs