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)

cutehunk04 2010-07-03 19:26

Re: Customize N900 Conversations
 
i am tryin to post my avatar.but i cant succed instead i get black box...wat to do...whereas i can c in my root memory of rtcom messagign my avatar.png is there but in conversation box i find black box instead of my pic..??? y ???

Schturman 2010-07-03 19:31

Re: Customize N900 Conversations
 
Quote:

Originally Posted by cutehunk04 (Post 739773)
i am tryin to post my avatar.but i cant succed instead i get black box...wat to do...whereas i can c in my root memory of rtcom messagign my avatar.png is there but in conversation box i find black box instead of my pic..??? y ???


5. cp /home/user/MyDocs/test/avatar.png /usr/share/rtcom-messaging-ui/html/avatar.png

test = your folder on N900
avatar.png = PNG picture of 64x64pix

cutehunk04 2010-07-04 21:05

Re: Customize N900 Conversations
 
am facing a new probs...is anyone else facing it... the slider ofthe n900 is getting a bit jamed n when i tap on the top left upper corner of menu button i feel tht the screen is mving.but somtimes not always...moreover whenever i tap on the screen the slider also moves... does anyone favin the same probs.

TMarki 2010-07-10 17:33

Re: Customize N900 Conversations
 
2 Attachment(s)
Hello,

I created a simple modification to the IM chat window, I call it compact.

It features smaller fonts, removed avatars, and overall a compact and space-conscious design.

See the attached screenshot for a preview. All needed files are in the attached .zip file, just overwrite the existing ones in /usr/share/rtcom-messaging-ui/html (I'd back up the originals, just in case).

Tamas

iceman600 2010-07-11 10:19

Re: Customize N900 Conversations
 
Quote:

Originally Posted by TMarki (Post 747400)
Hello,

I created a simple modification to the IM chat window, I call it compact.

It features smaller fonts, removed avatars, and overall a compact and space-conscious design.

See the attached screenshot for a preview. All needed files are in the attached .zip file, just overwrite the existing ones in /usr/share/rtcom-messaging-ui/html (I'd back up the originals, just in case).

Tamas

i just tried this ont to test the speed... but no text are appearing on FB chats if the person is on line... if my contact goes offline then the messages appears...

weird or its just me?:confused:

TMarki 2010-07-11 22:12

Re: Customize N900 Conversations
 
I didn't notice this behavior, but I'm not using Facebook chat. I'll try it out in the next couple of days and will get back to you here...

Update: tried, and it works... It must be something else causing that behavior.

kamiwey 2010-07-24 20:01

Re: Customize N900 Conversations
 
Quote:

Originally Posted by niqbal (Post 595887)
@robe11

hmm is this what you had in mind? i DO NOT like it myself but here it is. to add your own name, edit .js file. Put your own name instead of mine

Code:

//niqbal code
    if (!item.self) {
        var name = item.name_str.split(":")[0];
        name = name.split(" ")[0];
        name_tag.textContent = name;
    }
    else{
        name_tag.textContent = "your_name_goes_here";

    }
//niqbal code


hello niqbal, i like this style, im trying to make my own but untill now i can not get it like i want and i would like you or somebody can guide me in some questions.

1,- i would like to have the bubbles like you, but i want the corner go out from a side not up cuz i have the avatar picture beside the bubble.
2.- im trying to get diferents colours for my letters and the other person letters, but untill now i can not get it.
3.- i want to know how to can use a picture or wallpaper as background and how to put also in the bubbles cuz maybe i put some, or if there is any way to can get bubbles translucid or little transparents.

this is my css for if somebody can tell me what i need to change.

Code:

/**
 * Style rules for the MessageBuffer
 */

/**
 * the body defaults
 */
body {
  margin-left: 8px;
  margin-right: 8px;
}

/**
 * The table column formats
 */

div.Message {

  font-size: 30px;

  padding-bottom: 8px;
  clear:          both;
  display:        block;
  padding-left: 8px;
}

div.Message:first-child {
  padding-top: 0px;
}

div.Message:last-child {
  padding-bottom: 0px;
}

div.BubbleSelf {
 
  text-shadow:grey 3px 2px 5px;

  opacity: 1;

  position: relative;
  z-index: 2;
 

  -moz-border-radius: 8px;
  border-style: solid;
  border-width: 1px;
 
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  width: 616px;
  min-height: 56px;
  /* overflow: hidden; this bugs mouse events. see bug #123077 */
}

div.BubbleOther {
 
  background: #282828;
  text-shadow:black 3px 2px 5px;

  opacity: 1;

  position: relative;
  z-index: 2;

  -moz-border-radius: 8px;
  border-style: solid;
  border-width: 1px;
 
  margin-left: 70px;
  margin-right: 0px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  width: 616px;
  min-height: 56px;
  /* overflow: hidden; this bugs mouse events. see bug #123077 */
}

div.BubbleSpacer {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  display: table-cell;
  width: 664px;
  max-width: 664px;
  height: 52px;
}

div.BubbleSelfClicked {

  text-shadow:grey 3px 2px 5px;

  opacity: 1; 

  position: relative;
  z-index: 2;

  -moz-border-radius: 8px;
  border-style: solid;
  border-width: 1px;

  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
  padding: 4px 8px;

  display: inline-block;
  width: 616px;
  min-height: 56px;
 /* overflow: hidden; this bugs mouse events. see bug #123077 */
}


div.BubbleOtherClicked {
  -moz-border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  text-shadow: 0.1em 0.1em #000;

  vertical-align: middle;
  padding: 4px 8px;
  margin-left: 70px;

  display: inline-block;
  width: 616px;
  min-height: 56px;
  /* overflow: hidden; this bugs mouse events. see bug #123077 */
}

/**
 * Others' Avatars
 *
 * This needs a "drop down" shadow, but no idea if that can be done
 *Adele: please note that this drop down shadow might be subjected to change
 *I've talked about it with Vilja who's in charge of address book layout
 *and we might change it so that it's a double border colour to indicate
 *that the avatar is clickable. drop shawdow doesn't seem to work with
 *dark backgrounds unless it's a light colour drop shadow.
 *PLEASE tell me if it's difficult to implement the drop shadow.
 * Looks like drop shadow is dropped from ui specs. And bug 139130 made me
 *remove the space for it anyway.
 */

div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  outline-style: solid;
  outline-width: 1px;
  -moz-outline-radius: 6px;
}

img.MessagePresence {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

/**
 * the Name field
 */
span.MessageNameField {
  word-wrap: break-word;
  vertical-align: middle;
}

/**
 * the Text field
 */
span.MessageText {
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
}

span.MessageTextSelf {
  text-align: left;
  vertical-align: middle;
  color: #FFFFFF;
  word-wrap: break-word;
}

span.MessageTextOther {
  text-align: left;
  vertical-align: middle;
  color:blue;
  word-wrap: break-word;
}

/**
 * the TimeStamp default rules
 */
div.MessageRight {
  float: right;
  padding-left: 16px;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}

img.MessageBusinessCardImg {
  vertical-align: middle;
  padding-right: 4px;
}

img.MessageStatusImg {
  vertical-align: middle;
  padding-right: 8px;
}

.MessagingWidgetsSmiley {
  height: 24px;
  width: 24px;
}

well, i hope i explain it good cuz my english is not very good.
thanks in advance and kind regards.

alexporta 2010-07-27 15:56

Re: Customize N900 Conversations
 
Quote:

Originally Posted by b666m (Post 546189)
mhm... first attempt:

http://img144.imageshack.us/img144/3...0022518262.png

i thought it might be a good idea to have the background-colors because you can identify faster who wrote the message.
(don't know if you're thinking the same way ^^)

but you can change the background-colors for not seeing any kind of bubbles...

any suggestions? (:

edit: oh... i forgot to edit the min-height of those messages... that's why one-liners look kind of mis-aligned... but that's quick-to-fix :)



Hi
I like your configuration
Can I have your files please?

thej80 2010-07-30 16:04

Re: Customize N900 Conversations
 
Quote:

Originally Posted by alexporta (Post 766612)
Hi
I like your configuration
Can I have your files please?

looks like the one i would like too.

xperto 2010-08-16 22:16

Re: Customize N900 Conversations
 
someone please help.. i cant see anything in my conversation window.. its just blank.. no matter what i send or what i receive.. no text no bars or avaars.. nothing..:(

xperto 2010-08-16 23:51

Re: Customize N900 Conversations
 
anyone ....?

xperto 2010-08-17 01:17

Re: Customize N900 Conversations
 
just noticed even virtual keyboard isnt working.. please help

ceroberts75 2010-08-19 19:12

Re: Customize N900 Conversations
 
hmph...i cannot seem to get the mini one to work.


it is still showing me the english version of the bubbles.


BTW, would it be possible to make the english version with the bubbles have it so that the sender is on the left and "you" is on the right?


and darn it....the avatar is still blank...even though i have tried and tried to add it. oh well.

flipalong 2010-08-19 23:59

Re: Customize N900 Conversations
 
hello everyone. :) ive had a n900 for about a week now, and im just wondering if theres any way i can remove ALL avatars. if there is, could someone gimme the files and tell me how to do it?
im kinda a noob with this phone so yeah. :L
thanks. (:

shanguy2002 2010-08-20 04:58

Re: Customize N900 Conversations
 
i cant sent any sms in my n900... can any one help me plz....

shanguy2002 2010-08-20 05:15

Anybody can Help me plz.... about sms
 
hi guys.. i cant sent any sms in my n900, wen i type new sms an when try to sent its blank,else its says sms delivery failed... but i able to get sms from my friends,at that time i can reply sms to them, after i close sms converstion., again same problem i cant sent sms.. help me plz

fadimck 2010-08-20 22:04

Re: Customize N900 Conversations
 
really great effort

CYPHERC 2010-08-20 22:58

Re: Customize N900 Conversations
 
Today i was abt to start a topic abt this then i found this... AWESOME!

ceroberts75 2010-08-21 06:16

Re: Customize N900 Conversations
 
Quote:

Originally Posted by TMarki (Post 747400)
Hello,

I created a simple modification to the IM chat window, I call it compact.

It features smaller fonts, removed avatars, and overall a compact and space-conscious design.

See the attached screenshot for a preview. All needed files are in the attached .zip file, just overwrite the existing ones in /usr/share/rtcom-messaging-ui/html (I'd back up the originals, just in case).

Tamas

for some reason, i cannot get this to work. no matter if i use the standard look or the bubbles that were created, when i replace those files with the ones in this zip folder, the conversations still look the same as they were before i swaped the files.

sachd 2010-08-21 17:29

Re: Customize N900 Conversations
 
hay my conversations opens very slow plz help me............................

gsever 2010-08-22 14:51

Re: Customize N900 Conversations
 
Hello,

What field in chat css controls the placement of avatars? I want to position it all the way to the left of the screen. Currently it has some spacing from the very left side of the screen. Would be nice to get little extra space :) Let us know if you have any idea.

etuoyo 2010-08-23 12:28

Re: Customize N900 Conversations
 
Anyone done a mod that has your avatar and the names removed? Don't need to waste space with the names since you can see your picture and the other person's picture so know who wrote what.

If anyone has done this would you be so kind as to upload the modded files. Thanks.

gsever 2010-08-23 14:31

Re: Customize N900 Conversations
 
This might be exactly what you want: http://talk.maemo.org/showpost.php?p...&postcount=712

Avatars only, no need names to distinguish typers. One above your post I am questioning how to maximum the typing area (need to move avatar and get little extra space from the right end.)

etuoyo 2010-08-23 17:42

Re: Customize N900 Conversations
 
Quote:

Originally Posted by gsever (Post 795905)
This might be exactly what you want: http://talk.maemo.org/showpost.php?p...&postcount=712

Avatars only, no need names to distinguish typers. One above your post I am questioning how to maximum the typing area (need to move avatar and get little extra space from the right end.)

Thanks. Tried to follow the instructions and I had no idea what I was doing. Just ended up with error messages.

Could someone who has successfully done this upload their file?

gsever 2010-08-28 18:05

Re: Customize N900 Conversations
 
Quote:

Originally Posted by etuoyo (Post 796089)
Thanks. Tried to follow the instructions and I had no idea what I was doing. Just ended up with error messages.

Could someone who has successfully done this upload their file?

Hey etuoyo,

Try again putting
Code:

name_tag.textContent = "";
right before the following line

Code:

return new_message;
in both MessagingWidgetsChatConversation.js and MessagingWidgetsSMSConversation.js files.

gsever 2010-09-02 16:20

Re: Customize N900 Conversations
 
2 Attachment(s)
Here comes my final modding [Great thanks to termi_uc for his help to modify my css file and his comments.]

Summarizing my steps:

1-) MessagingWidgetsChatConversation.css file modified. You have to replace it with yours. (Under /usr/share/rtcom-messaging-ui/html) This will modify your IM conversations. Similar modifications might be applied to SMSConversation.css. For me SMS (texting) goes through GoogleVoice (hehe yes still wifi only :D) therefore no need to modify. The file is attached --use at your own freewill. Just don't forget to rename postfix to css.

2-) Texting space is increased to 720 px from 672. Almost 50 px more gain :D That means both the avatar and the time-stamp is full justified to the screen edges. You will see this better with original avatars than these icons.

3-) Conversations are groupped. Meaning only one picture is shown if you are continuing your own text. Likewise for the other party.

4-) No names are shown, which I don't really need to see names. Avatars are more than enough. This is done in the css file without a need to modify the corresponding js file.

5-) My font size is at 28px. Feel free to play with font-size value. You could also install Font Changer app to get bigger fonts in the text entry area.

6-) Full-screening :D This my new most favorite feature. For this you need Easy Debian. Not sure you need the image file, the scripts might just suffice (I need confirmation on this one). "Set Deb HW Keys" makes the trick. As default ctrl+space switches you to full-screen.

Any questions or comments? Just ask...

dchky 2010-09-03 05:19

Re: Customize N900 Conversations
 
1 Attachment(s)
Ahhh, thanks gsever - fortunately you can do the same thing in Maemo itself, no need for easy debian or other complex applications and methodology at all.

"Set Deb HW Keys" uses xbindkeys to run the command "wmctrl -r :ACTIVE: -b toggle,fullscreen" - it assigns this, as you said to ctrl + space (also ctrl + up arrow)

If you want to do this without mounting all the debian stuff, I've complied xbindkeys and attached below (if I get a PM or two showing interest then I'll make a proper deb file and add it to extras)

First thing you need to do, if you don't have one already is create /home/user/.xbindkeysrc and add:

Code:

  "wmctrl -r :ACTIVE: -b toggle,fullscreen"                       
    m:0x4 + c:65                                                   
    Control + space

Next, upload xbindkeys to /opt/xbindkeys/bin/xbindkeys (or wherever you want to) and then run...

/opt/xbindkeys/bin/xbindkeys -f /home/user/.xbindkeysrc

Now any time you hit ctrl + space it will toggle full screen on whatever the active window is at the time.

gsever 2010-09-03 15:57

Re: Customize N900 Conversations
 
@dchky,

I see your point. When I start "Set Deb HW Keys" it mounts debian image to work. I would like this to be released as a separate application. It would also be nice to be able to start this process during the startup. Because right now I have to start HW keys each time after the system is rebooted.

That ctrl+space binding makes any Maemo5 window full-screen basicly which is very useful. You could create a new thread and we could discuss further before we start polluting this one.

lmtlmt 2010-09-04 04:56

Re: Customize N900 Conversations
 
ok I have read through this whole thread and many others on this subject and I do not understand how to get this to work. Like this part

"(0. make a backup of the original files! ^^)
1. place a picture with 60x60 in /usr/share/rtcom-messaging-ui/html/ named "avatar.png"
2. replace the three files (html, css, js) in the same folder with my modded files"

How do i make the backup?? this is not clear. All I wanna do is simply make it so there are 2 avatars in the messages inbox, why is it so hard!?

iceman600 2010-09-06 09:24

Re: Customize N900 Conversations
 
love the conv-ui_theme5
unfortunately it comes on SMS only... is it possible to use it on IM conversations too?

iceman600 2010-09-10 02:01

Re: Customize N900 Conversations
 
Quote:

Originally Posted by niqbal (Post 619349)
Kopete influenced UI for both IM and SMS. Kindly don't forget to click Thanks at the bottom.

(im files are being reposted here)

how can i make the backgraound of the IM conversation on this black? :confused:

the white for me is to bright esp when im testing then someone IM me and i opened the IM conversation... from black to bright white hurs my eye...:D

cjard 2010-10-01 08:02

Re: Customize N900 Conversations
 
can anyone tell me if the sender id is available as a variable?

i.e. is there some js coding that can be done to put the person's phone number or im account id after thair name?

Kamsiinov 2010-10-03 14:13

Re: Customize N900 Conversations
 
Is it possible to remove those stupid smiley faces from the conversations?

SRSB 2010-10-09 20:28

Re: Customize N900 Conversations
 
More Smilies for N900
http://talk.maemo.org/attachment.php...1&d=1286541599
http://talk.maemo.org/showthread.php...330#post837330

SRSB 2010-10-09 20:29

Re: Customize N900 Conversations
 
1 Attachment(s)
Conversations Inbox Widget!!!!
I continued to come a little. Now I must find only in which listing the Widget out files to lie!!!!!! Enclosed the file!!!! Help me please that becomes a mega MOD!!! I custom the best best ones!!!
Lg SRSB
PS: my engl. is always still bad xd

SRSB 2010-10-09 20:34

Re: Customize N900 Conversations
 
1 Attachment(s)
[QUOTE = SRSB; 837334] [SIZE = "4"] [color = "red"] Conversations Posteingang Widget !!!![/ COLOR] [/ SIZE]
Ich fuhr fort, ein wenig kommen. Jetzt muss ich nur finden, in dem Inserat die Widget-out-Dateien zu liegen !!!!!! Anbei die Datei!! Helfen Sie mir bitte, dass zu einem Mega-MOD! Ich Brauch den besten Besten!
Lg SRSB
PS: meine engl. ist immer noch schlecht xD [/ QUOTE]

or where can open .so lock this from
/usr/lib/hildon-desktop

ScourgeV 2010-10-31 21:30

Re: Customize N900 Conversations
 
I used niqbal's theme5 for conversations but now when i receive a text with my conversation open it wont automatically scroll down to the latest text. Any thoughts?

Bigmac_hk 2010-11-03 17:16

Re: Customize N900 Conversations
 
After installing PR 1.3 my avatar has disappeared from SMS and has been replaced with "you". I still have the avatar.png in /usr/share/rtcom-messaging-ui/html but it isnt working. Any ideas on how to fix this?

D4rKlar 2010-11-04 09:09

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Bigmac_hk (Post 862404)
After installing PR 1.3 my avatar has disappeared from SMS and has been replaced with "you". I still have the avatar.png in /usr/share/rtcom-messaging-ui/html but it isnt working. Any ideas on how to fix this?

Have you re-applied your conversation mod since flashing?

Kind Regards,
D4rKlar

funkmunk 2010-11-04 12:03

Re: Customize N900 Conversations
 
Quote:

Originally Posted by D4rKlar (Post 863007)
Have you re-applied your conversation mod since flashing?

Kind Regards,
D4rKlar

What is this Conversation mod that you speak of? Even I had my avatar in SMS before I upgraded to PR 1.3 and then lost it. Where do I find this mod?

Thanks in advance.


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

vBulletin® Version 3.8.8