meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
maemo:things_to_install_to_n900 [2011/08/11 08:48]
japskua
maemo:things_to_install_to_n900 [2011/08/11 09:55] (current)
japskua [Installing the required development stuff to N900]
Line 48: Line 48:
 ===== Installing the required development stuff to N900 ===== ===== Installing the required development stuff to N900 =====
  
 +Now you can easily connect to the phone from your computer. Open terminal and
  
-And then continue installing the rest (there might be a lot and something still missing from here)+<code shell> 
 +ssh user@192.168.2.15 
 + 
 +# Password is the one you put before, try >>lut<< 
 +</code> 
 + 
 + 
 +And now lets start really installing stuff!!! (there might be a lot and something still missing from here)
  
 <code shell> <code shell>
 sudo gainroot sudo gainroot
 apt-get update apt-get update
 +apt-get upgrade # In case something new has popped up
 apt-get install maemo-python-device-env apt-get install maemo-python-device-env
  
 # Gstreamer to get camera and other stuff working (like the code snippets) :-P # Gstreamer to get camera and other stuff working (like the code snippets) :-P
-apt-get install gstreamer0.10-alsa gstreamer0.10-flac +apt-get install gstreamer0.10-alsa gstreamer0.10-flac gstreamer0.10-plugins-base python-gst0.10 gstreamer-tools  
-apt-get install python-location +apt-get install ogg-support decoders-support gstreamer0.10-plugins-good-extra 
-</code>+# Here you have to select accept on n900 to install the decoders support completely 
 + 
 +apt-get install python-location python-hildondesktop 
 +apt-get install personal-ip-address 
 +</code>  
 + 
 +After this you should have all the required stuff installed and the device ready to go. Also, notice that there is now an Applet on the N900 desktop, that displays your IP address (might come in handy) ;-)