Activity installation: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: To install an activity: # start the Browse activity on your XO; # go to this page in the browser; # click on the .xo bundle next to the word '''Download:''', e.g., click on [http://wi...)
 
mNo edit summary
Line 1: Line 1:
{{users}}
To install an [[activity]]:
{{developers}}


=== From the Internet ===
# start the Browse activity on your XO;
# go to this page in the browser;
# click on the .xo bundle next to the word '''Download:''', e.g., click on [http://wiki.laptop.org/images/e/e4/Implode-3.xo Implode.xo] to download Implode;
# when it's finished, click OK.
# press the Home key ([[Image:Home_key_f3_small.png]]) (fifth from the upper left) to see the taskbar.
# scroll the taskbar to the right (by clicking on the arrow [[Image:Frame-scroll-right.gif|25px]]) until you see the icon for the activity; click on it to start.


==== with the [[Release Notes/8.2.0#Graphical Sugar Control Panel|Sugar control panel]] ====
To remove an activity you have previously installed:
''available in [[joyride]]''


# Enter the Sugar Control Panel by hovering over the central XO-man on the home screen.
# remove the download entry in the Journal (from the detail view). It will be removed from the taskbar after you restart your XO.
# Select the 'Activity update' entry.
# Press 'Update'.


==== with [[Bert's script]] ====
Other ways to install and remove activities include [[xo-get]] and sugar-install-bundle. See [[Activities#Manual_installation]]
''available by download''


See [[Bert's script]].
{{stub}}

==== [[xo-get]] ====
''available by download''

* [[Xo-get/Xo-get-gtk|GUI]]
* find activities with <tt>''./xo-get.py list''</tt> or <tt>''./xo-get.py search ...''</tt>
* install with <tt>''./xo-get.py install ...''</tt>
* list installed activities: <tt>''./xo-get.py status''</tt>
* remove with <tt>''./xo-get.py remove ...''</tt>

=== From a USB stick or SD card ===

==== with the Browse Activity ====
''always available''

# open the Browse Activity
# point it to <tt>''file:///media/''</tt>
# install like described at the very top of this page by browsing to and clicking on activities to install

==== with xo-get ====
''available by download''

# open the Terminal activity;
# <tt>''./xo-get.py install /media/<USB stick name>/MyActivity.xo''</tt>

==== with sugar-install-bundle ====
''always available''

# open the Terminal activity;
# type <tt>''sugar-install-bundle /media/<USB stick name>/<Activity name.xo>''</tt>

==== with the Journal ====
''always available''

# You can also install an activity from the Journal by dragging the .xo bundle from the USB device.

==== with a [[Customization key|customization stick ====
''available as of release [[8.1.0]] (Update.1/official-703)''.

[[Category:Procedures]]
[[Category:Activity installation]]

Revision as of 21:19, 31 July 2008

  For the general public

From the Internet

with the Sugar control panel

available in joyride

  1. Enter the Sugar Control Panel by hovering over the central XO-man on the home screen.
  2. Select the 'Activity update' entry.
  3. Press 'Update'.

with Bert's script

available by download

See Bert's script.

xo-get

available by download

  • GUI
  • find activities with ./xo-get.py list or ./xo-get.py search ...
  • install with ./xo-get.py install ...
  • list installed activities: ./xo-get.py status
  • remove with ./xo-get.py remove ...

From a USB stick or SD card

with the Browse Activity

always available

  1. open the Browse Activity
  2. point it to file:///media/
  3. install like described at the very top of this page by browsing to and clicking on activities to install

with xo-get

available by download

  1. open the Terminal activity;
  2. ./xo-get.py install /media/<USB stick name>/MyActivity.xo

with sugar-install-bundle

always available

  1. open the Terminal activity;
  2. type sugar-install-bundle /media/<USB stick name>/<Activity name.xo>

with the Journal

always available

  1. You can also install an activity from the Journal by dragging the .xo bundle from the USB device.

with a [[Customization key|customization stick

available as of release 8.1.0 (Update.1/official-703).