PowerOptions v10 / MySoftReset v10 / MyShutdown v10

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CYBER WEESJE
    Member
    • Mar 27
    • 9867

    PowerOptions v10 / MySoftReset v10 / MyShutdown v10

    HI GUYS TAKE NO CREDIT FOR THIS FOUND HERE
    Code:
    http://forum.xda-developers.com/showthread.php?t=544475
    SoftReset / Shutdown / Standby / Dim Light


    Seeing psShutXP did not work on my Topaz ( HTC Touch Diamond2 ) I created a new software for HTC devices to easily soft reset, shut down, turn off backlight and put the device into standby mode all from one little application written in native C++

    A high priority was to use only "safe" functions, which will not harm the device. The shutdown method for one is the same HTC uses. On Topaz (and probably Rhodium and other HTC WVGA devices) the shut down will be executed without the "Yes/No" prompting.






    .
    The functions:

    SoftReset will soft reset (warm boot) the device using a safe method advised by msdn (microsoft developer network). There are quite a few ways to soft reset a device actually and some of them are said to be unsafe (like KernelIO method). This function will work on all Windows devices since PPC 2003 incl. WM5 and WM6


    Shutdown will shut down the device using the same (HTC) method as if you'd press and hold the power on/off button for longer. On Topaz (and most likely Rhodium and other WVGA devices) the "Yes/No" dialog will be skipped and the device is shut down immediately. This function will work on all HTC devices since PPC 2003 incl. WM5 and WM6. It will not work on non-HTC devices (will do no harm either however).


    Standby will suspend the device using the same method as if you'd press and hold the power on/off button shortly. PowerOptions will exit afterwards. This function will work on all Windows devices since PPC 2003 incl. WM5 and WM6


    Dim Light will turn off the backlight. PowerOptions will minimize but stay on the task list for you to switch back to full light more easily. This function will work on all HTC devices since PPC 2003 incl. WM5 and WM6- Other devices are unsure. It may or may not work (will do no harm either however).



    Standalone versions (These are not required for PowerOptions to work, but intended for people that want 1-click access to soft reset or shut down their devices)


    MySoftReset - Download and install MySoftReset.CAB or MySoftReset_No_Warnung.CAB. The "No Warning" version will not ask a safety Yes/No question if you want to reboot or not.

    MyShutdown - Download and install MyShutdown.CAB or MyShutdown_No_Warning.CAB. The "No Warning" version will not ask a safety Yes/No question if you want to shut down the device or not. The "No Warning" version will only work on Topaz and most likely Rhodium and other WVGA devices by HTC.


    I would advise everyone to rather install the regular versions (MySoftReset.CAB and MyShutdown.CAB) instead of the "No Warning" ones, in case of accidental misclicks.

    Please mention which device and ROM version you are using, when giving feedback. Thank you.

    Visit my Blog if you like, it's in german however.


    Code:
    http://mytd2.blogspot.com

    GRTZ CYBER WEESJE
    MODERATOR@SPJ HIT THANKS ON THE WAY OUT

    Attached Files
    video walk through on how to flash diamond/tp CLICK HERE
    NOOB CHECK SPJ TOUR BY D/\SH CLICK HERE
    LEARN HOW TO FLASH ROM CLICK HERE
    TUTORIAL BY ZAY HOW TO INSTAL TFD3THEMES General Forum Tips CLICK HERE
    sigpic
Working...