hey folks, got a quick question, the answer to which will probably be obvious and make me feel stupid for asking, but i'm suffering from a brain fart right now. i swear i just read about this a week or so ago, but it wasn't the topic i was looking for, i just happened across it while looking for something else, so i made no effort to write it down or commit it to memory. so here it is: i'm running S2U2 v2.04 on my Tilt. this one is a bit different. it's built into the Shifu 4.2 ROM that i installed the other day and differs ever so slightly from the S2U2 cab that i always install. problem is that (when S2U2 is locked) my voicemail count ALWAYS says -1 (negative 1), regardless of how many voicemails i actually have. anyone out there know a fix for this? i'm sure it's something simple that just isn't occurring to me. i searched for the post that i came across the other week, but no dice! can anyone tell me how to fix this or point me in the direction of the post?
also, not necessary, but this version of S2U2 has the flip clock with the date below it. problem is that when i recieve a text message and it displays on my phone, i can see the date THRU the blue boxed text message, making it difficult to read the text. like i said, it has the flip clock (the one that comes standard with the M2D with Home Weather setup) and the date line that is interfering is on what would be the equivilent of the hh_hm_clockbg.png (gray colored semi-transparent box on the home screen of M2D with Home Weather). anyone know how to get rid of that date line and/or the gray background box? thanks in advance for taking the time to read this, even if you don't know of a fix for it. i appreciate the effort regardless.
Chris
Related
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!
I have tried to search for this, but i think because my wording is weird it doesn't show up.
I want to know if i can change the color of the bubble notifications that you get with a new text message or email arrives, the ones on the bottom curtain. and if i can, how would i go about doing so.
i know its possible as in hte fuzeberry theme theyre blue
id like to know how as well
Yes thats the only way to do it so far, i would like to know how to do it without changing the theme
maybe..just maybe if u guys did an actual search..ud get some answers..
its like a mtg of the noobs in here..
start flicking thru the pages here : http://forum.xda-developers.com/showthread.php?t=436867
u can thank me later!
Late,
Jstar
don't be a ****, a post with the correct thread would have sufficed, i found many threads with the word "bubbles", but none of them had the answer.
You can try Today Scheme Changer, although I don't know first hand if it works on the Fuze. It worked great on the Tilt though.
Okay I have tried searching and haven't found an answer. When I am signed in using Oz IM it creates an icon in the top "taskbar" (I can't find an official name for that area), and on my phone since I use both Yahoo and MSN it creates a multiple notification bubble. This hides the fact that I may have a text message or a missed call from being able to see at a glance on the top of the screen. Is there any way to extend the visible area so that I can see more icons, remove existing system icons or remove the Oz IM icons all together (this would be the more preferable solution)?
I am aware of this post:
http://forum.xda-developers.com/showthread.php?p=3570893
but it doesn't solve what I need it to.
Also I should mention I am running the EnergyROM 1.x series, build 32609
Is it possible to arrange icons in row form rather than honey comb (hexagon) form. I am just not able to get used to that placement. It is too darn difficult to read. I know the argument is that its easier to press, and many here have started liking that form, but It is unreadable for me.
Another question is, is it possible to get the old today screen in 6.5 some how. I have my weather program which show hourly weather on today and it is so convenient.
I did lot og googleing around, and I came accros posts which says that getting old today is possible, but those may for ver early releases of 6.5
Thanks in advance.
tahdor said:
Is it possible to arrange icons in row form rather than honey comb (hexagon) form. I am just not able to get used to that placement. It is too darn difficult to read. I know the argument is that its easier to press, and many here have started liking that form, but It is unreadable for me.
Another question is, is it possible to get the old today screen in 6.5 some how. I have my weather program which show hourly weather on today and it is so convenient.
I did lot og googleing around, and I came accros posts which says that getting old today is possible, but those may for ver early releases of 6.5
Thanks in advance.
Click to expand...
Click to collapse
Dunno about honeycomb, but for old today, go to Settings > Today > Items and click on all the items you want, and it'll revert to the old Today screen.
Thanks for reply. I have reverted back to 6.1 as I could not stand the above changes. May be I need give myself more time with 6.5 to get used to it. But I will certainly try again, now that I know I can get my 'Old 6.1 style Today" back.
Thanks.
big_raji said:
Dunno about honeycomb, but for old today, go to Settings > Today > Items and click on all the items you want, and it'll revert to the old Today screen.
Click to expand...
Click to collapse
It gave you back only the Today screen, but not the old menu. No use for the stylus for such setting (hexagon)!!!!
Hi community,
First of all, it's great to be on baord, and this seems an awesome community.
Now to my stupid question.....
I found this webpage whilst I was at work on Friday. Whilst browsing, I found a theme that I would like for my LEO, but I did not bookmark the page (stupid for an IT professional)
Anyway, I was hoping somebody might be able to help me; what I can say is that it was a "minimalist" theme, with very few buttons, a small on screen digital clock, and it had what I would refer to as an "electric blue" background....just blue, no images, actually the same shade of blue as my Honda
So, if anybody can point me in the right direction, I appreciate it. Once again, sorry for my stupidity.
I think this isn't it but it comes close... probably?
best regards,
Myrixamophit
Thanks, but that is not the one
Incredibly, it is even simpler than that! I cannot remember the name of the person that posted it, but I scrolling through the forum now, because I know that as soon as I see the name again, I will recognise it.
Thank you once again
lots of "lite" themes possible with CHT 2.0....
but have you tried looking in your browser's history? (you probably have...but thought i would ask!)
I have looked through my cache; but at work, system automatically clears it.
BUT, I remembered today, was a few pages forward from a "wooden theme" that a developer did by using a shelf from Ikea....lol.
Wonder if this will help?
http://forum.xda-developers.com/showthread.php?p=7566718#post7566718
?
i used it in my endkey program....maybe it will help....
Kuan Teen said:
Hi community,
First of all, it's great to be on baord, and this seems an awesome community.
Now to my stupid question.....
I found this webpage whilst I was at work on Friday. Whilst browsing, I found a theme that I would like for my LEO, but I did not bookmark the page (stupid for an IT professional)
Anyway, I was hoping somebody might be able to help me; what I can say is that it was a "minimalist" theme, with very few buttons, a small on screen digital clock, and it had what I would refer to as an "electric blue" background....just blue, no images, actually the same shade of blue as my Honda
So, if anybody can point me in the right direction, I appreciate it. Once again, sorry for my stupidity.
Click to expand...
Click to collapse
Hi Kuan Teen,
I'm sure I saw what you're looking for but wasn't here in this forum. I saw it in the "post your today home screen" thread in the android themes forum, so try there and you will find it.
I hope you get it, good look my friend
Once again, thanks all
I've accepted the fact now that perhaps somebody has removed the theme that I wanted. Perhaps it was a photoshop job? I've read that people do that sometimes.
New problem now....lol
Last night, I installed a theme, and tried to install it on my device, but the device complained about lack of space (I have Duttys ROM installed). So, can I install on the memory card (16gb)?
Thanks guys.
err.. don't know for sure but Blue SK-i was the first theme that came into my mind when I read your description