Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > Theme Developers

Like Tree5Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 01-03-2012, 08:40 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default 9850/9860 Theme "tutorial pack"

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>
Attached Files
File Type: zip 9850 svg templates.zip (63.7 KB, 68 views)
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
Liked by Bluemax413 and 69goat like this.
Thanked by 2 69goat (01-04-2012), Bluemax413 (01-05-2012)
    Thread Author   #2  
Old 01-03-2012, 08:43 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

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>
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
Liked by Bluemax413 likes this.
Thanked by Bluemax413 (01-05-2012)
    Thread Author   #3  
Old 01-03-2012, 08:45 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

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>
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice

Last edited by dcburke789; 01-03-2012 at 08:47 AM.
Reply With Quote Tip this Post
Liked by Bluemax413 likes this.
Thanked by 3 b6836ksf (03-31-2012), Bluemax413 (01-05-2012), russnash (01-04-2012)
    Thread Author   #4  
Old 01-03-2012, 08:46 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

Here are the icons, sized and named correctly....

Even icons that can't be skinned by ThemeStudio
Attached Files
File Type: zip icons 92x92.zip (793.7 KB, 81 views)
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice

Last edited by dcburke789; 01-03-2012 at 08:53 AM.
Reply With Quote Tip this Post
Liked by Bluemax413 likes this.
Thanked by Bluemax413 (01-05-2012)
    Thread Author   #5  
Old 01-03-2012, 08:48 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

saved 10 char11
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
  #6  
Old 01-03-2012, 08:13 PM
CrackBerry User
Device(s): 9860
Carrier: Bell
Pin: Please contact.
 
Location: Waterloo, Ontario
Join Date: Dec 2010
Posts: 50
Likes Received: 1
Thanked 3 Times in 3 Posts
Default

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-2012 at 09:23 PM.
Reply With Quote Tip this Post
    Thread Author   #7  
Old 01-04-2012, 06:26 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default 9850/9860 Theme "tutorial pack"

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
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice

Last edited by dcburke789; 01-04-2012 at 06:47 AM.
Reply With Quote Tip this Post
  #8  
Old 01-04-2012, 08:35 AM
CrackBerry User
Device(s): 9860
Carrier: Bell
Pin: Please contact.
 
Location: Waterloo, Ontario
Join Date: Dec 2010
Posts: 50
Likes Received: 1
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by dcburke789 View Post
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-2012 at 01:46 PM.
Reply With Quote Tip this Post
  #9  
Old 01-04-2012, 03:54 PM
CrackBerry Abuser
Device(s): Bold 9650/9930
Carrier: Verizon
 
Location: NCC-1701
Join Date: Oct 2010
Posts: 276
Likes Received: 30
Thanked 68 Times in 43 Posts
Default

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 Free: OSBB Red Theme 1st attempt at this and wasn't successful.
__________________
OSBB Hybrid Group
http://forums.crackberry.com/groups/...ing-community/
Open Source BB Hybrids
http://opensourcebb.com/

Need some storage for your hybrid addiction? Use Dropbox and get free storage. Check it out!
Reply With Quote Tip this Post
    Thread Author   #10  
Old 01-04-2012, 04:05 PM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

Quote:
Originally Posted by 69goat View Post
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 Free: OSBB Red Theme 1st attempt at this and wasn't successful.

Not as far as I can see...

Sent from my BlackBerry 9850 using Tapatalk
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
Thanked by 69goat (01-04-2012)
  #11  
Old 01-04-2012, 08:10 PM
CrackBerry User
Device(s): 9860
Carrier: Bell
Pin: Please contact.
 
Location: Waterloo, Ontario
Join Date: Dec 2010
Posts: 50
Likes Received: 1
Thanked 3 Times in 3 Posts
Default

How did you fix the gap between the homescreen banner and the top of the screen? I'm also getting that issue.
Reply With Quote Tip this Post
    Thread Author   #12  
Old 01-05-2012, 07:30 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

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.
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
Thanked by RaspberryJ (01-05-2012)
  #13  
Old 01-05-2012, 09:20 AM
CrackBerry User
Device(s): 9860
Carrier: Bell
Pin: Please contact.
 
Location: Waterloo, Ontario
Join Date: Dec 2010
Posts: 50
Likes Received: 1
Thanked 3 Times in 3 Posts
Default

Thank you, that worked but it's -5.

Same thing needs to be done with bannerFocusBackground-home
Reply With Quote Tip this Post
    Thread Author   #14  
Old 01-05-2012, 10:19 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

Ok good deal
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
  #15  
Old 01-06-2012, 08:09 AM
CrackBerry User
Device(s): 9860
Carrier: Bell
Pin: Please contact.
 
Location: Waterloo, Ontario
Join Date: Dec 2010
Posts: 50
Likes Received: 1
Thanked 3 Times in 3 Posts
Default

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-2012 at 12:28 PM.
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   9850/9860 Theme "tutorial pack"

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes