<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MyBBStyle</title>
	<atom:link href="http://mybbstyle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mybbstyle.com</link>
	<description>Free Blackberry Theme Style</description>
	<lastBuildDate>Wed, 15 Feb 2012 02:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Digging Deep: Understanding BlackBerry Theme Builder – Part 3: Manipulating Themes</title>
		<link>http://mybbstyle.com/digging-deep-understanding-blackberry-theme-builder-part-3-manipulating-themes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=digging-deep-understanding-blackberry-theme-builder-part-3-manipulating-themes</link>
		<comments>http://mybbstyle.com/digging-deep-understanding-blackberry-theme-builder-part-3-manipulating-themes/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 02:15:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Make a Theme]]></category>
		<category><![CDATA[Tips and Trick]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/?p=124</guid>
		<description><![CDATA[This artikle source an Blackberry Dev As mentioned in]]></description>
			<content:encoded><![CDATA[<div class="entry-content article">
<p>This artikle source an <a href="http://devblog.blackberry.com/2012/01/blackberry-7-theme-development/" target="_blank">Blackberry Dev</a><br />
As mentioned in <a href="http://mybbstyle.com/2012/02/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-1/”</a> series, when BlackBerry Theme Builder exports themes, it dumps all image and SVG files to the Windows® temp directory, uses them to compile the theme, then deletes the files. The SVG files need to be customized to provide a layout for the target device’s resolution. This portion of the process is done manually and is very difficult, so read this blog post closely!</p>
<p>The first thing that needs to be done is to retrieve the pz_ directory and the pz_ properties file from the Windows temp directory after BlackBerry Theme Builder exports these files , but before the files can be deleted. Doing this manually would likely not work ; it happens very quickly, so you may need to apply permissions to the directory to prevent file deletion.</p>
<p>(<strong>Note:</strong> When changing any system permissions it is extremely important to fully understand the repercussions and only make changes at your own discretion.)</p>
<p>After you have these files saved to a safe place, such as your desktop of a common development directory, you can copy the pz_ properties file to the pz_ directory to keep them all in one place.</p>
<p>&nbsp;</p>
<p>Next you will need to open the various SVG files in the directory you save and make manual changes to support the resolution and desired layout on the target device. For example, the main SVG wrapper element has width and height attributes; these can be set to the width and height of the target device’s resolution. For any other elements, the width, height, x and y values may need to be set. Here is a list of some elements which can be accessed and modified:</p>
<ul>
<li>xlink:href
<ul>
<li>CurrentDateTime</li>
<li>AlarmIndicator</li>
<li>BatteryLevel</li>
<li>Coverage</li>
<li>SystemStatus</li>
<li>GridIndicators</li>
<li>Roaming</li>
<li>SignalLevel</li>
<li>WLANSignalLevel</li>
<li>GPSMode</li>
<li>Image</li>
<li>OwnerInfo</li>
<li>ProfileIndicator</li>
</ul>
</li>
</ul>
<ul>
<li>Id
<ul>
<li>hs_profile_underlay</li>
<li>hs_profile_entry_icon</li>
<li>hs_profile_focus_entry_icon</li>
</ul>
</li>
</ul>
<ul>
<li>
<ul>
<li>Id</li>
<li>wifi_bullets</li>
</ul>
</li>
</ul>
<p>A forum post will be started where users can contribute additional elements and attributes in the <a href="http://supportforums.blackberry.com/t5/BlackBerry-Themes-Animated/bd-p/plazmic_cdk">BlackBerry® Themes &amp; Animated Graphics</a> board.</p>
<p>After you have modified all of the SVG files, you will need to compile the theme files into CODs that can be installed to your device.</p>
<p>First, you will need to modify the ThemeBundler.contentDir element of the pz_.properties file to point to the current directory. Then you can run the following two commands from a command prompt:</p>
<p><code>\bin\svgc.exe *.svg</code></p>
<p>\bin\tbbundle.exe pz_.properties</p>
<p>&nbsp;</p>
<p>Make sure to watch the console for any errors when parsing the SVG. If all is successful then the theme CODs should be output to the directory specified in the ThemeBundler.outFileDir element of the pz_.properties file.</p>
<p>Your theme is now ready to be loaded for testing onto an actual BlackBerry smartphone!</p>
<p>However, this method of theme creation is not an exact science. The layout of all elements and items will take some time to get right and not all portions of the theme will be fully supported. It may take some time to get it right with several testing iterations:</p>
<p><code>while (theme != perfect)</code></p>
<p>modify SVG → compile code → load onto device → test thoroughly</p>
<p>&nbsp;</p>
<p>It would be a good idea to progress with a small number of modifications until you reach the desired theme state. A few things to note:</p>
<ol>
<ol>
<li>There is a 5MB file size limit for themes on the smartphone , any themes greater than this will be rejected by the target device</li>
<li>All images exported by Theme Studio using this method will be of an incorrect size as you are targeting a different handheld. To optimize the user experience you will need to change each image to the size expected by the target device.</li>
</ol>
</ol>
<p>Once you are satisfied, you can then distribute your theme using your preferred distribution channels, including the BlackBerry App World storefront.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/digging-deep-understanding-blackberry-theme-builder-part-3-manipulating-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging Deep: Using BlackBerry Theme Studio 6 to Build Themes for BlackBerry 7 – Part 2</title>
		<link>http://mybbstyle.com/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-2</link>
		<comments>http://mybbstyle.com/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-2/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 02:11:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Make a Theme]]></category>
		<category><![CDATA[Tips and Trick]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/?p=118</guid>
		<description><![CDATA[This artikle source an Blackberry Dev In Part 1 of our “Understanding BlackBerry® Theme Builder” series, an overview of how BlackBerry Theme Builder works was provided. This blog post serves as the background to modifying BlackBerry® Theme Studio, which is what we’ll be doing today – read on! 1. The first thing we need to [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content article">
<p>This artikle source an <a href="http://devblog.blackberry.com/2012/01/blackberry-7-theme-development/" target="_blank">Blackberry Dev</a></p>
<p>In <a href="http://mybbstyle.com/2012/02/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-1/">Part 1 of our “Understanding BlackBerry® Theme Builder”</a> series, an overview of how BlackBerry Theme Builder works was provided. This blog post serves as the background to modifying BlackBerry® Theme Studio, which is what we’ll be doing today – read on!</p>
<p>1. The first thing we need to do is modify the device_profiles.properties file to include information for the BlackBerry® smartphone model/series for which we will be creating a theme.</p>
<p><strong>Example:</strong></p>
<p>plazmic.device&lt;NUM&gt;.name=BlackBerry &lt;Model&gt; [Series]</p>
<p>plazmic.device&lt;NUM&gt;.shortName=&lt;Model&gt;</p>
<p>plazmic.device&lt;NUM&gt;.modelName=&lt;ModelName&gt;</p>
<p>plazmic.device&lt;NUM&gt;.file=blackberry/BB&lt;Model&gt;.properties</p>
<p>plazmic.device&lt;NUM&gt;.thumbnail=blackberry/images/BB&lt;Model&gt;_thumbnail.png</p>
<p><strong>&lt;NUM&gt;</strong> Each device listed in this file is incremented in this element. Any new element added should be exactly one higher than the previous listed.</p>
<p><strong>&lt;Model&gt;</strong> The smartphone model you will be creating the theme for (ie. BlackBerry® Bold™ 9900 smartphone)</p>
<p><strong>[Series]</strong> If there are multiple smartphones with the same UI characteristics (ie BlackBerry Bold 9900 smartphone and BlackBerry® Bold™ 9930 smartphone) you can include “Series”</p>
<p><strong>&lt;ModelName&gt;</strong> The commercial name for the smartphone (ie. Bold™, Curve™ or Torch™)</p>
<p>&nbsp;</p>
<p>2. Next we need to create the BB&lt;Model&gt;.properties file referenced by the device_profiles.properties file. The easiest way to do this would be to copy an existing BB&lt;Model&gt;.properties of a BlackBerry® 6 device, then simply rename the file to reflect the target model and update the resolution (screen.size) with the resolution of the target device.</p>
<p>3. We also need to create some files to let BlackBerry Theme Builder know which theme types are supported for our new device. To do this, copy an existing device’s .properties file:</p>
<p><strong>Example:</strong></p>
<p>&lt;ThemeStudio&gt;\resources\theme\BlackBerry6_480x360\9780BlackBerry6.properties</p>
<p>From there, rename it to suit the model of device being targeted but <strong>keep it in the same directory</strong>.</p>
<p>4. Finally, open this file in a text editor and change the following values:</p>
<p>theme.name = &lt;Model&gt; BlackBerry®6 Custom</p>
<p>theme.device = &lt;Model&gt;</p>
<p>theme.base = BlackBerry®7_&lt;Resolution&gt;_b</p>
<p>theme.alternateBase = //Remove this line entirely from the file, it is not needed</p>
<p>theme.supportedHandheldOs = 6.0,7.0</p>
<p>theme.preferredHandheldOs = 7.0</p>
<p>&lt;Resolution&gt; – The resolution of the target device’s display</p>
<p>After this is done, you should be able to launch BlackBerry Theme Builder and select the model of device you have just added as well as the theme layout. If this works, then you have successfully modified BlackBerry Theme Builder!</p>
<p>(<strong>Note:</strong> Functionalities such as previewing on device and/or simulator will not work. Test themes need to be loaded outside of BlackBerry Theme Builder for testing using methods such as JavaLoader or BlackBerry® Desktop Software.)</p>
<p>Exporting the theme file at this time and trying to load it onto a device will cause some usability issues, as the theme has been created for a device with a different resolution from the target device. There is a bit more work that will go into customizing the theme before it can look and function properly. This will be covered in Part 3 – Manipulating Themes. Watch for this blog post soon!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging Deep: Using BlackBerry Theme Studio 6 to Build Themes for BlackBerry 7 – Part 1</title>
		<link>http://mybbstyle.com/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-1</link>
		<comments>http://mybbstyle.com/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-1/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 02:09:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Make a Theme]]></category>
		<category><![CDATA[Tips and Trick]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/?p=116</guid>
		<description><![CDATA[This artikle source an Blackberry Dev &#160; BlackBerry® Theme Studio provides a suite of design tools that allow designers and developers to create themes for BlackBerry® smartphones. With BlackBerry Theme Studio v6.0, theme developers were able to target BlackBerry® smartphones running software versions up to and including BlackBerry® 6. As some of you may have [...]]]></description>
			<content:encoded><![CDATA[<div class="entry-content article">
<p>This artikle source an <a href="http://devblog.blackberry.com/2012/01/blackberry-7-theme-development/" target="_blank">Blackberry Dev</a></p>
<p>&nbsp;</p>
<p>BlackBerry® Theme Studio provides a suite of design tools that allow designers and developers to create themes for BlackBerry® smartphones. With BlackBerry Theme Studio v6.0, theme developers were able to target BlackBerry® smartphones running software versions up to and including BlackBerry® 6. As some of you may have heard, developers have made great strides in creating themes for BlackBerry 7 OS devices despite the lack of a BlackBerry Theme Studio release that officially supports these devices. How did they do it? Some BlackBerry theme advocates were able to determine the anatomy of how BlackBerry Theme Builder creates and compiles themes, and then interrupt and modify the process to have it create themes for unreleased device resolutions.</p>
<p><strong>Will Research In Motion (RIM®) let me modify BlackBerry Theme Studio to create themes for OS 7 devices?</strong></p>
<p>Absolutely! Note that the method proposed in this workaround is by no means easy. It will require considerably more effort to get even basic themes working, but it can be used as a means to create themes until an official BlackBerry Theme Studio is released that supports BlackBerry 7 OS devices. Although these steps are being provided, this method of creating themes is essentially unsupported. Theme creation and stability will entirely be the responsibility of the developer; no bugs will be logged against this method of creating themes.</p>
<p>&nbsp;</p>
<p><strong>If Liquid Graphics broke theme support, then how can themes be made?</strong></p>
<p>For the most part, the anatomy of a theme has stayed relatively unchanged between OS releases. With the introduction of BlackBerry 7 OS, several screens now use a completely new mechanism to create the UI, known as Liquid Graphics. Because of this large change, some features and functionalities supported in previous OS themes may be unsupported. This would be a limitation of BlackBerryTheme Studio 6.0 not being aware of how themes are expected in BlackBerry 7 OS. For example, both the phone and home screens previously used SVG for layouts and actions; in BlackBerry 7 OS, the phone screens no longer use SVG at all, while the home screen only uses SVG for layout purposes. All animations on the home screen and the layout of the phone screens are handled by Liquid Graphics.</p>
<p><strong>Understanding how BlackBerry Theme Builder works</strong></p>
<p>For the sake of simplicity, I will be referring to the BlackBerry Theme Studio 6.0 installation directory (wherever you may have chosen to install it on your system) as &lt;ThemeStudio&gt;.</p>
<p>Once BlackBerry Theme Builder is launched, it starts off by determining which devices and theme types are supported by reading bundled property files:</p>
<p>1) &lt;ThemeStudio&gt;\resources\devices\device_profiles.properties</p>
<p>This file contains a list of information for all supported BlackBerry smartphone models, including a link to a file which describes the characteristics of each device and a thumbnail view of the device.</p>
<p>2) &lt;ThemeStudio&gt;\resources\devices\blackberry\BB&lt;Model&gt;.properties</p>
<p>One of these files is included for each device model/series supported by BlackBerry Theme Studio. It lets BlackBerry Theme Builder know information about the device, such as display resolution, supported fonts, et cetera.</p>
<p>3) &lt;ThemeStudio&gt;\resources\theme\&lt;ThemeDir&gt;\&lt;Model&gt;&lt;ThemeType&gt;.properties</p>
<p>Once BlackBerry Theme Builder reads the list of supported devices (1) and determines their properties (2), the next step is to determine which themes are available for each device. All found theme types will be displayed in the splash screen’s Select Layout Type drop-down. These themes will be based off the .thm file located in the same directory as this file.</p>
<p>After BlackBerry Theme Builder launches, and you make your changes to the theme and export your created masterpiece, BlackBerry Theme Builder does the following:</p>
<p>1) Analyzes the theme for any changes from the base theme (the default theme loaded by BlackBerry Theme Builder before any modifications are made).</p>
<p>2) Any changes found results in certain files being created during the export process by BlackBerry Theme Builder.</p>
<ul>
<li>Layout changes: SVG and associated PME files are created.</li>
<li>Image changes/additions: New image files are included.</li>
</ul>
<p>The more modifications that are made, the more files that will be exported (one image file for each image that is added). The SVG files are used to specify the layout, behavior, and reference the appropriate image files for the various icons, backgrounds, and other UI components.</p>
<p>3) These files are exported to the current user’s Windows® temp directory in a folder named with the following format:</p>
<p>pz_&lt;5-RandomLetters&gt;</p>
<p>Also, a properties file will be exported to the temp directory in the following format:</p>
<p>pz_&lt;5-RandomLetters&gt;.properties</p>
<p>4) BlackBerry Theme Builder then compiles these files into the theme COD file and stores that COD in another folder in the Windows temp directory with the same naming format.</p>
<p>5) BlackBerry Theme Builder then copies the COD to the defined output directory along with the required installation files (JAD, ALX etc) and deletes the two directories created in Step 4 from the file system entirely.</p>
<p>By now you should have a good idea of how BlackBerry Theme Builder figures out which devices should be supported and what happens in the theme export process behind the scenes. This should serve as a good base for the next section where we go into how to actually interrupt the build process for BlackBerry Theme Studio to create themes for devices that are not originally supported. Stay tuned for part 2 of this blog post series!</p>
<p>&nbsp;</p>
<div class="sharedaddy"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/digging-deep-using-blackberry-theme-studio-6-to-build-themes-for-blackberry-7-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Peralatan untuk Membangun Sebuah Tema</title>
		<link>http://mybbstyle.com/download-peralatan-untuk-membangun-sebuah-tema/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=download-peralatan-untuk-membangun-sebuah-tema</link>
		<comments>http://mybbstyle.com/download-peralatan-untuk-membangun-sebuah-tema/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 16:13:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tips and Trick]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/?p=102</guid>
		<description><![CDATA[Before building a theme, it&#8217;s good we have the equipment of blackberry theme itself, among other: BlackBerry Theme Studio The BlackBerry Theme Studio is a free suite of graphic design tools that allows graphics designers, software developers and hobbyists to create colorful and interactive BlackBerry smartphone themes, mobile websites, splash screens, graphics and animated content [...]]]></description>
			<content:encoded><![CDATA[<div id="gt-res-content">
<div dir="ltr">Before building a theme, it&#8217;s good we have the equipment of blackberry theme itself, among other:</div>
</div>
<p><strong>BlackBerry Theme Studio</strong></p>
<p>The BlackBerry Theme Studio is a free suite of graphic design tools that allows graphics designers, software developers and hobbyists to create colorful and interactive BlackBerry smartphone themes, mobile websites, splash screens, graphics and animated content that are optimized for the BlackBerry smartphone.</p>
<p><a href="https://swdownloads.blackberry.com/Downloads/contactFormPreload.do?code=DC727151E5D55DDE1E950767CF861CA5&amp;dl=54B3CC0A9D9BC52067021A8015F12BE9" target="_blank">Download the BlackBerry Theme Studio v5.0 (full release)</a></p>
<p><a href="https://swdownloads.blackberry.com/Downloads/contactFormPreload.do?code=DC727151E5D55DDE1E950767CF861CA5&amp;dl=440A01054753B4CC3322FAF919DC045F">Download the BlackBerry Theme Studio v6.0 Service Pack 1 (full release)</a></p>
<p><strong>System Requirements</strong></p>
<ul>
<li>Operating System: Windows® 7, Windows® XP Professional or Windows Vista®</li>
<li>RAM: 256 MB or more (512 MB recommended)</li>
<li>Available hard disk space: 400 MB</li>
<li>Display: minimum required resolution is 1024 x 768, with 32-bit color</li>
<li>Adobe® Acrobat® Reader 3.0 (or later) for viewing documentation in PDF format</li>
<li>BlackBerry® Device Software v4.5 and higher</li>
</ul>
<p><strong>Support Smartphone</strong></p>
<p>BlackBerry Theme Studio v6.0 supports the following BlackBerry smartphones:</p>
<ul>
<li>BlackBerry® Style™ 9670</li>
<li>BlackBerry® Torch™ 9800</li>
<li>BlackBerry® Bold™ 9000, BlackBerry® Bold™ 9650 BlackBerry® Bold™ 9700 and BlackBerry® Bold™ 9780</li>
<li>BlackBerry® Curve™ 9300 and BlackBerry® Curve™ 9330</li>
<li>BlackBerry® Curve™ 8900, BlackBerry® Curve™8910 and BlackBerry® Curve™ 8980</li>
<li>BlackBerry® Pearl™ 9100 and BlackBerry® Pearl™ 9105</li>
<li>BlackBerry Pearl™ 8100 Series and BlackBerry® Pearl™ Flip smartphones</li>
<li>BlackBerry® 8700 Series and BlackBerry® 8800 Series</li>
</ul>
<p>&nbsp;</p>
<p><strong>BlackBerry Smarphone Simulators</strong></p>
<p>Test your themes and graphics on various devices and operating systems using BlackBerry smartphone simulators.</p>
<p><a href="http://na.blackberry.com/eng/developers/resources/simulators.jsp">Download BlackBerry Smartphone Simulators</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/download-peralatan-untuk-membangun-sebuah-tema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SweetPink Theme For Blackberry Bold 9000</title>
		<link>http://mybbstyle.com/sweetpink-theme-for-blackberry-bold-9000/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sweetpink-theme-for-blackberry-bold-9000</link>
		<comments>http://mybbstyle.com/sweetpink-theme-for-blackberry-bold-9000/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 02:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry Bold]]></category>
		<category><![CDATA[Tema]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/?p=88</guid>
		<description><![CDATA[Deskripsi: Thema ini dibuat dengan cinta kasih dilengkapi dengan 8 home icon in love, dan default os6 ikon. Bukan merupakan theme velentine, namun hanya sebuah kreatifitas biasa. Untuk sementara dibuat untuk Blackberry Bold 9000 dikarnakan. Silahkan Download]]></description>
			<content:encoded><![CDATA[<h3></h3>
<div></div>
<div><a href="http://1.bp.blogspot.com/-x5AVdtkNxz8/TzCHsQhkcuI/AAAAAAAAAAg/nruUdl9KbKQ/s1600/sweetpink.jpg"><img class="aligncenter" src="http://1.bp.blogspot.com/-x5AVdtkNxz8/TzCHsQhkcuI/AAAAAAAAAAg/nruUdl9KbKQ/s320/sweetpink.jpg" alt="" width="320" height="213" border="0" /></a></div>
<div></div>
<div><a href="http://2.bp.blogspot.com/-9qNxlQqvzTU/TzCHu6ta1gI/AAAAAAAAAAo/gso6KMJyTRI/s1600/sweetpinkhome.jpg"><img class="aligncenter" src="http://2.bp.blogspot.com/-9qNxlQqvzTU/TzCHu6ta1gI/AAAAAAAAAAo/gso6KMJyTRI/s320/sweetpinkhome.jpg" alt="" width="320" height="213" border="0" /></a></div>
<p>Deskripsi: Thema ini dibuat dengan cinta kasih dilengkapi dengan 8 home icon in love, dan default os6 ikon.<br />
Bukan merupakan theme velentine, namun hanya sebuah kreatifitas biasa.</p>
<p>Untuk sementara dibuat untuk Blackberry Bold 9000 dikarnakan.</p>
<p>Silahkan <a title="From Ibnux to Indonesia Developer " href="http://store.ibnux.com/?apa=konten&amp;id=10&amp;8590">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/sweetpink-theme-for-blackberry-bold-9000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BB 10 super phone is BlackBerry London</title>
		<link>http://mybbstyle.com/bb-10-super-phone-is-blackberry-london/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bb-10-super-phone-is-blackberry-london</link>
		<comments>http://mybbstyle.com/bb-10-super-phone-is-blackberry-london/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 08:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Information]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/2012/02/bb-10-super-phone-is-blackberry-london/</guid>
		<description><![CDATA[&#160; The BlackBerry faithful out there, if they still exist, know that the first smartphone from the Research In Motion camp to sport the new BlackBerry 10 operating system will be the much rumoured BlackBerry London, and today we have an image of the BlackBerry London along with a few details for your consideration.The BlackBerry [...]]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"></div>
<div style="margin-left: 1em; margin-right: 1em;"><img alt="" class="alignnone size-full wp-image-118253" height="150" src="http://static.phonesreview.co.uk/wp-content/phoneimages/2012/02/BlackBerry-10-Smartphone.jpg" title="BB 10 super phone is BlackBerry London" width="150" />&nbsp;</div>
<p>
<div style="margin-left: 1em; margin-right: 1em;"></div>
<p>
<div class="separator" style="clear: both; text-align: center;"></div>
<div style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;">The BlackBerry faithful out there, if they still exist, know that the first smartphone from the Research In Motion camp to sport the new BlackBerry 10 operating system will be the much rumoured BlackBerry London, and today we have an image of the BlackBerry London along with a few details for your consideration.The BlackBerry London image and details come our way courtesy of the guys over at Crackberry, and say that the BlackBerry London in the image, looks like a “phonified” BlackBerry PlayBook with an all-black look and rounded corners.The guys also say that the word is that the BlackBerry London is slated for the United Kingdom, whilst two other BlackBerry handsets are slated for the United States in the form of the BlackBerry “Lisbon” and BlackBerry “Laguna,” and are for Verizon, AT&amp;T and Sprint.Although the guys would be surprised if both the BlackBerry Lisbon and BlackBerry Laguna launch in London before the US as BlackBerry smartphones are the number one handset in the UK at the moment whilst over in the States, RIM needs to make a very big splash with the first BlackBerry 10 handset.Current rumoured specs for the BlackBerry London are a 1.5GHz TI OMAP dual core processor, 8 megapixel rear facing camera, 2 megapixel front facing camera, 1GB RAM, 16GB internal storage, and of course BlackBerry 10 and is said to be roughly the same size as the Samsung Galaxy S2.We’d love to know if any of our UK readers are patiently waiting on the arrival of the BlackBerry London, or have you decided to move away from BlackBerry altogether?If you have enjoyed this Phones Review article feel free to add me to your circles on Google+ and I will of course add you back.</p>
<p>Source:&nbsp; phonesreview.co.uk</p></div>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/bb-10-super-phone-is-blackberry-london/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kiat Kilat: Bagaimana mengaktifkan akses cepat layar di BlackBerry 7</title>
		<link>http://mybbstyle.com/kiat-kilat-bagaimana-mengaktifkan-akses-cepat-layar-di-blackberry-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kiat-kilat-bagaimana-mengaktifkan-akses-cepat-layar-di-blackberry-7</link>
		<comments>http://mybbstyle.com/kiat-kilat-bagaimana-mengaktifkan-akses-cepat-layar-di-blackberry-7/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/2012/02/kiat-kilat-bagaimana-mengaktifkan-akses-cepat-layar-di-blackberry-7/</guid>
		<description><![CDATA[&#160;Sementara aksi default di BlackBerry 7 ketika menekan satu tombol dari layar awal adalah Universal Search, Anda memiliki kemampuan untuk mengubah Facebook ini untuk mengakses aplikasi (keyboard) pintas bukan jika Anda inginkan. Hal ini memungkinkan Anda untuk cepat mendapatkan banyak aplikasi pada perangkat Anda dengan menekan tombol pada keyboard (seperti M untuk Messages N BBM) [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<div align="center"><img alt="Home Screen Preferences" class="thin_border" height="150" src="http://cdn.crackberry.com/sites/crackberry.com/files/u10880/Capture12_39_58.jpg" title="Layar Preferensi" width="200" /></div>
<p><span>&nbsp;</span><br /><span>Sementara aksi default di BlackBerry 7 ketika menekan satu tombol dari layar awal adalah Universal Search, Anda memiliki kemampuan untuk mengubah Facebook ini untuk mengakses aplikasi (keyboard) pintas bukan jika Anda inginkan.</span> <span> Hal ini memungkinkan Anda untuk cepat mendapatkan banyak aplikasi pada perangkat Anda dengan menekan tombol pada keyboard (seperti M untuk Messages N BBM) langsung dari layar awal, membuat aplikasi navigasi lebih mudah.</span> <span> Jika Anda berpikir Anda akan kehilangan Universal Search, tidak perlu khawatir karena Anda bisa mendapatkan itu hanya dengan menekan S dari layar awal.</span> <br /> <span> Untuk mengaktifkan shortcut keyboard Anda:</span> 
<ul>
<li> <span> Masuk ke Pilihan&gt; Tampilan&gt; Layar Preferensi</span> </li>
<li> <span> Dalam <i>Peluncuran Dengan Mengetik</i> perubahan dari Pencarian Universal untuk Shortcut Aplikasi</span> </li>
<li> <span> Tekan tombol Back dan pilih Save</span> </li>
</ul>
<p><span> Sementara beberapa mungkin memiliki penggemar Pencarian Universal siap untuk roll hanya dengan mengetik, aku untuk satu ingin dapat melompat ke aplikasi cepat dengan shortcut keyboard.</span> <span> Apa preferensi Anda?</span> <span> Apakah Anda menggunakan Pencarian Universal atau lebih memilih cara pintas keyboard?</span> <span> Marilah kita tahu di komentar!</span></p>
<p><span>Sumber: crackberry&nbsp;</span> </div>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/kiat-kilat-bagaimana-mengaktifkan-akses-cepat-layar-di-blackberry-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nostalgia Game Sega Megadrive di BlackBerry PlayBook</title>
		<link>http://mybbstyle.com/nostalgia-game-sega-megadrive-di-blackberry-playbook/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nostalgia-game-sega-megadrive-di-blackberry-playbook</link>
		<comments>http://mybbstyle.com/nostalgia-game-sega-megadrive-di-blackberry-playbook/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Information]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/2012/02/nostalgia-game-sega-megadrive-di-blackberry-playbook/</guid>
		<description><![CDATA[Masih ingat dengan game console Sega Megadrive yang pernah booming di tahun 90an? Dengan games yang cukup dikenal seperti Sonic The Hedgehog, Super Shinobi, Street of Rage aka Bare Knuckle dan lain-lain pastinya cukup membuat Anda tersenyum simpul ketika memainkannya sekarang ini. Di Amerika dikenal dengan nama Sega Genesis.Apabila beberapa hari lalu muncul emulator untuk [...]]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"><a href="http://2.bp.blogspot.com/-t72XYSdDLrM/TyuyDPzuPGI/AAAAAAAAAAU/zLa0UavgAXs/s1600/sega-genesis-megadrive.system.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="150" src="http://2.bp.blogspot.com/-t72XYSdDLrM/TyuyDPzuPGI/AAAAAAAAAAU/zLa0UavgAXs/s200/sega-genesis-megadrive.system.jpg" width="200" /></a></div>
<p>Masih ingat dengan game console Sega Megadrive yang pernah booming di tahun 90an? Dengan games yang cukup dikenal seperti Sonic The Hedgehog, Super Shinobi, Street of Rage aka Bare Knuckle dan lain-lain pastinya cukup membuat Anda tersenyum simpul ketika memainkannya sekarang ini. Di Amerika dikenal dengan nama Sega Genesis.<br />Apabila beberapa hari lalu muncul emulator untuk Super Nintendo yang diporting ke BlackBerry PlayBook, sekarang giliran Emulator Sega Megadrive yang diporting ke BlackBerry PlayBook oleh Froggyface seorang developer yang mengumumkan dari <a href="http://tbotz.blogspot.com/2012/02/dgen-emulator-playbook.html?m=1" target="_blank">blog</a>nya. Port emulator ini berbasis <a href="http://dgen.sourceforge.net/" target="_blank">DGen SDL</a> yang cukup populer sebagai open source emulator untuk Sega Megadrive atau Genesis. Sayang, sementara ini masih ada keterbatasan ROM yang belum bisa support sepenuhnya.<br />Tertarik mencobanya? Download dulu <a href="http://www.mediafire.com/?ghnbaq8npzuhzxc" target="_blank">di sini</a> untuk emulatornya dan pelajari cara mengistallnya <a href="http://tbotz.blogspot.com/2012/02/dgen-emulator-playbook.html?m=1" target="_blank">di sini</a>. Ingat, lakukan semuanya dengan resiko sendiri.<br />Sumber: tbotz.blogspot via berryreview<br />Masih ingat dengan game console Sega Megadrive yang pernah booming di tahun 90an? Dengan games yang cukup dikenal seperti Sonic The Hedgehog, Super Shinobi, Street of Rage aka Bare Knuckle dan lain-lain pastinya cukup membuat Anda tersenyum simpul ketika memainkannya sekarang ini. Di Amerika dikenal dengan nama Sega Genesis.<br />Apabila beberapa hari lalu muncul emulator untuk Super Nintendo yang diporting ke BlackBerry PlayBook, sekarang giliran Emulator Sega Megadrive yang diporting ke BlackBerry PlayBook oleh Froggyface seorang developer yang mengumumkan dari <a href="http://tbotz.blogspot.com/2012/02/dgen-emulator-playbook.html?m=1" target="_blank">blog</a>nya. Port emulator ini berbasis <a href="http://dgen.sourceforge.net/" target="_blank">DGen SDL</a> yang cukup populer sebagai open source emulator untuk Sega Megadrive atau Genesis. Sayang, sementara ini masih ada keterbatasan ROM yang belum bisa support sepenuhnya.<br />Tertarik mencobanya? Download dulu <a href="http://www.mediafire.com/?ghnbaq8npzuhzxc" target="_blank">di sini</a> untuk emulatornya dan pelajari cara mengistallnya <a href="http://tbotz.blogspot.com/2012/02/dgen-emulator-playbook.html?m=1" target="_blank">di sini</a>. Ingat, lakukan semuanya dengan resiko sendiri.</p>
<p>sumber: jeruknipis.com</p>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/nostalgia-game-sega-megadrive-di-blackberry-playbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Battrey Watch v.1.9.14 (All The Information you need about the state of the battery on your Blackberry)</title>
		<link>http://mybbstyle.com/battrey-watch-v-1-9-14-all-the-information-you-need-about-the-state-of-the-battery-on-your-blackberry/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=battrey-watch-v-1-9-14-all-the-information-you-need-about-the-state-of-the-battery-on-your-blackberry</link>
		<comments>http://mybbstyle.com/battrey-watch-v-1-9-14-all-the-information-you-need-about-the-state-of-the-battery-on-your-blackberry/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 09:55:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Information]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/2012/02/battrey-watch-v-1-9-14-all-the-information-you-need-about-the-state-of-the-battery-on-your-blackberry/</guid>
		<description><![CDATA[With this excellent application you can get real time information and the fastest way on the state of the battery in your BlackBerry ®. The application displays information about the level of charge, if the battery is removable, the battery status, temperature (Celsius or Fahrenheit), voltage, device name and PIN terminal. The features are the [...]]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"></div>
<div style="margin-left: 1em; margin-right: 1em;"><img alt="" class="aligncenter size-full wp-image-11868" height="200" src="http://crackbb.com/wp-content/uploads/2012/02/BatteryWatch.png" title="BatteryWatch" width="180" /></div>
<p>With this excellent application you can get real time information and the fastest way on the state of the battery in your BlackBerry ®.  The application displays information about the level of charge, if the battery is removable, the battery status, temperature (Celsius or Fahrenheit), voltage, device name and PIN terminal.  The features are the following: 
<ul style="text-align: justify; z-index: -70;">
<li>  Records the status of battery time &#8211; Includes tables with daily, weekly and monthly </li>
<li>  It integrates with native BlackBerry ® applications &#8211; with icons indicating the status of the battery (charged, charging or off) </li>
<li>  Alerts about possible discharges &#8211; Adjustable according to the level you want to show you&nbsp; </li>
</ul>
<p>Download di <a href="http://appworld.blackberry.com/webstore/content/2860?lang=en">Appworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/battrey-watch-v-1-9-14-all-the-information-you-need-about-the-state-of-the-battery-on-your-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://mybbstyle.com/68/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=68</link>
		<comments>http://mybbstyle.com/68/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 09:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mybbstyle.com/2012/02/68/</guid>
		<description><![CDATA[Bayangkan memiliki akses ke hampir semua lagu yang Anda inginkan, setiap saat atau tempat yang Anda inginkan. Cari lagu baru, pratinjau dan membeli mereka, mengintegrasikan mereka ke dalam playlist Anda, dan menjaga lingkaran batin Anda diposting. Lupakan membawa perangkat kedua untuk musik &#8211; BlackBerry smartphone adalah semua yang Anda butuhkan. • Browse katalog dengan apa [...]]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"></div>
<div style="margin-left: 1em; margin-right: 1em;"><img alt="" class="aligncenter size-full wp-image-53588" height="200" src="http://cdn1.blackberryempire.com/wp-content/uploads/2012/02/BlackBerry-Music-Store.png" title="BlackBerry Music Store" width="150" /></div>
<p>Bayangkan memiliki akses ke hampir semua lagu yang Anda inginkan, setiap saat atau tempat yang Anda inginkan.  Cari lagu baru, pratinjau dan membeli mereka, mengintegrasikan mereka ke dalam playlist Anda, dan menjaga lingkaran batin Anda diposting.  Lupakan membawa perangkat kedua untuk musik &#8211; BlackBerry smartphone adalah semua yang Anda butuhkan. <br /> • Browse katalog dengan apa yang baru, lagu top, album dan genre atas <br /> • Simpan musik Anda di awan melalui Musik 7Digital portabilitas Anda Locker mudah melalui perangkat <br /> • Preview sampel 30 detik sebelum membeli <span id="more-53587"></span><br /> • Download melalui jaringan nirkabel atau Wi-Fi ® <br /> • Biarkan teman tahu apa yang Anda memeriksa melalui BlackBerry Messenger, Email, Pesan Teks, acara sosial, Feed, Facebook dan banyak lagi &#8230; <br /> • Download langsung ke perpustakaan musik Anda BlackBerry <br /> Dapatkan melalui: <a href="http://appworld.blackberry.com/webstore/content/49495/?lang=en" target="_blank">App World</a></p>
<p>Sumber: Blackberryempire.com</p>
]]></content:encoded>
			<wfw:commentRss>http://mybbstyle.com/68/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

