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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 03-17-2011, 10:24 PM
CrackBerry Master
Carrier: N/A
Pin: a small, slender, often pointed piece of wood, metal, etc used to fasten, support, or attach things.
 
Location: So Cali
Join Date: May 2008
Posts: 1,357
Likes Received: 2
Thanked 86 Times in 56 Posts
Default TB 6 - Active Connection + Bluetooth indicator + other

Hey, I am working on this new theme for 480X360 devices on TB 6, and I want to change the items on the image labeled 1, 2, 3. I was able to locate #1 (active connection) on the TB 6 files, however, I can't seem to find #3 (bluetooth) and I am not even sure what #2 is called.

I also can't figure out how to actually include the active connection icon on TB itself, or should this be done through SVG? Additionally, I am not even sure if it could actually be edited since it didn't seem to do so once I tried to do that on Photoshop, could anyone confirm this?

Basically, I want to match items 1, 2, 3 with the rest of my fonts and meters.

thanks for your help

__________________
No longer a theme maker
Reply With Quote Tip this Post
  #2  
Old 03-19-2011, 09:50 PM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

1- wifi dots...
2- gps indicator
3- bluetooth

all must be done in the SVG. there is no way to change the image of any of them.. but they can be hidden in the svg.
__________________
Reply With Quote Tip this Post
    Thread Author   #3  
Old 03-20-2011, 02:43 PM
CrackBerry Master
Carrier: N/A
Pin: a small, slender, often pointed piece of wood, metal, etc used to fasten, support, or attach things.
 
Location: So Cali
Join Date: May 2008
Posts: 1,357
Likes Received: 2
Thanked 86 Times in 56 Posts
Default

Thanks for your response, so annoying that we can't change those :-(
Quote:
Originally Posted by StaticFX View Post
1- wifi dots...
2- gps indicator
3- bluetooth

all must be done in the SVG. there is no way to change the image of any of them.. but they can be hidden in the svg.
__________________
No longer a theme maker
Reply With Quote Tip this Post
  #4  
Old 03-21-2011, 09:19 PM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

as far as the wifi bullets...
I have just taken a look and yes, you can..… with SVG code you need to hide the original…

<animateTransform xlink:href="#wifi_bullets" attributeName="transform" type="translate" to="500,0" fill="freeze" dur="1ms" begin="0"/>
that will move it way off the screen…

Now create a new bullets image.. and give it an ID like new_bullets – add the SVG code in a layer and set the x/y to where you want it… then use this code.

or.. use this: change the x/y and the color to what you want…. this is the wifi_bullets code…

<text id="new_bullets" x="68" y="49" display="none" font-size="20" fill="#F7F7F7"
font-family="BBAlpha Sans Condensed">& # x F 8EB;</text>
take the spaces out of the bold code above
this code gose at the end of the SVG before the final tag…

<set xlink:href="#new_bullets"
attributeName="display"
to="inline"
begin="custom(wifi_bis_and_bes_connect)"
end="custom(wifi_bis_and_bes_disconnect)"/>
<set
xlink:href="#new_bullets"
attributeName="display"
to="inline"
begin="custom(wapi_bis_and_bes_connect)"
end="custom(wapi_bis_and_bes_disconnect)"/>
__________________
Reply With Quote Tip this Post
    Thread Author   #5  
Old 03-21-2011, 09:44 PM
CrackBerry Master
Carrier: N/A
Pin: a small, slender, often pointed piece of wood, metal, etc used to fasten, support, or attach things.
 
Location: So Cali
Join Date: May 2008
Posts: 1,357
Likes Received: 2
Thanked 86 Times in 56 Posts
Default

Thanks a lot for your input, it looks a bit complicated, but I will try to give it a try.
Quote:
Originally Posted by StaticFX View Post
as far as the wifi bullets...
I have just taken a look and yes, you can..… with SVG code you need to hide the original…

<animateTransform xlink:href="#wifi_bullets" attributeName="transform" type="translate" to="500,0" fill="freeze" dur="1ms" begin="0"/>
that will move it way off the screen…

Now create a new bullets image.. and give it an ID like new_bullets – add the SVG code in a layer and set the x/y to where you want it… then use this code.

or.. use this: change the x/y and the color to what you want…. this is the wifi_bullets code…

<text id="new_bullets" x="68" y="49" display="none" font-size="20" fill="#F7F7F7"
font-family="BBAlpha Sans Condensed">& # x F 8EB;</text>
take the spaces out of the bold code above
this code gose at the end of the SVG before the final tag…

<set xlink:href="#new_bullets"
attributeName="display"
to="inline"
begin="custom(wifi_bis_and_bes_connect)"
end="custom(wifi_bis_and_bes_disconnect)"/>
<set
xlink:href="#new_bullets"
attributeName="display"
to="inline"
begin="custom(wapi_bis_and_bes_connect)"
end="custom(wapi_bis_and_bes_disconnect)"/>
__________________
No longer a theme maker
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   TB 6 - Active Connection + Bluetooth indicator + other

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes