View Single Post
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#891
Originally Posted by Garcel View Post
Sorry for being a noob here. But i can't find instructions where to put the attached theme sms on the file box. or should i type something on the terminal. Can anyone teach me how? thanks.
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
 

The Following User Says Thank You to godofwar424 For This Useful Post: