mivoligo
|
2009-12-25
, 18:55
|
Posts: 161 |
Thanked: 209 times |
Joined on Oct 2009
@ Edinburgh
|
#31
|
|
2010-01-10
, 23:54
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#32
|
Originally Posted by eivind
Step By step boot video change for N900:
1- go to the repository menu of N900
2- Install ssh server on N900
3- ssh on installation will ask you for a password (choose one)
4- go to your main PC and download a free ssh client with a graphic interface (it's much easier to use for a newbie) like winscp.
5- in your N900 launch xterminal and type: sudo gainroot
6- in x terminal type then: ifconfig
7- ifconfig will show you r ip address (of course you MUST be connected to a wireless lan with your N900 )
8- open winscp and login to this ip address.
login:root password: your passord
9- go tho /usr/share/hildon-welcom/media and copy the boot video you want.
10- ho to /etc/hildon-welcom.d/ and copy default.conf to ypur PC
11-open in your PC default.conf with notepad and modify it with the name of the new video
12- save without changing name of the file
13- replace the file .conf in N900
14- disconnect and restart N900.
That's it...
I hope to have been useful
Corto Maltese
|
2010-01-11
, 00:02
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#33
|
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:
then unzip:Code:cd /home/user/MyDocs/
4. Copy video to right location.Code:unzip maemointro-h264.avi.zip
In X-Terminal:
become root:
then copy the file:Code:sudo gainroot
5. Copy config file to MyDocsCode:cp maemointro-h264.avi /usr/share/hildon-welcome/media
6. Start PyGTKEditorCode:cp /etc/hildon-welcome.d/default.conf /home/user/MyDocs/
7. In PyGTKEditor open file "default.conf" from main N900 folder.
It'll look like this:
8. Edit that file, so it'll look like this:Code:[hildon-welcome] filename=Hands-v32-h264.avi
9. Save changesCode:[hildon-welcome] #filename=Hands-v32-h264.avi filename=maemointro-h264.avi
10. Copy this edited config file back to proper location.
In X-Terminal:
11. Close X-Terminal, PyGTKEditor, Browser etc.Code:cp /home/user/MyDocs/default.conf /etc/hildon-welcome.d/default.conf
12. Restart N900
|
2010-01-11
, 15:11
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#34
|
|
2010-02-03
, 23:49
|
Posts: 96 |
Thanked: 28 times |
Joined on Dec 2009
|
#35
|