|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Starting over from this thread : http://forum.xda-developers.com/show...3&postcount=34 Info: A fully skinnable (see post #2) shutdown application that asofiker asked me to come up with a long time ago and I've finally got it finished. It's written in Native Win32 C++, so the load speed is PDQ. My skinning skills are rubbish so any one interesting in making this look nice, please post and I'll add your graphics. Screens (WVGA theme on my TP2): ![]() Features:
Usage (Command line): You can call xdaShutdown command line as follows: Code:
xdaShutdown /restart [/warn] - Soft resets the device. xdaShutdown /shutdown [/warn] - Power off the device. xdaShutdown /sleep - Put the device in Sleep mode. xdaShutdown /lightsout - Turn off the screen. /warn - issues a warning before performing the action. Download full change log 1.01 -[BUG] Fixed command line bugs (would only shutdown) -[TWK] Replaced Kernel IO Control with ExitWindowsEx(). This should ensure settings are saved upon restart / shutdown. -[TWK] The Sleep / Light's out option simply overrides the action of the Sleep button to light's out - even if you have a seperate lights out button. -[NEW] Ability to create a Long_press.lnk shortcut in \Windows\. Existing shortcut is backed up and restored if needed when removing the shortcut. -[NEW] Various XML Changes, If you're new to skinning, just see post #2 and read up. If you're an existing skinner and want to see what's changed, read the full change log. 1.00 -Initial Release TODO:
Known Issues:
Thanks -Chourdakis Michael for his XML Lib. -asofiker for the QVGA graphics. -Olipro, cmonex, l3v5y and no2chem for general coding help. -fards for the long press work around (until I get it in the app). -All the Skinners ![]() Downloads (WWE): I have uploaded 3 versions (all with crappy graphics) for QVGA, VGA and WGVA. There's also a Exe only, for those that don't want to lose their skin .Other Languages: -ESN v1.01 _
__________________
Dave Vodafone HTC Touch Pro 2 (RHOD100) - SPL: 0.85.OliNex - sec unlocked | ROM: Miri v7.0 | Radio: 4.49.25.17 | Card: SanDisk 8gb SDHC 02 XDA Stellar - HTC TyTN II (KAIS130) - SPL: 3.34.hard - sec unlocked | ROM: Solace 3.1 | Radio: 1.70.19.09 | Card: None Reading: RHOD: Getting Started? Reading: KAIS: Getting Started? | KAIS: Stuck at Tri colour screen? | Naked Chicks (Thx V) My creations: Kaiser HardSPL 3.34 | Rhodium ROM Reconstruction Kitchen | TimeSyncTZ | xcopyce | xdaShutdown | Blackstone RUU Wrapper Appreciate my work? Please support
Help for Heroes Last edited by DaveShaw; 19th November 2009 at 02:05 PM.. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
About:
If you can think of a (serious) better way of implementing skinning PM me (spare the thread) and I'm happy to discuss. Images Create your button images with a fuschia (255 R, 0 G, 255 B) background. This part of the image won't be rendered. Place the "Up" and "Down" parts of the image in exactly half of the image. Left half is up, right half is down. Sample images are in the CABs in Post #1. Layout (Theme.xml) Code:
<?xml version="1.0" encoding="UTF-8"?>
<xdaShutdownTheme>
<button>
<name>sleep</name>
<xPos>24</xPos>
<yPos>4</yPos>
<action>sleep</action>
</button>
<button>
<name>restart</name>
<xPos>24</xPos>
<yPos>74</yPos>
<action>restart</action>
</button>
<button>
<name>shutdown</name>
<xPos>24</xPos>
<yPos>144</yPos>
<action>shutdown</action>
</button>
<button>
<name>cancel</name>
<xPos>180</xPos>
<yPos>214</yPos>
<action>cancel</action>
</button>
<button>
<name>lightsout</name>
<xPos>24</xPos>
<yPos>274</yPos>
<action>lightsout</action>
</button>
<background>
<color>FFFFFF</color>
</background>
<fullscreen>false</fullscreen>
<landscape>
<button>
<name>sleepL</name>
<xPos>24</xPos>
<yPos>4</yPos>
<action>sleep</action>
</button>
<button>
<name>restartL</name>
<xPos>24</xPos>
<yPos>74</yPos>
<action>restart</action>
</button>
<button>
<name>shutdownL</name>
<xPos>24</xPos>
<yPos>144</yPos>
<action>shutdown</action>
</button>
<button>
<name>cancelL</name>
<xPos>180</xPos>
<yPos>214</yPos>
<action>cancel</action>
</button>
<button>
<name>lightsoutL</name>
<xPos>24</xPos>
<yPos>274</yPos>
<action>lightsout</action>
</button>
<background>
<color>FF0000</color>
</background>
<fullscreen>false</fullscreen>
</landscape>
</xdaShutdownTheme>
Fullscreen, means that the top bar will be hidden. I've attached the xsd for theme if any of you are XML geeks like me ![]()
__________________
Dave Vodafone HTC Touch Pro 2 (RHOD100) - SPL: 0.85.OliNex - sec unlocked | ROM: Miri v7.0 | Radio: 4.49.25.17 | Card: SanDisk 8gb SDHC 02 XDA Stellar - HTC TyTN II (KAIS130) - SPL: 3.34.hard - sec unlocked | ROM: Solace 3.1 | Radio: 1.70.19.09 | Card: None Reading: RHOD: Getting Started? Reading: KAIS: Getting Started? | KAIS: Stuck at Tri colour screen? | Naked Chicks (Thx V) My creations: Kaiser HardSPL 3.34 | Rhodium ROM Reconstruction Kitchen | TimeSyncTZ | xcopyce | xdaShutdown | Blackstone RUU Wrapper Appreciate my work? Please support
Help for Heroes Last edited by DaveShaw; 20th August 2009 at 10:52 PM.. |
|
#3
|
||||
|
||||
|
If you make me some better skins, I'll post some previews here, but I have so much interest I've started to remove some, so have a look through the thread also
.Please post the the target resolution, the 5 (or 4) button images and the theme XML in a CAB to install into %programfiles%\xdaShutdown. QVGA ![]() Download - cris_rowlands ![]() Download - cris_rowlands ![]() Download - cris_rowlands ![]() Download - cris_rowlands ![]() Download - cris_rowlands (Left = Restart, Middle = Shut Down, Right = Sleep/light, Bottom = Cancel) ![]() Download - cris_rowlands Download - cris_rowlands ![]() Download / Download - cris_rowlands ![]() Download - Phonatic ![]() Download - Phonatic Download - gullum ![]() Download - borealcool
__________________
Dave Vodafone HTC Touch Pro 2 (RHOD100) - SPL: 0.85.OliNex - sec unlocked | ROM: Miri v7.0 | Radio: 4.49.25.17 | Card: SanDisk 8gb SDHC 02 XDA Stellar - HTC TyTN II (KAIS130) - SPL: 3.34.hard - sec unlocked | ROM: Solace 3.1 | Radio: 1.70.19.09 | Card: None Reading: RHOD: Getting Started? Reading: KAIS: Getting Started? | KAIS: Stuck at Tri colour screen? | Naked Chicks (Thx V) My creations: Kaiser HardSPL 3.34 | Rhodium ROM Reconstruction Kitchen | TimeSyncTZ | xcopyce | xdaShutdown | Blackstone RUU Wrapper Appreciate my work? Please support
Help for Heroes Last edited by DaveShaw; 7th September 2009 at 04:08 PM.. |
|
#4
|
||||
|
||||
![]() Download / Download / Download - cris_rowlands ![]() Download - Phonatic ![]() Download - Phonatic ![]() More Colours / Back grounds here - Phonatic ![]() Download - chris10230 ![]() Download - chris10230 ![]() Download - Phonatic
__________________
Dave Vodafone HTC Touch Pro 2 (RHOD100) - SPL: 0.85.OliNex - sec unlocked | ROM: Miri v7.0 | Radio: 4.49.25.17 | Card: SanDisk 8gb SDHC 02 XDA Stellar - HTC TyTN II (KAIS130) - SPL: 3.34.hard - sec unlocked | ROM: Solace 3.1 | Radio: 1.70.19.09 | Card: None Reading: RHOD: Getting Started? Reading: KAIS: Getting Started? | KAIS: Stuck at Tri colour screen? | Naked Chicks (Thx V) My creations: Kaiser HardSPL 3.34 | Rhodium ROM Reconstruction Kitchen | TimeSyncTZ | xcopyce | xdaShutdown | Blackstone RUU Wrapper Appreciate my work? Please support
Help for Heroes Last edited by DaveShaw; 24th August 2009 at 10:40 PM.. Reason: More themes |
|
#5
|
||||
|
||||
|
VGA
Download - gullum ![]() Download (EN) - voyd Download (FR) -voyd ![]() Download - cris_rowlands Download / Download / Download - louie1215 (ported) Download - Peaster111 WVGA Download / Download (with portrait and landscape) - peterbonge ![]() Download (EN) - voyd Download (FR) - voyd Download (w/Landscape) - FireBird4 ![]() Download - Phonatic ![]() Download - arturobandini WQVGA ![]() Download - borealcool Download (EN) - julian76 (ported) Download - ytsejam_ Download - taospirit Last edited by DaveShaw; 9th September 2009 at 12:18 AM.. |
|
#6
|
||||
|
||||
|
Thanks bro! Looks great! Will give it a go.
__________________
AT&T 8925 ROM TPC 23053 Titanium Ultimate (With M2D 2.0) RADIO 1.70.18.02 HardSPL 3.34 |
|
#7
|
|||
|
|||
|
Awesome, thanks! This is definitely going to replace psShutXP for me. Shutdown actually works!
Great work. Ivan
__________________
Ivan Enjoy the show! |
|
#8
|
||||
|
||||
|
Just got a break at work so I decided to check out some xda and I saw this. I made three different skins that are nothing more than a mockup and I don't really have the time to make them into an actual skin, but you are welcome to the layered psd.
![]() ![]() ![]()
__________________
|
|
#9
|
||||
|
||||
|
Great! I use it my ROM...thanks for this awesome tool...
![]()
__________________
------------------------------------------------------------------------------------------------ RHOD100 (Touch Pro2) Radio - 4.47.25.57 ROM - Home kooked! Create Rhod Splash Kaiser 100 (Tilt) - SOLD ROM - Home kooked WM6.5 Search XDA using GooG Sharing what I have collected! Click here if you like what I do. ------------------------------------------------------------------------------------------------ |
|
#10
|
||||
|
||||
|
Quote:
Dave
__________________
Dave Vodafone HTC Touch Pro 2 (RHOD100) - SPL: 0.85.OliNex - sec unlocked | ROM: Miri v7.0 | Radio: 4.49.25.17 | Card: SanDisk 8gb SDHC 02 XDA Stellar - HTC TyTN II (KAIS130) - SPL: 3.34.hard - sec unlocked | ROM: Solace 3.1 | Radio: 1.70.19.09 | Card: None Reading: RHOD: Getting Started? Reading: KAIS: Getting Started? | KAIS: Stuck at Tri colour screen? | Naked Chicks (Thx V) My creations: Kaiser HardSPL 3.34 | Rhodium ROM Reconstruction Kitchen | TimeSyncTZ | xcopyce | xdaShutdown | Blackstone RUU Wrapper Appreciate my work? Please support
Help for Heroes |
![]() |
| Tags |
| shutdown, skinnable |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|