View Single Post
  #45 (permalink)  
Old 11-11-2009, 01:34 PM
chris1683's Avatar
chris1683
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2008
Posts: 1,077
Reputation: 6650
chris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [BOUNTY] To whoever can find a fix for this...

Quote:
Originally Posted by Ph33zy View Post
This happens to me all the time. To fix this, i simply add "messaging" to my exclusive list in the HTC task manager, so that when I hit the X-button, it really minimizes it. I don't really need to close the app because I am constantly checking email (I have activesync, imap, and windows live running all the time). Let me know if this works for you!
Thats pretty much what I am working on making a CAB for. I am adding a TerminateProcess value for tmail.exe as well as an exclusive value which keeps it running after boot up. Just as you said it the user will be able to close the program but rather than close for real, it will hide it (just like the deafult values for Opera9.exe). This really shouldn't have any effect on memory since tmail.exe is called on at bootup via HTC's BootLauncher.

The only odd thing is that tmail.exe has written registry values to keep it running in the background (hence the registry values [tmail.exe -RunInBKG]) however it seems to create a new foreground window when running the embedded code in tmail.exe as show in my debugger log a few posts back. This may be a problem which was written into the .exe itself but for now it seems like we may have a workaround to end this serious annoyance.

Just a few more roms to test it on and I will post a cab file for everyone to use!

Last edited by chris1683; 11-11-2009 at 01:37 PM.
Reply With Quote