Adding missed call screen to theme |
![]() ![]() |
Adding missed call screen to theme |
Mar 19 2005, 12:23
Post
#1
|
|||
|
Newbie Group: Posters Posts: 19 Joined: 13th March 2005 From: Leeds, UK Member No.: 116,967 Device(s): c500 |
I'm sure this has been brought up a billion times before but im a n00b and after searching the forums im confused :?: Basically I've found an animated theme I like but it has one thing missing i would like to add. I'd like it if I could add some kind of plugin to show a screen when i get a missed call on my phone and keep it on till i goto my phone. Is this possible on an animated theme as I've seen it done on other themes before. Any advice would be great
cheers rob |
||
|
|
|||
Mar 20 2005, 09:01
Post
#2
|
|||
![]() SpinDoctorBlow Group: Posters Posts: 2,765 Joined: 25th February 2003 From: Edinburgh, UK Member No.: 3,060 |
As with nearly all xml quieries, the answer is it's best to just copy the code you need from somewhere else!
Juts download a theme that has a missed calls screen, and open the xml file up on your PC using notepad. Then simply copy & paste the missed calls plugin into the xml file you want. -------------------- "... time is an illusion ... lunchtime doubly so ..."
http://monosapiens.9f.com |
||
|
|
|||
Mar 22 2005, 14:49
Post
#3
|
|||
![]() Regular Group: Posters Posts: 92 Joined: 1st October 2004 From: Aalborg, Denmark Member No.: 58,809 Device(s): QTek 8310 |
Here goes - insert anywhere you like after the tag:
CODE <!-- Lost calls screen --> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="180"> <background b-border-width="0" > <!-- only if you wish a specific picture to be shown --> <format state="selected" bgcolor="transparent" bgimage="\IPSM\Application Data\Home\picture.jpg" valign="top"/> </background> <format state="nocall" visible="false" font-weight="bold"/> <!-- here we write the number of missed calls --> <label fgcolor="#464646" font-weight="bold" x="26" y="28"> <text><calls/></text> </label> </plugin> I've made a few comments to ease the understanding. This post has been edited by jakobdam: Mar 22 2005, 14:49 -------------------- "A lot of what we call 'management' is about making work more complicated and hard for people to understand"
|
||
|
|
|||
Mar 22 2005, 18:21
Post
#4
|
|||
|
Newbie Group: Posters Posts: 19 Joined: 13th March 2005 From: Leeds, UK Member No.: 116,967 Device(s): c500 |
Thanks for the reply's
I'm a total newbie but am getting the hang of things slowly. I've opened up the xml file using notepad on my PC and I'm not that bothered about having a picture shown, so would pasting just the first and third part of this code show only the number of missed calls on a blank background? cheers Rob |
||
|
|
|||
Mar 22 2005, 23:10
Post
#5
|
|||
|
Newbie Group: Posters Posts: 19 Joined: 13th March 2005 From: Leeds, UK Member No.: 116,967 Device(s): c500 |
I've tried adding the code as above but it doesnt seem to work for some reason. Here's the last part of the xml file that i tried and failed to edit just from the lost calls screen downwards.
<!-- Lost calls screen --> <!-- here we write the number of missed calls --> Any more advice please? Thanks again Rob |
||
|
|
|||
Mar 23 2005, 01:41
Post
#6
|
|||
![]() Hardcore Group: Posters Posts: 1,962 Joined: 6th June 2003 From: kYuSi, PiLiPpHiNeS Member No.: 7,452 |
try to place the missed call plugin first before the iconbar and set the height to 200...
sample: <!-- Lost calls screen --> <!-- here we write the number of missed calls --> -------------------- "Do not follow where the path may lead.
Go instead where there is no path and leave a trail." |
||
|
|
|||
Mar 23 2005, 19:25
Post
#7
|
|||
|
Newbie Group: Posters Posts: 19 Joined: 13th March 2005 From: Leeds, UK Member No.: 116,967 Device(s): c500 |
Thanks for the advice BrAGoL but it still doesnt seem to work. I used notepad to edit the xml and dont know if its any use but I can open the original xml file in internet explorer but after i have added the above plugins it comes up the message:
The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- End tag 'plugin' does not match the start tag 'background'. Error processing resource 'file:///C:/Documents and Settings/ro... --^ Any more advice as im totaly useless at this hehe Cheers Rob |
||
|
|
|||
Mar 24 2005, 08:54
Post
#8
|
|||
![]() Newbie Group: Posters Posts: 16 Joined: 16th March 2005 Member No.: 117,495 Device(s): QTEK 8500 |
I'd try closing the background tag with or with a /> at the end instead of only > .
|
||
|
|
|||
Mar 24 2005, 17:49
Post
#9
|
|||
|
Newbie Group: Posters Posts: 19 Joined: 13th March 2005 From: Leeds, UK Member No.: 116,967 Device(s): c500 |
Thanks for that sunoke got it working at last. I did what BrAGoL said and put code before the iconbar and I had to put /> at the end of the background line instead of just > like you said
Sorry for bugging you all but there is a couple of things i'd like to change to it. I like the background colour (black) as its the same as my wallpaper colour but the text seems to be grey and a little bit too small. Also it shows only a number which is off centre to my screen. I'd like it if it had a little bit more info and larger white text, something like: Missed calls 2 How could i go about doing this little modification? Cheers Rob |
||
|
|
|||
Mar 24 2005, 18:07
Post
#10
|
|||
![]() Newbie Group: Posters Posts: 16 Joined: 16th March 2005 Member No.: 117,495 Device(s): QTEK 8500 |
Here is some more information about how to customize your homescreens.
|
||
|
|
|||
Mar 28 2005, 22:01
Post
#11
|
|||
![]() Regular Group: Posters Posts: 50 Joined: 7th February 2005 Member No.: 109,261 Device(s): mpx220, cingular 8525 |
here is how my missed calls plug-in looks:
where it says (picture) you can insert a pic from your home folder for example whatever.gif and that picture will pop up when you have a missed call. As is, the text is fairly big and comes out looking like this... Missed Calls: # where # is however many missed calls you have. depending on the pic, you may want to mess around with the x,y coordinates to put them in a more visible spot. as far as your text looking grey, just change that 6 character color value. if you do a google search for something like "html color values" you'll find a table with color values. if you want to make it bigger or smaller, just change the font size value. if you don't want the missed calls text to wrap then just remove the width (w="70") command. just screw around with it for a while and look at the coding in other homescreens when you see something you like and you should be able to set it up exactly like you want it. just last week i didn't know a thing about homescreens. |
||
|
|
|||
Mar 29 2005, 09:11
Post
#12
|
|||
![]() Hardcore Group: Posters Posts: 1,962 Joined: 6th June 2003 From: kYuSi, PiLiPpHiNeS Member No.: 7,452 |
you can also include a font-weight="normal or bold" line in your tag...
-------------------- "Do not follow where the path may lead.
Go instead where there is no path and leave a trail." |
||
|
|
|||
Mar 29 2005, 19:20
Post
#13
|
|||
|
Newbie Group: Posters Posts: 19 Joined: 13th March 2005 From: Leeds, UK Member No.: 116,967 Device(s): c500 |
Cheers for them tips guys. I've added the plugin as you described arogntbastrd and it looks really good, just how i wanted it. I've left a picture out for now as my homescreen is black and it looks good with the white missed calls text and black background (well i think so anyway 8) )
thanks again Rob |
||
|
|
|||
Jun 26 2005, 03:31
Post
#14
|
|||
|
Addict Group: Banned Posts: 506 Joined: 12th February 2005 From: Panama Member No.: 110,270 Device(s): SMT 5600, HP iPAQ 4150 |
QUOTE(drblow @ Mar 20 2005, 05:01) As with nearly all xml quieries, the answer is it's best to just copy the code you need from somewhere else! Juts download a theme that has a missed calls screen, and open the xml file up on your PC using notepad. Then simply copy & paste the missed calls plugin into the xml file you want. tottaly, thats the best way, y would u try something on ur own, espeically when another script already works from somewhere else! |
||
|
|
|||
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
O2 Xda IIs Upgrade to AKU3? | 1 | thewitney | 238 | Today, 01:56 Last post by: khadimhussain |
![]() |
^^^^^^ |
41 | xxa1rxforce1zxx | 12,903 | Today, 02:08 Last post by: jeffglenellen |
![]() |
Blank Screen of Death | 29 | gavzter | 1,819 | Yesterday, 22:32 Last post by: FarleyCZ |
![]() |
Customize home screen? | 1 | Chrisbitz | 24 | Today, 00:33 Last post by: dskeeles |
![]() |
OMNIA Always switches to Potrait when in Call when phone app is started in Landscape OMNIA Always switches to Potrait when in Call when phone app is starte |
2 | fychan | 77 | Today, 00:33 Last post by: Massive Attack |
![]() |
Searching for "real" touch-screen locker and software to put Omnia into sleep if not unlocked | 2 | testerr | 68 | Today, 01:58 Last post by: mobilehappy |
|
Lo-Fi Version | Time is now: 13th October 2008 - 04:10 |
Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!
VITO Technology | Slipstream Solutions | Aiko Solutions | PDAMill | Inesoft | SBSH | LingvoSoft | Ruttensoft | Astraware | MadBeetle | Sprite Software
Opera | Westtek | TetraEdge | Z4Soft | KBM Systems | Conduits | Mini Lyrics Magic | Proporta | Semsons | SyncData | Active Kitten | Binaryfish | Textr
SPB Software House | Omega One | OmniSoft | Resco | eSoft Interactive | TenGo | ATEKsoft | imei-check | GpsGate | SplashData | DeveloperOne | monocube
WebIS, home of Pocket Informant, FlexMail and Note2Self
Would your company like to become a 'Plus Partner'? Click Here to contact us!