[togari] TWRP Recovery

Search This thread

TimeTurn

Senior Member
Dec 5, 2010
282
50
Berlin
Works great so far, but it does not safe it's settings. (Brightness, Time Zone etc everything at default on starting the recovery). Is a new version in pipeline that fixes that? Thanks

Edit : works now, only display brightness is not adjustable.
 
Last edited:

Hermann1222

Member
Jul 27, 2013
14
0
Works great so far, but it does not safe it's settings. (Brightness, Time Zone etc everything at default on starting the recovery). Is a new version in pipeline that fixes that? Thanks

Edit : works now, only display brightness is not adjustable.

For me it´s completely random. One time settings survive a reboot the other time not.

TWRP also won´t work with the android 5 encryption. I type the correct password but TWRP shows the wrong password error.
 

TimeTurn

Senior Member
Dec 5, 2010
282
50
Berlin
I'm glad I have a recovery installed that survives flashing ROMs like CyanogenMod that come with crippled recovery or even without one. Saved my ass more than once especially with CyanogenMod ?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    121f722c3506f8851da6ead3e9d9f666.png

    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
    3
    D
    Deleted member 5450625
    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.
    1
    Tried this recovery with GreatDevs kernel (flashed over AICP kernel) and it still boots to CWM not TWRP.

    I had a similar issue when installing twrp 2.8.5. The only method that worked for me was fastboot. However I successfully upgraded to 2.8.7 using rashr.
    1
    @Saatvik Shukla Hi. Can you buid the latest TWRP with MultiROM support?