Tough Cube Shortcuts - Touch Cruise ROM Development

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).

Related

Getting Running programs in the tray

On my XDA mini, I had the convenient little icon in the tray (at the bottom of today screen) that was a shortcut to the running programs box in the settings menu.
How do I enable this on the Wizard? I don't want to have to install a whole task manager program, when the one built in works just fine. I just need to get to it easier.
try WM5NewMenu by saman, where you can set a shortcut for this particular setting, among others, through any of the softkeys or the buttons. it's a drop-down menu list, though, not an icon.
http://forum.xda-developers.com/viewtopic.php?t=40088
PHMTray.
V
Thanks, PHM tray is closest to what I was looking for, but is it windows mobile 2003 only?
I really would just like to have that little icon that goes to the memory screen back. The Magician had this, and I think other models do too.
This is the solution
Create a shortcut that has the following contents
44#ctlpnl cplmain.cpl,4,2?deviceinfo.exe,-103
You can do this by creating a shortcut to any program, then using activesync explorer to find it, copy it, and paste it on the desktop, open it with Notepad, and edit it. Start with a PPC shortcut so that it in the right character set.
Then return it to a folder on the PPC and put it in PHM Traylaunch. It gives you one touch access to the Settings/Memory program. The part after the ? controls the visual icon.
thanks! I'll try this...
though, I am sure this must be possible through some sort of registry setting...
I am digging through my EXTROM on my old XDA mini to see if I can find out
after all this, I just resorted to putting the shortcut in my start menu... it'll do for me I guess... :?
I've attached the link for those who want it.
I like things to be simple. No extra software to install, no complicated settings. Just click it and done!
thanks for all your help guys

Quick way to settings on Today screen

Hi. I'm using cLauncher and I'm wondering if there was a way to get things like phone settings, display settings as an icon setting on the Today screen. Going through menus is a bit slow for frequently used functions. Thanks.
There is a thread somewhere around here that deals with making shortcuts for items on your phones "control panel" I wish I could find it, but it's going to be a bit of a ***** to do so probably. If I do find it, I will let you know.
Curious D said:
Hi. I'm using cLauncher and I'm wondering if there was a way to get things like phone settings, display settings as an icon setting on the Today screen. Going through menus is a bit slow for frequently used functions. Thanks.
Click to expand...
Click to collapse
This might help.
You can use this cab to create a link to the today settings and then add it to cLaunch. It creates a link to start>settings>personal>today.
In order to link to things such as the backlight control enter \Windows\Backlight.lnk (note lnk is LNK in lower case) into the 'File Path' field within the cLaunch settings. You can also add custom icons as well - search google for suitable 32x32 icons and then convert them to bitmaps. They work a treat.
To find out other useful info about shortcuts check the following posts by vijay555: http://forum.xda-developers.com/search.php?searchid=507575
This link does not appear to be working - use advanced search using the word 'completeness' and the user id vijay555 which will return the required links.
They are very useful and informative. Vijay555 is also a fan of cLaunch from what I gather.
cLaunch is a great piece of freeware! I'd recommend it to anyone!

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

Ultimate launch question.

Trying to create a button link to "settings" in my verizon ppc for UL, any ideas?
thank you very much.
Jon
"UltimateLaunchConfig.exe" is the app. What kind of "button link" do you want? In a UL button? or a hard button?
If you mean create a button to show the settings menu, this should work for you:
Go to Windows\Start Menu
Copy Settings
Paster a shortcut (for settings) anywhere.
create a new button using the shortcut you created​
AthenaLod said:
If you mean create a button to show the settings menu, this should work for you:
Go to Windows\Start Menu
Copy Settings
Paster a shortcut (for settings) anywhere.
create a new button using the shortcut you created​
Click to expand...
Click to collapse
Much respect to all first and foremost. From my experience with UL, that may work for some applications located in the Windows folder, but not all. For instance, you cannot create a shortcut for the Today settings to switch up your themes, Power/Soft Reset , or even Remove Programs either. There's a slew of programs that can't be made into shortcuts within UL. It's perhaps a limitation of UL.
But there is hope and light at the end of the tunnel. If one desperately wants to create /include such applications (Power, Resetting, Today, etc) with UL, one can install Mobile Shell because it create shortcuts in itself, which UL can then detect. Pocket Plus may be able do the same, but I'm uncertain.
Also, the word on the street, the next version will be 'better' and I don't have the slightest clue as to when that release will surface. I'm no expert, just a big fan like of UL. My two cents.
this answer is a little bit wrong:
1. you can make a Shortcut to ANY wm setting. example: command: ctlpnl, param: cplmain.cpl,10 (for uninstalling software) search in the other ul threads.
2. Daniel Who wrote UL made also some "smartutilities" for make calll, toggle wifi, softreset and many more, google for it. this are small .exe you can link to.
yes, i was attempting to have a button inside of UL access the settings area. I have the xv6700 which appears to have a problem with keeping UL on the today screen after a soft reset. so before I soft reset I need to change my today plugin to something else. otherwise when i reboot nothing shows up and will not load any other plug-ins. Makes it easy to have a quick link cause I'm not a stylus fan.
Thank you very much guys. would have never thought of making a short cut of it. thanks again!
-Jon
bluemetalaxe said:
this answer is a little bit wrong:
1. you can make a Shortcut to ANY wm setting. example: command: ctlpnl, param: cplmain.cpl,10 (for uninstalling software) search in the other ul threads.
2. Daniel Who wrote UL made also some "smartutilities" for make calll, toggle wifi, softreset and many more, google for it. this are small .exe you can link to.
Click to expand...
Click to collapse
Good information. This seems to be a hot topic at the moment and assume this info hasnt been highlighted before. Perhaps a brave soul will post some shortcut command params, directions/instructions in their spare time, and have them listed/located in one thread for easy like the icons. (And also some of those "smartultilities" as well).
How about game area ? my problem 's it's difficult to create all game in icons. so I would like to make a link to call all game folder as when we call it by startmenu
robosiris said:
Good information. This seems to be a hot topic at the moment and assume this info hasnt been highlighted before. Perhaps a brave soul will post some shortcut command params, directions/instructions in their spare time, and have them listed/located in one thread for easy like the icons. (And also some of those "smartultilities" as well).
Click to expand...
Click to collapse
Well, I'm not very brave, but I knew this page existed on PPCSG.COM, so I thought I'd share it. It shows how you can create .LNK files to many of the Settings Applets. Hope it helps.
-pvs
Here is a link to majority of the settings options:
http://forum.xda-developers.com/showthread.php?t=340974
Just find the one you want, open notepad on your PC copy the line into notepad, with only that text, and save as power.lnk, for example, then have the button set to that link.
Any Idea on how to add a folder shortcut? I want to have my different photo albums
Is there a way to specify the appropriate ICON in the .lnk file? I have the "cplmain.cpl,26" working but it just shows a generic icon.
Just change the icon in the display tab.
Folder Shortcuts
muzikfreakah said:
Any Idea on how to add a folder shortcut? I want to have my different photo albums
Click to expand...
Click to collapse
Did you ever get an answer on this? If so, how do you make a shortcut to a folder? I've tried using the context menu of creating a shortcut and then having UL point to the shortcut but it doesn't open it.
Thanks for any info!
would like to know this as well.
bdumch said:
Did you ever get an answer on this? If so, how do you make a shortcut to a folder? I've tried using the context menu of creating a shortcut and then having UL point to the shortcut but it doesn't open it.
Thanks for any info!
Click to expand...
Click to collapse
I hadn't used this yet, but resco explorer has an option (you have to edit the regsitry for it) that let's you load folders according to command line arguments (then you can use UL to load the folder in resco straight using a command line).
you should check it out.

Launch HTC Start menu using button

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

Categories

Resources