<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=188.221.129.65</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=188.221.129.65"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/188.221.129.65"/>
	<updated>2026-04-21T23:15:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Conversation_Mods&amp;diff=4988</id>
		<title>Conversation Mods</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Conversation_Mods&amp;diff=4988"/>
		<updated>2011-07-05T19:54:33Z</updated>

		<summary type="html">&lt;p&gt;188.221.129.65: /* Backing Up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The idea of modifying the way the Conversations App displays our SMS/IM conversations was initially brought up here in [http://talk.maemo.org/showthread.php?t=36618| this thread].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below is a comparison of the default theme and a custom theme.&lt;br /&gt;
&lt;br /&gt;
[[Image:Nokia-n900-1.jpg|frame|left|Default Nokia Theme]][[Image:LandscapeModeTest.png|frame|right|Custom Theme]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How To Mod The Conversations Theme==&lt;br /&gt;
&lt;br /&gt;
Ejasmudar has created a tool to automate some of the following processes, it is still early in development and is mainly aimed to help people who aren&#039;t comforted typing in multiple lines of code into the terminal. The app can be found  [http://talk.maemo.org/showthread.php?p=959885#post959885 here]. For those of you who love fiddling around with your beloved N900 via X-Terminal, read on.&lt;br /&gt;
&lt;br /&gt;
The location of the files that need to be modified in order to change the way our conversations look are located here &amp;lt;code&amp;gt;/usr/share/rtcom-messaging-ui/html/&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=955831&amp;amp;postcount=808 This script] has been created in order to make it easier for people to apply the theme they have picked.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; folder contains 10 files:&lt;br /&gt;
&lt;br /&gt;
*3 files for the SMS theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 3 files for the IM theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 3 files for the Single Message Theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1 file which contains the image for the user&#039;s avatar&lt;br /&gt;
::&amp;lt;code&amp;gt;avatar.png&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a video tutorial with slightly modified steps as with above. Instead of using X Terminal, FileBox was used to copy/replace the files with modified themes: http://www.youtube.com/watch?v=PU8jiAG4H70&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Backing up &amp;amp; Restore Themes ===&lt;br /&gt;
&lt;br /&gt;
Just in case you do not want to backup the default theme. &lt;br /&gt;
&lt;br /&gt;
The files for the default theme can be found [http://talk.maemo.org/showpost.php?p=955520&amp;amp;postcount=803 here]&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme that you would like to save then here are some instructions for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Backing Up ====&lt;br /&gt;
&lt;br /&gt;
:Open X-Terminal and type in the following to backup your current theme&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 cd /usr/share/rtcom-messaging-ui/html&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.css MessagingWidgetsSMSConversation.css.bak&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.js MessagingWidgetsSMSConversation.js.bak&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.html MessagingWidgetsSMSConversation.html.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.css MessagingWidgetsChatConversation.css.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.js MessagingWidgetsChatConversation.js.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.html MessagingWidgetsChatConversation.html.bak&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Restoring Your Backup ====&lt;br /&gt;
&lt;br /&gt;
:Open X-Terminal and type in the following to restore your backup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.css.bak MessagingWidgetsSMSConversation.css&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.js.bak MessagingWidgetsSMSConversation.js&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.html.bak MessagingWidgetsSMSConversation.html&lt;br /&gt;
 mv MessagingWidgetsChatConversation.css.bak MessagingWidgetsChatConversation.css&lt;br /&gt;
 mv MessagingWidgetsChatConversation.js.bak MessagingWidgetsChatConversation.js&lt;br /&gt;
 mv MessagingWidgetsChatConversation.html.bak MessagingWidgetsChatConversation.html&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Own Avatar ===&lt;br /&gt;
&lt;br /&gt;
You have probably noticed that if you change the avatar for someone in your Contacts, their avatar also changes when they SMS or IM you.&lt;br /&gt;
&lt;br /&gt;
This is great, but Nokia seemed to leave our own avatar non customisable..&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Only certain themes will show your avatar. Please check the screenshots below. If an avatar on &#039;your&#039; side of the conversation isn&#039;t shown, then it is very likely the theme does not allow you to see your own avatar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;For those of you who love fiddling around with your beloved N900 via X-Terminal, here are some instructions on how to install a custom avatar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Find a picture that you want to use as your avatar and make sure its a &amp;lt;code&amp;gt;.png&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Resize that picture (using your favourite Photo Editing Tool) to 64 x 64 pixels&lt;br /&gt;
# Copy the resized picture onto the root directory of your N900 and rename it to &amp;lt;code&amp;gt;avatar.png&amp;lt;/code&amp;gt;&lt;br /&gt;
# Now open X-Terminal and type the code shown below&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cp -f /home/user/MyDocs/avatar.png /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 &amp;lt;/CODE&amp;gt;&lt;br /&gt;
Voila! &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Every change you make to the files within the &amp;lt;CODE&amp;gt;html&amp;lt;/CODE&amp;gt; folder, to get the changes to show up, you have to either reboot, or type this into X-Terminal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 killall rtcom-messaging-ui&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Installing A Custom Theme ===&lt;br /&gt;
&lt;br /&gt;
Ejasmudar has created a tool to automate this process, it is still early in development and is mainly aimed to help people who aren&#039;t comforted typing in multiple lines of code into the terminal. The app can be found  [http://talk.maemo.org/showthread.php?p=959885#post959885 here]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For those of you who love fiddling around with your beloved N900 via X-Terminal, here are some instructions on how to install custom themes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Firstly, create a folder in the root directory of your N900 called &amp;quot;html&amp;quot;&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 mkdir /home/user/MyDocs/html&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now follow the steps below to install a theme&lt;br /&gt;
&lt;br /&gt;
# Select a theme that you want to use from the x section at the bottom of this wiki&lt;br /&gt;
# Download the zip/rar archive and unzip the contents to the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; folder that you recently created&lt;br /&gt;
# Now open X-Terminal and type the following&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cp -f /home/user/MyDocs/html/* /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
This will copy all the files across and into the correct directory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Creating IM Files ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most themes only contain the files for SMS and do not have the required files for IM.&lt;br /&gt;
&lt;br /&gt;
Here is how to solve that problem. Seeing as the contents of both SMS and IM files are the same, you can simply created duplicates and rename them. &lt;br /&gt;
&lt;br /&gt;
Here is a simple method to do this, just type the following into X-Terminal&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cd /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.css MessagingWidgetsChatConversation.css&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.js MessagingWidgetsChatConversation.js&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.html MessagingWidgetsChatConversation.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Every change you make to the files within the &amp;lt;CODE&amp;gt;html&amp;lt;/CODE&amp;gt; folder, you have to type this into X-Terminal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 killall rtcom-messaging-ui&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Themes==&lt;br /&gt;
&lt;br /&gt;
Some of the themes below will support portrait mode correctly, whereas others will still have a horizontal scrollbar.&lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=955933&amp;amp;postcount=1364 This] script will edit the themes below to allow them to better support portrait viewing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: The themes have been repacked to make it easy to install via Conversation Modder.&#039;&#039;&#039; In case original theme file is required, please use the link in the first column.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;100&amp;quot; | Created By&lt;br /&gt;
! width=&amp;quot;80&amp;quot; | Portrait Support&lt;br /&gt;
! width=&amp;quot;400&amp;quot; | Screenshot&lt;br /&gt;
! width=&amp;quot;100&amp;quot; | Download&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488625&amp;amp;postcount=33 Own Avatar] || b666m || No || [[Image:Own_Avatar.jpg]] || [http://www.sendspace.com/file/ztcahp Own_Avatar]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488677&amp;amp;postcount=35 Both Avatars On The Left] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039; || [http://www.sendspace.com/file/8dolhi Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488898&amp;amp;postcount=39 Alternative Layout]  || b666m || No || [[Image:Alternative_Layout.jpg]] || [http://www.sendspace.com/file/e7j4te Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=490675&amp;amp;postcount=54 IM Mod] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039; || [http://www.sendspace.com/file/fa3t9u Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=491919&amp;amp;postcount=62 Different Colours] || b666m || No || [[Image:Different_Colours.jpg]] || None&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=500704&amp;amp;postcount=89 Group By Sender] || termi_uc || No || [[Image:Group_By_Sender.jpg]] || [http://www.sendspace.com/file/d75l9x Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=502287&amp;amp;postcount=108 Bubble Conversation] || Reflektorfalke || No || [[Image:Bubble_Conversation.jpg]] ||[http://www.sendspace.com/file/snihre Download]&lt;br /&gt;
|-&lt;br /&gt;
| Increased Text Size [http://talk.maemo.org/showpost.php?p=513658&amp;amp;postcount=159 Link 1] &amp;amp; [http://talk.maemo.org/showpost.php?p=513757&amp;amp;postcount=170 Link 2] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;||[http://www.sendspace.com/file/nsa0ja Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=549706&amp;amp;postcount=337 Text &amp;amp; Avatar Bubbles] || b666m || No || [[Image:Text_&amp;amp;_Avatar_Bubble.png]]||[http://www.sendspace.com/file/dle56p Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=560184&amp;amp;postcount=368 Simple &amp;amp; Lightweight] || Grant || No || [[Image:Simple_&amp;amp;_Lightweight.jpg]]||[http://www.sendspace.com/file/3g8728 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=571297&amp;amp;postcount=406 Simple] || m165 || No || [[Image:Simple.jpg]]||[http://www.sendspace.com/file/9e7ywa Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=584573&amp;amp;postcount=422 Niqbal&#039;s Theme 1] || niqbal || No || [[Image:Niqbal&#039;s_Theme_1.jpg]]||[http://www.sendspace.com/file/lfpkdx Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=586342&amp;amp;postcount=433 Niqbal&#039;s Theme 2] || niqbal || No || [[Image:Niqbal&#039;s_Theme_2.jpg]]||[http://www.sendspace.com/file/eftmwf Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=594725&amp;amp;postcount=498 Niqbal&#039;s Theme 3] || niqbal || No || [[Image:Niqbal&#039;s_Theme_3.jpg]]||[http://www.sendspace.com/file/b4u8ia Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=595887&amp;amp;postcount=505 Niqbal&#039;s Theme 4] || niqbal || No || [[Image:Niqbal&#039;s_Theme_4.jpg]]||[http://www.sendspace.com/file/k9mdo8 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=716643&amp;amp;postcount=623 Niqbal&#039;s Theme 5] || niqbal || No || [[Image:Niqbal&#039;s_Theme_5.jpg]] ||[http://www.sendspace.com/file/ig4y0d Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=619349&amp;amp;postcount=550 Niqbal&#039;s Theme 6]|| niqbal || No || [[Image:Niqbal&#039;s_Theme_6.jpg]]|| [http://www.sendspace.com/file/qwi6i7 IM]&lt;br /&gt;
[http://www.sendspace.com/file/1knpi3 SMS]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=587145&amp;amp;postcount=438 Spacing Mod] || byte_76 || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;|| [http://www.sendspace.com/file/m6wdfy Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=590272&amp;amp;postcount=460 Spacing Mod 2] || Kurele || No || [[Image:Spacing_Mod_2.png]]||&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=590272&amp;amp;postcount=460 Minimal] || Grant || No || [[Image:Minimal.jpg]]|| [http://www.sendspace.com/file/1motp3 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=601173&amp;amp;postcount=524 Xgrind] || xgrind || No || [[Image:Xgrind.jpg]]|| [http://www.sendspace.com/file/iqpg46 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=671953&amp;amp;postcount=594 Eitama Minimal] || eitama || No || [[Image:Eitama_Minimal.png]]|| [http://www.sendspace.com/file/br3ceq Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=693861&amp;amp;postcount=601 Compact] || edanaher || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;|| [http://www.sendspace.com/file/ph2afs Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=731438&amp;amp;postcount=682 SR90&#039;s Themes] || SR90 || No || &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039;|| [http://www.sendspace.com/file/migqxl Original]&lt;br /&gt;
[http://www.sendspace.com/file/1l69fy 7610 Original]&lt;br /&gt;
[http://www.sendspace.com/file/2761h0 Blue]&lt;br /&gt;
[http://www.sendspace.com/file/dw4x7z Orange]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=747400&amp;amp;postcount=729 N900 Compact] || TMarki || No || [[Image:N900_Compact.jpg]]||[http://www.sendspace.com/file/pful7r Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=805399&amp;amp;postcount=751 Gsever&#039;s Theme] || gsever || No || [[Image:Gsever&#039;s_Theme.jpg]]||[http://www.sendspace.com/file/7w6qqh Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=955088&amp;amp;postcount=791 Blue and Green Bubbles With Multiple Alignments] || godofwar424 || Yes || &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039;||[http://www.sendspace.com/file/hws2yl Right Alignment]&lt;br /&gt;
[http://www.sendspace.com/file/xlkqls Left Alignment]&lt;br /&gt;
[http://www.sendspace.com/file/x4mqkg Bubble Standard]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=959335&amp;amp;postcount=849 MoonLight Style] || maxximuscool || Yes || [[Image:MoonLight_Style.png]]||[http://www.sendspace.com/file/7zu035 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=961411&amp;amp;postcount=899 Customisable Bubble Themes] || Harick  || Yes ||  &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039; ||Too many to repack as individual themes&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=962552&amp;amp;postcount=919 Apple Black &amp;amp; Avatar] || Harick  || Yes || ||[http://www.sendspace.com/file/lv8434 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=961304&amp;amp;postcount=889 Apple Green] || Harick  || Yes || ||[http://www.sendspace.com/file/67pf58 Apple Green]&lt;br /&gt;
[http://www.sendspace.com/file/g40xpe Apple Green Avatar]&lt;br /&gt;
[http://www.sendspace.com/file/mk70fy b66m portrait]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=960637&amp;amp;postcount=866 Theme with Portrait Support] || Excesv|| Yes|| ||[http://www.sendspace.com/file/9tydvf Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=959936&amp;amp;postcount=859 iphone UI] || Niqbal|| || ||[http://www.sendspace.com/file/jxztmn Download]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=995119 Default theme with portrait IM and SMS] || Knarf|| Yes || &#039;&#039;&#039;Check Thread For Screenshots!&#039;&#039;&#039; ||[http://www.sendspace.com/file/v33kik Modded] [http://www.sendspace.com/file/h5dh5r Original look]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=1012377&amp;amp;postcount=1024 F2thaK&#039;s Themes] || F2thaK || Yup || Multiple themes, see thread for pics ||&amp;lt;&amp;lt; See thread to Download&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
&lt;br /&gt;
*andrewfblack&lt;br /&gt;
*b666m&lt;br /&gt;
*Reflektorfalke&lt;br /&gt;
*termi_uc&lt;br /&gt;
*qole&lt;br /&gt;
*Grant&lt;br /&gt;
*m165&lt;br /&gt;
*niqbal&lt;br /&gt;
*byte_76&lt;br /&gt;
*Kurele&lt;br /&gt;
*Xgrind&lt;br /&gt;
*eitama&lt;br /&gt;
*edanaher&lt;br /&gt;
*SR90&lt;br /&gt;
*TMarki&lt;br /&gt;
*gsever&lt;br /&gt;
*godofwar424&lt;br /&gt;
*Harick&lt;br /&gt;
*ejasmudar&lt;br /&gt;
*Knarf&lt;br /&gt;
*F2thaK&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>188.221.129.65</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Conversation_Mods&amp;diff=4997</id>
		<title>Conversation Mods</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Conversation_Mods&amp;diff=4997"/>
		<updated>2011-04-03T16:24:03Z</updated>

		<summary type="html">&lt;p&gt;188.221.129.65: /* Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The idea of modifying the way the Conversations App displays our SMS/IM conversations was initially brought up here in [http://talk.maemo.org/showthread.php?t=36618| this thread].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below is a comparison of the default theme and a custom theme.&lt;br /&gt;
&lt;br /&gt;
[[Image:Nokia-n900-1.jpg|frame|left|Default Nokia Theme]][[Image:LandscapeModeTest.png|frame|right|Custom Theme]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How To Mod The Conversations Theme==&lt;br /&gt;
&lt;br /&gt;
Ejasmudar has created a tool to automate some of the following processes, it is still early in development and is mainly aimed to help people who aren&#039;t comforted typing in multiple lines of code into the terminal. The app can be found  [http://talk.maemo.org/showthread.php?p=959885#post959885 here]. For those of you who love fiddling around with your beloved N900 via X-Terminal, read on.&lt;br /&gt;
&lt;br /&gt;
The location of the files that need to be modified in order to change the way our conversations look are located here &amp;lt;code&amp;gt;/usr/share/rtcom-messaging-ui/html/&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=955831&amp;amp;postcount=808 This script] has been created in order to make it easier for people to apply the theme they have picked.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; folder contains 10 files:&lt;br /&gt;
&lt;br /&gt;
*3 files for the SMS theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 3 files for the IM theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 3 files for the Single Message Theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1 file which contains the image for the user&#039;s avatar&lt;br /&gt;
::&amp;lt;code&amp;gt;avatar.png&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Backing up &amp;amp; Restore Themes ===&lt;br /&gt;
&lt;br /&gt;
Just in case you do not want to backup the default theme. &lt;br /&gt;
&lt;br /&gt;
The files for the default theme can be found [http://talk.maemo.org/showpost.php?p=955520&amp;amp;postcount=803 here]&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme that you would like to save then here are some instructions for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Backing Up ====&lt;br /&gt;
&lt;br /&gt;
:Open X-Terminal and type in the following to backup your current theme&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.css MessagingWidgetsSMSConversation.css.bak&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.js MessagingWidgetsSMSConversation.js.bak&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.html MessagingWidgetsSMSConversation.html.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.css MessagingWidgetsChatConversation.css.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.js MessagingWidgetsChatConversation.js.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.html MessagingWidgetsChatConversation.html.bak&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Restoring Your Backup ====&lt;br /&gt;
&lt;br /&gt;
:Open X-Terminal and type in the following to restore your backup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.css.bak MessagingWidgetsSMSConversation.css&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.js.bak MessagingWidgetsSMSConversation.js&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.html.bak MessagingWidgetsSMSConversation.html&lt;br /&gt;
 mv MessagingWidgetsChatConversation.css.bak MessagingWidgetsChatConversation.css&lt;br /&gt;
 mv MessagingWidgetsChatConversation.js.bak MessagingWidgetsChatConversation.js&lt;br /&gt;
 mv MessagingWidgetsChatConversation.html.bak MessagingWidgetsChatConversation.html&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Own Avatar ===&lt;br /&gt;
&lt;br /&gt;
You have probably noticed that if you change the avatar for someone in your Contacts, their avatar also changes when they SMS or IM you.&lt;br /&gt;
&lt;br /&gt;
This is great, but Nokia seemed to leave our own avatar non customisable..&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Only certain themes will show your avatar. Please check the screenshots below. If an avatar on &#039;your&#039; side of the conversation isn&#039;t shown, then it is very likely the theme does not allow you to see your own avatar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;For those of you who love fiddling around with your beloved N900 via X-Terminal, here are some instructions on how to install a custom avatar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Find a picture that you want to use as your avatar and make sure its a &amp;lt;code&amp;gt;.png&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Resize that picture (using your favourite Photo Editing Tool) to 64 x 64 pixels&lt;br /&gt;
# Copy the resized picture onto the root directory of your N900 and rename it to &amp;lt;code&amp;gt;avatar.png&amp;lt;/code&amp;gt;&lt;br /&gt;
# Now open X-Terminal and type the code shown below&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cp -f /home/user/MyDocs/avatar.png /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 &amp;lt;/CODE&amp;gt;&lt;br /&gt;
Voila! &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Every change you make to the files within the &amp;lt;CODE&amp;gt;html&amp;lt;/CODE&amp;gt; folder, to get the changes to show up, you have to either reboot, or type this into X-Terminal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 killall rtcom-messaging-ui&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Installing A Custom Theme ===&lt;br /&gt;
&lt;br /&gt;
Ejasmudar has created a tool to automate this process, it is still early in development and is mainly aimed to help people who aren&#039;t comforted typing in multiple lines of code into the terminal. The app can be found  [http://talk.maemo.org/showthread.php?p=959885#post959885 here]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For those of you who love fiddling around with your beloved N900 via X-Terminal, here are some instructions on how to install custom themes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Firstly, create a folder in the root directory of your N900 called &amp;quot;html&amp;quot;&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 mkdir /home/user/MyDocs/html&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now follow the steps below to install a theme&lt;br /&gt;
&lt;br /&gt;
# Select a theme that you want to use from the x section at the bottom of this wiki&lt;br /&gt;
# Download the zip/rar archive and unzip the contents to the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; folder that you recently created&lt;br /&gt;
# Now open X-Terminal and type the following&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cp -f /home/user/MyDocs/html/* /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
This will copy all the files across and into the correct directory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Creating IM Files ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most themes only contain the files for SMS and do not have the required files for IM.&lt;br /&gt;
&lt;br /&gt;
Here is how to solve that problem. Seeing as the contents of both SMS and IM files are the same, you can simply created duplicates and rename them. &lt;br /&gt;
&lt;br /&gt;
Here is a simple method to do this, just type the following into X-Terminal&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cd /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.css MessagingWidgetsChatConversation.css&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.js MessagingWidgetsChatConversation.js&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.html MessagingWidgetsChatConversation.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Every change you make to the files within the &amp;lt;CODE&amp;gt;html&amp;lt;/CODE&amp;gt; folder, you have to type this into X-Terminal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 killall rtcom-messaging-ui&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Themes==&lt;br /&gt;
&lt;br /&gt;
Some of the themes below will support portrait mode correctly, whereas others will still have a horizontal scrollbar.&lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=955933&amp;amp;postcount=1364 This] script will edit the themes below to allow them to better support portrait viewing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: The themes have been repacked to make it easy to install via Conversation Modder.&#039;&#039;&#039; In case original theme file is required, please use the link in the first column.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;100&amp;quot; | Created By&lt;br /&gt;
! width=&amp;quot;80&amp;quot; | Portrait Support&lt;br /&gt;
! width=&amp;quot;400&amp;quot; | Screenshot&lt;br /&gt;
! width=&amp;quot;100&amp;quot; | Download&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488625&amp;amp;postcount=33 Own Avatar] || b666m || No || [[Image:Own_Avatar.jpg]] || [http://www.sendspace.com/file/ztcahp Own_Avatar]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488677&amp;amp;postcount=35 Both Avatars On The Left] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039; || [http://www.sendspace.com/file/8dolhi Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488898&amp;amp;postcount=39 Alternative Layout]  || b666m || No || [[Image:Alternative_Layout.jpg]] || [http://www.sendspace.com/file/e7j4te Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=490675&amp;amp;postcount=54 IM Mod] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039; || [http://www.sendspace.com/file/fa3t9u Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=491919&amp;amp;postcount=62 Different Colours] || b666m || No || [[Image:Different_Colours.jpg]] || None&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=500704&amp;amp;postcount=89 Group By Sender] || termi_uc || No || [[Image:Group_By_Sender.jpg]] || [http://www.sendspace.com/file/d75l9x Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=502287&amp;amp;postcount=108 Bubble Conversation] || Reflektorfalke || No || [[Image:Bubble_Conversation.jpg]] ||[http://www.sendspace.com/file/snihre Download]&lt;br /&gt;
|-&lt;br /&gt;
| Increased Text Size [http://talk.maemo.org/showpost.php?p=513658&amp;amp;postcount=159 Link 1] &amp;amp; [http://talk.maemo.org/showpost.php?p=513757&amp;amp;postcount=170 Link 2] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;||[http://www.sendspace.com/file/nsa0ja Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=549706&amp;amp;postcount=337 Text &amp;amp; Avatar Bubbles] || b666m || No || [[Image:Text_&amp;amp;_Avatar_Bubble.png]]||[http://www.sendspace.com/file/dle56p Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=560184&amp;amp;postcount=368 Simple &amp;amp; Lightweight] || Grant || No || [[Image:Simple_&amp;amp;_Lightweight.jpg]]||[http://www.sendspace.com/file/3g8728 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=571297&amp;amp;postcount=406 Simple] || m165 || No || [[Image:Simple.jpg]]||[http://www.sendspace.com/file/9e7ywa Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=584573&amp;amp;postcount=422 Niqbal&#039;s Theme 1] || niqbal || No || [[Image:Niqbal&#039;s_Theme_1.jpg]]||[http://www.sendspace.com/file/lfpkdx Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=586342&amp;amp;postcount=433 Niqbal&#039;s Theme 2] || niqbal || No || [[Image:Niqbal&#039;s_Theme_2.jpg]]||[http://www.sendspace.com/file/eftmwf Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=594725&amp;amp;postcount=498 Niqbal&#039;s Theme 3] || niqbal || No || [[Image:Niqbal&#039;s_Theme_3.jpg]]||[http://www.sendspace.com/file/b4u8ia Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=595887&amp;amp;postcount=505 Niqbal&#039;s Theme 4] || niqbal || No || [[Image:Niqbal&#039;s_Theme_4.jpg]]||[http://www.sendspace.com/file/k9mdo8 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=716643&amp;amp;postcount=623 Niqbal&#039;s Theme 5] || niqbal || No || [[Image:Niqbal&#039;s_Theme_5.jpg]] ||[http://www.sendspace.com/file/ig4y0d Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=619349&amp;amp;postcount=550 Niqbal&#039;s Theme 6]|| niqbal || No || [[Image:Niqbal&#039;s_Theme_6.jpg]]|| [http://www.sendspace.com/file/qwi6i7 IM]&lt;br /&gt;
[http://www.sendspace.com/file/1knpi3 SMS]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=587145&amp;amp;postcount=438 Spacing Mod] || byte_76 || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;|| [http://www.sendspace.com/file/m6wdfy Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=590272&amp;amp;postcount=460 Spacing Mod 2] || Kurele || No || [[Image:Spacing_Mod_2.png]]||&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=590272&amp;amp;postcount=460 Minimal] || Grant || No || [[Image:Minimal.jpg]]|| [http://www.sendspace.com/file/1motp3 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=601173&amp;amp;postcount=524 Xgrind] || xgrind || No || [[Image:Xgrind.jpg]]|| [http://www.sendspace.com/file/iqpg46 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=671953&amp;amp;postcount=594 Eitama Minimal] || eitama || No || [[Image:Eitama_Minimal.png]]|| [http://www.sendspace.com/file/br3ceq Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=693861&amp;amp;postcount=601 Compact] || edanaher || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;|| [http://www.sendspace.com/file/ph2afs Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=731438&amp;amp;postcount=682 SR90&#039;s Themes] || SR90 || No || &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039;|| [http://www.sendspace.com/file/migqxl Original]&lt;br /&gt;
[http://www.sendspace.com/file/1l69fy 7610 Original]&lt;br /&gt;
[http://www.sendspace.com/file/2761h0 Blue]&lt;br /&gt;
[http://www.sendspace.com/file/dw4x7z Orange]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=747400&amp;amp;postcount=729 N900 Compact] || TMarki || No || [[Image:N900_Compact.jpg]]||[http://www.sendspace.com/file/pful7r Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=805399&amp;amp;postcount=751 Gsever&#039;s Theme] || gsever || No || [[Image:Gsever&#039;s_Theme.jpg]]||[http://www.sendspace.com/file/7w6qqh Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=955088&amp;amp;postcount=791 Blue and Green Bubbles With Multiple Alignments] || godofwar424 || Yes || &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039;||[http://www.sendspace.com/file/hws2yl Right Alignment]&lt;br /&gt;
[http://www.sendspace.com/file/xlkqls Left Alignment]&lt;br /&gt;
[http://www.sendspace.com/file/x4mqkg Bubble Standard]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=959335&amp;amp;postcount=849 MoonLight Style] || maxximuscool || Yes || [[Image:MoonLight_Style.png]]||[http://www.sendspace.com/file/7zu035 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=961411&amp;amp;postcount=899 Customisable Bubble Themes] || Harick  || Yes ||  &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039; ||Too many to repack as individual themes&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=962552&amp;amp;postcount=919 Apple Black &amp;amp; Avatar] || Harick  || Yes || ||[http://www.sendspace.com/file/lv8434 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=961304&amp;amp;postcount=889 Apple Green] || Harick  || Yes || ||[http://www.sendspace.com/file/67pf58 Apple Green]&lt;br /&gt;
[http://www.sendspace.com/file/g40xpe Apple Green Avatar]&lt;br /&gt;
[http://www.sendspace.com/file/mk70fy b66m portrait]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=960637&amp;amp;postcount=866 Theme with Portrait Support] || Excesv|| Yes|| ||[http://www.sendspace.com/file/9tydvf Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=959936&amp;amp;postcount=859 iphone UI] || Niqbal|| || ||[http://www.sendspace.com/file/jxztmn Download]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
&lt;br /&gt;
*andrewfblack&lt;br /&gt;
*b666m&lt;br /&gt;
*Reflektorfalke&lt;br /&gt;
*termi_uc&lt;br /&gt;
*qole&lt;br /&gt;
*Grant&lt;br /&gt;
*m165&lt;br /&gt;
*niqbal&lt;br /&gt;
*byte_76&lt;br /&gt;
*Kurele&lt;br /&gt;
*Xgrind&lt;br /&gt;
*eitama&lt;br /&gt;
*edanaher&lt;br /&gt;
*SR90&lt;br /&gt;
*TMarki&lt;br /&gt;
*gsever&lt;br /&gt;
*godofwar424&lt;br /&gt;
*Harick&lt;br /&gt;
*ejasmudar&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>188.221.129.65</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Conversation_Mods&amp;diff=4998</id>
		<title>Conversation Mods</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Conversation_Mods&amp;diff=4998"/>
		<updated>2011-03-17T01:29:13Z</updated>

		<summary type="html">&lt;p&gt;188.221.129.65: /* Creating IM Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The idea of modifying the way the Conversations App displays our SMS/IM conversations was initially brought up here in [http://talk.maemo.org/showthread.php?t=36618| this thread].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below is a comparison of the default theme and a custom theme.&lt;br /&gt;
&lt;br /&gt;
[[Image:Nokia-n900-1.jpg|frame|left|Default Nokia Theme]][[Image:LandscapeModeTest.png|frame|right|Custom Theme]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How To Mod The Conversations Theme==&lt;br /&gt;
&lt;br /&gt;
Ejasmudar has created a tool to automate some of the following processes, it is still early in development and is mainly aimed to help people who aren&#039;t comforted typing in multiple lines of code into the terminal. The app can be found  [http://talk.maemo.org/showthread.php?p=959885#post959885 here]. For those of you who love fiddling around with your beloved N900 via X-Terminal, read on.&lt;br /&gt;
&lt;br /&gt;
The location of the files that need to be modified in order to change the way our conversations look are located here &amp;lt;code&amp;gt;/usr/share/rtcom-messaging-ui/html/&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=955831&amp;amp;postcount=808 This script] has been created in order to make it easier for people to apply the theme they have picked.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; folder contains 10 files:&lt;br /&gt;
&lt;br /&gt;
*3 files for the SMS theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSMSConversations.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 3 files for the IM theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsChatConversations.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 3 files for the Single Message Theme&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.css&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.js&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MessagingWidgetsSingleSMS.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1 file which contains the image for the user&#039;s avatar&lt;br /&gt;
::&amp;lt;code&amp;gt;avatar.png&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Backing up &amp;amp; Restore Themes ===&lt;br /&gt;
&lt;br /&gt;
Just in case you do not want to backup the default theme. &lt;br /&gt;
&lt;br /&gt;
The files for the default theme can be found [http://talk.maemo.org/showpost.php?p=955520&amp;amp;postcount=803 here]&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme that you would like to save then here are some instructions for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Backing Up ====&lt;br /&gt;
&lt;br /&gt;
:Open X-Terminal and type in the following to backup your current theme&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.css MessagingWidgetsSMSConversation.css.bak&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.js MessagingWidgetsSMSConversation.js.bak&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.html MessagingWidgetsSMSConversation.html.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.css MessagingWidgetsChatConversation.css.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.js MessagingWidgetsChatConversation.js.bak&lt;br /&gt;
 mv MessagingWidgetsChatConversation.html MessagingWidgetsChatConversation.html.bak&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Restoring Your Backup ====&lt;br /&gt;
&lt;br /&gt;
:Open X-Terminal and type in the following to restore your backup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.css.bak MessagingWidgetsSMSConversation.css&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.js.bak MessagingWidgetsSMSConversation.js&lt;br /&gt;
 mv MessagingWidgetsSMSConversation.html.bak MessagingWidgetsSMSConversation.html&lt;br /&gt;
 mv MessagingWidgetsChatConversation.css.bak MessagingWidgetsChatConversation.css&lt;br /&gt;
 mv MessagingWidgetsChatConversation.js.bak MessagingWidgetsChatConversation.js&lt;br /&gt;
 mv MessagingWidgetsChatConversation.html.bak MessagingWidgetsChatConversation.html&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Own Avatar ===&lt;br /&gt;
&lt;br /&gt;
You have probably noticed that if you change the avatar for someone in your Contacts, their avatar also changes when they SMS or IM you.&lt;br /&gt;
&lt;br /&gt;
This is great, but Nokia seemed to leave our own avatar non customisable..&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Only certain themes will show your avatar. Please check the screenshots below. If an avatar on &#039;your&#039; side of the conversation isn&#039;t shown, then it is very likely the theme does not allow you to see your own avatar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;For those of you who love fiddling around with your beloved N900 via X-Terminal, here are some instructions on how to install a custom avatar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Find a picture that you want to use as your avatar and make sure its a &amp;lt;code&amp;gt;.png&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Resize that picture (using your favourite Photo Editing Tool) to 64 x 64 pixels&lt;br /&gt;
# Copy the resized picture onto the root directory of your N900 and rename it to &amp;lt;code&amp;gt;avatar.png&amp;lt;/code&amp;gt;&lt;br /&gt;
# Now open X-Terminal and type the code shown below&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cp -f /home/user/MyDocs/avatar.png /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 &amp;lt;/CODE&amp;gt;&lt;br /&gt;
Voila! &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Every change you make to the files within the &amp;lt;CODE&amp;gt;html&amp;lt;/CODE&amp;gt; folder, to get the changes to show up, you have to either reboot, or type this into X-Terminal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 killall rtcom-messaging-ui&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Installing A Custom Theme ===&lt;br /&gt;
&lt;br /&gt;
Ejasmudar has created a tool to automate this process, it is still early in development and is mainly aimed to help people who aren&#039;t comforted typing in multiple lines of code into the terminal. The app can be found  [http://talk.maemo.org/showthread.php?p=959885#post959885 here]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For those of you who love fiddling around with your beloved N900 via X-Terminal, here are some instructions on how to install custom themes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Firstly, create a folder in the root directory of your N900 called &amp;quot;html&amp;quot;&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 mkdir /home/user/MyDocs/html&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now follow the steps below to install a theme&lt;br /&gt;
&lt;br /&gt;
# Select a theme that you want to use from the x section at the bottom of this wiki&lt;br /&gt;
# Download the zip/rar archive and unzip the contents to the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; folder that you recently created&lt;br /&gt;
# Now open X-Terminal and type the following&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cp -f /home/user/MyDocs/html/* /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
This will copy all the files across and into the correct directory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Creating IM Files ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most themes only contain the files for SMS and do not have the required files for IM.&lt;br /&gt;
&lt;br /&gt;
Here is how to solve that problem. Seeing as the contents of both SMS and IM files are the same, you can simply created duplicates and rename them. &lt;br /&gt;
&lt;br /&gt;
Here is a simple method to do this, just type the following into X-Terminal&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;root&lt;br /&gt;
 cd /usr/share/rtcom-messaging-ui/html/&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.css MessagingWidgetsChatConversation.css&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.js MessagingWidgetsChatConversation.js&lt;br /&gt;
 cp -f MessagingWidgetsSMSConversation.html MessagingWidgetsChatConversation.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: Every change you make to the files within the &amp;lt;CODE&amp;gt;html&amp;lt;/CODE&amp;gt; folder, you have to type this into X-Terminal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 root&lt;br /&gt;
 killall rtcom-messaging-ui&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Themes==&lt;br /&gt;
&lt;br /&gt;
Some of the themes below will support portrait mode correctly, whereas others will still have a horizontal scrollbar.&lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=955933&amp;amp;postcount=1364 This] script will edit the themes below to allow them to better support portrait viewing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: The themes have been repacked to make it easy to install via Conversation Modder.&#039;&#039;&#039; In case original theme file is required, please use the link in the first column.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;100&amp;quot; | Created By&lt;br /&gt;
! width=&amp;quot;80&amp;quot; | Portrait Support&lt;br /&gt;
! width=&amp;quot;400&amp;quot; | Screenshot&lt;br /&gt;
! width=&amp;quot;80&amp;quot; | Download&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488625&amp;amp;postcount=33 Own Avatar] || b666m || No || [[Image:Own_Avatar.jpg]] || [http://www.sendspace.com/file/ztcahp Own_Avatar]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488677&amp;amp;postcount=35 Both Avatars On The Left] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039; || [http://www.sendspace.com/file/8dolhi Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=488898&amp;amp;postcount=39 Alternative Layout]  || b666m || No || [[Image:Alternative_Layout.jpg]] || [http://www.sendspace.com/file/e7j4te Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=490675&amp;amp;postcount=54 IM Mod] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039; || [http://www.sendspace.com/file/fa3t9u Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=491919&amp;amp;postcount=62 Different Colours] || b666m || No || [[Image:Different_Colours.jpg]] || None&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=500704&amp;amp;postcount=89 Group By Sender] || termi_uc || No || [[Image:Group_By_Sender.jpg]] || [http://www.sendspace.com/file/d75l9x Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=502287&amp;amp;postcount=108 Bubble Conversation] || Reflektorfalke || No || [[Image:Bubble_Conversation.jpg]] ||[http://www.sendspace.com/file/snihre Download]&lt;br /&gt;
|-&lt;br /&gt;
| Increased Text Size [http://talk.maemo.org/showpost.php?p=513658&amp;amp;postcount=159 Link 1] &amp;amp; [http://talk.maemo.org/showpost.php?p=513757&amp;amp;postcount=170 Link 2] || b666m || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;||[http://www.sendspace.com/file/nsa0ja Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=549706&amp;amp;postcount=337 Text &amp;amp; Avatar Bubbles] || b666m || No || [[Image:Text_&amp;amp;_Avatar_Bubble.png]]||[http://www.sendspace.com/file/dle56p Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=560184&amp;amp;postcount=368 Simple &amp;amp; Lightweight] || Grant || No || [[Image:Simple_&amp;amp;_Lightweight.jpg]]||[http://www.sendspace.com/file/3g8728 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=571297&amp;amp;postcount=406 Simple] || m165 || No || [[Image:Simple.jpg]]||[http://www.sendspace.com/file/9e7ywa Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=584573&amp;amp;postcount=422 Niqbal&#039;s Theme 1] || niqbal || No || [[Image:Niqbal&#039;s_Theme_1.jpg]]||[http://www.sendspace.com/file/lfpkdx Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=586342&amp;amp;postcount=433 Niqbal&#039;s Theme 2] || niqbal || No || [[Image:Niqbal&#039;s_Theme_2.jpg]]||[http://www.sendspace.com/file/eftmwf Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=594725&amp;amp;postcount=498 Niqbal&#039;s Theme 3] || niqbal || No || [[Image:Niqbal&#039;s_Theme_3.jpg]]||[http://www.sendspace.com/file/b4u8ia Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=595887&amp;amp;postcount=505 Niqbal&#039;s Theme 4] || niqbal || No || [[Image:Niqbal&#039;s_Theme_4.jpg]]||[http://www.sendspace.com/file/k9mdo8 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=716643&amp;amp;postcount=623 Niqbal&#039;s Theme 5] || niqbal || No || [[Image:Niqbal&#039;s_Theme_5.jpg]] ||[http://www.sendspace.com/file/ig4y0d Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=619349&amp;amp;postcount=550 Niqbal&#039;s Theme 6]|| niqbal || No || [[Image:Niqbal&#039;s_Theme_6.jpg]]|| [http://www.sendspace.com/file/qwi6i7 IM]&lt;br /&gt;
[http://www.sendspace.com/file/1knpi3 SMS]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=587145&amp;amp;postcount=438 Spacing Mod] || byte_76 || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;|| [http://www.sendspace.com/file/m6wdfy Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=590272&amp;amp;postcount=460 Spacing Mod 2] || Kurele || No || [[Image:Spacing_Mod_2.png]]||&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=590272&amp;amp;postcount=460 Minimal] || Grant || No || [[Image:Minimal.jpg]]|| [http://www.sendspace.com/file/1motp3 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=601173&amp;amp;postcount=524 Xgrind] || xgrind || No || [[Image:Xgrind.jpg]]|| [http://www.sendspace.com/file/iqpg46 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=671953&amp;amp;postcount=594 Eitama Minimal] || eitama || No || [[Image:Eitama_Minimal.png]]|| [http://www.sendspace.com/file/br3ceq Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=693861&amp;amp;postcount=601 Compact] || edanaher || No || &#039;&#039;&#039;N/A&#039;&#039;&#039;|| [http://www.sendspace.com/file/ph2afs Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=731438&amp;amp;postcount=682 SR90&#039;s Themes] || SR90 || No || &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039;|| [http://www.sendspace.com/file/migqxl Original]&lt;br /&gt;
[http://www.sendspace.com/file/1l69fy 7610 Original]&lt;br /&gt;
[http://www.sendspace.com/file/2761h0 Blue]&lt;br /&gt;
[http://www.sendspace.com/file/dw4x7z Orange]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=747400&amp;amp;postcount=729 N900 Compact] || TMarki || No || [[Image:N900_Compact.jpg]]||[http://www.sendspace.com/file/pful7r Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=805399&amp;amp;postcount=751 Gsever&#039;s Theme] || gsever || No || [[Image:Gsever&#039;s_Theme.jpg]]||[http://www.sendspace.com/file/7w6qqh Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=955088&amp;amp;postcount=791 Blue and Green Bubbles With Multiple Alignments] || godofwar424 || Yes || &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039;||[http://www.sendspace.com/file/hws2yl Right Alignment]&lt;br /&gt;
[http://www.sendspace.com/file/xlkqls Left Alignment]&lt;br /&gt;
[http://www.sendspace.com/file/x4mqkg Bubble Standard]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=959335&amp;amp;postcount=849 MoonLight Style] || maxximuscool || Yes || [[Image:MoonLight_Style.png]]||[http://www.sendspace.com/file/7zu035 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=961411&amp;amp;postcount=899 Customisable Bubble Themes] || Harick  || Yes ||  &#039;&#039;&#039;Multiple Themes In One. Check Thread For Screenshots!&#039;&#039;&#039; ||Too many to repack as individual themes&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=962552&amp;amp;postcount=919 Apple Black &amp;amp; Avatar] || Harick  || Yes || ||[http://www.sendspace.com/file/lv8434 Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=961304&amp;amp;postcount=889 Apple Green] || Harick  || Yes || ||[http://www.sendspace.com/file/67pf58 Apple Green]&lt;br /&gt;
[http://www.sendspace.com/file/g40xpe Apple Green Avatar]&lt;br /&gt;
[http://www.sendspace.com/file/mk70fy b66m portrait]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=960637&amp;amp;postcount=866 Theme with Portrait Support] || Excesv|| Yes|| ||[http://www.sendspace.com/file/9tydvf Download]&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/showpost.php?p=959936&amp;amp;postcount=859 iphone UI] || Niqbal|| || ||[http://www.sendspace.com/file/jxztmn Download]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
&lt;br /&gt;
*andrewfblack&lt;br /&gt;
*b666m&lt;br /&gt;
*Reflektorfalke&lt;br /&gt;
*termi_uc&lt;br /&gt;
*qole&lt;br /&gt;
*Grant&lt;br /&gt;
*m165&lt;br /&gt;
*niqbal&lt;br /&gt;
*byte_76&lt;br /&gt;
*Kurele&lt;br /&gt;
*Xgrind&lt;br /&gt;
*eitama&lt;br /&gt;
*edanaher&lt;br /&gt;
*SR90&lt;br /&gt;
*TMarki&lt;br /&gt;
*gsever&lt;br /&gt;
*godofwar424&lt;br /&gt;
*Harick&lt;br /&gt;
*ejasmudar&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>188.221.129.65</name></author>
	</entry>
</feed>