You are not logged in.
Hello!
I have a Sony Ericsson K700i with bluetooth. Now i want to save MP3s on the mobile phone. I have a level one bluetooth USB device.
So what do i have to install? First of all bluz-libs and bluz-utils with pacman. And then? Can i use Konqueror to copy the files or which program can i use? Do i have to configure something? There is no Arch-Wiki.
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
Hello,
I hope this link will help you: http://kde-bluetooth.sourceforge.net/
Offline
Thanks ... this should help .
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
Well won't be such simple .
Don't know how to make a Arch_package of KDE-bluetooth. And then there seem to be additional dependencies:
openobex
bluez-bluefw
bluez-libs
bluez-pan
bluez-sdp
bluez-utils
openobex, bluez-libs and bluez-utils can be installed with pacman, but what about the rest.
Seems like i have first to learn how ABS works .
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
If you can wait a few hours, I'll have a look at it when I'm at home. I feel like i've already done this in the good old slackware-days ;-) shouldn't be a problem with arch.
Offline
I've created a little PKGBUILD for kdebluetooth, that should do the job. Unfortunately I'm not able to test it since I can't remember where I've left my bluetooth-adapter...
pkgname=kdebluetooth
pkgver=0.0.cvs20041016
pkgrel=1
url="http://kde-bluetooth.sourceforge.net"
depends=(kdebase bluez-libs bluez-utils openobex)
source=(http://www.stud.uni-karlsruhe.de/~uddw/kdebluetooth/$pkgname-$pkgver.tar.bz2)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg/ install
}
Offline
Hey ! Thank you! I'll test it .
EDIT: Hmmm .... "MIssing dependencies: kde"? ll i'm working at the moment under KDE so i think it should be installed . I'll remove this dependency, perhaps you can replace it with de-libs oder kde-base or something.
cvs-package can also not be found on the server but i'll look after an avalibale tgz. EDIT: Ah .bz2 was in next line already .
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
ooops. thanks for the hint, I've corrected it in the pkgbuild.
Offline
OK kdebluetooth compiled without errors .
I have a new icon in KDE but kdebluetooth says sdpd not running so i guess i have to activate some deamons.
First sdp? what else?
EDIT: Well there seems to bee a deamon named bluetooth now: But when i try to start him i get following error message:
/etc/rc.d/bluetooth start
Starting Bluetooth subsystem: hcid sdpdCan't open HIDP control socket: Protocol not supported
hidd hid2hci rfcomm.
What went wrong? Wrong Protocol?
CU ActionNews
PS: But kdebluetooth already recognizes if the bluetooth adapter is removed or pluged in .
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
HEYHAAA ... it works !
the deamon seems to start anyway .
Now i can see the avaliable services for my K700i .
EDIT: still some problems with the PIN, but i'll get hat working too .
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline
OK now everything works ... had to change the bluez bluepin program to the kdebluetooth kbluepin program.
Thanks for your help everybody .
CU ActionNews
[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!
Offline