PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Program to disable TF3D? (http://forum.ppcgeeks.com/showthread.php?t=101345)

Frogger 12-18-2009 06:09 AM

Re: Program to disable TF3D?
 
Quote:

Originally Posted by william_fold (Post 1422056)
Can this be modified to switch between TF3D and titanium?

That's a good idea!

Darkness231 12-18-2009 10:49 AM

Re: Program to disable TF3D?
 
1 Attachment(s)
Quote:

Originally Posted by william_fold (Post 1422056)
Can this be modified to switch between TF3D and titanium?

Quote:

Originally Posted by Frogger (Post 1422457)
That's a good idea!

Try these. Let me know if it doesn't work
EDIT: I have modified the scripts so that a single cab file works for both TF3D and HTC Sense

Darkness231 12-18-2009 10:49 AM

Re: Program to disable TF3D?
 
Quote:

Originally Posted by rtimi (Post 1421891)
will this work for i910

It should. Try and let me know

bartveld 12-18-2009 11:02 AM

Re: Program to disable TF3D?
 
I don't get it: I've installed the SPB MS-Sense switcher. Now I should have an icon somewhere to activate the switch, right? Can't find it anywhere.
I start out with MS and have Sense de-activated.
HTC HD2
SPB MS 2.5.2
ROM 1.48

william_fold 12-18-2009 11:24 AM

Re: Program to disable TF3D?
 
Works perfectly Darkness! Thx! I tried a couple things with mortscript and couldnt get it to work! Thx again!

I see what I did wrong, i missed a " on the "Windows Default" in my script

Darkness231 12-18-2009 11:26 AM

Re: Program to disable TF3D?
 
Quote:

Originally Posted by bartveld (Post 1422681)
I don't get it: I've installed the SPB MS-Sense switcher. Now I should have an icon somewhere to activate the switch, right? Can't find it anywhere.
I start out with MS and have Sense de-activated.
HTC HD2
SPB MS 2.5.2
ROM 1.48

The icon should be in the start menu under programs. Just tested it on mine and it shows up and works just fine

Darkness231 12-18-2009 11:38 AM

Re: Program to disable TF3D?
 
Quote:

Originally Posted by william_fold (Post 1422717)
Works perfectly Darkness! Thx! I tried a couple things with mortscript and couldnt get it to work! Thx again!

I see what I did wrong, i missed a " on the "Windows Default" in my script

Yeah I had a problem with the fact that windows default had quotation marks around it. This is what worked for me

Code:

TouchFLO3DEXIST =RegValueExists("HKLM", "SOFTWARE\Microsoft\Today\Items\TouchFLO 3D", "Enabled")
HTCSENSEEXIST = RegValueExists("HKLM", "SOFTWARE\Microsoft\Today\Items\HTC Sense", "Enabled")
Titanium = RegRead( "HKLM", "SOFTWARE\Microsoft\Today\Items\""Windows Default""", "Enabled")


    If (Titanium = 1 )
    RegWriteDWord("HKLM", "SOFTWARE\Microsoft\Today\Items\""Windows Default""", "Enabled","0")
        If (TouchFLO3DEXIST)
        RegWriteDWord("HKLM", "SOFTWARE\Microsoft\Today\Items\TouchFLO 3D", "Enabled","1")
        Endif
        If (HTCSENSEEXIST)
        RegWriteDWord("HKLM", "SOFTWARE\Microsoft\Today\Items\HTC Sense", "Enabled","1")
        EndIf
    RedrawToday
    Show ( "Desktop" )

    Else
    If (Titanium = 0 )
        If (TouchFLO3DEXIST)
        RegWriteDWord("HKLM", "SOFTWARE\Microsoft\Today\Items\TouchFLO 3D", "Enabled","0")
        Endif
        If (HTCSENSEEXIST)
        RegWriteDWord("HKLM", "SOFTWARE\Microsoft\Today\Items\HTC Sense", "Enabled","0")
        EndIf
    RegWriteDWord("HKLM", "SOFTWARE\Microsoft\Today\Items\""Windows Default""", "Enabled","1")
    RedrawToday
    Show ( "Desktop" )
    Endif


william_fold 12-18-2009 11:44 AM

Re: Program to disable TF3D?
 
Damn double quotes lol thx again!

Omegakai 12-18-2009 11:48 AM

Re: Program to disable TF3D?
 
would any body know if this would work on the normal 3.5 SPB mobile shell that you would normally get for the SPB warehouse website ?

Darkness231 12-18-2009 11:51 AM

Re: Program to disable TF3D?
 
Quote:

Originally Posted by Omegakai (Post 1422758)
would any body know if this would work on the normal 3.5 SPB mobile shell that you would normally get for the SPB warehouse website ?


It should. All of the mobile shells should have the same file names (mobileshell.exe)


All times are GMT -4. The time now is 12:10 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0