View Single Post
Garcel's Avatar
Posts: 160 | Thanked: 181 times | Joined on Mar 2011
#895
Originally Posted by godofwar424 View Post
You need to copy the files to this location and then restart your conversations a couple of times for your theme to be applied.

Firstly I have copied the files to my N900 via USB and put them in root directory of the Mass Storage.

Code:
cp -f /home/user/MyDocs/MessagingWidgetsSMSConversation.css /usr/share/rtcom-messaging-ui/html/ 
cp -f /home/user/MyDocs/MessagingWidgetsSMSConversation.js /usr/share/rtcom-messaging-ui/html/ 
cp -f /home/user/MyDocs/MessagingWidgetsSMSConversation.html /usr/share/rtcom-messaging-ui/html/
Secondly, assuming that there are no files for IM, here is how you create them.

Code:
cp -f MessagingWidgetsSMSConversation.css MessagingWidgetsChatConversation.css
cp -f MessagingWidgetsSMSConversation.js MessagingWidgetsChatConversation.js
cp -f MessagingWidgetsSMSConversation.html MessagingWidgetsChatConversation.html
Hope this helps

If you don't want to use the terminal, then you can always get a program like WinSCP as long as you have OpenSSH installed on your N900

Copy the files to the /usr/share/rtcom-messaging-ui/html directory via wifi
Thanks. If I want my default theme. what shold i do? And i don't know how to work on the potrait files where to put it. Again. sorry for being such a noob.

Last edited by Garcel; 2011-03-05 at 21:15.