remap the start menu? - Windows Mobile Development and Hacking General

Is there a way (i know there must be ) to remap the start menu icon to open something else in wm5 / wm6 pro? if so, how?
shouldnt it just be a reg hack?

bump......but i think its rather function in coredll, or wherever that function is...
it would be NICe to have wm5newmenu on that damn button imo...
i am thinking about changing image of m$ for something else...and i have almost same problem as yours...it may be possible with ROM kitchen...but..mabye not.

there are apps i have seen, just apps, that seem to replace the start menus with there version of a start menu, but idk how they do it

Hmm, if it is not possible to change the start menu icon functionality, it may be possible to make a workaround (something on the lines of wisbar)..

atomicshockwave said:
Is there a way (i know there must be ) to remap the start menu icon to open something else in wm5 / wm6 pro? if so, how?
shouldnt it just be a reg hack?
Click to expand...
Click to collapse
I've been looking for ages! Only solution I've found is SK Menu. What it seems to do is overlay its own window on top of the Start button, & you can assign pretty much whatever you like to it (Tap & Tap n Hold)

Related

Changing "Programs" link in Start Menu

Hi All,
I was wondering of there's a way to change the Start menu or the "Programs" Link in the Start Menu to open another application. I want to develop something like gStart, but for PocketPC (on smartphone u can change the a registry key to set another application as the default app when u click "Start" button). Mio A700 screenshots has a gr8 MioMenu very nice and sexy so i want o do something like that.
thanks for your help
On PPCs the start menu works like in regular windows – there is a folder ("start menu") under windows with all the shortcuts. You can change the files there, create subdirectories etc.
You can also catch the taskbar window (class "SS_TASKBAR I think…) and just cover the start button with your own window.
Hope this helps.
you must edit the shellres.dll file , in this file has the path to the "programs folder"
I think he was pertaining to a custom "programs menu" like calling for example folderview.exe and not the Path or not where the folder is being called.
A programs menu replacement instead of using the defualt one.
I actually saw an app like that some time ago, it was very small like a few kb and just lied in the background waiting for you press the start and when you did it launched an app of your choice instead of showing the start menu...
Don't remember the name though : / think it was based on something called green button or something which is basically the same thing but for the call button... maybe you should around some, or hopefully someone knows what i am talking about and can give you a link
Leonick said:
I actually saw an app like that some time ago, it was very small like a few kb and just lied in the background waiting for you press the start and when you did it launched an app of your choice instead of showing the start menu...
Don't remember the name though : / think it was based on something called green button or something which is basically the same thing but for the call button... maybe you should around some, or hopefully someone knows what i am talking about and can give you a link
Click to expand...
Click to collapse
This one:
http://forum.xda-developers.com/showthread.php?t=486712
You could add a shortcut to any other folder and then hide the programs link. To do this, set the Programs folder to hidden.
allelimo said:
This one:
http://forum.xda-developers.com/showthread.php?t=486712
Click to expand...
Click to collapse
Yup pretty much like that, but except for the Start or Windows Start, the "Programs" with in the start menu is being intercepted and launching an alternative "Programs Menu"
I guess the only way is to make an ordinary Start Menu replacement (same as the defualt Start Menu) with the exception of having the "Programs" launch another program.
This way, looks and feels of WM is still the same.

Editing the Start Button

I use SPB Mobile Shell and I would like to make it so "SPB Menu" comes up when I press the Start button on the top left hand corner.
Is there a way to do this?
I dont think this is possible, but why would you want to do that, a pop up menu is great in my opinion.
I recommend you to assign the spb menu to one of your hardware keys, like the camera key or something like that,
cu
It is possible - for example QuickMenu can replace the start menu with itself. HTC EnlargeStart Menu does the same. Maybe it needs some kind of registry hack.
tomazez said:
I dont think this is possible, but why would you want to do that, a pop up menu is great in my opinion.
I recommend you to assign the spb menu to one of your hardware keys, like the camera key or something like that,
cu
Click to expand...
Click to collapse
I LOVE the SPB Menu and since I use my fingers 99% of the time on my Touch I don't really have a use for the built in Start menu.
I know there has to be a way to do this, I just hope it is a easy one.
I looked through my registry a bit but I didn't see anything that would change this.
It has to be possible.
Is there a way to do a registry dump, perform the HTC Start Menu Tweak and then perform another dump and somehow compare them to see what has changed?
With Wisbar Advance 3 you can map the start button to anything you want.
I installed Wisbar Advance Desktop to play around with when I first got my Touch. I uninstalled it because I didn't like the functionality. After the uninstall I still have Wisbar icons showing up in some of my menu's. There is no way I am going to install one of their bloated products just to do one simple function.
Hi, i am looking for the same Startbutton tweak.
I want to remove the Startbutton AND the word "Start" right to the button.
Wisbar Lite Taskmanager does remove the word "Start".
I'd like to know how this works, and somehow it must be possible to remove or reassign the Startbutton without installing WAD or WA3, a megapackage for only one function.
If someone has the skills to do this and/or write a simple program to make this happen I wouldn't mind compensating them. Either in $$ or Webhosting!
Nothing is being removed in most of these cases, the start button and or title bar is being covered up.
JudgeDredd67 said:
Nothing is being removed in most of these cases, the start button and or title bar is being covered up.
Click to expand...
Click to collapse
I don't want anything removed, I just want to change the link on the Start menu to point to something else.
bump it up!
I compared the registry with the large menu on and off and this is all I found. Not much help (for me anyway).
BIG START MENU
[HKEY_LOCAL_MACHINE\Software\HTC\EnlargeMenu]
"DropDown"=dword:00000000
"Enable"=dword:00000001
LITTLE START MENU
[HKEY_LOCAL_MACHINE\Software\HTC\EnlargeMenu]
"Enable"=dword:00000000
"DropDown"=dword:00000000
fowen said:
I don't want anything removed, I just want to change the link on the Start menu to point to something else.
Click to expand...
Click to collapse
He says that it's not a registry tweak... maybe those programs relocate the title bar and put themselves in that positions looking similar with different functions... That is the way that evb used to work fullscreen (relocating the title bar, sip and taskbar)...
I finally gave in and reinstalled Wisbar Advance. I would rather accomplish this without using Wisbar but for now it will work.

Here's the trick to assign panel button to other exe

Only works for exe (shortcut ".lnk" won't work)
Code:
1. HKLM\Software\SonyEricsson\PanelManager\ApplicationName
2. e.g. Change it to "\..\Windows\Pie.exe"
thats just linking to another application. but its not released for windows mobile use.
jackleung said:
Only works for exe (shortcut ".lnk" won't work)
1. HKLM\Software\SonyEricsson\PanelManager\ApplicationName
2. e.g. Change it to "\..\Windows\Pie.exe"
Click to expand...
Click to collapse
NICE find ! Thx alot !!!!!
It works flawlessly with Quickmenu !
So.. I got my Startmenu-Button back !
Btw: I also installed the Blackstone FM Radio Cab so no functionality is gone from my X1. The Mediapanel is nice but.... Who cares...?
DocMAX said:
thats just linking to another application. but its not released for windows mobile use.
Click to expand...
Click to collapse
???
Of course it is a registry tweak and not an application ?
What am i doing wrong?
i changed the reg key to: \Windows\CommManager.exe
but it still tells me that there is no panel manager instead of opening the communication manager.
anheuer said:
What am i doing wrong?
i changed the reg key to: \Windows\CommManager.exe
but it still tells me that there is no panel manager instead of opening the communication manager.
Click to expand...
Click to collapse
I made this mistake as well, it's because you've missed the most important part.
1. HKLM\Software\SonyEricsson\PanelManager\ApplicationName
2. e.g. Change it to "\..\Windows\Pie.exe"
"\..\"
You must put that at the start. I did my comm manager and has to do:
"\..\Windows\CommManagerLink.exe"
Thanks for finding this to the OP as well, been looking to get this changed for a while!
i installed one of the roms that do not have panel manager installed. this trick doesnt seem to work on the rom
im confused
cansomeone pls explain what u can achieve by changing this buttoins function other than losing acces to the panel function :S or does this simply mean u can save cpu usage
pls reply with some insight
thnx
Uh... but if you assign your panel button to something else.... then how you gonna access the panels still?
This is incase you dont use the panels.
Like me... i have had the original rom, and 2 roms here on this forum (custom)
And with every rom i had the same thing.
Having tf3d and panels will crash my phone (when i use e.g. google panel and then hit the x for panel change, then i often need to remove battery and place it again)
i rather have the tf3d then panels if i have to choose.
so thats why i use the X for a different app.
AE Button Plus
Or you could use 'AE Button Plus' it works for me flawlessly. I can assign the Panel Button to just about anything I choose.
how did you asign something to the AE button?
how do i reassign another button to run panel manager? I tried to execute /Program Files/Panel Manager/PanelManager.exe but that does not bring up the panel manager
anheuer said:
how did you asign something to the AE button?
Click to expand...
Click to collapse
In AE Button Plus main screen, select FILE menu and choose ADD BUTTON and the dialog box that pops up is waiting for you to press a hardware button...
Press the X-PANEL button (which will probably launch panel manager if it's installed, no matter close that down) it will then allow you to press in the dialog box 'ADD KEY' and also shows you the Key code...
The key code will be next to the newly created button in the list for you to assign to whateve you like.
fotoingo said:
NICE find ! Thx alot !!!!!
It works flawlessly with Quickmenu !
So.. I got my Startmenu-Button back !
Click to expand...
Click to collapse
how did you do this? i want panel button remapped to start menu but i cant seem to figure it out there is no startmenu.exe in windows file??? what is the file called?
thanks
he uses QuickMenu 2.7 as a replacement start menu.
patterns said:
how did you do this? i want panel button remapped to start menu but i cant seem to figure it out there is no startmenu.exe in windows file??? what is the file called?
thanks
Click to expand...
Click to collapse
Yeah, assign Quickmenu.exe to the panel button and you get a "startmenu" button. Search for Quickmenu 2.7 around the forum....
doesnt work
I followed your directions and can't get the x-panel button to run quickmenu. It still runs the panel manager. There's something else that needs to be done, and I haven't' a clue what that is.
At least I was able to load the cab file that makes panels work on the touch HD. So when I eventually get the x-panel button reassigned, I can still access panels (which I infrequently do as it is). I have yet to see the value of panels. I like running things in the background concurrently, i.e. listening to streaming radio or mp3, txt'ing, using GPS, or exploring on the web. Panel switching seems to halt other tasks.
Kinda works
Finally got quickmenu to work with the x-panel key. Another important tidbit of info is that quickmenu must already be running for the x-button to invoke it. Otherwise it loads panelmanager.
Another bit of info, as soon as you run panel for the first time (in programs, the touch HD cab adds it on install), the behavior reverts back to the x-panel key invoking panelmanager and not quickmenu. I checked, quickmenu is still running. Figure that one out. Very confusing.
i installed panel as a seperate cab, i dont have the panel manager in my programs and i cant seem to invoke it any other way besides pressing the hardware button
apprentice said:
Or you could use 'AE Button Plus' it works for me flawlessly. I can assign the Panel Button to just about anything I choose.
Click to expand...
Click to collapse
I heard AEbutton plus cannot grab the OK button. Is this true?

Change lower buttons functions

Hello, In rhodium the lower buttons are "Phone" on the left and "Camera" on the right.
How can I change this buttons to other functions as "programs" or others?
I try with Advanced configuration tools and other utilities but when soft reset all return with original values. My rhodium have Italian rom.
Thanks
Use HD Tweaks works on mine.
Use HD Tweaks with caution.. Some of the tweaks might give issues on TP2.. For one, its a know issue that one or some of the volume tweak would disable sound on your TP2.. There after, you make calls and you can't hear the other side..
brahmanto said:
Use HD Tweaks works on mine.
Click to expand...
Click to collapse
Not work. Softkey not correct change with HD Tweaks on my rhodium
I too would like the answer to this one
Anyone know how to change the keys at the bottom?
Camera kind of annoys me since I occassionally hit the damn button and am getting lovely shots of the inside of my pockets!
rossclarke said:
Anyone know how to change the keys at the bottom?
Camera kind of annoys me since I occassionally hit the damn button and am getting lovely shots of the inside of my pockets!
Click to expand...
Click to collapse
hahahahahahaha that is so funny
I used soft key applet and it worked great
Use Touchflo Detacher, you can set the softkeys on the homescreen aswell as in Touchflo 3D to any application or shortcut (ink) you want.
http://www.codeplex.com/TFDetacher
At the moment I have Camera and Windows Messenger
Hard Keys
In case you didn't know already, you can also set the Send key as a shortcut as well. Just go Settings > All Settings > Personal > Buttons
ilabstudios said:
Use Touchflo Detacher, you can set the softkeys on the homescreen aswell as in Touchflo 3D to any application or shortcut (ink) you want.
http://www.codeplex.com/TFDetacher
At the moment I have Camera and Windows Messenger
Click to expand...
Click to collapse
Hi Can u show a screenshot how it looks like on your TP2?
Advanced Config 3.3 works a treat on TP2, and ys it does allow you tochange the soft keys too.
Jimllfixit said:
Advanced Config 3.3 works a treat on TP2, and ys it does allow you tochange the soft keys too.
Click to expand...
Click to collapse
just to add to the above, the softkeys options are in menu->more settings (or something like that)
ilabstudios said:
Use Touchflo Detacher, you can set the softkeys on the homescreen aswell as in Touchflo 3D to any application or shortcut (ink) you want.
http://www.codeplex.com/TFDetacher
At the moment I have Camera and Windows Messenger
Click to expand...
Click to collapse
Thanks for that simple hint! I was wondering which one "button1" was...
Jamiewalshe said:
just to add to the above, the softkeys options are in menu->more settings (or something like that)
Click to expand...
Click to collapse
thanks a lot....
too bad there is no option to remap the (right) soft key for all programs, or did i miss something?
portos03 said:
thanks a lot....
too bad there is no option to remap the (right) soft key for all programs, or did i miss something?
Click to expand...
Click to collapse
You can remap both soft keys (left and right) the same way: either choose the program from your application list shown in the pull-down window, or choose the application from any location on your device by clicking [...] path search on the right side. This way you can remap both soft keys to ANY program on your device.
with a reg editor you can go for : HKLM->Software->HTC->Manila
Here it is : HomeRSKPath (Write the path of the desired app)
Below is : HomeRSKText (Write the text you want to see in home right soft key).
Hope it can help.
Is there a way to just remove the two soft buttons and have the tf3d icons on the bottom? I am running an auto lock program and the phone button is not needed as I can use the hard button.

How to remap Hardware Buttons?

Hi,
on the X2 there is no "Buttons" app in the personal Settings Menu as usual found on like any other Windows Mobile Phone i ever used.
I tried the Vito Button Mapper 4.0 which is rather old and doesn't seem to work.
I want to remap the "Panels" Hardware Button to open the Start Menu instead, since I ripped the Panels off (with the SEUS-Method as described in ROM Development).
I bet this can be done via Registry somewhere, or anybody knows an app able to config the Buttons?
Thanks
After some hours of searching and trying i found the tool "AE Button Plus".
It's not free and not my first choice, since it's a memory resident app running in the background and hooking keys. Supports hold and multiple click stuff too.
I would prefer tweaking it via registry, but can't figure out how.
The key would be:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys]
Under this, the folders represent the buttons, but only two to be found on the X2 and I wasn't able to change them successfully. If anyone could figure this out, I'd be happy!
http://forum.xda-developers.com/showthread.php?t=704280

Categories

Resources