Is there an easy way to switch between running tasks? - Touch HD General

I know Wisbar will list running applications on the top status bar, but I don't have wisbar. Is there a similar way to switch between running tasks without going back to Programs and re-launch the app?
Thanks.

There are some alt+tab applications out there that you can map to a key and switch between them (just like on a computer).

No need to install anything... From any application, press the [HOME] key (the house icon next to the 'pick up the phone' icon on the bottom of the phone) and that'll take you back to the TF3D home screen. Then, tap the upper right icon, which, assuming you haven't changed much, should be the task manager. A list of running apps will drop down. Just tap an application and it will come up and be active.
Hope this helps...
Jesse

Thanks all for replies.
I just found a freeware tool WkTask that does exactly what I am looking for. Also, it has the ability to exclude tasks that you don't want to show up on the task bar such as ActiveSync, Gyrator...

resque2 said:
Thanks all for replies.
I just found a freeware tool WkTask that does exactly what I am looking for. Also, it has the ability to exclude tasks that you don't want to show up on the task bar such as ActiveSync, Gyrator...
Click to expand...
Click to collapse
This is also done by the default task manager of HD. Just press the icon that has three horizontal lines in the upper right corner of the screen and select the wrench icon.

Or you could use apps developed by the clever guys here at XDA-Developers...
http://forum.xda-developers.com/showthread.php?t=420220
Works well on my TouchHD...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I use the AE Button Plus task manager/action menu, you can assign it to a button and cycle through the open apps. simple and effective.

Who need beautiful device: Task Facade
Who need simple and fast: AE Button Plus Task manager

Related

What App Is This?

Wish I had a photo, but I remember seeing some Today screens that inidicated the number of voicemails, e-mails and SMS messages on the very top of the screen where signal strength, the clock, volume, etc indicators are. Can someone tell me what app(s) do this?
Well, there's Phone Alarm. But that is on your Today screen, not up on the top bar. But you can put it up next to it, like this...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I feel as if I've seen it in the area above where you've placed PhoneAlarm. Does Wisbar do what I'm looking for?
It's not this one is it?
V
^^^ It is! ^^^
What is it?
dunno but the website tat pic came from was:
http://www.vijay555.com
The screenshot shows a couple of plugins I wrote, and some other tricks.
Ok, basically, I used my app called VJToggleToday to minimise the StartBar and Bottom bar down to maximise screen space.
Then, I used a custom PhoneAlarm skin I wrote. Using VJToggleToday, that can now "replace" the standard OS Start Bar.
It's all explained here, and the skins etc are available:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
VJToggleToday is being re-written for WM5 - go to the end of that thread for the current alpha release.
I haven't converted the PA skin to the WM5 version yet. I'm in the process of doing it now.
V
Thanks! I look into this; however, the links to your alpha release of VJToggleToday don't seem to work.
Try this one:
http://www.vijay555.com/vj/releases/vjtoggletodayii/vjtoggletodayiialpha.exe
V
Thanks! Hopefully your full release will offer the option to keep the lower menu bar.
makisupa: use the configuration screen (or edit the registry directly), and just set the softkeys to 26 pixels as default. Then the softkeys will stay, but you can hide the start bar (top bar) as you wish.
In the current alpha release, both bars can be sized to whatever size <=26 pixels you want.
Access the config by launching it with the command line -config
V
vijay555 said:
makisupa: use the configuration screen (or edit the registry directly), and just set the softkeys to 26 pixels as default. Then the softkeys will stay, but you can hide the start bar (top bar) as you wish.
Click to expand...
Click to collapse
Where is this located in the Registry?
HKLM > Software > Vijay555 > VJTodayToggle
But as I said, you don't need to use the registry, you can use -config
V

Internal Use Spy???what is this?!!

I was messing with my JAM the other day, and I tried to find a hidden screen in the today menu, just like the one you get when you press the action button in the middle of the directional pad + touch the clock icon on the today screen in the top right corner....
I know this is the RUN command just like the one in other windows OS...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
so I tried pressing the action button for a second + pressing something else..
and when I tried the space between the start icon and Sync( or G or E.. etc) icon... I get a message as in the screenshot...
does anybody know what is this? or what is it for??
BTW.. it appears that it doesn't mater whether I press Yes or NO... nothing seems to happen, and no files or what ever is stored in the root or in My Documents..
Excellent find, very useful for developers!
V
wow, in substance u can retrieve infos on the current window in the screen like size name etc (but u can do it only if there is enough space between the title bar and the notification icons) even if I'm not a programmer, I guess it's very useful for others.. cool find :wink:
By MocciJ
Nice of MS to leave a built in functionality of the Spy++ utility.
Regarding the yes / no it doesn't create a file. If the window is a child (any window but the today screen) it shows the info on its parent.
For those who are not developers little explanation:
hwnd - window handle that the OS uses to identify and control windows
style / ex - windows style (border / ok button etc.) and extended style, determines how window looks and behaves.
Class - type of window (like button)
Window - total window size.
client - "client area" size. Internal par of the window not counting border scroll bars, menus etc.
Owner - parent window (the window that contains this one).
thank you levenum for your helpful explanation..
tested working in Wizard not only in Today screen but also while playing games
I do not want to be the one to spoil the moment but you can get that same info (and more) just by using a TaskManager with Windows Management feature :roll:

Run command built into WM6...did anyone know about this?

Windows Mobile touch screen devices have a “Run” option that lets you start a program by entering its executable file name. For example, if you wanted to use Run to start Internet Explorer Mobile, you would follow these steps:
1. Press and hold down on the center key of your D-pad and then tap and hold on the time display in the upper right corner of the screen. Then release the D-pad button. A small pop-up menu appears displaying two options: Run and Clock.
2. Select the Run option and the Run dialog box appears.
3. Enter the name of Internet Explorer’s executable file (“iexplore.exe”) into the box labeled “Open.”
4. Press the OK button and Internet Explorer should start up.
Thats a good find, Serf. Probably faster for executing some commands than browsing the windows folder.
Wow, this is perfect for running programs with options. I had to download Resco file explorer just to run DMRouter.exe with an option to do the aGPS hack. This will doing it on my friend's phones much faster.
That was a GEM of a find! I can now run the ESPT app whenever I need to look at my profile.... not that I ever need to but that's NICE!
Thanks for posting this! I accidentally did the proper sequence to bring up the run box once, and didn't remember how I actually did it... was never able to replicate it.
Awesome! Did you figure this out by accident?
segadc said:
Awesome! Did you figure this out by accident?
Click to expand...
Click to collapse
Does finding the right answer through Google count as an accident?
I needed to bring up DMRouter.exe and didn't want to install a new proggy, glad it helped more than just me.
learned something new for the day. I met my quota.
BUMP
bump...
Some people were asking me how to do this.
Windows Mobile Classic and Professional can 'Run Dialog';
!!! The ‘Action’ key is usually the center of the D-Pad or CTRL if you are using the former SIP emulator;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(It's just a picture, I don't have this 'skin', I am still looking for it though ).
!!! As an additional tip, did you know that if you tap and hold without the ‘Action’ key being pressed, a different popup menu will appear? This one allowing you to select between an analogue ~ and digital clock being displayed on the navbar!
Senax

how to start a single panel from desktop shortcut

i've searched in the programs directory the executable file of a single panel, for example 3d-fish panel, but in the directory i've founded only .dll without .exe...
what's the method to start a panel from a shortcut? what command i must launch?
tnx
nothing?
i must put an argumentto panelManager.exe?
I don't actually think that's possible, as panels are run from within an application (exe). They're not supposed to be used seperately. It's like trying to watch a movie in notepad, just not designed to work there.
Unless someone feels like making it, ofcourse.
for example, XperiaTweak can launch a panel from our choice automatically, then i suppose it use a command but what command?? i don't find it!!
sidvizioso said:
for example, XperiaTweak can launch a panel from our choice automatically, then i suppose it use a command but what command?? i don't find it!!
Click to expand...
Click to collapse
I believe that XperiaTweak uses it own extra software to launch the panel of choice.
Yeah the Xperia Tweak probably sets a command to press the X-Panel button, and then it tells the X-Panel software which panel to chose.
poetryrocksalot said:
Yeah the Xperia Tweak probably sets a command to press the X-Panel button, and then it tells the X-Panel software which panel to chose.
Click to expand...
Click to collapse
I think so too, as Xperiatweak also shows the LED lights that are associated with pressing the panel button.
However you simply want to run the application right ? Then ask Pubba ! He made EXEs which wrap media and radio panels. It should be easy with any other panel. Maybe even generic panel launcher could be made.
His EXEs are posted here (look for 'Pubba'):
http://forum.xda-developers.com/showthread.php?t=441439
Hi,
at the moment I'm working on this because I like to have this to.
I will tell you when I have managed to do it.
--------------------------------------------------------------
Got it working now
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great you've got it running. Can you share your solution?

Quick Menu disappeared after ROM upgrade..

Hello everybody
Yesterday I tried to upgrade my HTC TD2 form WM 6.1 to 6.5
After reading the instructions from the official site, I've succesfully (as I thought) installed the 6.5 version on my htc
Unfortunately, after this, I realised that the Quick Menu icon and the Task Manager tab from the Settings menu have been vanished
I tried everything to bring them back (including many hard resets) but nothing worked - the quick menu icon is still missing
I dunno what else to do, should I downgrade my phone back to 6.1 or there's a solution to make this quick menu/task man. work again...
Do you mean the program Quick Menu? or are you referring to the task manager?
I mean this icon on the upper right of the screen
http img13.imageshack.us/img13/5287/iconhf.png
It's completely gone and I can't find any way to make it appear again..
WM6.5 has replaced the task manager with the drop down menu.
You can install another task manager but it will be difficult to access as you have to hit just the very edge of the taskbar and the "X" will not display.
An alternative would be to run the program QuickMenu which provides an alternate start menu and has built in task manager, but it resides on the left instead of the right.
Excuse me for not being so clear.. It's quite late in the evening here in Greece
youtube.com/watch?v=BlRpUaHzvK4&feature=related
In this vid you see that the Quick Menu (this is how it is referred in the manuals) is located on the upper right of the screen (most times next to the battery meter) , and when you click on that it'll open a drop down menu with the Programs name and and X next to it (so that you can close any program quickly)
After I upgraded my phone, this is completely gone, and next to the battery meter there's nothing (just a small empty space), and I can't find any way to make it appear again. Even after 5 hard resets, this problem still persists
Should I downgrade to get it back or there's a way to fix it?..
No, you were clear and I understand what your issue is.
I have enclosed a taskmanager that will work, but as I previously stated, it probably will not display as it used to and will be hard to access.
I have since switched to using a program called QuickMenu that will display all of your running programs and can be closed from the menu, same way as it does in a taskmanager. Its just sits on the left of the taskbar and not the right.
Sorry if my explanation wasn't clear.
I see..
It was a good feature, I can't really understand why it was removed.. Anyway
Where I can get this QuickMenu program you use?
Thanks for your answers, you've been very helpful
http://forum.xda-developers.com/showthread.php?t=340352
Latest version attached.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you all guys

Categories

Resources