Exe file that runs the TouchFlo3d Start Button? - Touch HD General

Is there an exe file stored in the phone somewhere that runs the new touchflo3d start button (i.e. not the standard start menu that came with the default HTC Touch HD ROM -- am using dutty 3.3)?
Reason I ask is because I want to map the start button to one of the soft keys. I already know more or less how to do it via the registry but I need to know the path of the exe file, if there is one...?
Any help would be appreciated!

Related

Hide all Programs, Customize Start Menu

Hi folks,
My first post on the list here. Hopefully I've come to the right place.
I have a M1500 SPV pocket pc device. I would like to customize the Start Menu items by removing two of them -Active Sync and Internet Explorer. I have made a cab file which makes changes to the registry and would like (if possible) to delete the above mentioned items from the start menu via making a change to the registry. I know I can delete the shortcut links from the Start Menu folder but I would prefer to do it via a registry edit if possible. Or if possible, use the same cab to delete the shortcuts from the Start Menu (not sure if this is possible!?)
I'm also looking for a way to hide *all* programs from the Start->Programs screen. Any ideas how to achieve this via a registry hack?
Best Regards and thanks a lot for any help,
dav7
Dan - do you want to delete the start menu ("\windows\start menu" and all subfolders and entry on the start menu?)
Or remove most recently used entries on the start menu?
Or programs in "\windows\start menu"?
Registry isn't really your friend here, other then for the MRU list.
V
Hi vijay555,
Thanks for the quick reply. I only want to remove certain programs from Start Menu, this one...
>Or programs in "\windows\start menu"?
I know if I delete those programs from My Device->Windows->Start Menu then it will remove them from the Start Menu without deleteing the actual program. I was just wondering if there was a way to do that via the registry? i.e. perhaps there is a key in the registry somewhere that lists the items to put in the Start Menu following a hard reset?
I am also looking to hide all programs from the main Programs page i.e. the Programs screen\page that shows all the actual Programs. I was wondering if there is a way to do that via the registry?
I know for example I am able to hide things that reside in the Control Panel settings i.e. Connections->Beam. I was wondering if there is a similar way to do that in the Programs screen?
Hope that is clear! or clearer!
Cheers,
dav
dAV:
sounds like you want to edit your startmenu.
Get a file explorer like GSFinder/Resco etc.
navigate to \windows\start menu
and delete/move everything you want to clear out.
V
perhaps there is a key in the registry somewhere that lists the items to put in the Start Menu following a hard reset?
Click to expand...
Click to collapse
heh problem is that the registry is reset when you do a hardreset
so it would just go back to default
same thing with the content of your \windows\start menu
all shortcuts would reappear after a hardreset
unless you made a program in the extented rom which removed them when it was run
Hi,
Thats basically what I'm trying to do. I've made a cab file which when run sets a lot of registry settings following a hard reset. As you said, after a hard reset the device is restored to its normal build. My cab runs right after a hard reset to make sure the device is configured the way I want it. Are there any keys in the registry which are responsible for configuring the Start Menu? I cant seem to find one for Start Menu, only the New Menu
An alternative approach is running an exe which deletes the Programs from the Start Menu folder...but I would prefer to parcel it all up in a tiny little cab file if possible...
Thanks again for any suggestions...
Cheers,
dav
i never seen anything like it in the reg
Thats a pity. I cant find anything either. I prefer to do as much as possible in either the CPF or a cab. exe's do the job but there big and more complicated to change. Neverthless seems I'm stuck with an exe for now. Oh well...
Cheers,
Dav
Hi, Dav!
Even though there is no registry solution, exe file is not your only option.
Cabs can contain a setup.dll that exports 4 functions which the system calls before and after installation or uninstall (separate function for each event).
Check MSDN for setup.dll specifics.
Get a cab file that will start up automatically after a hardreset to delete all the fies in the start menu? I think if you delete the files in the start menu, it will be removed in the Programs list. It is basically a short cut file.
levenum said:
Hi, Dav!
Even though there is no registry solution, exe file is not your only option.
Cabs can contain a setup.dll that exports 4 functions which the system calls before and after installation or uninstall (separate function for each event).
Check MSDN for setup.dll specifics.
Click to expand...
Click to collapse
Excellent! Thanks a lot, I'll look into that.
Cheers!
Dav
hanmin said:
Get a cab file that will start up automatically after a hardreset to delete all the fies in the start menu? I think if you delete the files in the start menu, it will be removed in the Programs list. It is basically a short cut file.
Click to expand...
Click to collapse
Hi Hanmin,
I think you are correct...if you delete *all* files and folders from the Start Menu it will remove the files which are directly situated in the Start Menu folder as well as all files in the Program folder which also resides in the Start Menu folder. This will remove items from both the Start menu and the Programs screen. This is ok for me though as luckily I want to also hide all Programs from the Program screen. A lot of the device functionality has to be hidden from the end users, to prevent them from fiddling with anything and to also hide things like Games etc...
Cheers,
Dav
Hi,
I've managed to get the setup.dll working. Its really useful and stops me needing an exe for many things. However, is it possible to get the dll to show a Dialog window? I've tried incorporating a dialog to the dll but it never seems to show up. I need the user to set a value and was considering doing it via the setup dll, but so far not been able to get the dialog, or even a Message Box to show up when called within the dll?
Any ideas?
Thanks,
Dav
Here is a line of code from Install_Init function that's working perfectly for me:
Code:
g_dlg = CreateDialog(g_hInst, MAKEINTRESOURCE(IDD_MSGDLG), hwndParent, MyDlgProc);
I save g_hInst in DllMain.
As for message boxes, just call them as usual, never had a problem there, but you need to make sure you put your code in the correct function or it will not be called at the right time.

HTC Amadeus: Music Buttons on WM6?

Hello forum
I want to upgrade my phone HTC Amadeus to WM 6. Now I'm using 2003 SE.
But I read in this forum, 3 music buttons can not work if I upgrade my smartphone to WM 6.
Can anybody tell me how to make music buttons work on WM 6?
Regards,
You can TRY, backup your keyboard/keypad dll and all the shortcut buttons which is Short_AP1, AP2, AP3 and AP4 , then in the end when you flashed WM6, paste back those files there.
Wonder if it will ever work, the reason it doesnt work is because of the dll file
Can you tell me how to do that?
Find that file in your windows folder, backup it, then after you have flashed, copy it back to your phone windows folder
i've found keybddr.dll in amadeus wm5 (with working media buttons), but how can i copy it from /windows folder? it seems to be kinda copy-protected.
just managed to unpack wm5 amadeus firmware, and i've found 'keybddr.dll' folder in /windows. here it goes: http://www.mediafire.com/?1hbtwz1mmvm
Does it work?
karhoe said:
Does it work?
Click to expand...
Click to collapse
what is the procedure for importing the dll pleasE?
SFC said:
just managed to unpack wm5 amadeus firmware, and i've found 'keybddr.dll' folder in /windows. here it goes: http://www.mediafire.com/?1hbtwz1mmvm
Click to expand...
Click to collapse
how do i use this keyboard.dll folder? will i just copy the extracted folder to my \windows folder after flashing wm6?
iamwin said:
how do i use this keyboard.dll folder? will i just copy the extracted folder to my \windows folder after flashing wm6?
Click to expand...
Click to collapse
i don't know. you tell me.
either we should somehow compile this folder to a single .dll file, or someone gotta tell me how i can extract this file from another htc amadeus device with wm5 rom.
I have the same Problem! - Please Help.
Temporary Solution
You could use this as a temporary solution.
Put the four link files into your (windows\keys) directory and you will get Short press IE button as IE, Long press IE button as backward, Short press backward button as play and Long press backward button as forward.
Now you can try this Rom : http://forum.xda-developers.com/showthread.php?t=364399

HTC Action Screen Help

Hey guys. I installed the HTC Action Screen to SD from the sticky thread and I can't figure out how to get it to work. Is there an executable file somewhere that I can open to run this? I would like to have a hardware button launch this if possible. Thanks in advance guys.
m_kranzler11 said:
Hey guys. I installed the HTC Action Screen to SD from the sticky thread and I can't figure out how to get it to work. Is there an executable file somewhere that I can open to run this? I would like to have a hardware button launch this if possible. Thanks in advance guys.
Click to expand...
Click to collapse
htcactionscreen.exe is in /windows folder copy and paste it as shortcut in /windows/start menu/prohrams and then via buttons map a button to it
Does sprint HTC Touch phones have HTC action by default or does it need to be installed? If so, I can't find it in \windows or know how to start it.
Mahmood said:
htcactionscreen.exe is in /windows folder copy and paste it as shortcut in /windows/start menu/prohrams and then via buttons map a button to it
Click to expand...
Click to collapse
Thanks this helped in getting it to work, but now I have one problem. New Task and New Appointment open the original task and calendar, and I have pocket informant. I went into the registry and changed the path to those .lnk files, but this didn't work. Anything else I can do it is it impossible?

How To Replace Long Press Power Button Shutdown App With PsShutXP

Orig title:How Do I Remap Power To An App On My Mogul
I want to replace my long press power button application with psshutxp. I tried to edit the registry, rename the link to long_press etc..., map key 00EC and nothing.. Need help...
I did download aebplus but it fights with the default shutdown app..
i'm running WM6.1 on my sprint mogul
Eazy
http://forum.xda-developers.com/showthread.php?t=398571
NotLutzik said:
http://forum.xda-developers.com/showthread.php?t=398571
Click to expand...
Click to collapse
Don’t do that to me.. Because I do contribute when I can.. and I actually have a fix.......
If you didn’t know you could have posted that.. Well here it is..
You need to do two things..
1. Save and zip the file called “PowerOffWarning.exe” from the windows directory
2. Go to the directory that has your psshutxp executable in it and rename the psshutxp.exe to PowerOffWarning.exe.
3. Zip the new “PowerOffWarning.exe” and skin files into a zip file.
4. Execute the zip file and overwrite the “PowerOffWarning.exe” file in the windows directory.
5. Press and hold your power button and enjoy your new shutdown/reset/screen off options.
NOTE: the only reason I choose to do it on long press is because I sometimes quickly want to turn off my screen when putting the phone back into the case. I don’t want to worry or wait for the app to come up and choose an option.
I have attached the two files and they came from a Mogul running WM6.1. If you use these files please backup your device first.
Eazy
maybe someone can create a cab for me please ;-)
mm with diamond don't go.. any ideas?
Great idea Eazy. I'll be waiting for a cab too...
On my hermes, there is no poweroffwarning.exe, so your solution will not work on all devices.
Just had a quick look at the running tasks, and the warning comes from gwes.exe, which is the 'Graphics, Windowing and Events Subsystem'
eazy2001x said:
Don’t do that to me.. Because I do contribute when I can.. and I actually have a fix.......
If you didn’t know you could have posted that.. Well here it is..
You need to do two things..
1. Save and zip the file called “PowerOffWarning.exe” from the windows directory
2. Go to the directory that has your psshutxp executable in it and rename the psshutxp.exe to PowerOffWarning.exe.
3. Zip the new “PowerOffWarning.exe” and skin files into a zip file.
4. Execute the zip file and overwrite the “PowerOffWarning.exe” file in the windows directory.
5. Press and hold your power button and enjoy your new shutdown/reset/screen off options.
NOTE: the only reason I choose to do it on long press is because I sometimes quickly want to turn off my screen when putting the phone back into the case. I don’t want to worry or wait for the app to come up and choose an option.
I have attached the two files and they came from a Mogul running WM6.1. If you use these files please backup your device first.
Eazy
Click to expand...
Click to collapse
Works fine on my Touch Pro.
And, if you use program like Resco Explorer, you can pass the ZIP routine, and go directly to overwriting the .exe .
works on my Trinity 6.1
very nice thank you!!!
jez83uk said:
On my hermes, there is no poweroffwarning.exe, so your solution will not work on all devices.
Just had a quick look at the running tasks, and the warning comes from gwes.exe, which is the 'Graphics, Windowing and Events Subsystem'
Click to expand...
Click to collapse
seems like you know your problem.. so run the app and make sure its the same app to shut down your phone then replace it following the process.. i never said that it will work on all devices hence the reason that i posted what phone i was using.. i am using it on my diamond as well..
if you need any more help let me know.. all i did was post a process that worked for me. if you need to use a diff exe please feel free to do so..
eazy2001x said:
seems like you know your problem.. so run the app and make sure its the same app to shut down your phone then replace it following the process.. i never said that it will work on all devices hence the reason that i posted what phone i was using.. i am using it on my diamond as well..
if you need any more help let me know.. all i did was post a process that worked for me. if you need to use a diff exe please feel free to do so..
Click to expand...
Click to collapse
I'm sorry, I certainly didn't intend to imply any criticism of your work.
For anyone else in my situation, unfortunately the gwes.exe is a vital process, which is always running, and does more than just the power off warning. As there is no standalone app for this warning in my rom, there is no exe which can be replaced.
I made a cab for the method stated.
PsShutXP_Replace.cab is just an automated way of Eazys method on the first page so check that first.
PsShutXP_Diamond.cab is the same method but with the VGA version and a diamond skin from lesteryh
Can this be undone if it doesn't work?
I think there's still the issue where it doesn't work right if you also use S2U2. not sure which ones at fault there.
Works fine on my Vogue running NSFAN's 6.1 Rom. I'm also running S2U2.
I dought the uninstall will work. If you want to go back then read Eazys post on page one and backup the file first.
eazy2001x said:
Don’t do that to me.. Because I do contribute when I can.. and I actually have a fix.......
If you didn’t know you could have posted that.. Well here it is..
You need to do two things..
1. Save and zip the file called “PowerOffWarning.exe” from the windows directory
2. Go to the directory that has your psshutxp executable in it and rename the psshutxp.exe to PowerOffWarning.exe.
3. Zip the new “PowerOffWarning.exe” and skin files into a zip file.
4. Execute the zip file and overwrite the “PowerOffWarning.exe” file in the windows directory.
5. Press and hold your power button and enjoy your new shutdown/reset/screen off options.
NOTE: the only reason I choose to do it on long press is because I sometimes quickly want to turn off my screen when putting the phone back into the case. I don’t want to worry or wait for the app to come up and choose an option.
I have attached the two files and they came from a Mogul running WM6.1. If you use these files please backup your device first.
Eazy
Click to expand...
Click to collapse
It works!
Many thanks!
Anthony2oo5 said:
I made a cab for the method stated.
PsShutXP_Replace.cab is just an automated way of Eazys method on the first page so check that first.
PsShutXP_Diamond.cab is the same method but with the VGA version and a diamond skin from lesteryh
Click to expand...
Click to collapse
Hey.. Can I ask you to change up how your cab works.. Just to make things easy.. I have not ventured into how to make cab's yet but will soon..
User:
Install PsShutXP (QVGA/VGA)then run the (not yet created) cab
Your cab:
create a directory under \program files\PsShutXP called Backup
create a directory under \program files\PsShutXP called modfile
copy \Windows\PowerOffWarning.exe to \program files\PsShutXP\backup
copy \program files\PsShutXP\PsShutXP.exe to \program files\PsShutXP\modfile\PowerOffWarning.exe
copy program files\PsShutXP\modfile\PowerOffWarning.exe to Windows\PowerOffWarning.exe and overwrite the file.
copy \program files\PsShutXP\*.gif to \Windows\
and on your uninstall
copy \program files\PsShutXP\Backup\PowerOffWarning.exe to \Windows
This will allow the user to uninstall the program if needed.
I am also using that skin on My Touch pro but removed the text up top that says Touch Diamond.
If you could create that cab it would be greatly appreciated. Until then everyone can just follow the manual process..
Working Devices so far:
Mogul 6.1
Touch 6.1
Touch Pro 6.1
Touch Diamond 6.1
Vogue 6.1
Trinity 6.1
jez83uk said:
I'm sorry, I certainly didn't intend to imply any criticism of your work.
For anyone else in my situation, unfortunately the gwes.exe is a vital process, which is always running, and does more than just the power off warning. As there is no standalone app for this warning in my rom, there is no exe which can be replaced.
Click to expand...
Click to collapse
I'll help you out.. I don’t think gwes.exe is the right file for you to be looking at.. How about this.. It seems that when you hold down your power button you get the same type of power off warning box that we do.. How about you go into your windows directors and sort by exe. Then start clicking on each exe until you see the warning box pop up and then you will know which file shuts down your phone. That’s how I found the PowerOffWarning.exe file. Please report back...
There's a thread over at ppcgeeks that I can't find right now, but it said to just copy the psshutxp.exe and paste a .lnk in \Windows\. Then you rename the "psshutxp.lnk" to "Long_Power.lnk". This method doesn't overwrite any exe's and works like a charm on my Touch Pro.
at the time that did not work on my mogul.. if it is working for you then your good.. if it works for anyone else then they dont need to use this process.. i have not tested that on my diamond pro since this worked for me.

TF3D links customization

I happily own a HD since Thursday after a Diamond and a Pro: HD is far better!!
I tried the utility posted in the diamond forum to change the default links to time and calendar, it does not work, after the patch the TF loops without starting.
Did anyone try already?
SSMAPA
Originally Posted by Medic View Post
Hey guys if your like me your missing using PocketInformant. I found the solution to remap the calendar in TouchFlo to PI. Here are the steps needed.
Download app from here http://forum.xda-developers.com/showthread.php?t=407777
This seems to be a very great tool but I've only experimented with remapping my calendar.
Disable TF3D
Run SSMaPa.exe from phone
Check Extended Init and press Init
Click on setting and highlight replace calendar
Check "patch enabled"
Under new program type in the path of pocketinformant
-In my case it was /Program Files/WebIS/PocketInformant/PocketInformant.exe
Delete arguments
Type in directory where exe file found
-In my case it was /Program Files/WebIS/PocketInformant/
Click save
Click deploy tab and press deploy patch
Next you will need to copu these 2 files from your TP windows directory using activesync and resco explorer or a similar program to a folder on your PC.
_mpmantoday.dll and _mpman.exe
Next download file editor from here http://forum.xda-developers.com/show....php?p=2721128
Unzip folder to extract files
Once unzipped open Unsign folder and drag your two extracted files one by one over Unsigner.exe. Very quickly a msdos window will open up and it will seem as if nothing has happened but don't worry the files have been modified at this point.
Now just overwrite the 2 files with the same 2 files in your TP windows directory.
Go into your settings and reenable TF3D and you should hopefully have remapped the original calendar app with PocketInformant.
All donations, thanks, beer, coffee, women, kudos should go to Svenso and Schreda over at xda since this was done using their apps and help. I'm not worthy and only a messenger of my good fortune.
Edit: Just in case I've confused people, this is the post that made it all happen http://forum.xda-developers.com/show...&postcount=208
rinobed said:
I happily own a HD since Thursday after a Diamond and a Pro: HD is far better!!
I tried the utility posted in the diamond forum to change the default links to time and calendar, it does not work, after the patch the TF loops without starting.
Did anyone try already?
Click to expand...
Click to collapse
the same thing happened to me, still cant get it to work
Don't forget to unsign
Don't forget to unsign the changed files with the unsign.exe of the file editor tool - otherwise TF3D won't start!!!
http://forum.xda-developers.com/showthread.php?p=2721128
thanx for the help but i cannot seem to find these two files
"_mpmantoday.dll and _mpman.exe"
you said they are in the TP windows directory
what do you mean by TP?
thanx
Iv figured it out, thanx
Hi xdaman85
Where did you find _mpman.exe and mpmantoday.dll?
Are these hidden files?
Many thanks for your help
punta

Categories

Resources