PokeParadox said:
ste_167 said:
Dead1nside said:
Well I think "opkg blueman" would be fine. Here's a link to it in the Angstrom repo, you could just do a local install with the package -- http://www.angstrom-distribution.org/repo/?pkgname=blueman
This will almost definitely install it to the NAND as it hasn't been packaged as a PND with its directory changed.
minor progress, i think.. !
i've installed blueman arm7 from the link. it requires obex data server too:
http://www.angstrom-distribution.org/repo/?pkgname=obex-data-server
blueman now appears under 'settings' as 'bluetooth manager' however after a short egg-timer nothing appears to happen when i run it.
You got further than me... I got the package and tried to install it and... it didn't install.
i have the ipk files in my home/username folder - the one containing the desktop and applications folders.
the filenames are renamed to obex.ipk and blueman.ipk for ease of typing..
in the terminal i typed:
sudo opkg install /home/sgb/obex.ipk
and then
sudo opkg install /home/sgb/blueman.ipk
where sgb is my username
here's the error message..
Traceback (most recent call last):
File "/usr/bin/blueman-manager", line 35, in <module>
from blueman.Functions import *
File "/usr/lib/python2.6/site-packages/blueman/Functions.py", line 30, in <module>
from subprocess import Popen
ImportError: No module named subprocess