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-06-28 14:49

Re: Customize N900 Conversations
 
my personal IP shows here in N900 is 192.168.1.2....

eitama 2010-06-28 15:04

Re: Customize N900 Conversations
 
Quote:

Originally Posted by cutehunk04 (Post 732722)
my personal IP shows here in N900 is 192.168.1.2....

@Cutehunk :
I want to help you, but it seems you don't to help yourself...
Answer all of the questions please!

cutehunk04 2010-06-28 15:14

Re: Customize N900 Conversations
 
wts the 3 no. command.. i didnt get it

gsever 2010-06-28 19:51

Re: Customize N900 Conversations
 
Quote:

Originally Posted by b666m (Post 512095)
if you mean the conversation inbox widget this isn't possible yet.
you may have to add a feature request to the project for changing font-size.
(no config-file as far as i see and the source isn't available too :/ )

Is it possible now to change the font size of conversation inbox widget?

Thanks.

gsever 2010-06-28 20:42

Re: Customize N900 Conversations
 
One more,

Could someone tell how to remove names from the conversations. The window page shows who I am chatting with and avatars are enough for me :)

Schturman 2010-06-28 22:25

Re: Customize N900 Conversations
 
Quote:

Originally Posted by gsever (Post 733154)
One more,

Could someone tell how to remove names from the conversations. The window page shows who I am chatting with and avatars are enough for me :)

* Open the JS file
* Find the MessageSenderName in the Self and Other section.
* Change the red word
Code:

                if (id == ("MessageSenderName" + party))
                    name_tag = node_tags[i];

to

Code:

                if (id == ("MessageSenderName" + party))
                    name_tag = false;

* Save the file and put him back to the phone.

gsever 2010-06-29 07:12

Re: Customize N900 Conversations
 
@Schturman,

Here is my solution:

1-) SSH into N900 (via wireless).
2-) cd /usr/share/rtcom-messaging-ui/html/
3-) vi MessagingWidgetsChatConversation.js
4-) Find the following function (copied from niqbal :) )

function
MessagingWidgetsRenderer_messageNode (item, add_to_top)

5-) Somewhere close to the end of the function (or after the last name_tag assignment, clear its contents by:

name_tag.textContent = "";

Tadaaa no names appear anymore :)

Thanks anyways for your method as well.

cutehunk04 2010-06-29 08:10

Re: Customize N900 Conversations
 
its 192.168.1.255

i didnt got the 3rd command...
n the output of ping is 209.85.132.104

eitama 2010-06-29 08:16

Re: Customize N900 Conversations
 
Quote:

Originally Posted by cutehunk04 (Post 733659)
its 192.168.1.255

i didnt got the 3rd command...
n the output of ping is 209.85.132.104

192.168.1.255 is the broadcast address.
Just take screenshots and post the WHOLE output here so I can understand what's the status with your phone.

the 3rd command exists on all maemo 5 N900's.
make sure you type it right.
Code:

dpkg -l | grep openssh
Take a screenshot. (Control **** p)
connect the phone as mass storage with usb, copy the screenshots,
And upload them.

cutehunk04 2010-06-29 08:16

Re: Customize N900 Conversations
 
aftr the 3rd command i get the msg

dpkg-deb: -- info needs a .deb filename argument
type dpkg-deb --help for help from manipulating *.deb files;
_do_ help for installing n deinstalling packages..


wat should i do now ??


All times are GMT. The time now is 04:59.

vBulletin® Version 3.8.8