SHR post-installation

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (SHR post-installation script)
m (SHR post-installation script)
Line 6: Line 6:
 
* modify and  
 
* modify and  
 
* perform the following script.  
 
* perform the following script.  
The selected shell commands of the SHR User Manual are collected in a SHR post-installation so that you can transfer the script to your Freerunner via scp and execute it with sh. Please go through the script and check if the applications to be installed, are the selection that want you really want. If do not understand, what is going on in the script, proceed with the [[SHR User Manual]] and select every documented step manually. If understand the following script, it might save you some time.
+
The selected shell commands of the SHR User Manual are collected in a SHR post-installation so that you can transfer the script to your Freerunner via scp and execute it with sh. Please go through the script and check if the applications to be installed, are the selection that want you really want. If do not understand, what is going on in the script, proceed with the [[SHR User Manual]] and select every documented step manually. If you understand the following script, it might save you some time.
  
 
Copy and paste the following lines and save them to a file called <tt>SHRpostinstallion.sh</tt>.
 
Copy and paste the following lines and save them to a file called <tt>SHRpostinstallion.sh</tt>.
Line 19: Line 19:
 
    
 
    
 
   echo "SHR-PIS Install Navit - Car Navigation"
 
   echo "SHR-PIS Install Navit - Car Navigation"
 +
  echo "--------------------------------------"
 
   echo "src navit http://download.navit-project.org/navit/openmoko/svn" > /etc/opkg/navit-feed.conf
 
   echo "src navit http://download.navit-project.org/navit/openmoko/svn" > /etc/opkg/navit-feed.conf
 
   opkg update
 
   opkg update

Revision as of 15:02, 11 August 2009

SHR post-installation script

In the SHR User Manual there are mentioned some modifications that might help you to improve the features of you SHR distribution.

After flashing your Openmoko Freerunner you can do these modification manually like mentioned in the SHR User Manual or

  • modify and
  • perform the following script.

The selected shell commands of the SHR User Manual are collected in a SHR post-installation so that you can transfer the script to your Freerunner via scp and execute it with sh. Please go through the script and check if the applications to be installed, are the selection that want you really want. If do not understand, what is going on in the script, proceed with the SHR User Manual and select every documented step manually. If you understand the following script, it might save you some time.

Copy and paste the following lines and save them to a file called SHRpostinstallion.sh.

 #!/bin/sh
 echo "SHR Post Installation Script" 
 echo "============================"
 echo "Version 1 - 11.08.2009"
 
 # vLANGUAGE="cz"
 vLANGUAGE="de"
 
 echo "SHR-PIS Install Navit - Car Navigation"
 echo "--------------------------------------"
 echo "src navit http://download.navit-project.org/navit/openmoko/svn" > /etc/opkg/navit-feed.conf
 opkg update
 opkg install navit
 opkg install navit-locale-$vLANGUAGE
 mkdir /home/root/.navit
 echo "Navit: Solve libgps problem"
 opkg install libgps17
 ln -s /usr/lib/libgps.so.17 /usr/lib/libgps.so.16
  
   
 echo "SHR-PIS Install a Working Alarm Clock"
 echo "-------------------------------------"
 opkg remove -force-depends elementary-alarm
 opkg install ffalarms
 
 echo "SHR-PIS Install Bluetooth Package"
 echo "---------------------------------"
 opkg install obexpush
 mkdir /var/obexpush
 
 echo "SHR-PIS Install PIM Apps: Tasks and Dates"
 opkg install dates tasks
 opkg install http://www.opkg.org/packages/0_python-ldap_2.3.6_armv4t.ipk python-misc python-netclient python-netserver python-pycairo python-pygobject python-pygtk python-sqlite3 http://www.opkg.org/packages/1_python-vobject_0.8.1_armv4t.ipk http://www.opkg.org/packages/0_python-webdav_0.1.2_armv4t.ipk http://www.opkg.org/packages/1_python-gdata_1.3.0_armv4t.ipk http://www.opkg.org/packages/1_python-dateutil_1.4.1_armv4t.ipk http://www.opkg.org/packages/openldap_2.3.43_armv4t.ipk http://projects.openmoko.org/frs/download.php/841/pisi_0.3_armv4t.ipk
 mkdir /media/card/pim
 ln -s /media/card/pim /home/root/pim
  
 echo "SHR-PIS MokoMaze"
 echo "----------------"
 opkg install mokomaze
 echo ""
 fsoraw -r Display mokomaze
 
 echo "SHR-PIS CellHunter"
 echo "------------------"
 opkg install cellhunter

Copy the file SHRpostinstallation.sh to your freerunner and execute the shell script from there:

 desktop#
 scp c root@192.168.0.202/home/root/SHRpostinstallation.sh   

Start the shell script on you Freerunner with:

 neo# sh /home/root/SHRpostinstallation.sh
Personal tools

SHR post-installation script

In the SHR User Manual there are mentioned some modifications that might help you to improve the features of you SHR distribution.

After flashing your Openmoko Freerunner you can do these modification manually like mentioned in the SHR User Manual or

  • modify and
  • perform the following script.

The selected shell commands of the SHR User Manual are collected in a SHR post-installation so that you can transfer the script to your Freerunner via scp and execute it with sh. Please go through the script and check if the applications to be installed, are the selection that want you really want. If do not understand, what is going on in the script, proceed with the SHR User Manual and select every documented step manually. If understand the following script, it might save you some time.

Copy and paste the following lines and save them to a file called SHRpostinstallion.sh.

 #!/bin/sh
 echo "SHR Post Installation Script" 
 echo "============================"
 echo "Version 1 - 11.08.2009"
 
 # vLANGUAGE="cz"
 vLANGUAGE="de"
 
 echo "SHR-PIS Install Navit - Car Navigation"
 echo "src navit http://download.navit-project.org/navit/openmoko/svn" > /etc/opkg/navit-feed.conf
 opkg update
 opkg install navit
 opkg install navit-locale-$vLANGUAGE
 mkdir /home/root/.navit
 echo "Navit: Solve libgps problem"
 opkg install libgps17
 ln -s /usr/lib/libgps.so.17 /usr/lib/libgps.so.16
  
   
 echo "SHR-PIS Install a Working Alarm Clock"
 echo "-------------------------------------"
 opkg remove -force-depends elementary-alarm
 opkg install ffalarms
 
 echo "SHR-PIS Install Bluetooth Package"
 echo "---------------------------------"
 opkg install obexpush
 mkdir /var/obexpush
 
 echo "SHR-PIS Install PIM Apps: Tasks and Dates"
 opkg install dates tasks
 opkg install http://www.opkg.org/packages/0_python-ldap_2.3.6_armv4t.ipk python-misc python-netclient python-netserver python-pycairo python-pygobject python-pygtk python-sqlite3 http://www.opkg.org/packages/1_python-vobject_0.8.1_armv4t.ipk http://www.opkg.org/packages/0_python-webdav_0.1.2_armv4t.ipk http://www.opkg.org/packages/1_python-gdata_1.3.0_armv4t.ipk http://www.opkg.org/packages/1_python-dateutil_1.4.1_armv4t.ipk http://www.opkg.org/packages/openldap_2.3.43_armv4t.ipk http://projects.openmoko.org/frs/download.php/841/pisi_0.3_armv4t.ipk
 mkdir /media/card/pim
 ln -s /media/card/pim /home/root/pim
  
 echo "SHR-PIS MokoMaze"
 echo "----------------"
 opkg install mokomaze
 echo ""
 fsoraw -r Display mokomaze
 
 echo "SHR-PIS CellHunter"
 echo "------------------"
 opkg install cellhunter

Copy the file SHRpostinstallation.sh to your freerunner and execute the shell script from there:

 desktop#
 scp c root@192.168.0.202/home/root/SHRpostinstallation.sh   

Start the shell script on you Freerunner with:

 neo# sh /home/root/SHRpostinstallation.sh