Trying to remove a 'onebridge' icon from my top bar ! - General Topics

My company use a product called onebridge to allow me to access my Lotus Notes email. It has an icon in the top bar (used to show status of the connection to onebridge) which is midly annoying but I can't seem to get rid of it.
More annoying than that is that it when it is there, it changes the 'action' softkey to be 'notification' about onebridge.
Does anyone know a simple way that I can try and stop this happening as I'd love to get back to the action option?????
Guess I'm looking for a registry tweak or something.
Help !

think people think that the registry have more power then it have
reg changes only do anything if the programmers desided to put
a key there to let the user change it
a programmer can deside not to check any registrys in wm at all
and it's often put on the NTH (nice to have)sheet not a big priority

Just in case anyone has the same issue, once onebridge is loaded on, you deleted the shortcut in the windows/startup folder - sorry forgot what it was called now but had ob & push in it if i remember right

Hi, I'm also using OneBridge on Kaiser - could you help me with the issues described in this thread?
http://forum.xda-developers.com/showthread.php?t=357445

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!

Help with Today screen customization

Attached is a current picture of my today screen. Im trying to do a number of things and havent been able to come across much concrete info when searching the forums.
Anyways here is what Im trying to do:
1. Remove ALL icons from the bottom of the screen (battery and active sync in this case)
2. Remove the black horizontal line just above the icons on the bottom
3. Remove the bar with Calendar and Contacts but only from the today screen
4. THe top icon for the battery, Ive seen it where people have percentages rather than a few bars, how can I change that?
Thanks guys.. trying to clear some room for my calendar stuff and the HTC plugin takes up over half the screen by itself. Thanks
Sad day for human intelligence
1. The second icon is not activesync icon. It is for the comm manager
To remove it, you'll need a registry editor. Then, go to HKLM>>services>>wirelessMgr>>keep=0
Regarding battery icon, I need to know whether the exe responsible for the battery icon is being used as a service or as a normal app.
Most probably, you can remove by going to File explorer>>windows>>startup>> here, you'll find a init(something).lnk file(i cannot remember the exact file name). Delete that file and soft reset
Second scenario(where it is used as a service): using registry editor>>HKLM>>services>>power>>ShowIcon=0
2. This line will be automatically removed once the icons from the bottom-bar are removed
3. For this, the max you can do is to match the line's bgcolor with the today bgcolor. Use an app like UItweaker to do that. Do a search on the forum and you'll find it
4. That can achived by either using batterypack pro/wisbar advance(differs from theme to theme)
Sorry that I brought down all of human intelligence..................
Anyways regarding number 3, I was hoping to remove the words Calendar and Contact as well as the bg behind it. Im trying to get as much real estate here as I can.
Thank you for all the info tho, about to try it all.
Use dcinobar - it will remove the lower bar, so calendar and contacts button will go. Use the cab i put together - sorry cant give you the link because i am on my device - put 'dcinobar' into search and its the 5th thread down. Yep the clock on the htc home plugin is way too big! Another htc design bungle! lol
Awesome. Before putting this on one quick one. Will this remove those buttons and lower bar JUST on the today screen? FOr apps and stuff Id like it to still be there. Not sure if I can have my cake and eat it too but would love to try =P
Thanks guys!
Just the today screen - there is also vjtoggle that does the same thing but i found that it kept causing the screen to mis-allign
FYI, if you don't know how to mess with the reg, I suggest using this..
http://forum.xda-developers.com/showthread.php?t=307873

touchflo 3d blocks access to system tray

Hello. I am a bit unhappy Touch PRO user because I love touchflo interface but would like also to use system tray-controlled software like openvpn or vsUtil.
I already installed secondtoday (also replaced the "Phone" softkey with it) but there is no way to make REAL tray icons appear there, only fake launcher stuff with Homescreen PLusPlus. The way left to access tray-controlled apps is to quit tochflo today plugin thru loooong series of taps thru settings.
I-d love an alternative such as make real tray icons still appear in Secondtoday or a lightweight tray icons porting popup app. Any other ideas/clues how to get an easy access to tray icons from touchfo....
Thanks for reading
Looking forward to hear Your thoughts
I agree.
My office forces us to use the Good email system. That software uses its own version of the email client, calendar and contacts. I'd like to reassign the tray "buttons" to point to the Good programs rather than being stuck with quick links to now unused versions of email, calendar and contacts.
Ira
Hi,
did you find a solution to the problem in the meantime?
Without the trayicons i have to choose between a pretty finger-enabled gui or using my universities WLAN.
Kind regards,
samoht
[double post]
i assume you are talking about enlargetitlebar which which gives you easier hits on the "system tray" notifications. you should be able to disable it in the registry. mess around in hklm\software\htc. there might be an enable dword you can set to 0. i dont have it installed on my rom and i kind of miss it so i may try to get it back on my next flash.
No, i refer to the system tray at the bottom of today screen as shown in this screenshot.
The manilla interface is drawn on top of it and theres no easy way to access it. I have to disable touchflo in the settings, then start openvpn and afterwars reactivate touchflo. This is annoying... too bad openvpn relies on this.
oh yeah. forgot all about that thing. havent seen it in years. try a tf3d to today switcher thing. ive seen ones that it changes the left home tab soft key to the words "today" which lets you have a second today screen and today items and i guess the system tray too along side tf3d. ill try to find it again.
edit: try this -> http://forum.xda-developers.com/showthread.php?t=480475
@The Jack of Clubs:
Thanks so much! This works for me, i can switch between classic today screen and manilla rather fast!
@The Jack of Clubs:
Thanks so much! This works for me, i can switch between classic today screen and manilla rather fast!

Old Notification Manager,for gods sake..Please..

I have searched the whole xda forum but couldn't find a solution to remove the crappy new notification manager on my TD2. This is so useless,why a Notification Manager will pop up when I click the Battery or volume or network icon,it should show the details of every icon separately.I just want the OLD notification manager and I am sure I am not the only person who wish to have the Old one. So guys please tell me some positives,will look forward to your inputs.
Thanks in advance.
ya, i need it too
Yes, that was the first thing that struck me too!
I went and disabled that crappy notification manager completely. I now get the WM 6.1 bubbles.
.
Actually.. my issue with the new notification manager is the speed.
I want instant access to these.. not requiring me to wait abt 1-2secs.
the diamond1 screen was simple and basically had enlarged icons only.. but that was instant. Does anyone know if we can use the D1 notification manager on our D2?
TinTin said:
Yes, that was the first thing that struck me too!
I went and disabled that crappy notification manager completely. I now get the WM 6.1 bubbles.
Click to expand...
Click to collapse
How did you do that?
I already wrote about it on my blog (in german) at
http://mytd2.blogspot.com/2009/06/unnutzer-benachrichtigungsmanager.html
about it, google translates it to:
http://www.translate.google.de/tran...nager.html&sl=de&tl=en&history_state0=&swap=1
Not a very good translation lol - might post things here shortly, but you should get what it's about.
TinTin said:
I already wrote about it on my blog (in german) at
http://mytd2.blogspot.com/2009/06/unnutzer-benachrichtigungsmanager.html
about it, google translates it to:
http://www.translate.google.de/tran...nager.html&sl=de&tl=en&history_state0=&swap=1
Not a very good translation lol - might post things here shortly, but you should get what it's about.
Click to expand...
Click to collapse
Hm,but didn't understand the last two .cabs. There are two cabs,why are they there? If I install the 'NoNotification' cab will it work? or it's a must to install TaskManager 3.1 and Registry Editor?
CABs that only have registry tweaks in them don't appear as "programs" so they can't get uninstalled that way. That's why I put 2 CABs, one to make the change, one to revert it.
NoNotification.CAB will deactivate the notification manager (soft reset required)
Notifcation.CAB will activate it again, in case you don't like the changes it brings
No need to install FDCSoft's TaskManager or a Registry Editor, those are both alternative ways to the CAB installation.
.
TinTin said:
CABs that only have registry tweaks in them don't appear as "programs" so they can't get uninstalled that way. That's why I put 2 CABs, one to make the change, one to revert it.
NoNotification.CAB will deactivate the notification manager (soft reset required)
Notifcation.CAB will activate it again, in case you don't like the changes it brings
No need to install FDCSoft's TaskManager or a Registry Editor, those are both alternative ways to the CAB installation.
Click to expand...
Click to collapse
Thanks a lot,that cab did work great.
Hi,
I agree that the Topaz Notification Manager is quite useless..but did anyone try the Enhanced Notification Manager?It's functional, without going back to old notification systems. Because finger tapping the icon you want has become very difficult (e.g I have a modded task bar with tiny icons), you still get the entire list of ongoing notifications, but each of them is clickable and redirects to the relative settings.I'm happy with it .
Greetz
You can find Topaz Tweak Software here: http://forum.xda-developers.com/showthread.php?t=502102 , with it is possible turn off and on Enhanced Notification.
Does Enhanced Notification Manager works with MS Shell 3.0?
Cos I disable the TF3D and runing MS shell 3.0
sualc said:
e.g I have a modded task bar with tiny icons
Click to expand...
Click to collapse
How did you get the small task bar icons? Would it work, or do you know how, to change the keyboard (SIP) button size - the button has a large tap area which prevents me from tapping the toolbar buttons in some programs - it seems to overlap the other buttons so when I tap them only the keyboard pops up!!
good info here!
TinTin said:
I already wrote about it on my blog (in german) at
http://mytd2.blogspot.com/2009/06/unnutzer-benachrichtigungsmanager.html
about it, google translates it to:
http://www.translate.google.de/tran...nager.html&sl=de&tl=en&history_state0=&swap=1
Not a very good translation lol - might post things here shortly, but you should get what it's about.
Click to expand...
Click to collapse
Thanks TinTin - excellent tweak. It worked for me. I used MemMaid instead for Option 1.

How much of the 6.5 start menu can be customized?

I know the background of the start menu can be changed by:
1) changing the phones wallpaper like normal
OR
2) replacing the startmenu_background_screen_"resolution".png from within the windows folder.
The second is only if you want a different wallpaper in your start menu to the rest of your phone. (the default file is just a transparent .png which shows your normal wallpaper underneath)
I know you can also change the folder icons, by changing around other png files in the window folder.
My question is how can you change the font style or more importantly the colour?
Also, is it possible to change it so it resembles the wm6.1 start menu instead of the honeycomb?
(please dont say "just use a 6.1 ROM" because i dont want to. lol. I like wm6.5 as its quicker and more finger friendly, i just want the old start menu back)
no one know how to do these things?
anyone?
PLEASE?
im desperate here
lolz
As much or as little as you wish.
Have a look at some of the stuff I posted in here :-
http://forum.xda-developers.com/showthread.php?t=504320
Should answer a few of the basics.
Thanks for your reply, but those replies are about the today screen. I dont even use titanium any more. I find M2D more useful.
What i want to know is how to edit the Start menu.
the list of programs shown as hexagon icons
I want to change it to like how it was on wm6.1.
Just a grid of icons with words on a white background
OK, I have got what you are after... sounds like a registry hack somewhere....
Unfortunately the holiday(UK)/vacation(US), season is upon us, and I may not have found the solution for a week or two. If and when I do, I'll post it here and send you a PM.
Thank you.
Its appreciated
cris_rowlands said:
Also, is it possible to change it so it resembles the wm6.1 start menu instead of the honeycomb?
Click to expand...
Click to collapse
I second this question. And what I want is better not the 'grid view'.
Better we have a registry tweak way, so that we can make a HoneyComb Toggle.
In some cases when I want more RAM, it's better to shutdown the honeycomb and the titanium today plugin.
So another question is do we have a tool to toggle the titanium? Like we can do to M2D? I know we can do it through today settings, but I'm looking for a way like regitweak or mortscript, so that I can use a shortcut to map it to a hardware button, do it within one touch.
[Edit: Got some sence for the half of first question from this thread:
http://forum.xda-developers.com/showthread.php?t=509160&highlight=start+menu
Seems the WM6.5 honeycomb start menu is an executable called shell32.exe. If so we can shut it down with a powerful task manager like DotFred's TaskMgr.exe or let it show up in the htc task manager by registry tweak and kill it. Will report it back after I test it next week. Or anybody can test it right now?
But the first question still need an answer.
Edit3: So what is the process or service of the WM6.1 start menu ? (for that I think it's not an exe) This may help to answer the question of how to resemble old start menu back.
And then what is titanium? An exe, a process or a service? Got a name?]
Thanks for any help.
there isnt!
there isnt a way to back to 6.1 start menu...
but you can use the Qucik menu that is a lil same... but you need to leave blank the cpr file for grid scene on your windows folder... then use the Quick menu that Utaker post on devs and hack forum just search with this exact words " Quickmenu instead honeycomb" you may get all the answer you need there... Oh and the honey comb can be modded in maaaany ways just search all over the devs a nd hack sections
thanks bye.

Categories

Resources