You are not logged in.

#1 2004-11-04 10:40:44

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

bluetooth - connection PC with mobile phone

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

#2 2004-11-04 10:55:48

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: bluetooth - connection PC with mobile phone

Hello,

I hope this link will help you: http://kde-bluetooth.sourceforge.net/

Offline

#3 2004-11-04 11:34:33

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: bluetooth - connection PC with mobile phone

Thanks ... this should help smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#4 2004-11-04 12:34:32

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: bluetooth - connection PC with mobile phone

Well won't be such simple sad.
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 wink.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#5 2004-11-04 13:09:30

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: bluetooth - connection PC with mobile phone

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

#6 2004-11-04 16:13:09

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: bluetooth - connection PC with mobile phone

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... wink

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

#7 2004-11-04 17:12:45

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: bluetooth - connection PC with mobile phone

Hey smile! Thank you! I'll test it smile.

EDIT: Hmmm .... "MIssing dependencies: kde"? ll i'm working at the moment under KDE so i think it should be installed wink. 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 smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#8 2004-11-04 17:32:23

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: bluetooth - connection PC with mobile phone

ooops. thanks for the hint, I've corrected it in the pkgbuild.

Offline

#9 2004-11-04 17:38:45

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: bluetooth - connection PC with mobile phone

OK kdebluetooth compiled without errors smile.
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 smile.


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#10 2004-11-04 17:56:57

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: bluetooth - connection PC with mobile phone

HEYHAAA ... it works smile!
the deamon seems to start anyway smile.
Now i can see the avaliable services for my K700i smile.

EDIT: still some problems with the PIN, but i'll get hat working too smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#11 2004-11-05 05:14:52

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: bluetooth - connection PC with mobile phone

OK now everything works ... had to change the bluez bluepin program to the kdebluetooth kbluepin program.

Thanks for your help everybody smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

Board footer

Powered by FluxBB