Any way to add new softkeys on the bottom bar - Windows Mobile Development and Hacking General

Hi, is there any program or tweak to add one or more new softkeys on the bottom bar besides the original left and right softkeys?
The new softkey can be associated with different shortcuts for quick program loading/menu display/convenient operations on different programs' interface, (not just today screen). So it will give users an easy DIY method to improve some programs' users interface.
Thanks!

twfx said:
Hi, is there any program or tweak to add one or more new softkeys on the bottom bar besides the original left and right softkeys?
The new softkey can be associated with different shortcuts for quick program loading/menu display/convenient operations for different programs. So it will give users an easy DIY method to improve some programs' users interface.
Thanks!
Click to expand...
Click to collapse
There are many great programs able to do what you want, welcome to the forums, please refer to this link for search results to get you start on the road to answers, it's not hard to use the search button before posting a new thread, okay

snachez said:
There are many great programs able to do what you want, welcome to the forums, please refer to this link for search results to get you start on the road to answers, it's not hard to use the search button before posting a new thread, okay
Click to expand...
Click to collapse
--------
I did have done the search work quit a long time before posting this thread.
Actually I know lots of ways to re-map the softkeys and hard buttons. I also found the solution to add new options in the softkeys' menu list.
But my question is to ADD one/more new SOFTKEY. I do appreciate if you can just confirm me that you do have seen any solution for my question. Then I will do the search work harder but hopefully .
Thank you for your reply.

I have no answer for your problem but I am using BatteryStatus that allow to configure icons in the bottom of the screen.
Go here: http://www.chi-tai.info/cs_batterystatus_xda_neo_wm5_ext_im_cs.htm

Cassatta said:
I have no answer for your problem but I am using BatteryStatus that allow to configure icons in the bottom of the screen.
Go here: http://www.chi-tai.info/cs_batterystatus_xda_neo_wm5_ext_im_cs.htm
Click to expand...
Click to collapse
---
Thank you!
Actually I know SKMenu can do this job, in some way. I am seeking a simple solution/program, which is more flexible and powerful for the above-mentioned purpose.

a far as i know there is no way for that. but if you need so much buttons i would use one of the many launchers.

Wisbar Advance 3 can show one more Button, I think!

Related

Can I get "New" on Today Screen on WM 5 like on

This morning when I visited the forum, there was a post of what has happened to the "New" task on the left bottom corner of the screen on WM 5? I didn't have time to read it at the time and an hour later when I was back I couldn't find this post anywhere.
My question is, is there a way to get the "New" task on WM 5 like it was on WM 2003?
Thank you!
For the "new" feature, it's not implemented in WM5. Kind of. But watch this (ie my) space :wink:
But for now, you can check out my post here:
http://forum.xda-developers.com/viewtopic.php?p=204692#204692
Start the apps as such:
\windows\addrbook.exe -new
\windows\calendar.exe -new
\windows\tasks.exe -new
Click to expand...
Click to collapse
V
Thanks for your posting!
The way you're suggesting is the way I'm doing it now, but I miss the old way I was opening "new" messages, texts, appointments, you name it, on my old XDA.
Is there a way of having that "New" task back to the bottom left corner of the screen? Would PocketPlus help?
Don't know about PocketPlus. I think there is a way to emulate the New button. I'll be investigating it when I get time...
V
Hi, I was able to track down the "New Menu" software. I have now installed it on my XDA Exec and it's working fine... like good all days.
This is the website you can download the software from!
http://www.saman-cz.com/ppc/wm5newmenu.html
Good luck!
New Menu
I am using the WMnewmenu - a great app - basically a task launcher
I've just noticed you can add anything to the menu - just added tomtom which is handy
I really want to add the start menu but can't seem to do this. What's the link please
If I can add the start menu I can scroll to what I want using the keys rather than having to touch the screen
Regards
PAul
hays - VJKeyPress can be used to pop open the startmenu.
V
I have included the link in my previous posting. Have a more careful look again and it's there! :wink:
It's a shareware. YOu can download it and install it immediately.
Could you please give me the link to the MNnewmenu? I'm looking for a good task launcher too.
Thank you!

How to make buttons in place of menus

Hi,
how to add a button like the 'Up' button in explorer? I think that they are called soft-key buttons. so how to add them? and are they supported in WM2003?
I also see Resco explorer implements them.
Thanks,
Mohammad
Ok, maybe I havent clarified things so I post a picture of what I want. hope you will help me
You can't.
The soft keys are a feature of WM5. They are actually regular menus. If you create an app with just two menus it will display like that on WM5 device and in the normal fashion on WM2003.
The only thing you can try is covering the menu bar and simulating the soft keys and the SIP button. Read about SHFullScreen on MSDN.
levenum said:
You can't.
The soft keys are a feature of WM5. They are actually regular menus. If you create an app with just two menus it will display like that on WM5 device and in the normal fashion on WM2003.
The only thing you can try is covering the menu bar and simulating the soft keys and the SIP button. Read about SHFullScreen on MSDN.
Click to expand...
Click to collapse
This is not quite true, you can have the same behaviour in WM2003SE, the only difference is that you have to do everything by your own.
In both OS, the so called menubar is in fact a toolbar. So in WM2003SE, if you want to have the same effects as in WM2005, you have to subclass the toolbar and use custom drawing. You also need to handle the SIP window, if you want to place it in the center. Of course, this is not straight forward...
Cheers,
.Fred
ok. now I know its possible. but can anybody provide some relevant links?? Thanks
mohgdeisat said:
ok. now I know its possible. but can anybody provide some relevant links?? Thanks
Click to expand...
Click to collapse
Sorry I don't think you will find a lot on this matter on the net, I already made a dig, but not much found.
Anyway,
1) try http://www.pocketpcdn.com, especially the forums and look for toolbar, commandbar and shmenubar
this article will give you some hints: http://www.pocketpcdn.com/articles/right_toolbar.html
2) read msdn about toolbar subclassing and NM_CUSTOMDRAW handling
3) read msdn about shmenubar api
3) use Spy++ or related application to hook the menubar in wince and see what you get
4) make some tests and you will have something like that (full image in zip):
Cheers,
.Fred
Hi,
I have searched too much but found almost nothing about this issue. Please anybody has any article, link or sample project?? I need it very much.
Mohammad
mohgdeisat: what do you really need to know?
Start by making a project, and cosmetically program a custom menu bar/button bar to emulate the WM5 menu bar. It's not impossible, it's actually quite easy, but it is tedious.
Once you can do that, come back and show us.
Next step will be to patch it into your target app.
Realistically this is quite a tough task, at least if you want to generically patch soft keys into the whole OS, because softkeys (and menu bars) and prepared on a per app basis - the menu bar on the Today screen in Wm2003 is different to WM5 for example. You would have to parse in the WM2003 menu into your emulated WM5 softkeys, per app, and even then it would still not match WM5, because the WM5 menus have been reordered from wm2003 apps to match the Microsoft design guidelines for softkeys.
But start by emulating the softkeys in a standalone app, before thinking about the next task.
V
Yes VJ, I really need to make my first step to learn this stuff, and I will do it soon with god's willing.
I have First exams this week so I might start it next week and I will post what I get here to have your feedback.
Thanks all and good luck

(found) Cascaded programs-only menu

(edit) Quickmenu in english is out !
Hola amigos, since I don't use wisbar anymore I'd love to find such a launcher.
I want cascaded, direct access to the (initially submenu) programs list
I don't need to have recent apps or settings (builtin start menu already does the job quite well).
Cubes are useless to me (too slow, uncomplete lists, don't use the contacts fav. page)
Do you know something like that, or is it still to develop ?
Would you like it as well ?
And at last, does someone know how to make a shortcut that launch builtin start menu ?
Thanks for reading !
SmallMenu seems to be the perfect candidate for you. the start menu that SmallMenu uses is customizable, so you can take out the Recent Programs and Settings as you wish, as well as adding other items such as Running Tasks or Task Management Tools, among other things.
or WisBar Lite.
Thanks for your answers, I just tried both of them:
Wisbar lite is too slow at scrolling application list and can't directly display programs (one need to open the programs submenu).
SmallMenu is really cool. It's uglish, but it does its job well.
I may write another launcher to fit exactly what I need with a better look.
Meanwhile, thank you for the hint !
So, what you want is a pretty SmallMenu? How pretty you want it to be? I mean.. er.. care for a photoshopped of what you are having in mind?
Ok, I just played a bit more with SmallMenu & it's almost perfect.
Actually, I'm member of the Ban-The-Stylus association
Above all I want bigger buttons (I should have mentionned it before), for easy thumb operation.
Also a better look would be nice.
So I need a bigger font (that looks better), separators between each row and a gradient background for each row as well.
The ability to have running tasks displayed in a submenu is also great, and so would be the closing icon if it was, once more, bigger.
Or much better, if we could close the application with tap 'n hold !
I'd be glad to purchase if that wishlist is fulfilled, the problem is, I can't even find a Contact link on their homepage, while the development seems active. Weird.
Do you have an idea how to contact them ?
Small menu is great and all. But isnt there any program out there that can cascade the start menu and dosent give you all the extra stuff thats in small menu and wisebar lite?
I just want a program that cascades the start menu. no task manger, no soft reset, no battery meter and so on....
KidGixxer said:
Small menu is great and all. But isnt there any program out there that can cascade the start menu and dosent give you all the extra stuff thats in small menu ?
Click to expand...
Click to collapse
You can disable them. I don't think your concern is about 20/30kb storage space ?
I've been using SmallMenuPlus for a few months and find it too useful to be without. Organize your programs into like directories and it's too easy.
With it being an execute file you can link it to a hard button, cube, shortcut or even a FTouchFlo launch swipe
Now I have no use for the default WM Start bar except to get into Settings (SmallMenu seems to forget where this is on every S/R).
I have no problem navigating and selecting with my thumb, although slightly larger icons wouldn't be rejected.
Taping the small icon in the top left corner can be hit-and-miss sometimes so I made my own larger one and select it with the 'Use external skin for start button' option. This way I can't miss it but still leave a little room to get the default Start bar if I need to. Make your icon 25 high and any width, mine is 42x25.
No one is aware how to contact Small Menu authors ?
Do we get an email address to contact them when we register ?
I'd like to see if they can do something about my requests before I register.... but no forum, no contact form, no email, too bad
alternatively you could try psw indibar 2.7.0 for cascading menus, (have tried the lot and to me, this one's the keeper), and it tops up by giving ram and or battery meters on the top bar, or anywhere you want.
Customization is a pain in the beginning, but once done you;ll be happy
www.apoxsoft.com
lastnikita said:
No one is aware how to contact Small Menu authors ?
Do we get an email address to contact them when we register ?
I'd like to see if they can do something about my requests before I register.... but no forum, no contact form, no email, too bad
Click to expand...
Click to collapse
Try [email protected]
how about "quick menu"... a totally free cascading menu supporting today themes without handicaping the original today menu....the only problem is...only simplified chinese version is available....
http://www.yonsm.net/read.php?358&page=6
note: the latest version is 2.7 which was released on 22/10
by the way, this is his email address: [email protected] egg on him to release an english version if you like quick menu as i do^^
Thanks a lot for both suggestion and contact link, I'll give them a try later tonight !
I have sent a mail to that guy. His other software is in english so I think we have a chance.
iiiox said:
how about "quick menu"... a totally free cascading menu supporting today themes without handicaping the original today menu....the only problem is...only simplified chinese version is available....
Click to expand...
Click to collapse
I'm giving up on trying it, too lazy ^^
Does it support font customization (size) ?
Lastnikita,
This is something I am very interested in, if that gives you any motivation.
I too used to use Wisbar but it was far too hit and miss for my liking. Sometimes it would load in, sometimes not. It all depended on teh theme in use at the time as it was sensitive to some, not sensitive to others. In the end I pulled it.
Will keep a watching brief on this thread to see how you get on.
Cheers
WB
iiiox said:
how about "quick menu"... a totally free cascading menu supporting today themes without handicaping the original today menu....the only problem is...only simplified chinese version is available....
http://www.yonsm.net/read.php?358&page=6
note: the latest version is 2.7 which was released on 22/10
by the way, this is his email address: [email protected] egg on him to release an english version if you like quick menu as i do^^
Click to expand...
Click to collapse
Oh yea this program rocks. I searched around for QuickMenu 2.6. from what i found out, he is working on an english version but having problems.
wacky.banana said:
I too used to use Wisbar but it was far too hit and miss for my liking. Sometimes it would load in, sometimes not. It all depended on teh theme in use at the time as it was sensitive to some, not sensitive to others. In the end I pulled it.
Click to expand...
Click to collapse
Not to sound like a commercial but if plain old vanilla cascading start menu is what you want then why not use WA3 with the default theme which looks pretty much like the WM6 default and disable all the bells and whistles?
I've never heard of a case where the default theme wouldn't load -- it was usually the fancy aftermarket themes that added all of the extra graphics and sounds that caused the loading problems.
can't you just use wm5newmenu?

customize

any advise will be greatly apreciated
On the home screen of my diamond 2, below the touchflo slider icons i have two links one is 'Phone' the other is 'Camera'.
Basically i want to change the 'Camera' link to 'Contacts' or 'All People' so i can quickly access my contacts.
Im sure this is possible, can any one point me in the right direction.
Many thanks in advance
yasinism
yasinism said:
any advise will be greatly apreciated
On the home screen of my diamond 2, below the touchflo slider icons i have two links one is 'Phone' the other is 'Camera'.
Basically i want to change the 'Camera' link to 'Contacts' or 'All People' so i can quickly access my contacts.
Im sure this is possible, can any one point me in the right direction.
Many thanks in advance
yasinism
Click to expand...
Click to collapse
SoftKey registry is located in HKLM\Software\HTC\Manila
You have both LSK and RSK path and text.
thanks for the reply
Dont realy want to go into the registry as i am not very experienced, is there some sort of app or cab that i can use?
thanks
yasinism
yasinism said:
thanks for the reply
Dont realy want to go into the registry as i am not very experienced, is there some sort of app or cab that i can use?
thanks
yasinism
Click to expand...
Click to collapse
I think TD2 Tools may be able to set soft keys.
Its really easy and there are instruction if you search.
again thanks for the reply
I have TD tools instaled, but there is no option to remap soft key or buttons
yasinism said:
again thanks for the reply
I have TD tools instaled, but there is no option to remap soft key or buttons
Click to expand...
Click to collapse
**Edit, removing program**
tried keyswop but it didnt work for me
managed to get it working with diamond tweaks but it only had a set amount of programs to choose from, i wanted 'HTC people' version of contacts but it only listed the windows mobile layout of the contacts... yeah i know i am being a bit picky!!!!
is there any way of adding htc people to the list?
Thanks for all the advice mate
I just find this:
http://tiltmobility.com/remap-your-today-softkeys/
Softkey Changer didnt work for me im afraid......thanks for the info my friend.
The search continues !!
Maybe this:
http://forum.xda-developers.com/showthread.php?t=589305
You may try HDTools or Advanced Config aswell, I remember it worked for me when I had WM6.1, but should work also with 6.5, since the registry keys are the same in that area.
EDIT: I thought that it wouldn't be very smart to install a whole app just to get one tweak..so I made a little .cab that should link the Left Soft Key to Contacts. Tested and working on my device, I hope it works for you!
Install on your device (not SD) and soft reset, that's it. To revert to previous configuration just uninstall the .cab in the usual way.
That may help You forum.xda-developers.com/showpost.php?p=3292483&postcount=2
thanks for the ideas i will try them out.
This forum is awsome and thanks to everyone for taking the time to reply.
yasinism
I'd go for FdcSoft SoftkeyAppletEx.cab it's free and simple a real WYSIWYG application
Have fun,
Senax

Important Questions everyone needs to know

1. Can the sense UI be somehow positioned into landscape mode with a .cab?
2. How do you get into the registry? All visible is HKM? no HKLM files found anywhere...
3. How to search for specific threads under one phone on xda.
Knucklessg1 said:
1. Can the sense UI be somehow positioned into landscape mode with a .cab?
2. How do you get into the registry? All visible is HKM? no HKLM files found anywhere...
3. How to search for specific threads under one phone on xda.
Click to expand...
Click to collapse
1. Yes, use attached cab. It will rotate the display when you rotate the phone into portrait. I only know this to be working on the HD2.
2. What registry editor are you using?
3. Navigate to the forums for that model, and any of the subforums there that apply to your question, and then use the "search this forum" button in the top right, immediately above the list of threads.
Thanks ALOT, you dont know how much this helps, also i am using RESCO for registry, but i think i found a youtube video for that. Thanks alot, if i could award you something i would, (if there is, please do tell as well) (like a thumbs up, or +karma, or whatever this site may use if any)
sirphunkee said:
1. Yes, use attached cab. It will rotate the display when you rotate the phone into portrait. I only know this to be working on the HD2.
2. What registry editor are you using?
3. Navigate to the forums for that model, and any of the subforums there that apply to your question, and then use the "search this forum" button in the top right, immediately above the list of threads.
Click to expand...
Click to collapse
ok so for the landscape cab, do i need a soft reset, and would you happen to know if cookies home screen mod works with the hd2 landscape? also, how do i find this app in the start menu, when i soft reset my phone, nothing happened when i switched my phone to landscape, any ideas?
I'm afraid that I have no idea if this works or not alongside of co0kie's mod. A soft reset after running the cab should be all you needed to get the rotation working, there's no app to run (or icon for it) after that, it just runs in the background.
You can try one more soft-reset (I think mine took 2 to kick in), and I would also go into settings and calibrate your g-sensor if you haven't already.
Also...are you rotating it the right way into landscape? so that the hardware buttons end up to the right of the screen? This cab will only do the rotation in that direction, and back.
I'm afraid the only officially-sanctioned expressions of gratitude here are the ones issued by the treasury...but this small bit of assistance isn't even worth the time it would take, so your words do the job just fine Pay it forward (here at xda, if possible!)
FYI:
It does work with co0kie's mod but it replaces some of the menu items while in landscape. I can definitely live with that, thank you for the awesome app.
S_M_E said:
FYI:
It does work with co0kie's mod but it replaces some of the menu items while in landscape. I can definitely live with that, thank you for the awesome app.
Click to expand...
Click to collapse
You're very welcome, glad it's working for you
For anyone that hasn't seen that tweak before, you'll want to check out the thread I found it in, there's a bunch more very useful stuff in there:
http://forum.xda-developers.com/showthread.php?t=584415

Categories

Resources