[theme] transparent_app_drawer_rosie 1/10/13

Search This thread

fernando sor

Inactive Recognized Themer
Sep 7, 2010
9,744
5,640
12
north of the wall
here is rosie with trans app drawer. im posting because ive had requests.

I wont mod this in any way so please dont ask. im putting here for devs to use in their roms or for flash alone mod.

also landscape enabled

DEODEXED ONLY

here is a tutorial on mikmik if you are a dev. you have to be a dev on the site to access

trans app drawer

credit eg1122




Screenshot_2012-12-30-23-51-11.png


download

dna trans rosie
 
Last edited:

idkwhothatis123

Senior Member
Oct 16, 2010
1,874
461
Turned my dock transparent but not my drawer. Gonna try switching to the stock skin as I'm on se7en right now.

Sent from my HTC6435LVW using Tapatalk HD

---------- Post added at 08:34 PM ---------- Previous post was at 08:31 PM ----------

Turned my dock transparent but not my drawer. Gonna try switching to the stock skin as I'm on se7en right now.

Sent from my HTC6435LVW using Tapatalk HD

No dice. On Codis 1.1.0

Sent from my HTC6435LVW using Tapatalk HD
 
  • Like
Reactions: shubhamchamaria

fernando sor

Inactive Recognized Themer
Sep 7, 2010
9,744
5,640
12
north of the wall
Turned my dock transparent but not my drawer. Gonna try switching to the stock skin as I'm on se7en right now.

Sent from my HTC6435LVW using Tapatalk HD

---------- Post added at 08:34 PM ---------- Previous post was at 08:31 PM ----------



No dice. On Codis 1.1.0

Sent from my HTC6435LVW using Tapatalk HD

codis is odexed i believe. forgot chingys new rom was odexed. this is for deodexed. im sure he will add it
 

fernando sor

Inactive Recognized Themer
Sep 7, 2010
9,744
5,640
12
north of the wall
Most HTC apps its just a matter of writing out common_app_bkg in smali and adding your own custom background. Also search for the black background color code in smali which pulls from framework if it so uses it. You search by the public id.

Sent from my HTC6435LVW using xda premium
 

prerav31

Senior Member
Sep 2, 2012
125
24
Nice I just was thinking about a transparent app draw and poof here it is thanks

Sent from my HTC6435LVW using xda app-developers app
 

phuckwithfire

Senior Member
Dec 31, 2010
181
40
SL,UT
Re: transparent_app_drawer_rosie 1/10/13

I'm sure you did splendid on this, but all it succeeded in doing for me is reverting rosie to stock. I'm on the Viper ROM, and my dumb ass didn't do a backup. :p

Any suggestions on reverting back to the Viper rosie?

Sent from my HTC6435LVW using xda premium
 

Stoney 666

Senior Member
Aug 23, 2010
2,724
734
SUR GATE!!
Re: transparent_app_drawer_rosie 1/10/13

I'm sure you did splendid on this, but all it succeeded in doing for me is reverting rosie to stock. I'm on the Viper ROM, and my dumb ass didn't do a backup. :p

Any suggestions on reverting back to the Viper rosie?

Sent from my HTC6435LVW using xda premium

Dirty flash the Rom again.

Sent from my HTC6435LVW using Xparent Cyan Tapatalk 2
 
  • Like
Reactions: phuckwithfire

droidwalkey

Senior Member
Mar 27, 2011
205
22
Re: transparent_app_drawer_rosie 1/10/13

I was wondering about a transparent pull down

Sent from my HTC6435LVW using Tapatalk 2
 

MicroMod777

Recognized Contributor
Landscape Mode

Figured out landscape.

Code:

Look for Rosie\smali\com\htc\launcher\settings\SettingUtil.smali

Find:

Code:
.method public static isSupportOrientationChange()Z
    .locals 1

    .prologue
    .line 407
    sget-boolean v0, Lcom/htc/launcher/settings/SettingUtil;->s_bIsSupportOrientationChange:Z

    return v0
.end method

change to:


Code:
.method public static isSupportOrientationChange()Z
    .locals 1

    const/4 v0, 0x1

    return v0
.end method
 

fernando sor

Inactive Recognized Themer
Sep 7, 2010
9,744
5,640
12
north of the wall
Re: transparent_app_drawer_rosie 1/10/13

Figured out landscape.

Code:

Look for Rosie\smali\com\htc\launcher\settings\SettingUtil.smali

Find:

Code:
.method public static isSupportOrientationChange()Z
    .locals 1

    .prologue
    .line 407
    sget-boolean v0, Lcom/htc/launcher/settings/SettingUtil;->s_bIsSupportOrientationChange:Z

    return v0
.end method

change to:


Code:
.method public static isSupportOrientationChange()Z
    .locals 1

    const/4 v0, 0x1

    return v0
.end method

Sorry bro just saw this. We ported Lyapotas tweaks to our evo Rom and you can actually set a Boolean switch there and turn landscape on and off from a switch

Sent from my EVO using xda premium
 

MicroMod777

Recognized Contributor
Re: transparent_app_drawer_rosie 1/10/13

Sorry bro just saw this. We ported Lyapotas tweaks to our evo Rom and you can actually set a Boolean switch there and turn landscape on and off from a switch

Sent from my EVO using xda premium

Its all good. Thanks to Ultra Comprare, I was able to figure out how u did it.

Is that Boolean switch hard to port?

Sent from my HTC6435LVW using Tapatalk 2
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    here is rosie with trans app drawer. im posting because ive had requests.

    I wont mod this in any way so please dont ask. im putting here for devs to use in their roms or for flash alone mod.

    also landscape enabled

    DEODEXED ONLY

    here is a tutorial on mikmik if you are a dev. you have to be a dev on the site to access

    trans app drawer

    credit eg1122




    Screenshot_2012-12-30-23-51-11.png


    download

    dna trans rosie
    3
    Re: transparent_app_drawer_rosie 1/10/13

    Its all good. That's to Ultra Comprare, I was able to figure out how u did it.

    Is that Boolean switch hard to port?

    Sent from my HTC6435LVW using Tapatalk 2
    What lyapota did was write his tweaks into the HTC settings apk. The switch in rosie goes in the same place you just referenced. Then it is toggled off and on in settings. He is very cool with sharing and steal25 and myself have added to it. Mostly steal though as I have been busy. I do plan on porting the whole mod to the dna though.

    Sent from my HTC6435LVW using xda premium
    2
    Turned my dock transparent but not my drawer. Gonna try switching to the stock skin as I'm on se7en right now.

    Sent from my HTC6435LVW using Tapatalk HD

    ---------- Post added at 08:34 PM ---------- Previous post was at 08:31 PM ----------



    No dice. On Codis 1.1.0

    Sent from my HTC6435LVW using Tapatalk HD

    codis is odexed i believe. forgot chingys new rom was odexed. this is for deodexed. im sure he will add it
    2
    Most HTC apps its just a matter of writing out common_app_bkg in smali and adding your own custom background. Also search for the black background color code in smali which pulls from framework if it so uses it. You search by the public id.

    Sent from my HTC6435LVW using xda premium
    2
    Landscape Mode

    Figured out landscape.

    Code:

    Look for Rosie\smali\com\htc\launcher\settings\SettingUtil.smali

    Find:

    Code:
    .method public static isSupportOrientationChange()Z
        .locals 1
    
        .prologue
        .line 407
        sget-boolean v0, Lcom/htc/launcher/settings/SettingUtil;->s_bIsSupportOrientationChange:Z
    
        return v0
    .end method

    change to:


    Code:
    .method public static isSupportOrientationChange()Z
        .locals 1
    
        const/4 v0, 0x1
    
        return v0
    .end method