maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Customize N900 Conversations (https://talk.maemo.org/showthread.php?t=36618)

cassidy12 2010-02-06 01:36

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Reflektorfalke (Post 512285)
Download the .zip-files and put the files within the zip-files into:

/usr/share/rtcom-messaging-ui/html
(Create a backup of the original files!!!)

To see your own picture in SMS coversation you will also need to put a .png file named avatar.png with size 64x64 into the same directory.

how do I make a .png file? I did what you said above and it worked!!!! now I just need to see my picture!

b666m 2010-02-06 04:26

Re: Customize N900 Conversations
 
2 Attachment(s)
Quote:

Originally Posted by agentsmith (Post 512609)
So I was able to copy that directory and take a look at those 2 css files. I'm unsure of what exactly to modify? I only need to increase the text size slightly so I'll be able to read it!

back from 9 hours h3 online multiplayer xD

just open the css-files (there must be a total of 3 css-files in the html-folder) and type in div.Message { ... }

Code:

div.Message{

  font-size: 32px;

...
}

there is already some text. that's why i made the ... you don't have to ^^ *g*

you can see the difference in the screenshots i made (attachments).

if you want the timestamps to be bigger too, you have to add following in the css-files:

Code:

span.MessageTimeStamp {
  font-size: 32px;
}

span.MessageDeliveryTimeStamp {
  font-size: 32px;
}


Reflektorfalke 2010-02-06 09:02

Re: Customize N900 Conversations
 
Quote:

Originally Posted by cassidy12 (Post 512654)
how do I make a .png file? I did what you said above and it worked!!!! now I just need to see my picture!

You will need a picture editor, e.g. Gimp or Photoshop.
Open your picture, change size to 64x64 pixels and save it as .png file (instead of .jpg for example)

agentsmith 2010-02-06 20:26

Re: Customize N900 Conversations
 
Quote:

Originally Posted by b666m (Post 512744)
back from 9 hours h3 online multiplayer xD

just open the css-files (there must be a total of 3 css-files in the html-folder) and type in div.Message { ... }

Code:

div.Message{

  font-size: 32px;

...
}

there is already some text. that's why i made the ... you don't have to ^^ *g*

you can see the difference in the screenshots i made (attachments).

if you want the timestamps to be bigger too, you have to add following in the css-files:

Code:

span.MessageTimeStamp {
  font-size: 32px;
}

span.MessageDeliveryTimeStamp {
  font-size: 32px;
}


Is 32 the size you used for the screenshots? That looks great. I'm still confused on what exactly to add to the css files? div.Message{font-size: 32px;...}?

b666m 2010-02-06 21:10

Re: Customize N900 Conversations
 
Quote:

Originally Posted by agentsmith (Post 513487)
Is 32 the size you used for the screenshots? That looks great. I'm still confused on what exactly to add to the css files? div.Message{font-size: 32px;...}?

yep, that's 32px ;)

ok... deeeeeaaaaal...
you tell me three things:

1. which font-size do you like to have? 32px or even bigger?
2. should the timestamps also be bigger?
3. do you want bigger font-size for chatconversations and single-sms-view too?

then i will edit the files and upload them here for you ;)

agentsmith 2010-02-06 21:30

Re: Customize N900 Conversations
 
Sweet! Basically I was trying to figure out what exactly you were putting in the css files so I could modify them. I've been going through this whole thread this morning writing down code cause I want my avatar to appear on the right and I just resized my avatar. Yes, I want a 32 size in chatconversation and singlesms view!

Many Thanks!

b666m 2010-02-06 21:37

Re: Customize N900 Conversations
 
Quote:

Originally Posted by agentsmith (Post 513569)
Sweet! Basically I was trying to figure out what exactly you were putting in the css files so I could modify them. I've been going through this whole thread this morning writing down code cause I want my avatar to appear on the right and I just resized my avatar. Yes, I want a 32 size in chatconversation and singlesms view!

Many Thanks!

your avatar on the right side?
is the config of my sms conversation ok?
(look at the (difference) pictures some posts above - this would be the config a have to offer ;D)

agentsmith 2010-02-06 21:56

Re: Customize N900 Conversations
 
Yeah, it looks great!

b666m 2010-02-06 22:27

Re: Customize N900 Conversations
 
1 Attachment(s)
that's what i've done:

1. text sizes in sms conversation, single sms and chat conversation set to 32px
2. alignment of avatars and bubbles in sms conversation like seen above
3. timestamps in chat and sms conversations is normal size (as i think it would be disturbing if the timestamps are too big in the history). timestamps in single sms view 32px.

:)

instructions:
1. just unzip the four files (3 css, 1 html and 1 js) somewhere in your MyDocs folder (i.e. MyDocs/sms/)
2. open x-term
3. type "sudo gainroot" (you need to have "rootsh" installed)
4. type "cp MyDocs/sms/* /usr/share/rtcom-messaging-ui/html/"
5. open any conversation, close it and open it again for reloading the layout :)

edit: for your own avatar place a picture named "avatar.png" with 64 * 64 pixels in the html-folder

agentsmith 2010-02-06 22:48

Re: Customize N900 Conversations
 
it broke my inbox, cant see any messages now? I am supposed to copy the 3 css files and the js file to "/usr/share/rtcom-messaging-ui/html/" is that right?

/edit: I can see the message sent to me, but my sent messages do not appear?


All times are GMT. The time now is 15:39.

vBulletin® Version 3.8.8