Reply
Thread Tools
Posts: 42 | Thanked: 24 times | Joined on Nov 2007
#1
Hello All,
I am happy to let you all know that Canola runs on O2 Joggler UNR.

The O2 Joggler is derived from OpenPeak's Openframe 7 product:

* an Atom Z520 processor (1.33 GHz with 512KB L2 cache),
* a single-touch capacitive 800x480 touchscreen,
* Wi-Fi (802.11b/g/n) which is actually an internally housed USB adapter
* 10/100/1000 Ethernet Cable
* a USB 2.0 host port
* 512 MB RAM
* 1GB flash (partitioned: 64Mb boot, 256Mb OS, 256 OS copy (for factory 'resetting), 450Mb for general storage)
* internal speaker with 3.5mm stereo jack socket
* a metal stand which doubles up as the CPU heat sink, so it cannot be removed
* 4000mA, 5V DC input jack (adaptor supplied)


It costs about 50GBP on ebay.

1 Audio
Local Music Playback WORKS
Podcasts WORKS
Internet Radio WORKS

2. Videos
Local Video Playback WORKS
Youtube (URI Not found error, need to fix the plugin)

3. Photos
Local albums WORKS
Photocasts WORKS

I will try to test UPnP and maps.

The touch screen is super sensitive and smooth and the whole interface feels like snow.
Here are some photos of Joggler running canola






 

The Following 6 Users Say Thank You to mikevraziel For This Useful Post:
dscobsct's Avatar
Posts: 263 | Thanked: 231 times | Joined on Feb 2010 @ wales
#2
ive got a joggler dude, any info on installing canola?
__________________
my home on the net is symbian-freak/maemo-freak dot com.
come and visit
 
Posts: 376 | Thanked: 56 times | Joined on Jan 2010
#3
I bought one, and its still brand new in the box, only got it out the box to do the initial firmware upgrade LOL
 
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#4
BTW does anybody know what happened to the working N900 version of Canola2 that was made during the Google summer of code? Last news I heard from it said that it was waiting for a update to some dependacy.
 
dscobsct's Avatar
Posts: 263 | Thanked: 231 times | Joined on Feb 2010 @ wales
#5
Originally Posted by *Sonic* View Post
I bought one, and its still brand new in the box, only got it out the box to do the initial firmware upgrade LOL
mod it dude, theres plenty to do with it out there, google for gforums plug n play,
__________________
my home on the net is symbian-freak/maemo-freak dot com.
come and visit
 
Posts: 42 | Thanked: 24 times | Joined on Nov 2007
#6
Originally Posted by dscobsct View Post
ive got a joggler dude, any info on installing canola?
One would need a linux distro with python for canola to work. I used Ubuntu Netbook Remix from here
http://www.joggler.info/forum/viewto...=441&start=110

Once you have setup the ubuntu and got it running its pretty simple to get Canola going.

1. Download Canola from http://openbossa.indt.org/canola/sou...-beta9.tar.bz2

2. Untar it to the home, eg
/home/joggler/canola

3. Now install python 2.5 using (for ubuntu users only)
sudo apt-get install python2.5

Then go to /usr/bin

sudo unlink python
sudo ln -s python2.5 python

4. Now go to /home/joggler/canola

5. and run the following
./run-canola.sh

6. If you want to add a shortcut, edit the basepath in run-canola.sh
e.g BASEPATH="/home/joggler/canola"

If you want more addons (youtube, upnp etc) follow Eduardo's guide on installing plugins
http://blog.eduardofleury.com/archives/2008/04/24/
 
Posts: 1 | Thanked: 0 times | Joined on Feb 2011
#7
Hi Mike

I tried following your instructions on a maverick image from here:

http://joggler.exotica.org.uk/ubuntu/

but I end up with errors, my startup output looks like this:

Code:
--------------------------------------------------------------
Assuming installation path as '/home/joggler/canola'. If that's not right
you should edit the BASEPATH var in this script.
--------------------------------------------------------------

Configuring environment...
/home/joggler/canola/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
/home/joggler/canola/usr/lib/python2.5/site-packages:
/home/joggler/canola/usr/lib:
Starting Canola daemon...
Traceback (most recent call last):
  File "usr/bin/canolad", line 5, in <module>
    pkg_resources.run_script('canola-daemon==0.1.3', 'canolad')
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448, in run_script
    
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1166, in run_script
    return self._get(self._fn(self.egg_info,name))
  File "/home/joggler/canola/usr/lib/python2.5/site-packages/canola_daemon-0.1.3-py2.5.egg/EGG-INFO/scripts/canolad", line 27, in <module>
    import dbus
ImportError: No module named dbus
Failed!
Shutting down Atabake...
Traceback (most recent call last):
  File "usr/bin/atabake", line 5, in <module>
    pkg_resources.run_script('atabake==0.1.4', 'atabake')
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448, in run_script
    
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1166, in run_script
    return self._get(self._fn(self.egg_info,name))
  File "/home/joggler/canola/usr/lib/python2.5/site-packages/atabake-0.1.4-py2.5.egg/EGG-INFO/scripts/atabake", line 23, in <module>
    import atabake.lib.daemon
  File "./usr/lib/python2.5/site-packages/atabake-0.1.4-py2.5.egg/atabake/lib/daemon.py", line 20, in <module>
ImportError: No module named gobject
Shutting down Download Manager...
Traceback (most recent call last):
  File "usr/bin/downloadmanager", line 5, in <module>
    pkg_resources.run_script('python-downloadmanager==0.2.5', 'downloadmanager')
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448, in run_script
    
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1166, in run_script
    return self._get(self._fn(self.egg_info,name))
  File "/home/joggler/canola/usr/lib/python2.5/site-packages/python_downloadmanager-0.2.5-py2.5.egg/EGG-INFO/scripts/downloadmanager", line 29, in <module>
    import gobject
ImportError: No module named gobject
Shutting down Canola daemon...
Traceback (most recent call last):
  File "usr/bin/canolad", line 5, in <module>
    pkg_resources.run_script('canola-daemon==0.1.3', 'canolad')
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448, in run_script
    
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1166, in run_script
    return self._get(self._fn(self.egg_info,name))
  File "/home/joggler/canola/usr/lib/python2.5/site-packages/canola_daemon-0.1.3-py2.5.egg/EGG-INFO/scripts/canolad", line 27, in <module>
    import dbus
ImportError: No module named dbus
do you have any idea of what might be going wrong?
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:53.