Waste of space in todays screen with wm2005 - MDA II, XDA II, 2060 Windows Mobile 2005 Upgrading

Hi Folks,
does anybody know how to get rid of the space wasting soft-keys and the screen rotation icon at the bottom of todays screen?

Perhaps here's your answer: http://forum.xda-developers.com/viewtopic.php?t=42038&highlight=
or here: http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=

cat_millenium: go to the end of the VJToggleToday thread. VJToggleToday II is released in alpha, but is on pause because it's being refreshed into a much better and more flexible app... but you can still use the alpha, it works quite well generally.
V

Related

Relocate Lower taskbar/system tray WM2005??

Is it possible to relocate the lower taskbar where the bluetooth/running program icons sit??
I want to move it down into the softkey position as i have found a program to disable this from this site:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=16
From Buzzdev.net it seems that the lower taskbar is in fact HHTaskbar and on searching the registry for this please see image below.
I think it must be controlled by a registry setting no?? any ideas?
Registry seems to point to /windows/shell32.exe
anybody able to look into this file?? maybe something in there, something must instruct the taskbar to appear at that exact location so hopefully it can be moved?!
Images below show my screen current and my screen when taskbar activated
Thank you for taking time to read this.
Darren_Bridgeland: there is another program out to hide the tray, but I forget what it's called. I'll be releasing an update of VJToggleToday as soon as I can finish off a few things on it. Hopefully be working on it this weekend... but I say that every week
This is an issue you guys need to think about though:
- hiding the tray is fine, but consider that when we do need access to the Tray, which occassionally we do, would you like it as an overlay as you have it now, or revert all of the changes made by VJToggleTodayWM5, which will optionally be:
- toggle tray
- shrink start bar (top)
- shrink soft buttons (bottom)
- expand Today screen
I future version of VJToggleToday will do some more funky stuff with the Tray, but for now, we need to consider - should I hide the tray/unhide and revert all changes, or hide/overlay similar to the current "feature" in the old WM2003 version you're using.
V
Thank you for answering so quickly vijay555 I was just looking at your personal website, great work your doing there
I absolutely love the clean look your togglenew program has given my device but unfortunately I agree that the system tray is needed.
All im hoping for is a way to relocate the tray into the old 'new menu' position at the bottom underneath Ilauncher in my screenshot. I can then reduce pocketbreeze size and away i go lol
Is this possible?
But if I mush the tray down to where the soft keys would be, what about the sofkeys?
Relocate the tray above the soft keys?
VJToggleToday works on relatively simple ideas, but the permuations are the pain of it - if I shrink the Start bar, I have to account for it in the Today screen, the soft buttons and the Tray. If I hide the tray, I have to account for it likewise. However, if I don't hide the tray? If I don't shrink the SoftButtons? Und so weiter.
VJToggleToday is going to need a config dialog I think. And a clear head to program stuff like tray toggling. The basic code is done though, I hope. I haven't looked at it for a while - so busy on VJCandela cross compatibility and something else - old, but new, coming soon :wink:
V
If you look at my screenshots I currently have my screen full, Ilauncher is sitting right at the bottom where the softkeys WOULD BE. Im asking for the tray to be INSTEAD of the softkeys (so to be EXACT the tray needs to be located 26pixels lower than its usual postion). Then I can reduce pocketbreeze by 26 pixels.
At the moment the tray cuts right through Ilauncher as Ilauncher is sitting in the tray & softkey position.
Is this clearer??
I understand that Darren.
In my WM5 screenshot, I've minimised the soft keys to 2 pixels rather then remove them completely, on the basis that you might still want to tap on them with the stylus (I do this with my Magician's start bar (top), which is minimised to 2 pixels and then overlayed with a 24 pixel PhoneAlarm skin
However, if you KNOW you will not need this, ie only use the hard keys to access the softmenu, then I can make it an option to entirely remove the softkeys (however - the SIP icon overlay still seems to enjoy popping up. I'll investigate that later).
I'm intending to make it optional to configure the size of the softkeys and start menu, from 26 pix to 0. Maybe make it bigger then 26 pix for VGA screens? That might be cool.
V
That would be a good feature to be able to configure the menu's size. So just out of interest the togglenew program, does that disable the softkeys or shrink them? Ive remade my wallpaper to be 26 pixels large and nothing appears clickable, I assumed it completely disabled them (think im getting confused lol)
Trouble is even if you disable/shrink softkeys how will you move the system tray to the bottom of the screen??
It cant be via another program as people will want to butt programs up to the tray, so you'll need to find the code that currently locates it and alter the code perminantly no??
You're using the old VJToggleToday which is Wm2003. That's hardcoded to hide the New menu on Wm2003, and by accident the soft keys on Wm5. But for the Wm5 it's more sophisticated internally (hence then new WM2003 version as well, which will be more foolproof).
The new version will permit resizing of the soft keys, and I guess the start menu (for those who use start bar replacements).
Moving the Tray is no problem. On my WM2003 I used to use it like this:
VJHideStart
To permit hiding it, but bringing it back optionally. Future versions of VJToggleTodayWM5 will (hopefully) have similar options.
It cant be via another program as people will want to butt programs up to the tray
Click to expand...
Click to collapse
That's all part of the difficulties involved in writing it. There are lots of contingencies to take into account.
V
wow how did you move the tray?? was it hard/easy?
could i manage it??
Sure you could manage it, but through code. PM me if you want to discuss.
V
vijay555 said:
You're using the old VJToggleToday which is Wm2003. That's hardcoded to hide the New menu on Wm2003, and by accident the soft keys on Wm5. But for the Wm5 it's more sophisticated internally (hence then new WM2003 version as well, which will be more foolproof).
The new version will permit resizing of the soft keys, and I guess the start menu (for those who use start bar replacements).
Moving the Tray is no problem. On my WM2003 I used to use it like this:
VJHideStart
To permit hiding it, but bringing it back optionally. Future versions of VJToggleTodayWM5 will (hopefully) have similar options.
It cant be via another program as people will want to butt programs up to the tray
Click to expand...
Click to collapse
That's all part of the difficulties involved in writing it. There are lots of contingencies to take into account.
V
Click to expand...
Click to collapse
Is there any way to have the latest beta version of VJToggleTodayWM5 ? Thanks in advance.
Not really jolas: if it was ready to release, I'd release it, but I've been too tied up to work on it for a while. I'll try to have a look at this and a couple of other apps this weekend... I'm also releasing a couple of other new-ish things this weekend, so busy busy
V
Thanks for your reply vijay555. Please, try to release this app, it will be very usefull for me and a lot of other people.
Hope this weekend it a positive and productive one for you Vijay and cant wait to see the results :wink:
Hope to recieve a PM about the coding, but will understand if your trying to sort the program instead.
Take Care
Any news about VJToggleTodayWM5 ???
its next on vijay's priority list, hes just finished a couple of other programs. Hopefully we'll start seeing some progress over the next week or 2
Thanks Darren. See you're posting from Buzzdev!
Yes, as I've been saying for a while, my developments tend to dovetail together. I finally got a chance to do some work on VJFullscreenTSC this weekend, which I hope finally works properly. It's had minimal testing but it worked fine on my VGA universal.
But from there I learnt a couple of lessons I needed to bring back to VJToggleToday. It strikes me that this app should not be too hard to finish now. That's no promise - I've had some very concerning news recently about Vijay555.1, my little baby who is on his way. So as I'm sure you'll all understand, family priorities
But certainly, next on my plate is VJToggleToday, finally. And research has given way to a couple of new ideas that should also help a few left handed chaps out. But one app at a time...
V
ooh I hope vijay 555.1 is ok. Ive just had a little boy 3 days ago so good luck with that.
My 2 year old was a very traumatic pregnancy and first 15months of life so I wish you all the best
Many thanks Darren. News could be better on Vijay555.1, but it could be worse. All the best to your little one! Now the real hard work begins. I must be the only guy looking forward to having an excuse to be up at night, with nothing to do but program and look at the kid..
I'm only managing an hour or two coding on weekdays, and that's slow progress, barely one app to look at per night.
Yesterday was VJFullscreenTSC again (check out the new screenshots), but VJToggleToday is certainly next. I'm resisting VJTrayLaunch, which I also have some ideas for...
V
Please give us a beta!!!
Is any beta of VJToggleTodayWM5 ready to be releasead? Please, give us something test!

Does anyone recognize this taskbar layout ?

Hi, I am interested in the taskbar layout seen in the screenshot below.
Does anyone know what program it is ?
Looks like it might be usefull & I would like to try it but first I need the name so I can find out more.
Many thanks.
It's some of my voodoo, PhoneAlarm running a custom skin coupled with my VJToggleToday (I or II, depending on your OS) to map it as a replacement start bar.
All the gubbins are available here:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
That particular screenshot is shown running my VJTodayButton, used for quick toggle access to the Today screen.
Here's another screenshot:
V
Thanks vijay555
Voodoo.....
Was wondering my MDAIII feels like its got needles sticking out of it.
For some reason, when writing that post, I was thinking about Monkey Island and the voodoo lady/rubber chicken. Don't know why.
Although most of my programming requires the sacrificing of farmyard animals
V
vijay555, doesn't your phone crawl to a halt with all those things on your today screen? (like ages waking from standby, switching to today screen etc)
Cheers
Si
Mudstuffin: in the screenshow, I'm running PhoneAlarm with my skin, at the top (using VJToggleToday to remove the softkeys and the start bar at the top), then AlarmToday with some custom hacks, weather plugin, can't remember which, VJTodaySpacer, and finally VJEphemeris.
So it's not many today plugins, just 4 (not including VJTodaySpacer).
VJEphemeris has a lot of functionality, but it's highly optimised so it doesn't use the resources of say 5 different today plugins - it replaces my quotes plugin, claunch, a battery meter, VJAudioNotes = a plugin I wrote to show my current operator and telephone number (because I use a dual sim), incoming SMS, missed calls, and a huge stonking analog clock/alarm indicator/calendar shortcut. The layour is optimised for right handed thumb usage.
All in, it works extremely well. I suggest you set up your system efficiently first, make a backup, and then try the various today plugins you want. Don't go for bells and whistles, stick with efficient and effective. This setup works very well for me; I like the idea of Wisbar etc, but find that I can do most of what I need one handed with this setup. That's paramount for me.
I've never had problems of the system slowing down or running out of resources, although I use VJOkButt to close running apps, so the only thing ever running is one app, the Phone, and Today.
V
vijay555 said:
It's some of my voodoo, PhoneAlarm running a custom skin coupled with my VJToggleToday (I or II, depending on your OS) to map it as a replacement start bar.
All the gubbins are available here:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
That particular screenshot is shown running my VJTodayButton, used for quick toggle access to the Today screen.
Here's another screenshot:
V
Click to expand...
Click to collapse
vijay, that quotes today plugin, what is it called?. it looks nice.. can i download it somewhere?
The quotes plugin is part of VJEphemeris, but it's based on code for VJQOTD, which is based on QOTD.
QOTD is open source, google for it, VJQOTD is unreleased although I make it available if asked, and VJEphemeris is unreleased. The VJEphemeris version is much improved/re-written, self resizing according to quote size etc and quote navigation etc.
You can see VJQOTD at the bottom of this (old) screenshot:
V
thanx vijay
found this one, QOTD 1.5 Copyright 2001-2003, priebesoft
will try it later today
well .that one from pribesoft didnt work so well, doesnt update everyday

Where can I get a today screen addon?

I want a today screen add on that adds those BIG programme icons to the front page. Is there a app for Windows mobile 5 or that will work on my MDA compactIII?
claunch.
Many alternatives, claunch is my choice.
V
Usually, I hate having big icons on my screen, but after the Apple incident, I've noticed that the cLaunch icons can't get bigger than 32 x 32 with BMP, am I right? It can go 240x240, but then, it can't use a 240x240 BMP for that matter.
From memory of the source code, I think it does 64x64, but I also think that it may be buggy in that area.
One day I'll try to work on an improved version. I find that sometimes the plugin randomly disappears from my today screen - there's an "issue" with WM5 I think, but it's still good enough for me to continue with it.
V

Slide 2 Unlock bar only?

Hey guys,
I love the slide2unlock app. It's much less fiddly than the standard lock app, and it lets me play music with the device asleep. Winner.
The only thing that annoys me is the rest of the interface that it comes bundled with. I like turning my phone on and seeing my today screen at a glimpse.
I'd prefer if either:
1. The rest of the app disappeared, so only the bar remained, thus covering only the bottom bit of my screen; or
2. the whole app was transparent so I could see my today screen; or
3. It'd be AWESOME if someone could make the bar into a today screen plugin! If I had the technical knowhowI'd certainly give it a stab!
Any ideas anyone?
mike freegan said:
Hey guys,
I love the slide2unlock app. It's much less fiddly than the standard lock app, and it lets me play music with the device asleep. Winner.
The only thing that annoys me is the rest of the interface that it comes bundled with. I like turning my phone on and seeing my today screen at a glimpse.
I'd prefer if either:
1. The rest of the app disappeared, so only the bar remained, thus covering only the bottom bit of my screen; or
2. the whole app was transparent so I could see my today screen; or
3. It'd be AWESOME if someone could make the bar into a today screen plugin! If I had the technical knowhowI'd certainly give it a stab!
Any ideas anyone?
Click to expand...
Click to collapse
i would love to see this as well
As would I, prefer just to see the home screen/widgets I've spend ages tweaking rather than the duplicated S2U2 version of battery and appointments etc.

HTC 7510 - Advantage type ROM question

Has anyone made a ROM similar to this one? I searched the development page but it came up empty.
http://www.pocketpcthoughts.com/new...advantage-the-htc-advantage-7510-that-is.html
damone333 said:
Has anyone made a ROM similar to this one? I searched the development page but it came up empty.
http://www.pocketpcthoughts.com/new...advantage-the-htc-advantage-7510-that-is.html
Click to expand...
Click to collapse
Did you read it?
Figure 25: The Advantage running the Today screen of Spb Menu. Note that instead of making use of the increased space available on the VGA screen, the HTC simply makes all the images/icons bigger. That's OK for finger friendliness, but it's still a bit of a waste of screen real estate.
So it's Spb Menu
Funny
Funny i just got a copy of v 2.1.5. Gonna see if I can get it to look this way with the bar on the side in landscape mode. Will be tight but I think its doable.

Categories

Resources