Modifying device attributes

The extendedproperties.xml contains the list of mobile device attributes.

Procedure

  1. Edit extendedproperties.xml in the wp_profile_root/PortalServer/wp.mobile/wp.mobile.mwp/shared/app/config/directory with a text editor.
  2. Add or delete the deviceprop values from the device repository.

    The following code is an example of attributes in the extendedproperties.xml file.

    <?xml version="1.0"?> 
    <root> 
    <deviceprop>streaming.protocol.rtsp</deviceprop> 
    <deviceprop>preferredmessageprotocol</deviceprop> 
    <deviceprop>midp.scrollbar.support</deviceprop> 
    <deviceprop>drmdownloads.audio.drm.forwardlock.realmedia.supported</deviceprop> 
    <deviceprop>streaming.video.real.codec</deviceprop> 
    <deviceprop>drmdownloads.image.drm.forwardlock.tiff.size</deviceprop> 
    <deviceprop>videotexinpage</deviceprop> 
    
    ……………………………. 
    </root> 
  3. After modifying extendedproperties.xml, restart the portal.



Terms of use
(C) Copyright IBM Corporation 2012. All Rights Reserved.