[RECOVERY] TWRP touch recovery

Search This thread

Flyhalf205

Inactive Recognized Developer / Contributor
Oct 21, 2010
5,639
8,045
Birmingham, AL
flyhalf205.com
Re: [RECOVERY][3/16/2013]TWRP v2.4.4.0 [HTC Dumlock for S-ON]

How did you manage to boot CWM but not in TWRP? I don't understand why it doesn't work at all. By the way can I see what's the last_kmesg when you boot it?

I used the stock kernel for cwm but it doesn't work with twrp for some odd reason. Same thing on the HTC DNA when I tried building.

Sent from my ADR6425LVW using Tapatalk 2
 

Riyal

Senior Member
Dec 16, 2011
3,038
1,770
Iloilo City
Ok I'll help you on this once I get my device. I once build twrp and encountered this problem also and managed to fix it by modifying the build flags upon building it.
 

Flyhalf205

Inactive Recognized Developer / Contributor
Oct 21, 2010
5,639
8,045
Birmingham, AL
flyhalf205.com
Re: [RECOVERY][3/16/2013]TWRP v2.4.4.0 [HTC Dumlock for S-ON]

Do you know what build flag it.might be off top of your head. I've built twrp for devices so I know hoe to. Just these two give me problems.

Sent from my ADR6425LVW using Tapatalk 2
 

S2kT68m

Senior Member
Feb 3, 2009
436
233
AW: [RECOVERY][3/16/2013]TWRP v2.4.4.0 [HTC Dumlock for S-ON]

I somehow got TWRP to boot with stock kernel on the DNA :) So I will be pushing out a test build for m7 later.

Will this one boot? http://goo.im/devs/Flyhalf205/M7/Recovery/recovery-twrp-2.4.4.0-m7.img

Great work! Take a look at attached pictures...

after booting into recovery, it looks double and purple. After wait a while, the Recovery turned off the screen. Pressing power button and it looks normal :)

Sent from my HTC One X using xda premium
 

Attachments

  • uploadfromtaptalk1364924277411.jpg
    uploadfromtaptalk1364924277411.jpg
    108.7 KB · Views: 979
  • uploadfromtaptalk1364924290448.jpg
    uploadfromtaptalk1364924290448.jpg
    126.7 KB · Views: 964
  • uploadfromtaptalk1364924302217.jpg
    uploadfromtaptalk1364924302217.jpg
    113.3 KB · Views: 942
  • uploadfromtaptalk1364924318612.jpg
    uploadfromtaptalk1364924318612.jpg
    138.8 KB · Views: 921
Last edited:

Flyhalf205

Inactive Recognized Developer / Contributor
Oct 21, 2010
5,639
8,045
Birmingham, AL
flyhalf205.com
Great work! Take a look at attached pictures...

after booting into recovery, it looks double and purple. After wait a while, the Recovery turned off the screen. Pressing power button and it looks normal :)

Sent from my HTC One X using xda premium

At least it booted :highfive::victory:

TWRP works!!

You will need to download a theme. to fill up the space. Link in OP... Or I can cook a theme into it automatically. Your choice?
 
Last edited:

S2kT68m

Senior Member
Feb 3, 2009
436
233
I tried a theme from the Droid DNA, but somehow it does not work

I created a folder on sd card: TWRP/theme/ui.zip

In TWRP i reloaded the theme but it will not work, still 720p screen.

My choice would be if you do a theme cook in? That would be very helpful.

Thanks
 

Flyhalf205

Inactive Recognized Developer / Contributor
Oct 21, 2010
5,639
8,045
Birmingham, AL
flyhalf205.com
I tried a theme from the Droid DNA, but somehow it does not work

I created a folder on sd card: TWRP/theme/ui.zip

In TWRP i reloaded the theme but it will not work, still 720p screen.

My choice would be if you do a theme cook in? That would be very helpful.

Thanks

Could you test maybe a backup please? I'll get one pre loaded. Do you have a theme you like from the DNA thread?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 260
    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its 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.



    CHANGELOG for 3.0.0-0:

    -Completely new theme - Much more modern and much nicer looking (by z31s1g)
    -True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
    -Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
    -Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
    -Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
    -Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
    -SuperSU prompt will no longer display if a Marshmallow ROM is installed
    -Update exfat, exfat fuse, dosfstools (by mdmower)
    -Update AOSP base to 6.0
    -A huge laundry list of other minor fixes and tweaks

    Downloads:
    Universal for all HTC One M7 Variants!

    Official - https://dl.twrp.me/m7univ/

    MdMowers - http://android.cmphys.com/twrp-m7/
    28
    Hi,
    Can I ask what's the best way to reset permissions of backups using version 2.6?

    I tried this command on my 4.1.2 stock rom:
    adb shell chmod -R 777 /data/media/TWRP

    but received this: "Operation not permitted"

    Root explorer won't do it either.

    Thanks.
    Do you have ROOT? I think that on stock rom without root you can't execute this command.
    If you have root, then try to execute:
    Code:
    adb shell
    Code:
    su
    for 4.1.2 rom:
    Code:
    chmod -R 777 /data/media/TWRP
    or for 4.2.2 rom:
    Code:
    chmod -R 777 /data/media/0/TWRP
    Code:
    exit
    Code:
    exit
    25
    Here the flashable zip of twrp2.6.3.4.
    22
    New TWRP 2.6.3.0 is out. I attached a flashable zip.

    What's new in 2.6.3.0:


    • Proper backup and restore of SELinux contexts (thanks to Tassadar)
    • Pull in some ROM information for backup name generation
    • Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
    • Add 1200x1920 theme (thanks to Tassadar)
    • A few other fixes and tweaks
    source