[RECOVERY][XU] TWRP 2.7.0.0 touch recovery [2014-03-19]

Search This thread

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
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 about features included in this ROM
* 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.
*/

KL32bPn.png
lsmud9t.png
acYOCr3.png


Introduction:

Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's a fully touch driven user interface , no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Key Features:

Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage


Installation:

since our device developers are constantly trying to fix bugs, they are always changing something in init.*.rc files for testing. For this reason I can't post a regular boot.img file because it won't work. For now, I've created a script that will take all init.*.rc files from current rom's boot.img and then compile new boot.img with TWRP inside it.

Note : For Rooted & Unlocked Bootloader Only
Note : For 4.4 ROM (should work on older version of android upto 4.1). I only tested with CM11. So please provide feedback

1) Download the latest zip file.
2) Extract it in a folder and place your current rom's boot.img inside that folder. (it must be named boot.img)
3) For latest ramdisk, download it and replace the old initrd.gz with it.
4) Connect your phone with PC. (adb must be working)
5) Open your command line and cd to that folder
6) For linux users, type
Code:
chmod 755 run_me.sh
./run_me.sh

For windows users, type
Code:
run_me.bat

new boot.img file will be created in the current directory named new_boot.img. Power off your phone and flash the boot image.
Code:
fastboot flash boot new_boot.img

7) If you want flashable zips after creating boot image, use this zip http://xdaforums.com/showpost.php?p=51580620&postcount=85

Theming:

Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers

To ROM makers

if you include it in your ROM, please give proper credits cause I've spent almost a month trying to port this.Thanks.

Download

recovery_install_19_03_2014.zip - 6.42 MB

Source

TWRP source -> https://github.com/omnirom/android_bootable_recovery

device tree -> https://github.com/Agontuk/android_device_sony_kumquat

Credits

all teamwin members, especially @Dees_Troy for giving me constant advice
@munjeni for his support and answering all my questions :)
 

Attachments

  • recovery_install.zip
    4.5 MB · Views: 7,057
  • initrd.gz
    3.3 MB · Views: 1,912
Last edited:

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
Changelog 14/03/2014
  • booted :)
  • full touch working
  • adb working
  • usb mass storage working
  • custom led for booting
  • fixed show battery capacity & charging status (+ icon next to percentage)
  • reboot to bootloader working (from twrp menu)

Changelog 15/03/2014
  • fixed reboot to recovery (from twrp menu)

Changelog 17/03/2014
  • added led support to indicate battery status
  • added brightness slider (under settings => screen in twrp)

Changelog 19/03/2014
  • reboot to recovery from ROM is fixed
  • reboot to bootloader from ROM is fixed
 
Last edited:

Me‎

Senior Member
Sep 1, 2012
963
284
Successful installation on MoKee rom.
Appears to work well, don't really have anything to test..
 

evildev

Senior Member
Jul 23, 2013
348
392
Thank you very much for your effort. Although I'm not using CM11 ATM, I'm pleased to see that TWRP is being developed for XU.

Will it be possible to somehow adapt it to ICS or GB? I'm not asking you to do so, just asking if it is remotely possible :)
 

Dhiraj

Senior Member
Dec 28, 2010
2,596
341
Thanks . It works .

Sent from my Xperia U using XDA Premium 4 mobile app
 

DivyaMamgai

Senior Member
Oct 5, 2012
282
163
Vadodara
@NoobCoder : TWRP is working to some extent with CM10 (LE) but the only issue is the USB Mass Storage mode, somehow it is not getting recognized by my PC?! I'm also having the exact same issue when porting the latest CM11 CWM recovery to older Kernels! Here's the logcat, hope you can find what's wrong? -
 

Attachments

  • logcat.txt
    407.9 KB · Views: 15

PuiuMarius2000

Senior Member
Jul 21, 2013
301
157
Bucharest
Thanks.Can mount sdcard in recovery.:)
Only one bug: can't reboot in recovery.
ROM : CM11 2014/03/11
Kernel : 3.0.101 2014/03/11

Sent from XU powered by KitKat.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 47
    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 about features included in this ROM
    * 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.
    */

    KL32bPn.png
    lsmud9t.png
    acYOCr3.png


    Introduction:

    Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's a fully touch driven user interface , no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    Key Features:

    Touchscreen driven with real buttons and drag-to-scroll
    XML-based GUI that allows full customization of the layout true theming!
    Settings are saved to the sdcard and persist through reboots
    Ability to choose which partitions to back up and which to restore
    Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
    Onscreen keyboard
    Decryption of /data
    Easy selection of internal/external storage


    Installation:

    since our device developers are constantly trying to fix bugs, they are always changing something in init.*.rc files for testing. For this reason I can't post a regular boot.img file because it won't work. For now, I've created a script that will take all init.*.rc files from current rom's boot.img and then compile new boot.img with TWRP inside it.

    Note : For Rooted & Unlocked Bootloader Only
    Note : For 4.4 ROM (should work on older version of android upto 4.1). I only tested with CM11. So please provide feedback

    1) Download the latest zip file.
    2) Extract it in a folder and place your current rom's boot.img inside that folder. (it must be named boot.img)
    3) For latest ramdisk, download it and replace the old initrd.gz with it.
    4) Connect your phone with PC. (adb must be working)
    5) Open your command line and cd to that folder
    6) For linux users, type
    Code:
    chmod 755 run_me.sh
    ./run_me.sh

    For windows users, type
    Code:
    run_me.bat

    new boot.img file will be created in the current directory named new_boot.img. Power off your phone and flash the boot image.
    Code:
    fastboot flash boot new_boot.img

    7) If you want flashable zips after creating boot image, use this zip http://xdaforums.com/showpost.php?p=51580620&postcount=85

    Theming:

    Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers

    To ROM makers

    if you include it in your ROM, please give proper credits cause I've spent almost a month trying to port this.Thanks.

    Download

    recovery_install_19_03_2014.zip - 6.42 MB

    Source

    TWRP source -> https://github.com/omnirom/android_bootable_recovery

    device tree -> https://github.com/Agontuk/android_device_sony_kumquat

    Credits

    all teamwin members, especially @Dees_Troy for giving me constant advice
    @munjeni for his support and answering all my questions :)
    14
    Changelog 14/03/2014
    • booted :)
    • full touch working
    • adb working
    • usb mass storage working
    • custom led for booting
    • fixed show battery capacity & charging status (+ icon next to percentage)
    • reboot to bootloader working (from twrp menu)

    Changelog 15/03/2014
    • fixed reboot to recovery (from twrp menu)

    Changelog 17/03/2014
    • added led support to indicate battery status
    • added brightness slider (under settings => screen in twrp)

    Changelog 19/03/2014
    • reboot to recovery from ROM is fixed
    • reboot to bootloader from ROM is fixed
    11
    New Version Released.

    Changelog 19/03/2014
    • reboot to recovery from ROM is fixed
    • reboot to bootloader from ROM is fixed

    please confirm me.
    download the latest zip from OP. happy flashing :)
    8
    F.A.Q

    1) Are CWM backups compatible with TWRP ?
    Ans: CWM backups are not compatible - please make a fresh backup in TWRP as soon as you have flashed it.
    6
    New Version Released. Check OP

    Changelog 17/03/2014
    • added led support to indicate battery status
    • added brightness slider (under settings => screen in twrp)

    source is now available.