1. dcburke789's Avatar
    Thanks to Molson0 for posting the .properties files in this thread (post #85)

    There is also an abundance of info and links to resources that you might find interesting reading.

    Once you have done all of the necessary steps to export your theme you can use the files found here as a resource to make it fit the 9850/9860.

    The .cp files in the zip DO NOT need to be exported for .svg, they are a template I have set up that makes it a little easier for me to find the right x,y values for each element.



    Clicking on any of the elements (see above image) will display the x,y values and the width and height in the tool bar.

    A few things I need to mention...

    App Banner: Several of the elements are used for BOTH landscape and portrait

    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    
    <?plazmic pmeVersion="1.2" pmb="false"?>
    <svg width="100%"
          height="28"
          hotspot-wrap="false"
          xmlns="http://www.w3.org/2000/svg"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.w3.org/2000/svg http://www.plazmic.com/svg/schema/svg.xsd"
          xmlns:xlink="http://www.w3.org/1999/xlink">
      <rect id="bgRect"
            x="0"
            y="0"
            width="480"
            height="28"
            fill="none"/>
      <set xlink:href="#bgRect"
            attributeName="width"
            to="800"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <set xlink:href="#bgRect"
            attributeName="height"
            to="28"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="banner-app__Landscape"
          x="0"
          y="0"
          width="800"
          height="28"
          display="none"
          xlink:href="banner-app__Landscape.png"/>
    <set
          xlink:href="#banner-app__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="banner-app"
          x="0"
          y="0"
          width="480"
          height="28"
          xlink:href="banner-app.png"/>
    <set
          xlink:href="#banner-app"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
      
    <image 
          x="64"
          y="1"
          width="100"
          height="26"
          xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=100&amp;height=26&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=26&amp;fill=fefefe"/>
    <image
          id="banner-display-app"
          x="3"
          y="2"
          width="40"
          height="22"
          xlink:href="x-object:/BatteryLevel?width=40&amp;height=22"/>
    <image
          id="net_rim_Alarm_Indicator-icons21x21"
          x="165"
          y="4"
          width="21"
          height="21"
          xlink:href="x-object:/AlarmIndicator?width=21&amp;height=21"/>
    
    	  
    <g id="banner_svg_portrait">	
    <image
          id="signal-display-app"
          x="430"
          y="3"
          width="45"
          height="22"
          xlink:href="x-object:/SignalLevel?width=45&amp;height=22"/>  
    <set
          xlink:href="#signal-display-app"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image
          id="signalwifi-display-app"
          x="344"
          y="5"
          width="27"
          height="23"
          xlink:href="x-object:/WLANSignalLevel?width=27&amp;height=23"/>
    <set
          xlink:href="#signalwifi-display-app"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	
    
    <image
          id="bluetooth-display-app"
          x="330"
          y="4"
          width="12"
          height="20"
          xlink:href="x-object:/GridIndicators?area=6&amp;width=12&amp;height=20&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=20&amp;fill=fefefe&amp;specificindicator=:bluetooth:&amp;align=center"/>
    <set
          xlink:href="#bluetooth-display-app"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image
          id="unreadicon-display-app"
          x="187"
          y="1"
          width="142"
          height="26"
          xlink:href="x-object:/GridIndicators?area=2&amp;width=142&amp;height=26&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=26&amp;fill=fefefe&amp;omitindicator=:calltimer:message:mvs_status:bluetooth:&amp;align=end"/>
    <set
          xlink:href="#unreadicon-display-app"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	  
    </g>
    <g id="banner_svg__Landscape">	  
    <image
          id="signal-display-app__Landscape"
          x="752"
          y="3"
          width="45"
          height="22"
          display="none"
          xlink:href="x-object:/SignalLevel?width=45&amp;height=22"/>
    <set
          xlink:href="#signal-display-app__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="signalwifi-display-app__Landscape"
          x="664"
          y="5"
          width="27"
          height="23"
          display="none"
          xlink:href="x-object:/WLANSignalLevel?width=27&amp;height=23"/>
    <set
          xlink:href="#signalwifi-display-app__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="bluetooth-display-app__Landscape"
          x="650"
          y="4"
          width="12"
          height="20"
          display="none"
          xlink:href="x-object:/GridIndicators?area=6&amp;width=12&amp;height=20&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=20&amp;fill=fefefe&amp;specificindicator=:bluetooth:&amp;align=center"/>
    <set
          xlink:href="#bluetooth-display-app__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="unreadicon-display-app__Landscape"
          x="187"
          y="1"
          width="462"
          height="26"
          display="none"
          xlink:href="x-object:/GridIndicators?area=2&amp;width=462&amp;height=26&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=26&amp;fill=fefefe&amp;omitindicator=:calltimer:message:mvs_status:bluetooth:&amp;align=end"/>
    <set
          xlink:href="#unreadicon-display-app__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    </g>	  
    <switch>
      <foreignObject x="0"
            y="0"
            width="0"
            height="0"
            xlink:href="dummy"
            requiredExtensions="x-object:/Coverage"
            display="none">
        x-object:/Coverage?width=60&amp;height=26&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=26&amp;fill=fefefe&amp;target=BannerCoverage-app
      </foreignObject>
    </switch>
    <text id="BannerCoverage-app"
          x="371"
          y="22"
          font-family="BBAlpha Sans Condensed"
          font-size="26"
          fill="#fefefe"
          text-anchor="start"/>
    <set
          xlink:href="#BannerCoverage-app"
          attributeName="x"
          to="691"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <switch>
      <foreignObject x="0"
            y="0"
            width="0"
            height="0"
            xlink:href="dummy"
            requiredExtensions="x-object:/FontManager"
            display="none">
        <group xmlns="dummy">
      <altFont font-family="BBMillbank"/>
      <items ids=""/>
    </group>
    
      </foreignObject>
    </switch>
    
      </svg>
    There are only ONE mention of CLOCK, BATTERY, ALARM, UNREAD and BANNER COVERAGE (3G,EDGE)

    The clock, batt and alarm are in the same position for both portrair and landscape orientations while the coverage is moved into its new position.

    Code:
    <set
          xlink:href="#BannerCoverage-app"
          attributeName="x"
          to="691"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    so you would need to note the LANDSCAPE orientation x-coordinate for the value in RED

    NOTE: If you are just editing your own svg you will need to separate the different orientation elements with a g-tag so the elements will display properly on orientation change (oc)

    Code:
     <g id="banner_svg_portrait">	 * your code * </g>
    Code:
     <g id="banner_svg__Landscape">	 * your code * </g>
    69goat, bluemax413 and gvs1341 like this.
    01-03-12 08:40 AM
  2. dcburke789's Avatar
    Homescreen Banner: The same g-tags need to be applied to the homescreen (prevents duplicate wifi-bullets)

    Code:
     <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    
    <?plazmic pmeVersion="1.2" pmb="false"?>
    <svg width="100%"
          height="80"
          hotspot-wrap="false"
          xmlns="http://www.w3.org/2000/svg"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.w3.org/2000/svg http://www.plazmic.com/svg/schema/svg.xsd"
          xmlns:xlink="http://www.w3.org/1999/xlink">
      <rect id="bgRect"
            x="0"
            y="0"
            width="480"
            height="90"
            fill="none"/>
      <set xlink:href="#bgRect"
            attributeName="width"
            to="800"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <set xlink:href="#bgRect"
            attributeName="height"
            to="80"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="banner-homescreen__Landscape"
          x="0"
          y="0"
          width="800"
          height="80"
          display="none"
          xlink:href="banner-homescreen__Landscape.png"/>
    <set
          xlink:href="#banner-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="banner-home"
          x="0"
          y="0"
          width="480"
          height="90"
          xlink:href="banner-home.png"/>
    <set
          xlink:href="#banner-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <g
          id="hs_banner_focus_background">
      <image id="bannerFocusBackground-home"
            x="0"
            y="0"
            width="480"
            height="90"
            display="none"
            xlink:href="bannerFocusBackground-home.png"/>
      <set xlink:href="#bannerFocusBackground-home"
            attributeName="display"
            to="inline"
            begin="hs_banner_focus_background.focusin"
            end="hs_banner_focus_background.focusout"/>
    </g>
    
    <g id="hs_banner_focus_background_landscape">
      <image id="bannerFocusBackground-homescreen__Landscape"
            x="0"
            y="0"
            width="800"
            height="80"
            display="none"
            xlink:href="bannerFocusBackground-homescreen__Landscape.png"/>
      <set xlink:href="#bannerFocusBackground-homescreen__Landscape"
            attributeName="display"
            to="inline"
            begin="hs_banner_focus_background_landscape.focusin"
            end="hs_banner_focus_background_landscape.focusout"/>
    </g>
    <set
          xlink:href="#hs_banner_focus_background"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <set
          xlink:href="#hs_banner_focus_background_landscape"
          attributeName="display"
          to="none"
          begin="custom(oc_to_portrait)"
          end="custom(oc_to_landscape)"/>
    	  
    <g id="homescreen_svg_portrait">	  
    <image id="BannerTime-home"
          x="99"
          y="4"
          width="282"
          height="50"
          xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=282&amp;height=50&amp;font-family=theme_p9981-0&amp;font-style=plain&amp;font-size=50&amp;fill=fefefe&amp;align=center&amp;altFont=BBMillbank&amp;ampmSize=16"/>	  
    <set
          xlink:href="#BannerTime-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="alarm-display-home"
          x="54"
          y="5"
          width="21"
          height="21"
          xlink:href="x-object:/AlarmIndicator?width=21&amp;height=21&amp;align=center"/>
    <set
          xlink:href="#alarm-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerDate-home"
          x="2"
          y="50"
          width="134"
          height="28"
          xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;width=134&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;lowercase&amp;align=left"/>
    <set
          xlink:href="#BannerDate-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerCoverage-home"
          x="414"
          y="26"
          width="65"
          height="28"
          xlink:href="x-object:/Coverage?width=65&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;valign=top&amp;align=right"/>
    <set
          xlink:href="#BannerCoverage-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerEons-home"
          x="305"
          y="50"
          width="174"
          height="28"
          xlink:href="x-object:/SystemStatus?width=174&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;align=left"/>
    <set
          xlink:href="#BannerEons-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="banner-display-home"
          x="1"
          y="3"
          width="50"
          height="25"
          xlink:href="x-object:/BatteryLevel?width=50&amp;height=25&amp;img=-homenet_rim_Ribbon_BatteryLevel-icons50x25&amp;align=center"/>	 
    	  
    <set
          xlink:href="#banner-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <text
          id="wifi_bullets"
          x="399"
          y="40"
          visibility="hidden"
          font-size="26"
          fill="#F7F7F7"
          font-family="BBAlpha Sans Condensed">
      &#xF8EB;
    </text>
    <set xlink:href="#wifi_bullets"
          attributeName="visibility"
          to="visible"
          begin="custom(wifi_bis_and_bes_connect)"
          end="custom(wifi_bis_and_bes_disconnect)"/>
    <set
          xlink:href="#wifi_bullets"
          attributeName="visibility"
          to="visible"
          begin="custom(wapi_bis_and_bes_connect)"
          end="custom(wapi_bis_and_bes_disconnect)"/>
    
    <set
          xlink:href="#wifi_bullets"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	  
    <image
          id="signal-display-home"
          x="429"
          y="4"
          width="49"
          height="19"
          xlink:href="x-object:/SignalLevel?width=49&amp;height=19&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_SignalLevel-icons49x19&amp;align=center"/>
    <set
          xlink:href="#signal-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="signalwifi-display-home"
          x="403"
          y="4"
          width="22"
          height="18"
          xlink:href="x-object:/WLANSignalLevel?width=22&amp;height=18&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_WlanSignalLevel-icons22x18&amp;align=center"/>
    <set
          xlink:href="#signalwifi-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="gpsmode-display-home"
          x="2"
          y="30"
          width="43"
          height="24"
          xlink:href="x-object:/GPSMode?width=43&amp;height=24&amp;align=center"/>
    <set
          xlink:href="#gpsmode-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="bluetooth-display-home"
          x="47"
          y="30"
          width="15"
          height="25"
          xlink:href="x-object:/GridIndicators?area=1&amp;width=15&amp;height=25&amp;specificindicator=:bluetooth:&amp;align=center"/>	  
    <set
          xlink:href="#bluetooth-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image id="wifi_hotspot_home"
          x="157"
          y="61"
          width="32"
          height="24"
          xlink:href="x-object:/GridIndicators?area=1&amp;font-family=BBAlpha Sans Condensed&amp;font-size=24&amp;fill=white&amp;width=32&amp;height=24&amp;specificindicator=:wlanindicator:&amp;align=center"/>	  
    <set
          xlink:href="#wifi_hotspot_home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image id="bridge_home"
          x="64"
          y="30"
          width="25"
          height="24"
          xlink:href="x-object:/GridIndicators?area=7&amp;font-family=BBAlpha Sans Condensed&amp;font-size=24&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:bridge:&amp;align=center"/>
    <set
          xlink:href="#bridge_home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	
    </g>
    
    <set  xlink:href="#homescreen_svg_portrait"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <g id="homescreen_svg_landscape">	  
    <image
          id="BannerTime-homescreen__Landscape"
          x="259"
          y="5"
          width="282"
          height="50"
          display="none"
          xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=282&amp;height=50&amp;font-family=theme_p9981-0&amp;font-style=plain&amp;font-size=50&amp;fill=fefefe&amp;align=center&amp;altFont=BBMillbank&amp;ampmSize=21"/>
    <set
          xlink:href="#BannerTime-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="alarm-display-homescreen__Landscape"
          x="54"
          y="5"
          width="21"
          height="21"
          display="none"
          xlink:href="x-object:/AlarmIndicator?width=21&amp;height=21&amp;align=center"/>
    <set
          xlink:href="#alarm-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerDate-homescreen__Landscape"
          x="2"
          y="32"
          width="134"
          height="28"
          display="none"
          xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;width=134&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;lowercase&amp;align=left"/>
    <set
          xlink:href="#BannerDate-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerCoverage-homescreen__Landscape"
          x="681"
          y="1"
          width="65"
          height="28"
          display="none"
          xlink:href="x-object:/Coverage?width=65&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;valign=top&amp;align=left"/>
    <set
          xlink:href="#BannerCoverage-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerEons-homescreen__Landscape"
          x="548"
          y="32"
          width="250"
          height="28"
          display="none"
          xlink:href="x-object:/SystemStatus?width=250&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;align=right"/>
    <set
          xlink:href="#BannerEons-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="banner-display-homescreen__Landscape"
          x="1"
          y="3"
          width="50"
          height="25"
          display="none"	  
          xlink:href="x-object:/BatteryLevel?width=50&amp;height=25&amp;img=-homenet_rim_Ribbon_BatteryLevel-icons50x25&amp;align=center"/>	  	  
    <set
          xlink:href="#banner-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <text
          id="wifi_bullets-landscape"
          x="660"
          y="15"
          visibility="hidden"
          font-size="26"
          fill="#F7F7F7"
          font-family="BBAlpha Sans Condensed">
      &#xF8EB;
    </text>
    <set xlink:href="#wifi_bullets-landscape"
          attributeName="visibility"
          to="visible"
          begin="custom(wifi_bis_and_bes_connect)"
          end="custom(wifi_bis_and_bes_disconnect)"/>
    <set
          xlink:href="#wifi_bullets-landscape"
          attributeName="visibility"
          to="visible"
          begin="custom(wapi_bis_and_bes_connect)"
          end="custom(wapi_bis_and_bes_disconnect)"/>
    <set
          xlink:href="#wifi_bullets-landscape"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>		  
    <image
          id="signal-display-homescreen__Landscape"
          x="750"
          y="5"
          width="49"
          height="19"
          display="none"	  
          xlink:href="x-object:/SignalLevel?width=49&amp;height=19&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_SignalLevel-icons49x19&amp;align=center"/>	  
    <set
          xlink:href="#signal-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="signalwifi-display-homescreen__Landscape"
          x="617"
          y="6"
          width="22"
          height="18"
          display="none"	  
          xlink:href="x-object:/WLANSignalLevel?width=22&amp;height=18&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_WlanSignalLevel-icons22x18&amp;align=center"/>	  
    <set
          xlink:href="#signalwifi-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="gpsmode-display-homescreen__Landscape"
          x="91"
          y="3"
          width="43"
          height="24"
          display="none"
          xlink:href="x-object:/GPSMode?width=43&amp;height=24&amp;align=center"/>
    <set
          xlink:href="#gpsmode-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="bluetooth-display-homescreen__Landscape"
          x="136"
          y="3"
          width="15"
          height="25"
          display="none"
          xlink:href="x-object:/GridIndicators?area=1&amp;width=15&amp;height=25&amp;specificindicator=:bluetooth:&amp;align=center"/>
    <set
          xlink:href="#bluetooth-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image id="wifi_hotspot__landscape"
          x="157"
          y="33"
          width="25"
          height="24"
          display="none"	  
          xlink:href="x-object:/GridIndicators?area=1&amp;font-family=BBAlpha Sans Condensed&amp;font-size=25&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:wlanindicator:&amp;align=center"/>	  
    <set
          xlink:href="#wifi_hotspot__landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image id="bridge__landscape"
          x="153"
          y="3"
          width="25"
          height="24"
          display="none"	  
          xlink:href="x-object:/GridIndicators?area=1&amp;font-family=BBAlpha Sans Condensed&amp;font-size=25&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:bridge:&amp;align=center"/>	  
    <set
          xlink:href="#bridge__landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	  
    </g>
    <set  xlink:href="#homescreen_svg_landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <switch>
      <foreignObject x="0"
            y="0"
            width="0"
            height="0"
            xlink:href="dummy"
            requiredExtensions="x-object:/FontManager"
            display="none">
        <group xmlns="dummy">
      <altFont font-family="BBMillbank"/>
      <items ids="banner_Date;banner_Coverage;banner_SystemStatus;banner_Date;banner_Coverage;banner_SystemStatus"/>
    </group>
    
      </foreignObject>
    </switch>
    
      </svg>
    bluemax413 and gvs1341 like this.
    01-03-12 08:43 AM
  3. dcburke789's Avatar
    LockScreen: you guessed it...g-tags

    Code:
     <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    
    <?plazmic pmeVersion="1.2" pmb="false"?>
    <svg width="100%"
          height="100%"
          hotspot-wrap="false"
          xmlns="http://www.w3.org/2000/svg"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.w3.org/2000/svg http://www.plazmic.com/svg/schema/svg.xsd"
          xmlns:xlink="http://www.w3.org/1999/xlink">
      <rect x="0"
            y="0"
            width="480"
            height="800"
            fill="none"/>
      <image id="wallpaper_p"
            x="0"
            y="0"
            width="480"
            height="800"
            xlink:href="x-object:/Image?src=wallpaper&amp;width=480&amp;height=800"/>
      <set xlink:href="#wallpaper_p"
            attributeName="display"
            to="inline"
            begin="custom(oc_to_portrait)"
            end="custom(oc_to_landscape)"/>
      <image id="wallpaper_l"
            x="0"
            y="0"
            width="800"
            height="480"
            display="none"
            xlink:href="x-object:/Image?src=wallpaper_landscape&amp;width=800&amp;height=480"/>
      <set xlink:href="#wallpaper_l"
            attributeName="display"
            to="inline"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="LockscreenLock-landscape"
            x="692"
            y="370"
            width="92"
            height="92"
            display="none"
            xlink:href="LockscreenLock-landscape.png"/>
      <set xlink:href="#LockscreenLock-landscape"
            attributeName="display"
            to="inline"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="LockscreenLock"
            x="374"
            y="694"
            width="92"
            height="92"
            xlink:href="LockscreenLock.png"/>
      <set xlink:href="#LockscreenLock"
            attributeName="display"
            to="none"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="OwnerInfo-landscape"
            x="30"
            y="133"
            width="734"
            height="35"
            display="none"
            xlink:href="x-object:/OwnerInfo?id=name&amp;width=734&amp;height=175&amp;font-family=BBAlpha Sans Condensed&amp;font-style=bold&amp;font-size=35&amp;fill=FFFFFF&amp;stroke=000000&amp;stroke-opacity=0.6&amp;align=left"/>
      <set xlink:href="#OwnerInfo-landscape"
            attributeName="display"
            to="inline"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="OwnerInfo"
            x="30"
            y="133"
            width="421"
            height="35"
            xlink:href="x-object:/OwnerInfo?id=name&amp;width=421&amp;height=35&amp;font-family=BBAlpha Sans Condensed&amp;font-style=bold&amp;font-size=35&amp;fill=FFFFFF&amp;stroke=000000&amp;stroke-opacity=0.6&amp;align=left"/>
      <set xlink:href="#OwnerInfo"
            attributeName="display"
            to="none"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="OwnerInfo2-landscape"
            x="30"
            y="183"
            width="734"
            height="175"
            display="none"
            xlink:href="x-object:/OwnerInfo?id=info&amp;width=734&amp;height=175&amp;font-family=BBAlpha Sans Condensed&amp;font-style=bold&amp;font-size=29&amp;fill=FFFFFF&amp;stroke=000000&amp;stroke-opacity=0.6&amp;align=left"/>
      <set xlink:href="#OwnerInfo2-landscape"
            attributeName="display"
            to="inline"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="OwnerInfo2"
            x="30"
            y="180"
            width="420"
            height="502"
            xlink:href="x-object:/OwnerInfo?id=info&amp;width=420&amp;height=502&amp;font-family=BBAlpha Sans Condensed&amp;font-style=bold&amp;font-size=29&amp;fill=FFFFFF&amp;stroke=000000&amp;stroke-opacity=0.6&amp;align=left"/>
      <set xlink:href="#OwnerInfo2"
            attributeName="display"
            to="none"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      <image id="banner-homescreen__Landscape"
          x="0"
          y="0"
          width="800"
          height="80"
          display="none"
          xlink:href="banner-homescreen__Landscape.png"/>
    <set
          xlink:href="#banner-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="banner-home"
          x="0"
          y="0"
          width="480"
          height="80"
          xlink:href="banner-home.png"/>
    <set
          xlink:href="#banner-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <g id="lockscreen_svg_portrait">	  
    <image id="BannerTime-home"
          x="99"
          y="4"
          width="282"
          height="50"
          xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=282&amp;height=50&amp;font-family=theme_p9981-0&amp;font-style=plain&amp;font-size=50&amp;fill=fefefe&amp;align=center&amp;altFont=BBMillbank&amp;ampmSize=16"/>	  
    <set
          xlink:href="#BannerTime-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="alarm-display-home"
          x="46"
          y="5"
          width="21"
          height="21"
          xlink:href="x-object:/AlarmIndicator?width=21&amp;height=21&amp;align=center"/>
    <set
          xlink:href="#alarm-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerDate-home"
          x="2"
          y="50"
          width="134"
          height="28"
          xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;width=134&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;lowercase&amp;align=left"/>
    <set
          xlink:href="#BannerDate-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerCoverage-home"
          x="414"
          y="26"
          width="65"
          height="28"
          xlink:href="x-object:/Coverage?width=65&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;valign=top&amp;align=right"/>
    <set
          xlink:href="#BannerCoverage-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerEons-home"
          x="305"
          y="50"
          width="174"
          height="28"
          xlink:href="x-object:/SystemStatus?width=174&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;align=left"/>
    <set
          xlink:href="#BannerEons-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="roaming-display-home"
          x="69"
          y="5"
          width="21"
          height="21"
          xlink:href="x-object:/Roaming?width=21&amp;height=21&amp;align=center"/>
    <set
          xlink:href="#roaming-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="banner-display-home"
          x="2"
          y="4"
          width="44"
          height="22"
          xlink:href="x-object:/BatteryLevel?width=44&amp;height=22&amp;img=-homenet_rim_Ribbon_BatteryLevel-icons42x22&amp;align=center"/>	  
    	  
    <set
          xlink:href="#banner-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <text
          id="wifi_bullets"
          x="399"
          y="40"
          visibility="hidden"
          font-size="26"
          fill="#F7F7F7"
          font-family="BBAlpha Sans Condensed">
      &#xF8EB;
    </text>
    <set xlink:href="#wifi_bullets"
          attributeName="visibility"
          to="visible"
          begin="custom(wifi_bis_and_bes_connect)"
          end="custom(wifi_bis_and_bes_disconnect)"/>
    <set
          xlink:href="#wifi_bullets"
          attributeName="visibility"
          to="visible"
          begin="custom(wapi_bis_and_bes_connect)"
          end="custom(wapi_bis_and_bes_disconnect)"/>
    
    <set
          xlink:href="#wifi_bullets"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	  
    <image
          id="signal-display-home"
          x="429"
          y="4"
          width="49"
          height="19"
          xlink:href="x-object:/SignalLevel?width=49&amp;height=19&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_SignalLevel-icons49x19&amp;align=center"/>
    <set
          xlink:href="#signal-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="signalwifi-display-home"
          x="403"
          y="4"
          width="22"
          height="18"
          xlink:href="x-object:/WLANSignalLevel?width=22&amp;height=18&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_WlanSignalLevel-icons22x18&amp;align=center"/>
    <set
          xlink:href="#signalwifi-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="gpsmode-display-home"
          x="2"
          y="30"
          width="43"
          height="24"
          xlink:href="x-object:/GPSMode?width=43&amp;height=24&amp;align=center"/>
    <set
          xlink:href="#gpsmode-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="bluetooth-display-home"
          x="47"
          y="30"
          width="15"
          height="25"
          xlink:href="x-object:/GridIndicators?area=1&amp;width=15&amp;height=25&amp;specificindicator=:bluetooth:&amp;align=center"/>	  
    <set
          xlink:href="#bluetooth-display-home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image id="wifi_hotspot_home"
          x="157"
          y="61"
          width="25"
          height="24"
          xlink:href="x-object:/GridIndicators?area=1&amp;font-family=BBAlpha Sans Condensed&amp;font-size=24&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:wlanindicator:&amp;align=center"/>	  
    <set
          xlink:href="#wifi_hotspot_home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image id="bridge_home"
          x="64"
          y="30"
          width="25"
          height="24"
          xlink:href="x-object:/GridIndicators?area=7&amp;font-family=BBAlpha Sans Condensed&amp;font-size=24&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:bridge:&amp;align=center"/>
    <set
          xlink:href="#bridge_home"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	
    </g>
    
    <g id="lockscreen_svg_landscape">	  
    <image
          id="BannerTime-homescreen__Landscape"
          x="259"
          y="5"
          width="282"
          height="50"
          display="none"
          xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=282&amp;height=50&amp;font-family=BannerTime&amp;font-style=plain&amp;font-size=50&amp;fill=fefefe&amp;align=center&amp;altFont=BBMillbank&amp;ampmSize=21"/>
    <set
          xlink:href="#BannerTime-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="alarm-display-homescreen__Landscape"
          x="46"
          y="5"
          width="21"
          height="21"
          display="none"
          xlink:href="x-object:/AlarmIndicator?width=21&amp;height=21&amp;align=center"/>
    <set
          xlink:href="#alarm-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerDate-homescreen__Landscape"
          x="2"
          y="32"
          width="134"
          height="28"
          display="none"
          xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;width=134&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;lowercase&amp;align=left"/>
    <set
          xlink:href="#BannerDate-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerCoverage-homescreen__Landscape"
          x="681"
          y="1"
          width="65"
          height="28"
          display="none"
          xlink:href="x-object:/Coverage?width=65&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;valign=top&amp;align=left"/>
    <set
          xlink:href="#BannerCoverage-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="BannerEons-homescreen__Landscape"
          x="548"
          y="32"
          width="250"
          height="28"
          display="none"
          xlink:href="x-object:/SystemStatus?width=250&amp;height=28&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;align=right"/>
    <set
          xlink:href="#BannerEons-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="roaming-display-homescreen__Landscape"
          x="69"
          y="5"
          width="21"
          height="21"
          display="none"
          xlink:href="x-object:/Roaming?width=21&amp;height=21&amp;align=center"/>
    <set
          xlink:href="#roaming-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="banner-display-homescreen__Landscape"
          x="2"
          y="4"
          width="42"
          height="22"
          display="none"	  
          xlink:href="x-object:/BatteryLevel?width=42&amp;height=22&amp;img=-homenet_rim_Ribbon_BatteryLevel-icons42x22&amp;align=center"/>	  	  
    <set
          xlink:href="#banner-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <text
          id="wifi_bullets-landscape"
          x="660"
          y="15"
          visibility="hidden"
          font-size="26"
          fill="#F7F7F7"
          font-family="BBAlpha Sans Condensed">
      &#xF8EB;
    </text>
    <set xlink:href="#wifi_bullets-landscape"
          attributeName="visibility"
          to="visible"
          begin="custom(wifi_bis_and_bes_connect)"
          end="custom(wifi_bis_and_bes_disconnect)"/>
    <set
          xlink:href="#wifi_bullets-landscape"
          attributeName="visibility"
          to="visible"
          begin="custom(wapi_bis_and_bes_connect)"
          end="custom(wapi_bis_and_bes_disconnect)"/>
    <set
          xlink:href="#wifi_bullets-landscape"
          attributeName="display"
          to="none"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>		  
    <image
          id="signal-display-homescreen__Landscape"
          x="750"
          y="5"
          width="49"
          height="19"
          display="none"	  
          xlink:href="x-object:/SignalLevel?width=49&amp;height=19&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_SignalLevel-icons49x19&amp;align=center"/>	  
    <set
          xlink:href="#signal-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    <image
          id="signalwifi-display-homescreen__Landscape"
          x="617"
          y="6"
          width="22"
          height="18"
          display="none"	  
          xlink:href="x-object:/WLANSignalLevel?width=22&amp;height=18&amp;xOfs=0&amp;yOfs=0&amp;img=-homenet_rim_Ribbon_WlanSignalLevel-icons22x18&amp;align=center"/>	  
    <set
          xlink:href="#signalwifi-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="gpsmode-display-homescreen__Landscape"
          x="91"
          y="3"
          width="43"
          height="24"
          display="none"
          xlink:href="x-object:/GPSMode?width=43&amp;height=24&amp;align=center"/>
    <set
          xlink:href="#gpsmode-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image
          id="bluetooth-display-homescreen__Landscape"
          x="136"
          y="3"
          width="15"
          height="25"
          display="none"
          xlink:href="x-object:/GridIndicators?area=1&amp;width=15&amp;height=25&amp;specificindicator=:bluetooth:&amp;align=center"/>
    <set
          xlink:href="#bluetooth-display-homescreen__Landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    
    <image id="wifi_hotspot__landscape"
          x="157"
          y="33"
          width="25"
          height="24"
          display="none"	  
          xlink:href="x-object:/GridIndicators?area=1&amp;font-family=BBAlpha Sans Condensed&amp;font-size=25&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:wlanindicator:&amp;align=center"/>	  
    <set
          xlink:href="#wifi_hotspot__landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>
    	  
    <image id="bridge__landscape"
          x="153"
          y="3"
          width="25"
          height="24"
          display="none"	  
          xlink:href="x-object:/GridIndicators?area=1&amp;font-family=BBAlpha Sans Condensed&amp;font-size=25&amp;fill=white&amp;width=25&amp;height=24&amp;specificindicator=:bridge:&amp;align=center"/>	  
    <set
          xlink:href="#bridge__landscape"
          attributeName="display"
          to="inline"
          begin="custom(oc_to_landscape)"
          end="custom(oc_to_portrait)"/>	  
    </g>
    <switch>
      <foreignObject x="0"
            y="0"
            width="0"
            height="0"
            xlink:href="dummy"
            requiredExtensions="x-object:/FontManager"
            display="none">
        <group xmlns="dummy">
      <altFont font-family="BBMillbank"/>
      <items ids="banner_Date;banner_Coverage;banner_SystemStatus;banner_Date;banner_Coverage;banner_SystemStatus"/>
    </group>
    
      </foreignObject>
    </switch>
    
      <rect x="0"
            y="81"
            width="800"
            height="48"
            fill="#000000"
            opacity="0.600000"/>
      <image x="1"
            y="81"
            width="48"
            height="48"
            xlink:href="x-object:/ProfileIndicator?width=40&amp;height=40&amp;size=40&amp;id=net.rim.ProfileHomeScreenApp"/>
      <image id="generalIndicators"
            x="51"
            y="81"
            width="378"
            height="48"
            xlink:href="x-object:/GridIndicators?width=378&amp;height=48&amp;font-family=BBAlpha Sans Condensed&amp;font-style=plain&amp;font-size=28&amp;fill=fefefe&amp;area=1&amp;omitindicator=:bluetooth:smartcardreader:contentprotection:calltimer:mvs_status:callforward:wlanindicator:bridge:&amp;width_p=280&amp;width_l=400"/>
      <set xlink:href="#generalIndicators"
            attributeName="width"
            to="695"
            begin="custom(oc_to_landscape)"
            end="custom(oc_to_portrait)"/>
      </svg>
    Last edited by dcburke789; 01-03-12 at 08:47 AM.
    01-03-12 08:45 AM
  4. dcburke789's Avatar
    Here are the icons, sized and named correctly....

    Even icons that can't be skinned by ThemeStudio
    Last edited by dcburke789; 01-03-12 at 08:53 AM.
    bluemax413 likes this.
    01-03-12 08:46 AM
  5. dcburke789's Avatar
    saved 10 char11
    01-03-12 08:48 AM
  6. TheNootropic's Avatar
    Thank you so much for this man... going to work through it and report my results

    Edit: so I replaced the 3 svgs with your code, homescreen-banner.svg and lockscreen.svg didn't compile correctly. in your post you talked about changing some values in red but I really have no idea what the eff I am doing so I didn't change anything because, well, i don't know what i need to change to what xD

    i'm experienced with photoshop, its a shame making BB themes seems to have little to do with it thus far... care to help me out?

    otherwise I seem to be doing well, i got the export files captured and all the properties files inserted where necessary and modified. but ofcourse that's the easy part
    Last edited by RaspberryJ; 01-03-12 at 09:23 PM.
    01-03-12 08:13 PM
  7. dcburke789's Avatar
    If you copied the svg directly from here you might have copied the bold tag also. Search for [ b ] and [ /b ] and take those out.

    And were u able to install before putting the svg in?

    Sent from my BlackBerry 9850 using Tapatalk
    Last edited by dcburke789; 01-04-12 at 06:47 AM.
    01-04-12 06:26 AM
  8. TheNootropic's Avatar
    If you copied the svg directly from here you might have copied the bold tag also. Search for [ b ] and [ /b ] and take those out.

    And were u able to install before putting the svg in?

    Sent from my BlackBerry 9850 using Tapatalk
    Couldn't find any bold tags. Here is what the build.bat said



    I didn't try installing before putting the SVGs in, i figured the improperly formatted SVGs wouldn't work on the device.

    doesn't seem to be anything visibly wrong with line 1...

    Code:
     <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    Edit:

    Wow, nevermind, I feel stupid. There was a space at the beginning of the very first line in those two SVGs.

    Edit 2:

    Successfully loaded onto my phone. Formatting is a bit messed up at the top of the homescreen banner. Time to start messing around and seeing what I can do.

    Thanks for your help

    Edit 3:

    Any way to reload the theme on the device? Every time I delete the old version my BB needs to be restarted.. A bit tedious.
    Last edited by RaspberryJ; 01-04-12 at 01:46 PM.
    01-04-12 08:35 AM
  9. 69goat's Avatar
    More great info. Thank you. I didn't even think of using composer for x and y settings. I was using trial and error. LOL

    Are the call screens editable? I tried with my http://forums.crackberry.com/blackbe...-theme-684047/ 1st attempt at this and wasn't successful.
    01-04-12 03:54 PM
  10. dcburke789's Avatar
    More great info. Thank you. I didn't even think of using composer for x and y settings. I was using trial and error. LOL



    Are the call screens editable? I tried with my http://forums.crackberry.com/blackbe...-theme-684047/ 1st attempt at this and wasn't successful.

    Not as far as I can see...

    Sent from my BlackBerry 9850 using Tapatalk
    69goat likes this.
    01-04-12 04:05 PM
  11. TheNootropic's Avatar
    How did you fix the gap between the homescreen banner and the top of the screen? I'm also getting that issue.
    01-04-12 08:10 PM
  12. dcburke789's Avatar
    I don't know...saw it...but never really looked into it...

    Try this...

    <image
    id="banner-home"
    x="0"
    y="-10"
    width="480"
    height="90"
    xlink:href="banner-home.png"/>

    Because it looks as if the image is translated down a few pixels...

    Lemme know if that works.
    TheNootropic likes this.
    01-05-12 07:30 AM
  13. TheNootropic's Avatar
    Thank you, that worked but it's -5.

    Same thing needs to be done with bannerFocusBackground-home
    01-05-12 09:20 AM
  14. dcburke789's Avatar
    Ok good deal
    01-05-12 10:19 AM
  15. TheNootropic's Avatar
    How do you change the theme's background? To make it load a wallpaper when you apply the theme?

    Edit: Nevermind, got it.
    Last edited by RaspberryJ; 01-06-12 at 12:28 PM.
    01-06-12 08:09 AM
  16. koenberry's Avatar
    how can i skin icons like facebook, ubersocial ,twitter and stuff like that
    01-09-12 01:50 AM
  17. dcburke789's Avatar
    you can't as far as I know
    01-09-12 10:01 PM
  18. koenberry's Avatar
    Here are the icons, sized and named correctly....

    Even icons that can't be skinned by ThemeStudio


    here you said that it can be done
    01-12-12 09:33 AM
  19. dcburke789's Avatar
    here you said that it can be done

    What I said was it contains icons you can't skin with theme builder...such as bb news, compass, bb protect, social feeds...

    For some reason it won't skin twitter and Facebook.

    Sent from my BlackBerry 9850 using Tapatalk
    Last edited by dcburke789; 01-13-12 at 06:19 PM.
    01-13-12 05:32 AM
  20. dcburke789's Avatar
    Bump for Ray

    Sent from my BlackBerry 9930 using Tapatalk
    02-24-12 09:04 AM
  21. davedev12's Avatar
    hi there,

    i'm pretty new to this, have tried following instructions but don't seem to be having much luck. would anyone be so kind as to post the amended svg files like bbthemes did for the 9900 for a standard layout? I've tried copying and pasting the svg code provided, but when i open in the simulator, it looks like it's trying to keep the torch 9800 sizes in both portrait and landscape.

    thanks very much

    dave
    03-21-12 06:33 AM
  22. molson0's Avatar
    Change the svg size to 480X80
    re size all you banners to 480
    re size the wallpaper to 480 X 800
    re compile.
    Last edited by molson0; 03-21-12 at 12:46 PM.
    03-21-12 06:36 AM
  23. davedev12's Avatar
    Change the svg size to 480X800
    re size all you banners to 480
    re size the wallpaper to 480 X 800
    re compile.
    thanks for the fast response molson. still doesn't seem to work for me, i know it's something i'm doing wrong. in a nutshell, here is what i've done...

    1) created the .properties files as per your previous posts
    2) created a 9850 theme in theme builder, changed icons and wallpaper etc, exported, caught it in the temp, etc (i've done this for the 9900, so i know i've got this bit right)
    3) replaced with resized 92x92 icon images, correct sized wallpaper and banner
    4) replaced the svg code for banner, homescreen, etc with the code given by dcburke
    5) ran build.bat as with the 9900

    In the simulator, the wallpaper and banners are in the top left, looks like they are in torch size. icons are also pixelated, so looks like it's reverted back to 68x68 rather than the 92x92 that i've used before compiling.

    I REALLY appreciate your help on this, you guys rock!!!

    Many thanks
    Dave
    03-21-12 11:52 AM
  24. molson0's Avatar
    ok.

    open homescreen-banner.svg

    at the top there is an svg tag

    like this

    <svg width="480" height="80"> where 80= your banner height.

    make sure it is NOT 360 X whatever
    Last edited by molson0; 03-21-12 at 12:47 PM.
    03-21-12 12:44 PM
  25. davedev12's Avatar
    ok.

    open homescreen-banner.svg

    at the top there is an svg tag

    like this

    <svg width="480" height="80"> where 80= your banner height.

    make sure it is NOT 360 X whatever
    Hi Molson,

    The widths were showing as 100%, so i've changed to fixed width (ie 480) as you suggested but still no luck.

    i've tried the whole process again from scratch as i know it's something i've done wrong but it's still doing it. the strange thing is that it's also leaving the icons at 68x68 when i've changed them in theme builder and then changed them again in the output directory.

    if you could cast any light on this for me i'd really appreciate it.

    regards

    dave
    03-22-12 06:53 AM
38 12
LINK TO POST COPIED TO CLIPBOARD