Launch HTC Start menu using button - Windows Mobile Development and Hacking General

is there a program or a cab that would allow us to assign the HTC Manila 3d Start menu to any hardware button?
i tried using AEButton plus but it only launches the default old windows mobile 6.1 drop down start menu..
i've tried everything from using manila.exe --switchtopage to searching the entire registry for clues but i can't find a path or attribute command that can be used in a LNK file to create a shortcut path to the HTC/Manila start menu..
i tried searching the threads too and got zilch for 2 days now..

ytsejam_ said:
is there a program or a cab that would allow us to assign the HTC Manila 3d Start menu to any hardware button?
i tried using AEButton plus but it only launches the default old windows mobile 6.1 drop down start menu..
i've tried everything from using manila.exe --switchtopage to searching the entire registry for clues but i can't find a path or attribute command that can be used in a LNK file to create a shortcut path to the HTC/Manila start menu..
i tried searching the threads too and got zilch for 2 days now..
Click to expand...
Click to collapse
maybe a stupid question, but were did you find htc 3D startmenu

maybe a stupid question, but were did you find htc 3D startmenu

pardon me. i haven't updated my profile for awhile now
i have a SE xperia with TF3d 2.1.. i am referrinng to the manilastart menu..
how to toggle (bring it up to screen and hide) it using hardware buttons..

the only solution i can find is to make a mortscript that would send a mouseclick at coordinates 1,1 to enable a start menu tap.. but that doenst work when you are on full screen (i.e. opera, powerpoint mobile, etc.)..
anyone has better ideas?

ytsejam_ said:
the only solution i can find is to make a mortscript that would send a mouseclick at coordinates 1,1 to enable a start menu tap.. but that doenst work when you are on full screen (i.e. opera, powerpoint mobile, etc.)..
anyone has better ideas?
Click to expand...
Click to collapse
Try Send WM_LBUTTONDOWN & WM_LBUTTONUP Message into HHTaskBar Window on coordinates around x=10,y=10
is that possible with mortscript??

thanks dude for the idea.. tried sending one to HHTaskBar.. too bad, nothing happens..

ytsejam_ said:
the only solution i can find is to make a mortscript that would send a mouseclick at coordinates 1,1 to enable a start menu tap.. but that doenst work when you are on full screen (i.e. opera, powerpoint mobile, etc.)..
Click to expand...
Click to collapse
You can bring the todayscreen in front I think
Code:
Show ("Desktop")
There is also an other command :
Code:
SendSpecial ("win")

Try http://www.vijay555.com/?Releases:VJKeyPress
JH

Related

Shortcut to Screen Rotate?

Hey All:
I'd like to create a shortcut to the Screen Rotate function for when I want to use my GPS software in Landscape mode.
You know - something shorter than doing a START > SETTINGS > SYSTEM > SCREEN.
Thoughts? Can't seem to find what controls it.
I know there is a rotation shortcut in the HTC Homeplug today screen addin - but I don't want to use that otherwise and just want to pop a shortcut into iLauncher.
You can go to button settings and assign a hard button to the rotate screen function.
Of course this assumes you are willing to give up a hard button... not sure if you are from reading your post.
Have you looked at Resco Explorer? I know Resco Explorer allows you to create start menu shortcuts. Maybe you can just create a shortcut of the Rotate screen exe.
You can try AE Button Plus. It allows you to map virtually any program or function to a hard button. And you can map several things to one button because you can map to single, double, triple, and long press. I have it set to double pressing the left soft key will switch to landscape mode.
Any chance anyone knows the file for rotating the screen? Funny enough it's not named rotatescreen.exe.
For now, I used iLauncher which has a rotate screen function and assigned it to an icon on my desktop.... but it seems crazy to me no one knows where to find the file or command that does this
Ok, I'll have to give iLauncher a look. It's funny because there is a screen rotate function in the HTC Home plugin I'm using, but it rotates the screen the opposite direction that I want on my Mogul. I'll have to keep looking.
Registry Change
I have been looking to do the same thing for some time now. i found that it's a registry value so my thinking is that it must be possible to create a script or app that can change this value but i have yet to find one.
the reg key and values are:
[HKEY_LOCAL_MACHINE\System\GDI\ROTATION]
Change the Value of "Angle" to the
dword:00000000 or dword:00000360 -> Portrait Mode
dword:00000090 -> Landscape(Right-Handed)
dword:00000180 -> Portrait Up-side Down
dword:00000270 -> Landscape (Left-Handed)
hopefully someone can come up with something from this. I'm using a touch btw but i think the reg values should be universal.
ok i found an app that will do it!!! see here:
http://forum.xda-developers.com/showthread.php?t=230981
it works great on my touch with WM6
for anyone interested i have since made a mortscript that will switch to and fro a little faster than rotateSE if someone wants it i can post it here.
This would be a good place for that, post away!
Grondinm said:
for anyone interested i have since made a mortscript that will switch to and fro a little faster than rotateSE if someone wants it i can post it here.
Click to expand...
Click to collapse
for anyone who was looking for my screenrotate mortscript sorry for the delay in posting it. it will be posted tonight. i have been very busy/tired of late but tonight is the night. anyone who does not have mortscript can get it here MortScript
here it is. i assumed that mortscript would be installed in \program files
place the script file anywhere on your device. See Previous post for link to get mortscript.
Try this small program, just execute in device then it will rotate. no installation required.
ahbe said:
Try this small program, just execute in device then it will rotate. no installation required.
Click to expand...
Click to collapse
Thanks man, works 100% nice with my HTC P3600 with WM6.1

Tough Cube Shortcuts

I've done a pretty thorough search on here and have not found this info yet:
1. I need to find a way to call up the Pocket Office menu (the one with Word, Excel, and PowerPoint shortcuts) from the touch Cube. I tried using the officered.dll but can't work it out. Any Ideas?
2. I would like to toggle wifi on/off from the touch Cube as well. Any ideas to that shortcut?
Thanks
1) Search for touch settings app. This should let you change shortcuts on cube faces. Be weary, if you start to play around with it's other options, i changed the animations of the cube via this app and could not get them to change back.
or
search around the key registry for the cube app side settings and to it manualy yourself.
2) Search for just that, either google or xda, wifitoggle or something. There is a small app that has a shortcut to it too that you can use.
TouchSettings application killed the animation of the Touch Cruise Cube. I'd recommend to generally stay away from it. There's a real thing there about the biotouch version etc...
I found that you just have to link to fexplorer.exe with the path to the folder you want to open in the parameters. This way you can link the touch cube to any folder.
Still looking to toggle wifi...
edan said:
... I found that you just have to link to fexplorer.exe with the path to the folder you want to open in the parameters.
Click to expand...
Click to collapse
That's exactly what I'd like to do but not sure what to enter in path/parameters/whatever. How do I make the tweaks?
Thanks.
Never mind - I figured it out myself somehow (Even a blind squirrel finds the occasional acorn).

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?

HTC Snap (Sprint) Re-mapping Internet & My Circle shortcut keys

Hi.
I was curious if anyone knows a way to re-map the internet browser shortcut key that is on the bottom right of the Sprint HTC Snap. I would like to have it open Skyfire instead of IE. Skyfire is set as my default browser but the button still opens IE. Also, do the same thing with the Mycircle key but change it to open Task Manager.
Thanks.
The file is in \Windows and it's called short_circle.lnk. Just make a new .lnk and call it short_circle.lnk and copy it to \Windows overwriting the old one.
Hi I got the Inner Circle key remapped using both short_circle.lnk and long_circle.lnk.
I am still having trouble getting the internet key to remap to Skyfire. I have tried making PIE.lnk, short_IE.lnk, long_IE.lnk, short_PIE.lnk, long_PIE.lnk. None of these seems to do the trick. Any ideas?
webworker01 said:
Hi I got the Inner Circle key remapped using both short_circle.lnk and long_circle.lnk.
I am still having trouble getting the internet key to remap to Skyfire. I have tried making PIE.lnk, short_IE.lnk, long_IE.lnk, short_PIE.lnk, long_PIE.lnk. None of these seems to do the trick. Any ideas?
Click to expand...
Click to collapse
That key may be hardware coded into the keyboard driver. Not sure.
Hello,
i have an German Model of the Snap.
And i don´t Use Inner Circle. So the TaskManager will be the best Applikation on this Button.
But it don´t work.
I Edit the Files
- InnerCircle.lnk
- Short_Circle.lnk
and Change ist to the TaskMgr.exe.
I Restart my Phone, but the Button always Call the InnerCircle Funktion.
What is my mistake?
Greatings
Christian
c.radi said:
Hello,
i have an German Model of the Snap.
And i don´t Use Inner Circle. So the TaskManager will be the best Applikation on this Button.
But it don´t work.
I Edit the Files
- InnerCircle.lnk
- Short_Circle.lnk
and Change ist to the TaskMgr.exe.
I Restart my Phone, but the Button always Call the InnerCircle Funktion.
What is my mistake?
Greatings
Christian
Click to expand...
Click to collapse
Christian, instead of editing the Short_circle.lnk file directly, try as follows:
1. Copy the TaskManager.lnk file from your Windows/Start Menu to another folder (i.e /Storage Card)
2. go in /Storage Card and rename TaskManager.lnk as Short_Circle.lnk
3. Copy this file into /Windows
This should work..at least it did for myself.
Regards
Hello,
thanks for your reply, but it doesn´t works.
The InnerCircle Key always start the Inner Circle Applikation.
Greetings
Christian
1) use total commander or the likes,
2) change the read-only attribute on the short_circle.lnk.
3) then replace the shortcut with whatever application you'd like to run and save it as short_circle.lnk.
Thanks! This worked for me.
ookba said:
That key may be hardware coded into the keyboard driver. Not sure.
Click to expand...
Click to collapse
Hi there,
Do you have more info on that ? I have a S521 (Frenchy ass, fruity ass), and the so-called internet key is for Live Mess-enger. I would be really interested in mapping a different function to that key.
Hi,
is it possible to re-mapping also key dedicated for Live Messenger? I try it in the same way, like for Inner Circle (which work correctly), but without effect.
I know this reply is late, but for anyone still playing around with HTC SNAPs:
lojza_ said:
Hi,
is it possible to re-mapping also key dedicated for Live Messenger? I try it in the same way, like for Inner Circle (which work correctly), but without effect.
Click to expand...
Click to collapse
Yep I managed this one:
do the same for \Windows\Start Menu\Messaging.lnk
I Used Total Commander, edited Short_Circle.lnk to be non read only
Found the shortcut i wanted to use, edited the file and copied the shortcut link (do a select all), then edit Short_Circle.lnk, remove the old shortcut path and select all and then paste. Enjoy your Custom single Button shortcut key
I have Telstra Branded Snaps, and i had to remove the security off the phones before i could untick the read only attribute on the Short_Circle.lnk shortcut.
To remove the security:
Install "Clear Security.cab"
Install and Launch Microsoft’s Security Configuration Manager on your PC
Select Security Off from the drop down menu and click the Provision button, the program will install a file called Tool.cab on the mobile device.
MS Security Configuration Manager available here:
http://www.microsoft.com/downloads/...8c-d587-47e0-908b-09fee6ea517a&displaylang=en

Please help - can't change the right softkey!

Hi guys!
I tried to change my right softkey from "Menu" to "BT Toggle" (a bluetooth switching program I've already installed) using Advanced Configuration Tool 3.3 but it didn't work on my HD2.
When I restart the HD2, the key is changed to "BT Toggle" but after entering the PIN and after HTC sense started the key is named "Menu" again.
I looked into the registry but all is right there, the changes were saved. But why is the new softkey name only displayed before starting HTC sense and not after?
Any ideas?
Best regards,
Oliver
Home RSK
I wouldn't mess with the right soft key of sense.
Only the left.
How would you edit the quick tabs?
If you aren't using sense, only the WM interface, you can edit those SK's.
Did you get BT Toggle to work?
It wouldn't for me.
Benz-Driver said:
Hi guys!
I tried to change my right softkey from "Menu" to "BT Toggle" (a bluetooth switching program I've already installed) using Advanced Configuration Tool 3.3 but it didn't work on my HD2.
When I restart the HD2, the key is changed to "BT Toggle" but after entering the PIN and after HTC sense started the key is named "Menu" again.
I looked into the registry but all is right there, the changes were saved. But why is the new softkey name only displayed before starting HTC sense and not after?
Any ideas?
Best regards,
Oliver
Click to expand...
Click to collapse
This one works with my HD2:
http://forum.xda-developers.com/showpost.php?p=4292054&postcount=11
Sorry, what do you mean with
I wouldn't mess with the right soft key of sense.
Only the left.
Click to expand...
Click to collapse
My english isn't that good...
Using this post by vovichek62 as a guide I used the following process to change the right soft key:
Download LuaDec from here and extract
Copy \Windows\07c67730_manila from device to luadec folder (and somewhere else as a backup).
Open a command prompt there
Run
Code:
luadec 07c67730_manila > 07c67730_manila.lua
Open 07c67730_manila.lua in an editor like notepad
You need to change two functions. The fuction above "SetSoftKey = l_0_0" sets the text for the soft buttons. This is my modified line:
Code:
_application:SetRightSoftkey(Softkey(Locale:GetString("IDS_CONTACTS"), OnMenuPressed))
I think it was originally set to IDS_MENU. That "OnMenuPressed" is the function called when you press it.
So now you need to change that function - The function above "OnMenuPressed = l_0_0". On mine this is now:
Code:
l_0_0 = function()
_application.Navigation:Navigate(URL("Manila://people/browserlayer/peopleAll.page"), false)
end
Now, back in the command prompt run:
Code:
luac -o 07c67730_manila 07c67730_manila.lua
and copy 07c67730_manila back to your device.
If you were up for it you could probably copy some of the left soft key code to allow changing the right soft key in the registry.
Xaddict is right, once you do this you can no longer tweak your home buttons. If I need to change one I go back in to the registry and find:
HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\0\IsSet (where 0 is the button number) and change the value to 0. If you then restart manila (or your device) you can change that button. It will still show the old text and icon until you do. I also made a simple .reg which clears all the buttons, attached. For me it was worth this hassle as I could remove the People tab.
Tx fot BT Toggle
Nice one.
Thanks very much : )
Benz-Driver said:
This one works with my HD2:
http://forum.xda-developers.com/showpost.php?p=4292054&postcount=11
Sorry, what do you mean with
My english isn't that good...
Click to expand...
Click to collapse
iv just made a new 07c67730_manila file that reads from the registry
so all you have to do is download my 07c67730_manila file
http://www.filefront.com/16489283/07c67730_manila
then copy it to your windows folder (backup the old 07c67730_manila file)
then in registry at:
HKLM > Software\HTC\Manila
Change:
HomeRSKPath
HomeRSKText
HomeRSKArguments
to anything you like
for contacts:
HomeRSKPath Manila://people\browserlayer\?.page
HomeRSKText anything you like something liek contacts or all people
HomeRSKArguments leave this blank
how to remove quick Links without the menu:
all you do is hold the quick link you dont want for about 3-4 seconds and then drag it away this works on my dutty rom but gessing its the same for all roms
I am using HD2Tweaks - beats the hassle of backing up/copying manila files, editing registry entries - to assign the left and right softkey at the Home/Today screen.
But the available options are a fixed set.
Telephone (default for left), Menu (default for right), Backlight, Contacts, Contacts List, Notes, Calendar WM, Calendar WM (week view), Calendar WM (month view), New Appointment, Tasks, Messaging, SMS/MMS, Internet, Opera, Camera, Album, Comm Manager, File Explorer, Google Maps, Internet Sharing, MyPhone, RSS Hub, Radio FM, Windows Live, You Tube.
http://forum.xda-developers.com/showthread.php?t=588652
HD2Tweaks does not work for me on duttys rom so if HD2Tweaks works thats grate but mine is like a backup option
Holding quicklinks for 3-4 secs dont work for me. I'm on 1.66 WWE stock ROM. Need help on how to remove quicklinks. Also does anyone know the path for New SMS on LSK or RSK? Thanks!

Categories

Resources