How can I create an icon of a today plug-in ??? - JASJAR, XDA Exec, MDA Pro General

I want to create an icon for Phone Alarm, but as you all know, it is installed as a today plug-in. How can I create an icon of Phone Alarm to be able to activate it immediately without going through the system today plug-in settings?

cktlcmd said:
I want to create an icon for Phone Alarm, but as you all know, it is installed as a today plug-in. How can I create an icon of Phone Alarm to be able to activate it immediately without going through the system today plug-in settings?
Click to expand...
Click to collapse
One way, that is, if you want to create an icon on the Tray...look for PHM_Tray_Launch.

ercave1 said:
One way, that is, if you want to create an icon on the Tray...look for PHM_Tray_Launch.
Click to expand...
Click to collapse
Thanks for the response. I believe Vijay has a similar app, but would it be able to launch a today icon like Phone Alarm?

what program would that be that places an item in the today icons?
thanks in advance

dutchschultz said:
what program would that be that places an item in the today icons?
thanks in advance
Click to expand...
Click to collapse
There are several out there... claunch, tdlaunch, Resco Explorer, Spb Poket plus, just to name a few...

cktlcmd said:
I want to create an icon for Phone Alarm, but as you all know, it is installed as a today plug-in. How can I create an icon of Phone Alarm to be able to activate it immediately without going through the system today plug-in settings?
Click to expand...
Click to collapse
Now you're talking about activating a certain feature, or just launching the app itself?

ercave1 said:
Now you're talking about activating a certain feature, or just launching the app itself?
Click to expand...
Click to collapse
Basically just launch the app itself.

ercave1 said:
There are several out there... claunch, tdlaunch, Resco Explorer, Spb Poket plus, just to name a few...
Click to expand...
Click to collapse
cktlcmd said:
Basically just launch the app itself.
Click to expand...
Click to collapse
Try any of these? Tdlaunch is the simplest for just a few icons.

ercave1 said:
Try any of these? Tdlaunch is the simplest for just a few icons.
Click to expand...
Click to collapse
Thanks. I'll look into it.

Is the latest edition of SB Plus compatable with WM6? Anyone using it may kindly share his experience.

How To: add an icon to an exe file
cktlcmd said:
Thanks for the response. I believe Vijay has a similar app, but would it be able to launch a today icon like Phone Alarm?
Click to expand...
Click to collapse
I was able to do this by making a shortcut on the today screen to "\Windows\clock.exe" -launch but there in no icon there...I have been trying to add and icon by 53# "\Windows\clock.exe" -launch?\Windows\clockdll.dll,0 but I guess that is not where the clock icon is?
I am just a newbie but was wondering if anyone new how to add an icon to an exe file? Thanks for reading.

cktlcmd - I don't understand what you're asking for. You want to "activate" phonealarm? In what way? You mean activate its options screen, or add it to the today screen as if you just installed it, or just add an icon to an executable like launching "Contacts" from a button?
Working backwards: generally for making a launcher on the PPC, I recommend claunch. It has issues >= WM5, but is still one of the best launchers.
I also recommend SPB Mobile shell for this.
For adding items to the tray, use PHM Tray Launch. I made an app, but there's no reason to recommend it more then PHM's, which is better.
For adding a today plugin to the today screen, eg to make an icon that will add or remove an item from the today screen, you need to either use a mort script or a registry app and import or remove the necessary registry entries from your Today registry keys.
To "launch" phonealarm, an easy way is to spoof keypresses to the today plugin. Best way to do this if you're not a programmer is to use mortscript to send a key click to the today screen.
Let me know if you needed something else.
V

Related

how to add shortcuts to desktop tray?

normally on the "Today" screen we can see "Conn. Manager" and "Battery" icons above the "Contacts" button.
the problem is that how to add/delete other shortcut icons in this tray, like File Explorer or Memory Status.
thanks.
PHM Tray Launch. SPB also does one. I've got VJTrayLaunch, a very very simple one.
V
thanks!
vijay555 said:
PHM Tray Launch. SPB also does one. I've got VJTrayLaunch, a very very simple one.
V
Click to expand...
Click to collapse
I will have a try.
Dear All
Do you know how can I lunch the "VJTrayLaunch" ?
You have to edit the shortcut to point to your installation folder.
My shortcuts point to \program files\....
If you're not using English OS, it may have a different name.
Find where you installed it and make new shortcuts.
http://vijay555support.host4phpbb.com/viewtopic.php?t=30
V
vijay555 said:
You have to edit the shortcut to point to your installation folder.
My shortcuts point to \program files\....
If you're not using English OS, it may have a different name.
Find where you installed it and make new shortcuts.
http://vijay555support.host4phpbb.com/viewtopic.php?t=30
V
Click to expand...
Click to collapse
Thanks, It works After correcting the program path Thanks alot
and is it possible to move the "LOCK Device" to the tray to save up more space ???? Thanks

Anyone Know How To Add Progs To The "HTCHOMEPLUG"

Anyone know how? Thanks BTW, this is the today plugin that shows a few shortcuts (comm manager, battery, etc...) that htc provides on the newest rom that came on my trinity.
*bump*
Edit: Oh wait, I just realized what HTC Homeplug is... I withdraw my bump!
mikewchandler said:
Anyone know how? Thanks BTW, this is the today plugin that shows a few shortcuts (comm manager, battery, etc...) that htc provides on the newest rom that came on my trinity.
Click to expand...
Click to collapse
Yes this is possible
It is not pretty hard, but you need to change te register.
Open the register with a register editor (I use Resco register editor).
Go to HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCHomeplug\.
You will find two maps (2, 3).
If you want to create a new shortcut add a new key (name it "4").
In the key you need to add:
a string LaunchApPath -> point this string to the program
a string ResPath -> point this to the program or dll that contains the icon
a dword iconindex -> some executable files and dll's contain serveral icons. The normal value is 0, but it depends on the exe/dll file.
Example for adding Internet Explorer button.
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCHomeplug\4]
"iconindex"=dword:00000000
"ResPath"="\\windows\\iexplore.exe"
"LaunchApPath"="\\windows\\iexplore.exe"
Good luck
Can anyone export and post the reg tree for the plugin along with the DLL its uses?
I would like to install this on my other devices.
doedoe said:
Can anyone export and post the reg tree for the plugin along with the DLL its uses?
I would like to install this on my other devices.
Click to expand...
Click to collapse
Here are the files.
I don't know if the plugin uses more dll files.
Give it a try.
I add RegSvrCe.exe to register the dll if needed.
Good luck.
Excellent - Thanks
I will give this a go later and post back how I get on.
Can you also provide HTCICON.DLL from the windows dir?
doedoe said:
Excellent - Thanks
I will give this a go later and post back how I get on.
Can you also provide HTCICON.DLL from the windows dir?
Click to expand...
Click to collapse
I added HTCICON.dll, please download the file again
i hate that plug.. I disabled it quickly I use PHM traylaunch =)
traylaunch on a wm05????
like this...........
Guybrush said:
i hate that plug.. I disabled it quickly I use PHM traylaunch =)
Click to expand...
Click to collapse
I Agree, the only advantage is that you can use the plug-in with your scrollwheel. That is not possible with traylaunch.
adewidt said:
I added HTCICON.dll, please download the file again
Click to expand...
Click to collapse
Thanks .
adewidt said:
I Agree, the only advantage is that you can use the plug-in with your scrollwheel. That is not possible with traylaunch.
Click to expand...
Click to collapse
not at all... with scroll you can go into traybar and after u can use joypad to scroll application there.
Guybrush said:
not at all... with scroll you can go into traybar and after u can use joypad to scroll application there.
Click to expand...
Click to collapse
What the guy means is that the scroll wheel moves between items in the HTC plug-in so it's easier to use with one hand.
EDIT: Ops I was wrong. Even with the HTC plug-in you need the joypad to move from one icon to another....
Guybrush said:
not at all... with scroll you can go into traybar and after u can use joypad to scroll application there.
Click to expand...
Click to collapse
You're right, this wasn't possible on WM2003 .
In that case the HTCHomePlug is even more useless
The HTC plugin is easier to use with a finger... Traylaunch has to be activated with a stylus.
doedoe said:
The HTC plugin is easier to use with a finger... Traylaunch has to be activated with a stylus.
Click to expand...
Click to collapse
no, you can use scroll wheel to activate it and after choose application with dialpad not need stylus... HTC plugin use a lot of useful space in today =)
Thanks guys. I figured this out the other night and forgot I started this thread. Anyway, what I was trying to do is figure out how to add the "memory" shortcut to get straight to the task manager from that plugin and I finally figured it out. Thanks again
Care to share your method... if it's different from what's already posted.
It's the same...exactly. The only quirk was adding the memory app. I had to have the cpl shortcut....then it was the same.

No Shortcut?!

i've installed several programs successfully, but i don't get a shortcut icon in my programs. although i get it in my start menu.
is this a glitch or am i just missing a setting?
thanks in advance.
MacFly69 said:
i've installed several programs successfully, but i don't get a shortcut icon in my programs. although i get it in my start menu.
is this a glitch or am i just missing a setting?
thanks in advance.
Click to expand...
Click to collapse
Afraid that's just normal. You can create shortcuts using PC and stick them where you want. Me, I find it easier to use something like clauncher (freeware) or ilauncher if you like paying. You can then have nice icons on desktop all nicely categorised with names you choose etc.
Mike

Running Programs in Today Screen Tray?

I would like to see the programs that are running down in the system tray on the today screen. You know, the place where you see your battery level and connection manager icons?
Is this possible via a registry hack that anyone knows of?
gthing said:
I would like to see the programs that are running down in the system tray on the today screen. You know, the place where you see your battery level and connection manager icons?
Is this possible via a registry hack that anyone knows of?
Click to expand...
Click to collapse
There are registry tweaks for standard items like battery, clock and so on but AFAIK not ones for all running programmes. There are tons of freeware task manager apps that place running progs in task bar and probably the tray as well. Magic Button for example - but it shows in task bar.
Mike
u dont need registry twaeks!!
use some extrernal file explorer.
go to the windows folder and find the power tray file copy paste in the startup folder
soft reset is ready.
now.. about the today screen for the try programs try the "true toolbars" is the best ftask manager!!
here thw link: http://solsie.com/true-toolbar-utility
note:sorry for my bad english ;-)
how to upload my program?
Simplicity wins again.
agovinoveritas said:
Simplicity wins again.
Click to expand...
Click to collapse
I knew her she was a very nice girl
Mike
Actually this so-called fix does not work. If you put the icon in the startup tray all it does is start the program at start up. So no, it does not put it on the tray.
Try again?
VJTrayLaunch
This is a command line application, and can be used to launch any program or shortcut.
http://vijay555.com/?Releases:VJTrayLaunch
TrayLnch
TrayLnch only 47,9kb
is good for hermes
Can't believe people would pay $13 for this.
I made VJTrayLaunch, which is fine for one or two apps, but I recommend PHM Tray Launch 110%.
V

Program in Homescreen

Hello,
I want to put a program to the homescreen.
Can any body tell me how to do that?
I have a custom program and i can only start it from programs or the startmenu.
I want to put it on the home screen so that i can start i from there.
I hope someone can tell me that.
Regards,
Peter
You mean, as a Today Plugin?
If yes, well, that's a little more complicated A Today plugin is a DLL, so completely different than an executable: as a first general step, forget about anything else than C++.
For everything else, have a look here.
http://www.codeproject.com/ce/CTodayWindow.asp
and here
http://www.codeproject.com/ce/CTodayOptionsDialog.asp
I think you must use a launcher plugin, like orchid shortcut.
scherrenburg said:
Hello,
I want to put a program to the homescreen.
Can any body tell me how to do that?
I have a custom program and i can only start it from programs or the startmenu.
I want to put it on the home screen so that i can start i from there.
I hope someone can tell me that.
Regards,
Peter
Click to expand...
Click to collapse
You can use cLaunch or Battery Status to put programs on the home screen.
hotdog53 said:
You can use cLaunch or Battery Status to put programs on the home screen.
Click to expand...
Click to collapse
Home screen with battery status and cLaunch. I used bs to put programs in the bottom system tray, camera, messaging, clear temp, etc. I used cLaunch to put numerous other programs on the home screen. One tap of the program icon will open that program.
I have a little question, how i can add easy shortcuts to the home screen ? I read you do it with batterystatus buth i see not that option there. Thnx for any help
Go to settings->Today screen->Items->Find BatteryStatus->click on it->you'll get "options" button on the right->click it, and find Tray icons tab on the bottom.
vlodeck said:
Go to settings->Today screen->Items->Find BatteryStatus->click on it->you'll get "options" button on the right->click it, and find Tray icons tab on the bottom.
Click to expand...
Click to collapse
No Tray Icons tab. Im using B&B4.3 and i only see there General, Indicator, Tools, Omap, CallTimes & About
Can someone help here maybe, i dont find a solution

Categories

Resources