[RECOVERY][XGO] TWRP 2.7.0.0 touch recovery [2014-03-21]

Search This thread

wan5xp

Senior Member
Jun 9, 2013
217
331
OK, test version uploaded. Pls check if

1) reboot to recovery from twrp is working or not
2) reboot to recovery/bootloader from rom is working or not
3) usb mass storage is working or not
4) battery led is working or not

link: http://d-h.st/1i9

1. reboot to recovery from twrp did not work
2. reboot from recovery didnt work on my rom, but reboot to bootloader work, both from rom and twrp
3. working:)
4. working:)
 

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
1. reboot to recovery from twrp did not work
2. reboot from recovery didnt work on my rom, but reboot to bootloader work, both from rom and twrp
3. working:)
4. working:)

okay great :). Which storage is mounted in usb mode? Internal or external ? And please give me a recovery.log after mounting.
 
Last edited:

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
New Version Released

Changelog 21/03/2014
  • reboot to recovery/bootloader from twrp fixed
  • reboot to recovery/bootloader from rom fixed
  • mount usb mass storage should work now
  • added battery led

download the latest zip from OP. pls try and confirm :)
 
Last edited:
  • Like
Reactions: Jean-DrEaD

wan5xp

Senior Member
Jun 9, 2013
217
331
New Version Released

Changelog 21/03/2014
  • reboot to recovery/bootloader from twrp fixed
  • reboot to recovery/bootloader from rom fixed
  • mount usb mass storage should work now
  • added battery led

download the latest zip from OP. pls try and confirm :)

reboot to recovery from rom and twrp working
mount usb mass storage with internal storage working
battery led not working, last version have the battery led working
external_sd is not mounted in recovery

EDIT: forgot one more, battery percentage not working
 
Last edited:

AGONTUK

Senior Member
Feb 22, 2013
624
2,630
Dhaka
reboot to recovery from rom and twrp working
mount usb mass storage with internal storage working
battery led not working, last version have the battery led working
external_sd is not mounted in recovery

EDIT: forgot one more, battery percentage not working

OK, wlll look at it. About external_sd, mounting both storage is not working, so I removed that. I'll try to see what's causing this problem :)
For now you have to use internal storage
EDIT: give me a recovery.log please
 
Last edited:

wan5xp

Senior Member
Jun 9, 2013
217
331
OK, wlll look at it. About external_sd, mounting both storage is not working, so I removed that. I'll try to see what's causing this problem :)
For now you have to use internal storage
EDIT: give me a recovery.log please

sorry i'm late. recovery.log is attached
 

Attachments

  • recovery.log.txt
    10.2 KB · Views: 12
  • Like
Reactions: AGONTUK

Gruftler

Senior Member
Jun 16, 2014
53
6
THX

Thx for working TWRP, i used it on my current rom (STE CM11 for Xperia go) and it worked:victory:
 
Last edited:

btisserand

Member
Aug 10, 2011
30
9
As far as I remember, you could select only kernel to be flashed or extracted from ftf. My Flashtool is dead at this time but I will try to double check. But I had a kernel.sin file coming from Sony files.
 

btisserand

Member
Aug 10, 2011
30
9
For information, using boot.img of "Custom boot image for 6.2.A.0.400 + CWM Touch v5.5.0.4 stable" from munjeni
is not working.
 
  • Like
Reactions: dimadjs

wickedin

New member
Apr 30, 2017
2
0
Re-Up?

Can someone pls re-up the lastest version?
The file seems to be not available any longer
 

Arunraj90

Member
Jun 16, 2015
19
0
Palakkad
recovery

hi all . i am in a big toublr now, i have somehow rooted and installed cwm recovery. first itwas working good . Can install all rom . but after installing cwm v5.5.0.4 rc.14 from mujini i canr install other rom rather than the rom came along with that rcovery . all rom gives status 7 error . tried editing script not helping . also tried to change the recovery that too showing error. cant go in to fastboot. files are installed . somebody please help
 

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    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 (may work on older version of android. I don't own Xperia Go so didn't test it. 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) Connect your phone with PC. (adb must be working)
    4) Open your command line and cd to that folder
    5) 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

    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

    latest zip => recovery_install_20140321.zip - 6.39 MB
    latest ramdisk => View attachment initrd.gz

    Source

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

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

    Credits

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

    Changelog
    • all should work fine now except external storage mounting

    Download the latest ramdisk and zip.
    3
    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.
    2
    Changelog 15/03/2014
    • booting :)
    • full touch working
    • adb working
    • usb mass storage not working
    • fix path for battery percentage and charging status

    Changelog 21/03/2014
    • reboot to recovery/bootloader from twrp fixed
    • reboot to recovery/bootloader from rom fixed
    • mount usb mass storage should work now
    • added battery led (not working)

    Changelog 24/03/2014
    • all should work fine now except external storage mounting
    2
    Adb does work. Do you need me to get anything from adb?
    Check this http://xdaforums.com/showpost.php?p=51138429&postcount=9 to provide log. Also recovery.log too