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
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/
cp -f MessagingWidgetsSMSConversation.css MessagingWidgetsChatConversation.css cp -f MessagingWidgetsSMSConversation.js MessagingWidgetsChatConversation.js cp -f MessagingWidgetsSMSConversation.html MessagingWidgetsChatConversation.html