[KITCHEN-MOD][HTC]Plug-ins and etc for dsixda's kitchen[UPDATED: 10/7/2012]

Search This thread

stupidjerkheadface

Senior Member
Jul 29, 2011
74
30
Google Pixel 3
So, I've been running this on a personal level for a while now, and figured it's time to share. . .

At any rate, I would like to thank:
dsixda for his Android Kitchen (found here: http://xdaforums.com/showthread.php?t=633246)
Chainfire for SuperSU (found here: http://xdaforums.com/showthread.php?t=1538053)
eLucas for the script his extract-RUU script used on HTC development (found here: http://xdaforums.com/showthread.php?t=1729898)
tommytomatoe for the Android utility (found here: http://xdaforums.com/showthread.php?t=1167623.)
Pof for his nbimg package (found here. . . http://pof.eslack.org/2008/07/03/nbimg-htc-splash-screen-tool/)

I did nothing fancy here. I wrote a few plug-in scripts to adapt the actions. Everything seems to work fine and has been tested on other environments. . . although all linux-based.

The extract-RUU plug-in takes the full RUU.exe through "the ringer" and places the rom.zip in the original update folder that we are all used to. You'll need Wine to implement. . . sudo apt-get install wine ;)

Adding SuperSU to your rom is done with a plug-in. I didn't separate the detection of Superuser and SuperSU when running option 10, though. The kitchen isn't mine to modify, so you'll have to pay attention to that part as you build.

The HTC Splash Screen creator plug-in will auto-detect the dimensions of your .bmp when running the script. This means you MUST know what they should be for your specific device!!!! I goofed up a few and they made my phone look possessed for that period of time. . . ;) Do yourself a solid, and research it before attempting. Even better. . . report with the specs if not mentioned below!!!

EVO 4G LTE - 720 X 1280 | 24 bit
EVO 4G (OG) - 480 X 800 | 24 bit

INSTRUCTIONS
1. Choose the zip that corresponds to your current setup and download.
2. Unzip the folder
3a. stupid_kitchen version - Drag the folder named "kitchen" to the folder that contains Dsixda's original Android Kitchen
3b. stupid_android-utility version - Drag the folder named "android-utility" to the folder that contains tommytomatoe's original Android Utility
4. Play!!!

Beyond all that, please let me know what you think. . . pointers, etc. Otherwise, I hope everyone enjoys!

UPDATE - 10/7/2012
Reconfigured all mods as plug-ins
Cleaned up some scripting
Added a really lame "signature" the beginning of my plug-ins. . .

UPDATE - 9/29/2012
Added HTC Splash Screen creator plug-in
 

Attachments

  • stupid_android-utility.zip
    2.3 MB · Views: 1,120
  • stupid_kitchen.zip
    2.3 MB · Views: 1,331
Last edited:

dsixda

Inactive Recognized Developer
Nov 1, 2007
9,586
5,324
Ottawa
tried to get in touch with dsixda but never got a response. .

I never got a message because I don't have private messaging enabled...

There's a reason I don't have PM's enabled, but you can either reach me via Twitter (as I mentioned in the Kitchen thread) or through the email address that is in every single kitchen script file -- in the top header that says not to distribute unauthorized copies without the author's permission.

If you want to add a plugin then let me know and I can gladly add it to the kitchen (or you can post the plugin as a separate thread), but please do not distribute alternate copies of my work.
 

stupidjerkheadface

Senior Member
Jul 29, 2011
74
30
Google Pixel 3
Not a problem. Had no intent to offend as I stated. I sent a friend request... you hate pm's and I hate Twitter... go figure. I really don't know HOW I missed the email address in the scripts, though! Haha, I even went to your project homepage looking for that! Anyways, taking down now.

Sent from my EVO using xda app-developers app
 

stupidjerkheadface

Senior Member
Jul 29, 2011
74
30
Google Pixel 3
No worries, send me your plugin and/or include it in post #1, and I can add it to the kitchen. I don't mean to hijack this thread ;)

Haha. well, it really was made for you to do so. I'm going to provide a link a little later of the plugin alone... which is what I should have done in the first place. My sincere apologies for that.

Anyways, stay tuned... I have another in the works, as well.

Sent from my EVO using xda app-developers app
 

Flashalot

Senior Member
Jun 7, 2012
2,451
2,666
Chicago
Going yo use this again the last one was good for me no bugs going to try the splash screen maker do you have to put in commands like for the screen radius or is it a list

Sent from my HTCEVOV4G using Tapatalk 2
 

stupidjerkheadface

Senior Member
Jul 29, 2011
74
30
Google Pixel 3
updated the OP with new files

All scripts are plug-ins, now. This is done to preserve the scripting in the kitchen. As an after-thought, this saves a lot of headache in the case of a kitchen update being so different that everything I've done has to be redone.

Enjoy!!!
 
  • Like
Reactions: navidzzz

trevd

Inactive Recognized Developer
Jul 19, 2011
895
1,271
Hull
Samsung Galaxy Tab 4
Wine Alternative

Hi There!

Just a quick one for you, Obviously some people might consider wine as a bit overkill for extracting ruu's, I don't know whether your aware of this little native linux utility https://github.com/kmdm/unruu which does the job nicely and is under 100K rather than a 28MB download,

Anyway Nice Work! :good: Get those kids Hooked! :)
 
Last edited:
  • Like
Reactions: navidzzz

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    So, I've been running this on a personal level for a while now, and figured it's time to share. . .

    At any rate, I would like to thank:
    dsixda for his Android Kitchen (found here: http://xdaforums.com/showthread.php?t=633246)
    Chainfire for SuperSU (found here: http://xdaforums.com/showthread.php?t=1538053)
    eLucas for the script his extract-RUU script used on HTC development (found here: http://xdaforums.com/showthread.php?t=1729898)
    tommytomatoe for the Android utility (found here: http://xdaforums.com/showthread.php?t=1167623.)
    Pof for his nbimg package (found here. . . http://pof.eslack.org/2008/07/03/nbimg-htc-splash-screen-tool/)

    I did nothing fancy here. I wrote a few plug-in scripts to adapt the actions. Everything seems to work fine and has been tested on other environments. . . although all linux-based.

    The extract-RUU plug-in takes the full RUU.exe through "the ringer" and places the rom.zip in the original update folder that we are all used to. You'll need Wine to implement. . . sudo apt-get install wine ;)

    Adding SuperSU to your rom is done with a plug-in. I didn't separate the detection of Superuser and SuperSU when running option 10, though. The kitchen isn't mine to modify, so you'll have to pay attention to that part as you build.

    The HTC Splash Screen creator plug-in will auto-detect the dimensions of your .bmp when running the script. This means you MUST know what they should be for your specific device!!!! I goofed up a few and they made my phone look possessed for that period of time. . . ;) Do yourself a solid, and research it before attempting. Even better. . . report with the specs if not mentioned below!!!

    EVO 4G LTE - 720 X 1280 | 24 bit
    EVO 4G (OG) - 480 X 800 | 24 bit

    INSTRUCTIONS
    1. Choose the zip that corresponds to your current setup and download.
    2. Unzip the folder
    3a. stupid_kitchen version - Drag the folder named "kitchen" to the folder that contains Dsixda's original Android Kitchen
    3b. stupid_android-utility version - Drag the folder named "android-utility" to the folder that contains tommytomatoe's original Android Utility
    4. Play!!!

    Beyond all that, please let me know what you think. . . pointers, etc. Otherwise, I hope everyone enjoys!

    UPDATE - 10/7/2012
    Reconfigured all mods as plug-ins
    Cleaned up some scripting
    Added a really lame "signature" the beginning of my plug-ins. . .

    UPDATE - 9/29/2012
    Added HTC Splash Screen creator plug-in
    3
    tried to get in touch with dsixda but never got a response. .

    I never got a message because I don't have private messaging enabled...

    There's a reason I don't have PM's enabled, but you can either reach me via Twitter (as I mentioned in the Kitchen thread) or through the email address that is in every single kitchen script file -- in the top header that says not to distribute unauthorized copies without the author's permission.

    If you want to add a plugin then let me know and I can gladly add it to the kitchen (or you can post the plugin as a separate thread), but please do not distribute alternate copies of my work.
    2
    No worries, send me your plugin and/or include it in post #1, and I can add it to the kitchen. I don't mean to hijack this thread ;)
    1
    Link broken

    Sent from my PG86100 using Tapatalk 2
    1
    Your .bmp needs to match exactly what your phone's splash screen should be.

    On my phone now. Going to update the op later.

    Sent from my EVO using xda app-developers app