Need Help Converting Task Manager from VGA to QVGA - Windows Mobile Development and Hacking General

I need some help from the community to figure this out. Older HTC Task Managers cause the taskbar to disappear (in my rom) when you touch Quick Menu and rotate to landscape. The one from the Diamond 1.93 ROM (2_1_34563_100) doesn't do this, however the Quickmenu icon in the upper right (see pic) is sized for VGA. Functionally it's fine, but visually it's not very nice. I've searched the dll's, exe's and images, but the quickmenu icon is not there. I think I've narrowed down the registry entry that controls the icon to:
[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"LauncherUp"=hex:\
20,00,00,00,01,00,00,00,0A,00,00,00,A0,00,00,00,02,00,00,00,04,00,00,00,1E,\
00,00,00,1C,00,00,00,02,00,00,00,04,00,00,00,16,00,00,00,08,00,00,00,02,00,\
00,00,0C,00,00,00,16,00,00,00,10,00,00,00,02,00,00,00,14,00,00,00,0C,00,00,\
00,16,00,00,00,16,00,00,00,14,00,00,00,18,00,00,00,15,00,00,00,15,00,00,00,\
15,00,00,00,19,00,00,00,16,00,00,00,14,00,00,00,16,00,00,00,1A,00,00,00,17,\
00,00,00,13,00,00,00,17,00,00,00,1B,00,00,00,18,00,00,00,12,00,00,00,18,00,\
00,00,1C,00,00,00,19,00,00,00,11,00,00,00,19,00,00,00,1D,00,00,00,1A,00,00,\
00,10,00,00,00,1A,00,00,00,1E,00,00,00,1C,00,00,00
"LauncherDown"=hex:\
20,00,00,00,01,00,00,00,0A,00,00,00,A0,00,00,00,02,00,00,00,04,00,00,00,1E,\
00,00,00,1C,00,00,00,02,00,00,00,04,00,00,00,16,00,00,00,08,00,00,00,02,00,\
00,00,0C,00,00,00,16,00,00,00,10,00,00,00,02,00,00,00,14,00,00,00,0C,00,00,\
00,16,00,00,00,10,00,00,00,14,00,00,00,1E,00,00,00,16,00,00,00,11,00,00,00,\
16,00,00,00,1D,00,00,00,17,00,00,00,12,00,00,00,17,00,00,00,1C,00,00,00,18,\
00,00,00,13,00,00,00,18,00,00,00,1B,00,00,00,19,00,00,00,14,00,00,00,19,00,\
00,00,1A,00,00,00,1A,00,00,00,15,00,00,00,1A,00,00,00,19,00,00,00,1B,00,00,\
00,16,00,00,00,1B,00,00,00,18,00,00,00,1C,00,00,00
I'm pretty sure the above controls it because if I remove the entries completely I get a white box instead of the normal horizontal lines and down arrow. Anyone know how to read/convert this so I can use it on a QVGA screen?

Related

Any way to quickly change orientation of screen?

I had a Universal until recently (too bulky, buggy, and Wizard is so much nicer!) so I now have the Wizard/O2 Xda Mini S.
On the Uni there was an icon on the Today page for changing orientation of the screen with 1-click. On the Wizard there is none, and I have to navigate through several menus in Settings to change it.
Any way to add the Universal's Today icon to the Wizard?
Or failing that, how can I add Start Menu shortcut to the 'Screen' option in Settings?
Check out phm tools keys. They have a screen rotation shortcut.
I think there are registry hacks to show the screen rotation UI icon though (WM2003 at least)
V
CJSnet said:
I had a Universal until recently (too bulky, buggy, and Wizard is so much nicer!) so I now have the Wizard/O2 Xda Mini S.
On the Uni there was an icon on the Today page for changing orientation of the screen with 1-click. On the Wizard there is none, and I have to navigate through several menus in Settings to change it.
Any way to add the Universal's Today icon to the Wizard?
Or failing that, how can I add Start Menu shortcut to the 'Screen' option in Settings?
Click to expand...
Click to collapse
er...slide the keyboard out?
vijay555 said:
Check out phm tools keys. They have a screen rotation shortcut.
I think there are registry hacks to show the screen rotation UI icon though (WM2003 at least)
V
Click to expand...
Click to collapse
Thanks, would really like that reg hack if anyone can find it?
EDIT: I found this for the Universal but it has no effect on my Wizard:
To change the display of the screen rotation icon in the system tray
The setting is at 'HKEY_LOCAL_MACHINE\System\GDI\ROTATION'
The 'HideOrientationUI' DWORD value can be set to '1' to hide the icon or '0' to show the icon
For example, to hide the screen rotation icon
HKEY_LOCAL_MACHINE\System\GDI\ROTATION\HideOrientationUI = 1
wilesd said:
er...slide the keyboard out?
Click to expand...
Click to collapse
CRAP! I opened this thread for the sole purpose of making that exact smart-ass response. You suck.
:? Just to clarify for those of you who don't credit me with a milligram of intellect, I wish to orientate the screen when not using the keyboard. This is a feature of WM5 and the Universal allows you to do it from the home screen, but not the Wizard.
I have however solved it by using Spb PocketPlus
CJSnet said:
:? Just to clarify for those of you who don't credit me with a milligram of intellect, I wish to orientate the screen when not using the keyboard. This is a feature of WM5 and the Universal allows you to do it from the home screen, but not the Wizard.
I have however solved it by using Spb PocketPlus
Click to expand...
Click to collapse
Anyway to do it without installing pocket plus ?
Why not hook it up to one of the hardware buttons ? If you're worried about running out of buttons, you can probably install one of the button managers?
I've got '<Rotate Screen>' (built-in option in Buttons) under the 'voice call' button, and Magic ScreenShot under the same button+hold (normally 'voice memo'); I highly doubt I'll use either of those voice functions, so they fit nicely there
I just added it to mort button, but its still a key press and then a tap of the screen, would much prefer a today icon just to be tapped.
Well, maybe time for a developer to step in and make a tiny application that rotates the screen
http://www.devx.com/wireless/Article/21590/1954?pf=true
and
http://www.pocketpcdn.com/articles/rotatese.html
have code examples, but no compiles (boo, hiss - why is that?)
ZeBoxx: I've done it, but PHM tools already contains very effective screen rotation icons. Find PHM Keys... assign to hardware key or shortcut or whatever. Use his or my VJTrayLaunch and stick it in the tray as well if you want... oh, mort script does this as well I think.
V
Well, there we go
And for more light-weight (are they, really? I have no idea);
270-degrees (for Wizard):
http://www.pocketgear.com/software_detail.asp?id=15527
90-degrees (exact opposite side :x):
http://www.pocketgear.com/software_detail.asp?id=15011
180-degrees:
http://www.pocketgear.com/software_detail.asp?id=15332
PHM Keys seems to have some other neat things that I might download it for, but personally I'm happy with just having <Rotate Screen> under the 1 button (no special button managers)
off-topic: is the PHM website ever going to be back?
I have pocket plus 3 installed, so i just added 'Rotate screen left' onto the close button context menu.
Now its just a click-hold and click away - even from within a program (comes in handy when using internet explorer).

Removing Taskbar/Bottom section of Today - Possible?

At the bottom of the Today screen, you got your SOFT button functions written, and some icons for applications like Comm Manager & Battery.
Personally, I don't care for that section of the today screen.
I wish to use that space taken on my screen to have more TODAY plugins.
Is there such a mod/hack/registry tweak/whatever to do so?
you can remove the battery and comm manager icon by editing the registry like so:
Remove the Battery Icon:
[HKEY_LOCAL_MACHINE\Services\Power]
"ShowIcon"=dword:00000000
Remove the Wireless Manager Icon:
[HKEY_LOCAL_MACHINE\Services\WirelessMgr]
"Keep"=dword:00000000
As for the soft key buttons, I do not believe there is a way to remove that bottom bar.
there is a possibility to remove the soft keys from the today screen:
use VJToggleToday2alpha
i dont think that'll work on wm6
Use Wisbar Advance 3 to remove that.
VJToggle works on WM6.
VJToggleToday2alpha works very well on WM6
alkizmo said:
At the bottom of the Today screen, you got your SOFT button functions written, and some icons for applications like Comm Manager & Battery.
Personally, I don't care for that section of the today screen.
I wish to use that space taken on my screen to have more TODAY plugins.
Is there such a mod/hack/registry tweak/whatever to do so?
Click to expand...
Click to collapse
I've seen the registry tweaks for comm mgr and battery.. but have not seen anything for the icon I get when I put the phone ni vibrate mode, and the other various app-specific icons (ie. I think Pocket Informant stuck an icon there). Seems more like there needs to be a setting to say "tray icons are disabled" vs. disabling each specific tray icon...
Mike
zim2dive said:
I've seen the registry tweaks for comm mgr and battery.. but have not seen anything for the icon I get when I put the phone ni vibrate mode, and the other various app-specific icons (ie. I think Pocket Informant stuck an icon there). Seems more like there needs to be a setting to say "tray icons are disabled" vs. disabling each specific tray icon...
Mike
Click to expand...
Click to collapse
Bump.. still looking to get rid of the vibrate icon in the tray
Thanks,
Mike

PMC TodayShrink and the systray

Can someone tell me how to display (not to hide!) the System Tray when I use PCM TodayShrink ? In my case it completely disappears !
Remove the link or file from the startup dir and then restart
I don't understand: if I remove the file from startup, then I won't have TodayShrink running? I would like to run both TodayShrink and the SysTray
scratches head
So you want to show the system tray while using a program thats programmed to hide the system tray?
I believed that TodayShrink will hide only the taskbar, not the systray.
I want to have more space on my TodayScreen but I want to keep my systray!
I think this app will hide the topbar and the bottom bar(where your softkeys sit). As far as the systray goes you may need to change some registry settings to do that, there is also an app somewhere for doing it. If you start the todayshrink app with -config as a parameter I believe it will give you the options for setting the size of both the top and bottom bars.
try vijay tools...It does exactly what you want. It's what I use...No softkeys but still have my programs in the systems tray.
I don't have the link to his site but a quick google should find it. Vijay is a mod here also.
Hope This Helps,
Jim
Thank you but what is the name of the soft?
vjtoggletodayiialpha
start it with -config where you can set the top and bottom bar size
unfortunately I already tried this soft but I have the same problem
so you want to replace the "softkey" screenspace with the "systray".....
i guess that will not be possible.... the softkeys are only hidden not disabled...
and systray is 10px above....
Yes you have found what I want!
But it is impossible ... too bad
lol.. i deleted the registry TrayVisible in HKLM\Software\vijay555\ works a dream.

[IDEA] Is it possible to add this to TF3D?

I have a lots of programs installed. However when I go into All programs menu in TF3D it is somewhat annoying to flick through all of them.
Is it possible to add that Alphabet strip that you can find in contacts or in Weather-Countries menu. It would ease things extremely. They added it in Weather-Countries after software update, so I guess it is possible.
Dr Twin
Very nice idea...
Excellent idea - although I still resort to the old wm start->programs if I don't have an app on my quick list
flykthewiz said:
Excellent idea - although I still resort to the old wm start->programs if I don't have an app on my quick list
Click to expand...
Click to collapse
Well, I do too. But I would like TF3D to be able to display all programs that are as quickly accessible as possible. It seems that Alphabet strip (or ribbon - I do not know the proper term) is elegant solution.
Hard to imagine why it isn't there by default.
Not only that, I can consistenly crash my diamond if i scroll the TF3D "all programs" list too fast 3 times in a row... (using the official 1.93 firmware)
I believe that it is all about layout and that it can be edited and added to All programs menu
good idea would be a search field where you can type in like in e.g. ubuntu
where -while typing- the fitting startmenu entries are suggested...
if nothing is typed in: whole startmenu (all programms) should be shown

Bottom Button Customisation

Just wondering how can i customise the bottom 2 buttons.
Currently it has Phone and Camera there.
I would like it to be either:
Camera and Comm.
or
Contacts and Comm.
Also currently im using TF3D2, on TF3D i could display Japanese text in Manila Music Player, however in TF3D2 it just shows all Squares. How can i fix this?
In the program called "Diamond Tweak" you can change those two, I do not mean "Diamond TF3D Config" just so you know.
Another app that'll do the trick is called Softkey Manager. You can find the info here.
got the diamond tweek thing, and did what i want it to do....
now need to find out how to make Manila show Japanese or other language text~!
You can change the language of TF3D in Diamond TF3D Config. Also try Settings > system > national settings and see if there's something about TF3D there.
ive tried switching my TF3D2 to Japanese using a language pack, but it just shows up as all Squares.

Categories

Resources