[UnORom][RECOVERY]Latest TWRP v2.7.0.0 [07 May]

Search This thread

nickdollahz

Senior Member
Jun 13, 2008
206
164
Glastonbury
Aroma for the Note 8 always worked but the touch drivers alignment were off. I had made modifications to the drivers to make the touch work properly.
 

shantur

Senior Member
Dec 6, 2010
1,095
3,076
Aroma for the Note 8 always worked but the touch drivers alignment were off. I had made modifications to the drivers to make the touch work properly.

Thanks for your reply. By sound of it, i think we might have the same issue. Can you point me to the code that fixed it? I might try implementing same for sensation.
 

nickdollahz

Senior Member
Jun 13, 2008
206
164
Glastonbury
For the Note 8, the touch drivers are in portrait mode but the framebuffer is in landscape mode. Aroma and the recovery handle touch screen drivers independently. The thing was for the Note 8 both aroma and the touch based recovery had the same problem which allowed me to make changes at the kernel level that fixed both. How to go about fixing it for your device is gonna be different since Note 8 is a samsung device.

What you need to do is look at the kernel source for Cynaogenmod and find out where the touch screen drivers are implemented and change them to fix whatever problem you were having. The Note 8 fix is detailed here.
 

Balikesirli

Senior Member
May 5, 2011
468
127
32
Dortmund
Hey @rathore4u:

[REQUEST]

Can you make this 1080x1920 theme for our Sensation with 540x960, please?

ViperOne_background.jpg



here the link:
http://xdaforums.com/showthread.php?t=2235723

here the theme:
http://xdaforums.com/attachment.php?attachmentid=2123695&d=1374090610

I tried that theme on my sensation but it have to resized ^^

here the permission to edit the theme:
http://xdaforums.com/showpost.php?p=45310422&postcount=56

I do not have this smartphones ,I can not test :(
ask someone who has these smartphones , he can edit my theme :good:


Hope you can edit that HTC One TWRP Theme to HTC Sensation

Thanks in Advanced :)
 
Last edited:

shantur

Senior Member
Dec 6, 2010
1,095
3,076
Hey @rathore4u:

[REQUEST]

Can you make this 1080x1920 theme for our Sensation with 540x960, please?

ViperOne_background.jpg



here the link:
http://xdaforums.com/showthread.php?t=2235723

here the theme:
http://xdaforums.com/attachment.php?attachmentid=2123695&d=1374090610

I tried that theme on my sensation but it have to resized ^^

here the permission to edit the theme:
http://xdaforums.com/showpost.php?p=45310422&postcount=56




Hope you can edit that HTC One TWRP Theme to HTC Sensation

Thanks in Advanced :)

Hi,

I am not sure when will i get time to resize the theme. If you want you can resize it yourself.
Here is how you do it.

1. Unzip the required theme in a folder.
2. Use an image manipulation program pref with batch options ( IrfanView is good for Windows ) and resize all the images in images folder to 50% width and 50% height
3. Use a text editor like Notepad++ and open ui.xml
4. Replace any numbers that you see in value="<num>" or x="<num>" or y="<num>", or ending with _x="<num>" or width="<num>" or height = "<num>" with num/2. Basically any height, width, x, or y should be straigh half of original value.
5. Once done zip the contents of the folder again.
6. Follow the original steps for installing from original post.

If it works let us know, I would like to use one of them as well.
 
  • Like
Reactions: Balikesirli

Balikesirli

Senior Member
May 5, 2011
468
127
32
Dortmund
Hi,

I am not sure when will i get time to resize the theme. If you want you can resize it yourself.
Here is how you do it.

1. Unzip the required theme in a folder.
2. Use an image manipulation program pref with batch options ( IrfanView is good for Windows ) and resize all the images in images folder to 50% width and 50% height
3. Use a text editor like Notepad++ and open ui.xml
4. Replace any numbers that you see in value="<num>" or x="<num>" or y="<num>", or ending with _x="<num>" or width="<num>" or height = "<num>" with num/2. Basically any height, width, x, or y should be straigh half of original value.
5. Once done zip the contents of the folder again.
6. Follow the original steps for installing from original post.

If it works let us know, I would like to use one of them as well.


Thanks :)
I tried it to do, but i can´t it -.-
 

SnZ

Senior Member
Aug 14, 2011
361
45
Doesn't work for me:
-mount USB storage
-wiping (failed to mount /cache, ... failed to wipe dalvik... etc.)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 33
    Latest TWRP v2.7.0.0 for Sensation

    DISCLAIMER

    Code:
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards or you 
     * getting fired because the alarm app failed.
     * YOU are choosing to make these modifications.


    Recovery Features

    Latest TWRP Code
    Supports newer set_metadata_recursive and set_metadata commands used in Kitkat
    Supports partition by-name map
    Adb sideload : Developer's heaven
    HTC Dumlock
    Terminal Command
    File Manager
    USB Mount


    Credits

    TeamWin
    @Dees_Troy
    @Flemmard
    Koush
    CyanogenModTeam


    Instructions : Recovery Tools

    If you have are not sure if you have an unrestricted HBOOT


    1. Download Recovery Tools from Play Store
    2. Download release below and copy to sdcard
    3. Open Recovery Tools and give Superuser access
    4. Select Flash Other Recovery and select the release that was copied to SDCard.
    5. Job done.




    Instructions : Fastboot

    If you have Juopunutbear HBOOT or other that supports unrestricted fastboot flash commands


    1. Download Latest Release below
    2. Boot into your bootloader ( Vol Down + Power )
    3. Enter command

    Code:
    fastboot erase recovery
    fastboot erase cache
    fastboot flash recovery <downloaded recovery.img>

    4. Reboot Bootloader
    5. Select Recovery

    10

    Downloads

    UnORoms Pyramid Recovery

    ChangeLog
    Code:
    [COLOR="Blue"]Initial TWRP 2.7 release
    [/COLOR]
    4
    Updated Recovery

    Changes

    1. TWRP 2.7.0.0
    2. HTC Dumlock Support
    3. Working Offmode Charging
    4. Partition by-name support
    4
    I have deprecated CWM for TWRP. I have updated the OP for that.
    2
    That's only talking about why there's no USB mass storage mode on devices like the Nexus 5 that don't have a slot for external SD cards (and instead have solely internal storage). The new Note 3 and Galaxy S4 have external SD card slots so I don't think USB mass storage mode was removed.

    My bad, yes it does. Let me see if i can make it work.