Jump to content

Recommended Posts

Guest Funske
Posted

Hi there,

On my Samsung i320 i have a home screen that looks like this:

sshot000wc9.png

From here you can choose the fooling options:

sshot001zj0.png as SMS

sshot002zm7.png as E-mail

sshot003yd3.png as Missed Calls

Now I want this on my own home screen, but i don't know how.

When i look in the XML of that screen, the only thing that makes this line is:

<plugin clsid="{6D4E0B9A-A675-4B40-94E9-9ED95F99CA56}" name="HSType2-2" index="2" selectable="yes" height="1" managerIdx="1" />

When i copy this into my own homescreens, nothing happens.

Can somebody help me??

Thanks in advange.

Have Fun

Funske

Guest Pr0sper
Posted

This is a special homescreen with a plugin that is only provided on the Samsung i320. I guess you can't implement it into an own homescreen (I'm not sure, though).

I think the standard MS messaging plugins allows SMS, eMail and calls, you can try this :rolleyes:

Not sure if it works, but give it a try !

Guest Funske
Posted (edited)
I think the standard MS messaging plugins allows SMS, eMail and calls, you can try this :P

Not sure if it works, but give it a try !

It shows the SMS and emails, but the missed calls nevers shows a number. :D

I think the main problem is that you can't get Missed calls and sms on one line! :rolleyes:

Edited by Funske
Guest derma
Posted

You can't do it.

I've tried ev'rything (almost ev'rything, for the truth!), but the file related to the plugin you want to implement in the homescreen is a ".dll", so it's impossible to extract the clsid and put it in the ".xlm" file to make it appear in homescreen.

I've also tried to change the .bmp images that are in that file but the result was the plugin don't work anymore. Almost surely, it has to be a relationship between the dimension, the creation date, and the location of it and the key in the registry that call it.

PS: The file is "SamsungHSPlug.dll" and you can find it in the windows directory.

PPS: If you get a way to do what you said, obviously post it here!

GubbĂ i.

Guest vardelda
Posted
When i look in the XML of that screen, the only thing that makes this line is:

<plugin clsid="{6D4E0B9A-A675-4B40-94E9-9ED95F99CA56}" name="HSType2-2" index="2" selectable="yes" height="1" managerIdx="1" />

When i copy this into my own homescreens, nothing happens.

you can do a lot by commandeering the Samsung Popup plugin. but the look you want (all 3 on one line) is only active as part of the popup screen. this screen assumes a set number of entries so if you remove the other plugins to isolate Message Count, you'll get a lot of blank space. you can more easily commandeer the scrolling viewer from the other 3 example plugins. but these don't show all your message counters in condensed mode on one line. no, your only solution is a custom plugin.

Guest Funske
Posted (edited)
this screen assumes a set number of entries so if you remove the other plugins to isolate Message Count, you'll get a lot of blank space.

no, your only solution is a custom plugin.

I've tried a lot of things. And I got that lot of blank space you mentioned.

So I'm just given up and leave it this way. :rolleyes:

Thanks for all your replies.

Edited by Funske

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.