View Single Post
Posts: 161 | Thanked: 209 times | Joined on Oct 2009 @ Edinburgh
#28
I've done everything from N900 itself without using computer. If someone want to try, this is how it goes:

We need:
-rootsh
-unzip
-PyGTKEditor

1. Open this site from N900

2. Save zip file with video from first page of this topic in main folder of N900

3. Unzip that file.
In X-Terminal:
go into MyDocs folder:

Code:
cd /home/user/MyDocs/
then unzip:

Code:
unzip maemointro-h264.avi.zip
4. Copy video to right location.
In X-Terminal:
become root:
Code:
sudo gainroot
then copy the file:
Code:
cp maemointro-h264.avi /usr/share/hildon-welcome/media
5. Copy config file to MyDocs

Code:
cp /etc/hildon-welcome.d/default.conf /home/user/MyDocs/
6. Start PyGTKEditor
7. In PyGTKEditor open file "default.conf" from main N900 folder.
It'll look like this:

Code:
[hildon-welcome]
filename=Hands-v32-h264.avi
8. Edit that file, so it'll look like this:

Code:
[hildon-welcome]
#filename=Hands-v32-h264.avi
filename=maemointro-h264.avi
9. Save changes

10. Copy this edited config file back to proper location.
In X-Terminal:
Code:
cp /home/user/MyDocs/default.conf  /etc/hildon-welcome.d/default.conf
11. Close X-Terminal, PyGTKEditor, Browser etc.

12. Restart N900

Last edited by mivoligo; 2009-12-25 at 18:54.
 

The Following 2 Users Say Thank You to mivoligo For This Useful Post: