PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 02-01-2010, 10:54 PM
itsachirpthing's Avatar
PPCGeeks Regular
Offline
Pocket PC: EVO !
Carrier: Sprint - OMJ
Location: TN
 
Join Date: Sep 2007
Posts: 139
Reputation: 142
itsachirpthing is keeping up the good workitsachirpthing is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

I've been running the v3 script on the Energy ROM and TTS works well (removed om10qs.exe from startup for Opera 10). However, now that I'm back on Mike's latest release with opera 9.5 TTS is gone again. I'm almost positive this is the issue, but the scripts that I have added from the other post do not kill it. Any thoughts?
Reply With Quote
  #32 (permalink)  
Old 02-01-2010, 11:21 PM
nayr1482's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro2
Carrier: Verizon
 
Join Date: Dec 2009
Posts: 312
Reputation: 1315
nayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

Quote:
Originally Posted by itsachirpthing View Post
I've been running the v3 script on the Energy ROM and TTS works well (removed om10qs.exe from startup for Opera 10). However, now that I'm back on Mike's latest release with opera 9.5 TTS is gone again. I'm almost positive this is the issue, but the scripts that I have added from the other post do not kill it. Any thoughts?

I have this in my script to stop Opera 9.5

If ( ProcExists("Opera9.exe") )
Close("OperaNetwork")
While ( WndExists( "OperaNetwork" ) )
Sleep(500)
EndWhile
Close("Opera")
While ( WndExists( "Opera" ) )
Sleep(500)
EndWhile
Close("VZW Today")
While ( WndExists( "VZW Today" ) )
Sleep(500)
EndWhile
EndIf
Reply With Quote
  #33 (permalink)  
Old 02-01-2010, 11:45 PM
itsachirpthing's Avatar
PPCGeeks Regular
Offline
Pocket PC: EVO !
Carrier: Sprint - OMJ
Location: TN
 
Join Date: Sep 2007
Posts: 139
Reputation: 142
itsachirpthing is keeping up the good workitsachirpthing is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

Quote:
Originally Posted by nayr1482 View Post
I have this in my script to stop Opera 9.5

If ( ProcExists("Opera9.exe") )
Close("OperaNetwork")
While ( WndExists( "OperaNetwork" ) )
Sleep(500)
EndWhile
Close("Opera")
While ( WndExists( "Opera" ) )
Sleep(500)
EndWhile
Close("VZW Today")
While ( WndExists( "VZW Today" ) )
Sleep(500)
EndWhile

EndIf

I'm running the latest Mighty ROM 2/1/10 and my class names will be different. I will work on the name and try to replace in the script. I hate "oper9.exe" lol. It kills my TTS every time! I'll try these lines out. Thanks.
Reply With Quote
  #34 (permalink)  
Old 02-02-2010, 12:20 AM
nayr1482's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro2
Carrier: Verizon
 
Join Date: Dec 2009
Posts: 312
Reputation: 1315
nayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

download dotfreds task manager to get the windows names.

the other option is to:

kill("Opera9.exe")


not as "gentle" but effective!
Reply With Quote
  #35 (permalink)  
Old 02-02-2010, 12:40 AM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Threadstarter
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

Quote:
Originally Posted by nayr1482 View Post
download dotfreds task manager to get the windows names.

the other option is to:

kill("Opera9.exe")


not as "gentle" but effective!
Avoid Kills if you can, you have better chances of resources properly being released.
__________________
EVO 4G, Stock Sprint ROM, ProClip in Car, Sony HBH-300.
Reply With Quote
  #36 (permalink)  
Old 02-02-2010, 04:09 PM
itsachirpthing's Avatar
PPCGeeks Regular
Offline
Pocket PC: EVO !
Carrier: Sprint - OMJ
Location: TN
 
Join Date: Sep 2007
Posts: 139
Reputation: 142
itsachirpthing is keeping up the good workitsachirpthing is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

I added the following to the V3 from the first post and seems to be working on Mighty 2-1-10.

While ( WndExists("OperaNetwork") )
Sleep(500)
Close("OperaNetwork")
EndWhile

Kill("Opera9.exe")

MSWLOGO this would be good to add to your script in the first post. Thanks.


Update: This is still a hit or miss on MightROM 2/1/10 (manila 2.1 ROM). I still can not determine what the persistent issue is with this ROM and TTS. I even went back and changed the script to close voice command before starting igo and then restarting when iGO closes. While iGo is running I jumped back to the task manager and the script was successful in closing all that I ask for, however no TTS at times. Either of you running Mike's latest? Thanks.

Last edited by itsachirpthing; 02-02-2010 at 09:28 PM. Reason: Update
Reply With Quote
  #37 (permalink)  
Old 02-03-2010, 11:09 AM
CMeys's Avatar
Regular 'Geeker
Offline
Pocket PC: Evo 3D
Carrier: Sprint
 
Join Date: Oct 2006
Posts: 496
Reputation: 105
CMeys is keeping up the good workCMeys is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

I've tried every possible variation of these scripts (modified to run iGO. Looks like it should work -- it shuts everything down including SenseUI, starts iGO8 (restarts SenseUI when I exit iGO, but no TTS.

If I manually close SenseUI, then soft reset, TTS works perfectly. Just can't get it to do so with a script and no reset.

Any thoughts?
Reply With Quote
  #38 (permalink)  
Old 02-03-2010, 02:35 PM
nayr1482's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro2
Carrier: Verizon
 
Join Date: Dec 2009
Posts: 312
Reputation: 1315
nayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

mslogo - question for you. and yes i know you prefer gpsgate or whatever


i currently have HKLM\System\CurrentControlSet\GPS Intermediate Driver\Drivers\GpsOneDevice

PollInterval set to 100 (default is 1000)


I am suspecting this is draining my battery (going to do some tests).


What I am hoping is there is a way to do add this to my mscr the way you did with sense.



My question is - with sense you used the RedrawToday command to reload Sense settings. Is there a way for me to reload the above mentioned registry setting ??? I mean, I can set the registry but it won't go into affect until after a reset right? How can I load load it ???




Thanks,
Ryan
Reply With Quote
  #39 (permalink)  
Old 02-04-2010, 02:11 PM
nayr1482's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro2
Carrier: Verizon
 
Join Date: Dec 2009
Posts: 312
Reputation: 1315
nayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

Quote:
Originally Posted by nayr1482 View Post
mslogo - question for you. and yes i know you prefer gpsgate or whatever


i currently have HKLM\System\CurrentControlSet\GPS Intermediate Driver\Drivers\GpsOneDevice

PollInterval set to 100 (default is 1000)


I am suspecting this is draining my battery (going to do some tests).


What I am hoping is there is a way to do add this to my mscr the way you did with sense.



My question is - with sense you used the RedrawToday command to reload Sense settings. Is there a way for me to reload the above mentioned registry setting ??? I mean, I can set the registry but it won't go into affect until after a reset right? How can I load load it ???




Thanks,
Ryan

any thoughts ms ???
Reply With Quote
  #40 (permalink)  
Old 02-06-2010, 01:38 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Threadstarter
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

FYI I added V4 of the script.

Now uses Subrotines to make it easier to add or remove apps you want to kill.

Also does timeouts so the script should never get stuck (V3 did once on my wife).

It will pop a message if it times out but will continue.

Also added opera 10 beta.

I'd be curious if anyone gets a time out message.

It should also run a bit faster if apps close immediately.
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:06 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com