How i set a new picture to telephone display

I have 100 cisco 7941 ip telephone in my office.
Telephone connect to CCM 5.3.
How i can set new picture to telephone?
Esterday i see this link http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7906g_7911g/6_0/english/administration/guide/11cust.html#wp1088046
then i create file List.xml and picture that resize to my 7911 resolution and download it to my CCM
But now i don't find this picture if i go to User preference---> backgrounв image in telephone menu.
What i did wrong?

Sorry I incorrect write first message.
Im file: list.xml yoг will see 4 different PNG picture:
TN-hyundai.png - 25% from size 95x34
hyundai.png - picture size 95x34
TN-hyundaix25.png - 25% from size 320x212
hyundai320.png - pic size 320x212
Just i try set new picture to 7911 & to 7970
but i think - i was wrong somewhere....
Please help - i don'd know where i wrong :(
PS
I think list.xml - it's not all what i must do, because when i just see config of my 7911 (i download file SEPxxxxxxx.cnf.xml) I can't find in this any about background exclude "allow change background"
may be i must do something on CCM and CCM tell to phone upload the file list.xml from CCM?
PSS
Maybe it's stupidly but i don't have any other idea :)

Similar Messages

  • How to set a new value for formula field in crystal reports xi?

    <p>How to set a new value for formula field in crystal reports xi?</p><p>//formula</p><p>{@description}</p><p> </p><p>exemplo in VB6</p><p>crxSubreport.FormulaFields.Item(1).Text =  "&#39;Subreport Formula&#39;"  or</p><p>crxSubreport.FormulaFields.Item("description").Text =  "&#39;Subreport Formula&#39;"</p><p>How to in JRC?</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>

    Hi,
    This functionality is known to be very important and is a key part of the next major release of the JRC planned for the first half of 2008.
    Regards,
    <p>Blair Wheadon</p>
    <p>Product Manager, Crystal Reports</p>

  • How to set a new SCSI number for a second drive?

    How to set a new SCSI number for a second drive?
    Walter

    Walter,
    This web site gives a good diagram:
    http://www.hitachigst.com/hdd/support/dpes/dpesjum.htm
    On a Quantum hard disk drive - they were the original equipment manufacturer (OEM) hard drive provider for Apple, you will see three or four pairs of pins on the green circuit board. They are labled:
    AO . .
    A1 . .
    A2 . .
    If no pins are connected, you have SCSI ID Zero This was the standard setting from the factory.
    If you short out the pins beside AO .__. , you have designated SCSI ID One.
    If you short out the pins beside A1 .__. , you have designated SCSI ID Two.
    If you short out the pins beside A2 .__. , you have designated SCSI ID Four.
    These values can be added together to get other SCSI IDs. If you have a jumper beside AO AND A1, that will add up to SCSI ID Three.
    Some of the quantum drives used tiny black plastic jumpers with tiny metal contacts. I have yet to find a store that sells the tiny ones. I get my larger jumpers from old PC motherboards that are being thrown away. A small piece of aluminum foil will work as a jumper in a pinch. Just make sure it soed not fall off and short something else out!
    Jim
    PS
    CD-ROM drives are set at the factory as ID 3. Internal drives are set at ID 0. I set my external SCSI drive at SCSI 1 so it does not conflict with the internal drive. Internal Zip drives are set at ID 5 and external Zip drives let you choose between 5 and 6. I set my burners at ID 4. Come up with a master plan for your devices like scanners and burners. Apple System Profiler will give you info on the device ID. If the computer fails to boot, turn off all but one SCSI device and make sure of its ID. Then check each subsequent device by powering up only one device at a time while booting from a CD at ID #3.

  • How to set a new session variable?

    Hi all,
    Can anybody say how to set a new session variable in istore?

    Hi,
    you can use either
    pageContext.getAttribute(VAR, PageContext.REQUEST_SCOPE);
    or
    <%@page session="true" %>
    session.putValue
    session.getValue
    Hope this will help.
    Thanks
    Gurjeet

  • HT3728 after soft resetting how to set a new password to my airport express

    after soft resetting the airport exppress how to set a new password to my airport express

    Hello, MevanK.
    Thank you for the question.  You may find this article helpful in changing or creating a password for your AirPort Express. 
    AirPort Utility 6.x: Password-protect your wireless network
    http://support.apple.com/kb/PH5119
    Cheers,
    Jason H. 

  • How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    Hi Ramy,
    As a work around , you can create a VM without installing OS and  configure the Vlan of VNic , then export it .
    The new VM will be with Vlan ID when you import the "export file".(note : you need to select "copy the virtual machine " in the tab "choose import type" during importing ) .
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I signed up yesterday with synch. I dont know my password and I need it to reset a new password. Please advise how to set a new password when I dont know old 1

    I signed up yesterday with synch. I don't know my password and I need it to reset a new password. Please advise how to set a new password when I dont know old 1
    I set it up on my "upstairs computer" and then came to my "downstairs computer" to synch and I can not get into the account because of the above password problem. I write down my passwords. I must have mistyped it or mis written.
    I want to change my password

    The new Sync version uses the Firefox account and stores the login data (username/email and password) under the https://accounts.firefox.com site heading in the Password Manager and use the signedInUser.json file in the profile folder to store the credentials once connected to the account to avoid having to enter the master password on each start.

  • How to set up new icloud account

    how to set up new Icloud account on Mac Mini and connect to all my apple devices

    Mike..
    Instructions here > Apple - iCloud - Learn how to set up iCloud on all your devices.

  • How to set a new DocumentBuilderFactory in my application?

    Hello Suners,
    I really need some help to set a new DocumentBuilderFactory in my application.
    I have a new instance of DocumentBuilderFactory with my settings and i need to set it in the application so that it use it to show some special DOM elements.
    DocumentBuilderFactory.newInstance("com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl", null) ;now i just need a clue how to make it recognizable to my application i mean how to make my application obtain a reference to the new DocumentBuilderFactory so it can use the factory to configure and obtain parser instances?.
    Edited by: abulseed on Aug 29, 2010 6:59 AM

    abulseed wrote:
    now i just need a clue how to make it recognizable to my application i mean how to make my application obtain a reference to the new DocumentBuilderFactory so it can use the factory to configure and obtain parser instances?.That code already produces a reference to the new DocumentBuilderFactory (assuming it's correct code). The normal thing to do with the reference would be to assign it to a variable. Then your application could use the variable, which refers to the factory, to do those things which it is supposed to do.

  • How to set a new email account for iCloud?

    How set a new email account for iCloud?

    There are two separate things you can do.
    You can add up to three 'email aliases' - these are additional addresses (not accounts) which deliver into the same inbox as the main account. (In fact it's a good idea to give out alias addresses, rather than the main address, because if they attract spam you can easily change them.) (New aliases can only be @icloud.com ones; @me.com addresses cannot now be created.)
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account or move it to another account, and if it has @mac.com or @me.com versions these cannot be reinstated once deleted.
    More information on aliases here: http://help.apple.com/icloud/#mm6b1a490a
    Or if you want a completely separate account you will have to create a new iCloud account and sign into it in System Preferences>Mail, Contacts and Calendars. Note that any one device can create only three iCloud accounts.

  • How to set the new tab URL?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How do I set the new tab URL? When I click on a new tab, this does not open my home page URL.
    == Firefox version
    ==
    3.6.6
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-Logitech Device Detection
    *Office Plugin for Netscape Navigator
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Default Plug-in
    *Provides additional functionality on Facebook. See our web site for details.
    *Shockwave Flash 10.0 r45
    *iTunes Detector Plug-in
    *4.0.50524.0
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    *DRM Netscape Network Object
    *Npdsplay dll
    *DRM Store Netscape Plugin

    Middle-click the Home button instead.
    Or just install https://addons.mozilla.org/en-US/firefox/addon/777/

  • How do i import new pictures to both iPhoto and another folder

    so i've created a duplicate folder of my current iPhoto Library Originals - and renamed the new folder as Photos which was on my Desktop (I now moved it into the Picture Folder where iPhoto Library is also)
    I'm still tinkering with both Bridge and iPhoto to see which I like better for organizing and using along side Photoshop Elements.
    So, when I import new pictures this weekend, how can I import them into iPhoto Library as well as into Photos folder? I understand that while I choose to mess with Bridge, I need a completely separate folder of pictures from the iPhoto Library as not to corrupt it.
    Thanks!

    Use Image Capture (in your Applications Folder) to move the files from your camera to this Photo folder. Then import them to iPhoto from there. You can automate this process using a shareware called Hazel.
    Regards
    TD

  • Please fix the lockscreen keeps zooming in when I try to set a new picture

    Whenever I try and set a new photo to my lockscreen/homepage it always resizes it and then the photo looks stupid how can I fix this problem??

    Hope that the problem is fixed in the next release.

  • How to set a New Tab as the start page in Firefox and lock in my choice of web sites

    You may set the New Tab page Firefox shows when opening a new tab as its start page, and you can lock in the web sites you want displayed there.
    I set my browser to open a New Tab as its start page and have locked in six destinations from which to choose on my start page.
    First I open Firefox and open a new tab. Then I delete any open tabs other than this New Tab. Optionally, I can also set a second tab to open to a specific web site
    Next I go to Tools and Options (or Edit and Preferences in Linux) and select the General tab on the far left. Click on
    [Use Current Pages].
    Each time I open Firefox it will open showing me the New Tab.
    I can select from pages that I have already visited the six pages I want to have appearing on my New Tab every time. Supposing there are no pages locked in yet, and I don't want the site in the top left. I hit the X in its thumbnail's top right corner, it disappears and every other site thumbnail moves up and there is a new site appearing in the sixth slot. Note that if I have visited one page frequently, it may appear more than once, or be replaced by itself. If that happens, just keep deleting until the page you want shows up.
    If I find a site that I want to save, then there is a thumbtack in the top left corner of the thumbnail. It is black, but if I click it it turns blue, and the thumbnail is a keeper.
    This web site is in the second row, second over, but I want it to be up on the top row. Just drag and drop and the two sites exchange places. Make sure it has a blue thumbtack. The lock-down thumbtacks and delete X symbols appear in the top left and top right, respectively while the mouse is hovering over them.
    It is possible to delete a saved site, and it is possible to undo the thumbtack. Simply click the X to delete or click the blue thumbtack to unlock the site and turn the thumbtack black.
    You may choose to tack down a few sites and let the remainder float in and out, driven by your browsing history.
    Through my use of this approach, I have instant access to my club's web site, two Webmail sites, and some other often-visited places on the Web, all in one start page.
    About the only thing I really don't need there is a Google search box, for if I enter my search terms in the address bar I get the same result as if I had specifically typed in the search box.
    Some add-ons, often potentially unwanted programs (PUPs), will replace the Firefox about:newtab (address of the New Tab) with eBay, Facebook, Twitter icons among others, and a different search engine. These icons may have a nicer appearance than the default Firefox New Tab, but you may also be looking at extra, unnecessary work for the computer, especially if behind the pretty icons there is a hidden agenda.
    Personally, I would stay clear of these add-ons, and perform some scanning with an up-to-date antivirus and antimalware software.

    If this is not a pinned (App) tab then the home page should open in that tab.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to set up new SSD drives

    I just ordered an SSD drive that looks to be very fast.  It is called Revodrive X2.  I also just got an SSD drive a month ago.  It is a Crucial C300.
    I have read the article on how to set up drives, but my setup is a bit different and I would like to know where to put things based on two of the drives being very fast drives.  I have (or will have shortly) the Revodrive (160GB) as my boot drive.  The C300 (256GB) drive will be for programs and a few frequently used storage-type files.
    I also have 2 WD black 1TB drives.  This gives me a total of 4 drives (2 SSD drives and 2HD's).  What would be the best setup for my drives?
    Asus P6T M/B
    12 GB of memory
    GTX 470
    4 Drives all attached to ICH10 motherboard connections

    JumpCat4 wrote:
    I just ordered an SSD drive that looks to be very fast.  It is called Revodrive X2.
    I also have 2 WD black 1TB drives.  This gives me a total of 4 drives (2 SSD drives and 2HD's).  What would be the best setup for my drives?
    Asus P6T M/B
    12 GB of memory
    GTX 470
    4 Drives all attached to ICH10 motherboard connections
    I guess you do not know that your Revodrive does not connect to a SATA port. It simply plugs into the PCIe bus.  Many times trying to put applications on a different drive than the boot drive can be complicated.

Maybe you are looking for

  • How to Stop Forward scheluding process in Sales order(VA01)

    Hi , How to Deactivate forward scheduling proposal in sales order..... In current systen, we have both forward and Backword scheduling process based on the material availability. What is the customization required to do in SPRO or Master dsata change

  • Connecting database in servlet

    I am trying to connect to the database in a servlet but it throws a ClassNotFoundException. the problem is when i am trying with the same piece of code in a simple java class. it works perfectly fine. Server i am using is - Jakarta-Tomcat 5. driver -

  • Error while developing Custom Module in PI

    Hi Friends, We have developed Module for converting XL file to XML file and deployed on PI server. We have followed the link /people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter We got the following error, please help in t

  • Headphone sound not working

    Since installing update to Yosemite version 10.10.2 on January 29th, I have not been able to connect my headphones to my MacBook Pro 13" Retina Early 2013. I am having problems with both my wired Beats & my wireless bluetooth Beats headphones. I also

  • I need help installing Firefox on my Ubuntu 10.10 Maverick Meerkat.

    I need help using the tar.bz2 file that Firefox came zipped in. I have tried opening it with Archive Manager, but it shows the contents of the package Firefox. As you can probably figure out, I can't answer the "This happened..." question.