Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] Install bluetooth +Nokia 6230
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
benoitc
n00b
n00b


Joined: 02 Aug 2003
Posts: 43
Location: Paris (France)

PostPosted: Mon Oct 04, 2004 6:55 pm    Post subject: [HOWTO] Install bluetooth +Nokia 6230 Reply with quote

Find here a quick howto for manage bluetooth with the nokia 6230. This howto is based on this debian howto, but is more specific to the gentoo install.

Config :
Code:

*) I use the USB dongle from MITUSUMI (Mitsumi WIF-0402C Bluetooth Adapter) to have bluetooth connection on my pc.

*) kernel 2.6.8 (gentoo-dev-sources 2.6.8-r3) with udev,hal,dbus and hotplug enabled


1) First I have to compile kernel with bluetooth support :
- Enable USB support in Devices Drivers/USB :
Code:

<*> Support for Host-side USB                                            │ │                                │ │
  │ │---   Miscellaneous USB options                                          │ │
  │ │[*]   USB device filesystem                                              │ │             â”‚ │
  │ │---   USB Host Controller Drivers                                        │ │                 â”‚ │
  │ │<*>   OHCI HCD support                                                   â”‚ │
  │ │<*>   UHCI HCD (most Intel and VIA) support                              │ │
  │ │---   USB Device Class drivers                                           â”‚ │                                              │ │
  │ │---   USB Bluetooth TTY can only be used with disabled Bluetooth subsyste│

- Ennable bluetooth in Device Drivers/Networking support/Bluetooth subsystem support :
Code:

--- Bluetooth subsystem support                         â”‚ │
 <M>   L2CAP protocol support                            │ │                            │ │
<M>   RFCOMM protocol support                           â”‚ │
 [*]     RFCOMM TTY support                              │ │
<M>   BNEP protocol support                             â”‚ │
[*]     Protocol filter support                         â”‚ │
<M>   HIDP protocol support                             â”‚ │
 Bluetooth device drivers  --->   
 <M> HCI USB driver                                        │ │                            │ │
<M> HCI BCM203x USB driver                                │ │


2) emerge bluez-utils, bluez-libs (I use 2.10 versions that are currently masked) :
Code:

echo =net-wireless/bluez-utils-2.10-r1 ~x86 >> /etc/portage/packages.keywords
echo =net-wireless/bluez-libs-2.10 ~x86 >> /etc/portage/packages.keywords
USE="gtk" emerge -v bluez-utils bluez-libs



3) Patch bluepin, current bluepin in 2.10-r1 (/usr/bin/pluepin) that allow PIN configuration between your device and the computer is bugged. It doesn't launch on X. I had to patch 2 lines to have a working version (copy/paste the code in blue-pin-patch file) :

Code:

--- bluepin-orig        2004-10-03 22:51:44.325055096 +0200
+++ bluepin     2004-10-03 23:46:00.201086704 +0200
@@ -31,10 +31,10 @@
        os.environ['XAUTHORITY'] = auth

 # Set X display before initializing GTK
-set_display()
+#set_display()

 # Some versions of fontconfig will segfault if HOME isn't set.
-os.environ['HOME'] = ""
+#os.environ['HOME'] = ""

 import gtk


I post this patch on bugs.gentoo.org, so you can dl the patch here : https://bugs.gentoo.org/show_bug.cgi?id=66255

Code:

cd /usr/bin
patch -p0 bluepin < bluepin-patch


4) Check the (usb) bluetooth adapter :
Code:
hciconfig -a

My output :
Code:

hci0:   Type: USB
        BD Address: 00:A0:96:20:2B:A0 ACL MTU: 128:8  SCO MTU: 64:8
        UP RUNNING PSCAN ISCAN
        RX bytes:159590 acl:1544 sco:0 events:977 errors:0
        TX bytes:56114 acl:769 sco:0 commands:210 errors:0
        Features: 0xff 0xff 0x05 0x00 0x00 0x00 0x00 0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
        Name: 'BlueZ (enki)'
        Class: 0x100100
        Service Classes: Object Transfer
        Device Class: Computer, Uncategorized
        HCI Ver: 1.1 (0x1) HCI Rev: 0x72 LMP Ver: 1.1 (0x1) LMP Subver: 0x72
        Manufacturer: Cambridge Silicon Radio (10)


5) If that seems ok then start bluetooth

- first I disabled hdidd in /etc/conf.d/bluetooth since I don't need it. You can keep it if you need :
Code:

HIDD_ENABLE=false
HIDD_OPTIONS=""
HID2HCI_ENABLE=false

- start bluetooth :
Code:
/etc/init.d/bluetooth start


6) If it works add to boot :
Code:
rc-update add bluetooth default


7) scan if bluetooth phone is here :
Code:
hcitool scan

My output :
Code:

        00:E0:03:36:90:2D       Nokia 6230


8) if everything is ok then configure rfcomm in order to send/receive the file :
Code:
sdptool browse  00:E0:03:36:90:2D

where '00:E0:03:36:90:2' is the MAC address of your moblie provided by "hcitool scan"
My output :
Code:

Service Name: OBEX Object Push
Service RecHandle: 0x1000e
Service Class ID List:
  "OBEX Object Push" (0x1105)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 9
  "OBEX" (0x0008)
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "OBEX Object Push" (0x1105)
    Version: 0x0100

Service Name: OBEX File Transfer
Service RecHandle: 0x1000f
Service Class ID List:
  "OBEX File Transfer" (0x1106)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 10
  "OBEX" (0x0008)
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "OBEX File Transfer" (0x1106)
    Version: 0x0100

Service Name: Dial-up networking
Service RecHandle: 0x10010
Service Class ID List:
  "Dialup Networking" (0x1103)
  "Generic Networking" (0x1201)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 1
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Dialup Networking" (0x1103)
    Version: 0x0100

Service Name: Nokia PC Suite
Service RecHandle: 0x10011
Service Class ID List:
  "Serial Port" (0x1101)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 15
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100

Service Name: COM 1
Service RecHandle: 0x10012
Service Class ID List:
  "Serial Port" (0x1101)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 3
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100

Service Name: Voice Gateway
Service RecHandle: 0x10013
Service Class ID List:
  "Handsfree Audio Gateway" (0x111f)
  "Generic Audio" (0x1203)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 13
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Handsfree" (0x111e)
    Version: 0x0101

Service Name: Audio Gateway
Service RecHandle: 0x10014
Service Class ID List:
  "Headset Audio Gateway" (0x1112)
  "Generic Audio" (0x1203)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 12
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Headset" (0x1108)
    Version: 0x0100

Service Name: SIM ACCESS
Service RecHandle: 0x1001a
Service Class ID List:
  "" (0x112d)
  "Generic Telephony" (0x1204)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 4
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "" (0x112d)
    Version: 0x0100


Only OBEX PUSH section interest, you have to check the channel. Here thi is 9. It should be the same for you. Then edit /etc/bluetooth/rfcomm.conf and add these lines :
Code:

rfcomm0 {
   bind no;
   device 00:E0:03:36:90:2D;
   channel   9;
   comment "Nokia 6230 - benoitc";
}


Then restart bluetooth
Code:

/etc/init.d/bluetooth stop
/etc/init.d/bluetooth start


9) Check if everything is ok :
Code:
rfcomm connect rfcomm0  00:E0:03:36:90:2D 9

My output:
Code:

Connected /dev/rfcomm0 to 00:E0:03:36:90:2D on channel 9
Press CTRL-C for hangup

exit

10) To enable fle sending/receiving I use gnome-bluetooth. You can also use obexftp to do it in console mode. I use gnome-blueooth 5.1 and openobex 1.0.1 (currently masked)
Code:

echo =net-wireless/gnome-bluetooth-0.5.1 ~x86 >> /etc/portage/packages.keywords
echo =net-wireless/libbtctl-0.4.1 ~x86 >> /etc/portage/packages.keywords
echo =dev-libs/openobex-1.0.1 ~x86 >> /etc/portage/package.keywords
USE="gtk" emerge -v gnome-bluetooth

Then launch Bluetooth File sharing in Application/System Tools menu (You could also use launch gnome-obex-server in the terminal. More info here :
http://usefulinc.com/software/gnome-bluetooth

Note. I have to edit /etc/bluetooth/hcid.conf and change the value local device class from 0x100 to 0x100100 in order to allow my phone to find the computer.
Code:
class 0x100100;
. But default value should be ok on your side :)

Note 2: To change your PIN code edit /etc/bluetooth/pin.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Tue Oct 05, 2004 12:25 pm    Post subject: Reply with quote

Great,

I just switched to this new phone :) thanks for the howto.

There may be a KDE alternative to "gnome-bluetooth" for those interested:

Code:
echo =net-wireless/kdebluetooth ~x86 >> /etc/portage/package.keywords
echo =net-wireless/openobex-1.0.1 ~x86 >> /etc/portage/package.keywords
emerge -av kdebluetooth
kbluetoothd


Also, I think the last code has an error - should be "package.keywords" not "packages.keywords"?
And I think we should leave the version of the ebuild off..

Code:
echo =net-wireless/gnome-bluetooth ~x86 >> /etc/portage/package.keywords
echo =net-wireless/libbtctl ~x86 >> /etc/portage/package.keywords
echo =dev-libs/openobex ~x86 >> /etc/portage/package.keywords
USE="gtk" emerge -av gnome-bluetooth


cheers
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Mon Dec 06, 2004 1:23 pm    Post subject: Re: [HOWTO] Install bluetooth +Nokia 6230 Reply with quote

hi.
first of all, thank you for the howto and the precious:
benoitc wrote:

Note. I have to edit /etc/bluetooth/hcid.conf and change the value local device class from 0x100 to 0x100100 in order to allow my phone to find the computer.
Code:
class 0x100100;
. But default value should be ok on your side :)

tip, which allowed my computer to be found.

now, i have the same mobile as you do.
by now, i can send files to the computer and also from the computer to the phone. still, it's a pain in the ass to transfer, say, 100 images one by one, from the mobile to the computer.
have you found any way to do this? i've tried gnockii (and gnocky) but they don't have the option to view the mobile's files.
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Mon Dec 06, 2004 2:27 pm    Post subject: Reply with quote

2 noup
did you succeeded to connect nokia6230 with gnoky via bluetooth or you have used a cable?

if it was bluetooth plz post your gnoky config file
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Mon Dec 06, 2004 4:41 pm    Post subject: Reply with quote

matroskin wrote:
2 noup
did you succeeded to connect nokia6230 with gnoky via bluetooth or you have used a cable?

if it was bluetooth plz post your gnoky config file

hi.
it is bluetooth i am using. however, i don't think i have such a file. did you mean the "gnokiirc" file?
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Mon Dec 06, 2004 4:50 pm    Post subject: Reply with quote

noup wrote:

hi.
it is bluetooth i am using. however, i don't think i have such a file. did you mean the "gnokiirc" file?

yes. could you post it plz
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Mon Dec 06, 2004 4:55 pm    Post subject: Reply with quote

and yet another question
how you tell gnokii where the phone are?
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Mon Dec 06, 2004 6:45 pm    Post subject: Reply with quote

here it is:
Code:

# This is a sample ~/.gnokiirc file.  Copy it into your
# home directory and name it .gnokiirc.
#

[global]

# Set port to the physical serial port used to connect to your phone.
# Linux version is:
port = 00:0E:ED:4D:16:A0
# For MacOSX you will need something like:
# port = /dev/cu.USA28X1P1.1
#
# Use this setting also for the Bluetooth connection:
# port = aa:bb:cc:dd:ee:ff
 
# Set model to the model number of your phone
model = 6230

# Initlength controls the number of characters sent to the
# phone during initialisation.  You can either set it to
# the word "default" or a positive integer.
#
# You can try setting this value if you want to connect
# to the phone quicker.  If you've never noticed the
# connection to be slow, it is suggested that you
# leave this alone.  Read the initialisation code in fbus-xxxx
# to understand what this changes if you're curious.
initlength = default

# The type of the connection, for IR set this to infrared or irda.
# For the nk6110 driver only infrared is valid for the IrDA connection.
# See Docs/gnokii-ir-howto for more detailes on this.
# If you have 6210/6250/7110 phone and dau9p cable (the one you can
# use with 6100 series and cannot use hardware modem from the phone)
# you may want to use 'dau9p' value to get faster initialization.
# If you use dlr3 or dlr3p cable for nokia phones in FBUS mode (ie.
# you don't use model = AT) you may want to use 'dlr3p' value here.
# Note that it is recommended and currently the best way to use this
# cable with nk6510 driver.
connection = bluetooth

# Set this to 'yes' if you want gnokii to set and check the lock file in
# /var/lock directory. It avoids potential conflicts with other serial
# port software (eg. minicom). If you have wrong permissions for the
# directory, a warning will be generated. If you don't want a lockfile, set
# it to 'no'.
use_locking = no

# Baudrate to use on serial port connections.
# Currently used only by models AT and BIP/CIMD. Defaults to 19200.
serial_baudrate = 19200

# Force waiting after each send character the specified usec time.
# Value -1 forces the fastest 'block' writing,
# value 0 writes each character separately without any explicite waiting,
# other positive values specify the appropriate 1/1000000 sec delaying.
# Siemens M20 requires at least "1"!  FIXME: Model-driven autodetection
#serial_write_usleep = 10000

# Force serial port handshaking mode, useful primarily for "AT" model.
# Gnokii "AT" model uses software handshake by default.
# Possible values: hardware (RTS/CTS - 7 wires) or software (XON/XOFF - 3 wires)
#handshake = software

# If defined (not commented out by '#') it will quit Gnokii anytime
# when DCD line will drop.
#require_dcd = 1

# If you are using a bluetooth connection, you can specify the rfcomm
# channel number here. Default value is 1.
#rfcomm_channel = 1

# Run the specified script(s) right after opening and initializing the device
# and before any communucation (right before closing for disconnect_script).
# You may find handy to use it to connect your modem to SMS Center
# when using BIP or CIMD protocols
# Non-absolute path is relative to the specific directory where gnokii is run!
#connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect
#disconnect_script =

# When sending SMS you can experience timeouts. This is the feature of the
# overloaded SMSCs. The phones waits for the response from the SMSC confirming
# that it received the short message. When the SMSC is DoSed with many requests
# it will take more time to get the response. Adjust it to your needs. The
# value is given in seconds to wait. Defaults to 10 seconds. Set to 0 to wait
# forever.
smsc_timeout = 10

# Set bindir to point to the location of the various gnokiid binaries.
# In particular ensure that mgnokiidev is in this location, with
# permissions 4750, owned by root, group gnokii.  Ensure you
# are in the gnokii group and that the group exists...
[gnokiid]
bindir = /usr/sbin/

# Any entries in the following two sections will be set as environment
# variables when running the scripts.
# Handy for use for $VAR substitutions in your chat(8) script.
[connect_script]
TELEPHONE = 12345678
[disconnect_script]


# The following parameters control how libgnokii handle the debugging messages.
# Currently there are three categories: "debug" controls the libgnokii
# normal debug output, "rlpdebug" controls the debug output of the RLP
# subsystem, and "xdebug" is used by the xgnokii or smsd.

[logging]

# where to log the debug output (on: stderr)
debug = off

# where to log the rlp debug output (on: stderr)
rlpdebug = off

# where to log X debug output (on: stderr)
xdebug = off

_________________
noup.
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Mon Dec 06, 2004 6:48 pm    Post subject: Reply with quote

matroskin wrote:
and yet another question
how you tell gnokii where the phone are?

i didn't understand what you mean with "where the phone are".
btw, it says in the gnokiirc file that you should copy it to your home directory, but you can just edit it in you /etc folder if you want to, it works just the same.
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Mon Dec 06, 2004 6:52 pm    Post subject: Reply with quote

ok, thanks. it works :-)
i used port = /dev/rfcomm0 instead of port=mac:add:ress
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Mon Dec 06, 2004 6:58 pm    Post subject: Reply with quote

Have someone working gammu/wammu setup?
if so plz post relevant config files :-)

TIA
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 11:40 am    Post subject: Reply with quote

matroskin wrote:
ok, thanks. it works :-)
i used port = /dev/rfcomm0 instead of port=mac:add:ress

this doesn't seem to work for me, though... :?
_________________
noup.
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 11:42 am    Post subject: Reply with quote

matroskin wrote:
Have someone working gammu/wammu setup?
if so plz post relevant config files :-)

TIA

by "working", do you mean "managing to get the phone connected" or something further? cause i can't even get my phone to connect... what did you put on "device, connection and model"?
_________________
noup.
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 11:48 am    Post subject: Reply with quote

ok, i now managed to get it connected.
in wammu:
- device: ma:ca:dd:re:ss
- connection: bluephonet
- model: auto

:)
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 11:50 am    Post subject: Reply with quote

i've working (connect, dowload sms contactcs etc) gnokii/gnocky setup
but I can not manage to get working gammu/wammu
I have serached google for "gammurc bluetooth" but have find nothing :-(
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 12:02 pm    Post subject: Reply with quote

ok, wammu can connect to the mobile (and mobile acknowledge it) but can't do anything esle
it prints this error
Code:
--------------- System information ----------------
Python       2.3.4
wxPython     2.4.2.4u
Wammu        0.8
python-gammu 0.6
Gammu        0.98.9
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Wammu/Error.py", line 37, in Handler
    loc = locale.getdefaultlocale()
  File "/usr/lib/python2.3/locale.py", line 346, in getdefaultlocale
    return _parse_localename(localename)
  File "/usr/lib/python2.3/locale.py", line 280, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale:

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Wammu/Main.py", line 369, in OnTimer
    self.SetStatusText(_('Bat: %d %% (%s), Sig: %d %%, Time: %s') % (b['BatteryPercent'], power, s['SignalPercent'], d.strftime('%c')), 1)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 12:26 pm    Post subject: Reply with quote

noup - big thanks to you.
here are the steps I did to make wammu work

1. login as root
2. put this into ~/.gammurc
Code:
connection = bluephonet
#your phone's mac address
device= 00:0E:EE:EE:EE:DD
model = auto
synchronizetime = no
logfile = gammulog
logformat = textall
#same problem as gnokii
use_locking = no
gammuloc = locfile
startinfo = yes
gammucoding = utf8

3. edit ~/.Wammu (plz note big W in the start)

Code:
[Gammu]
Model=auto
Device=00:EE:EE:EE:EE:EE
Connection=bluephonet
SyncTime=no
LockDevice=no
StartInfo=no
[Debug]
Show=no
[Wammu]
AutoConnect=no
RefreshState=5000
ConfirmDelete=yes
DefaultTime=09:00:00
DefaultDateOffset=1
DefaultEntries=3
[Message]
Format=yes
Concatenated=yes
Unicode=no
16bitId=yes
ScaleImage=1
[Main]
X=127
Y=204
Width=994
Height=533
Split=160
SplitRight=222

4. start wammu (u're still root)
and connect
should work
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 12:34 pm    Post subject: Reply with quote

good article on the topic
http://linuxgazette.net/109/oregan3.html
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 4:36 pm    Post subject: Reply with quote

thank you for the config files, and also the article was pretty good to check some points out.

though, i still cannot transfer my Gallery files to the computer.
i've tried obexftp, but could'n succeed. here's the output:
Code:

$ obexftp -b 00:0E:ED:4D:16:A0 -l Gallery
No custom transport
Connecting...bt: 1
failed: S45 UUID
done
Receiving Gallery... failed: Gallery
Disconnecting...done


p.s. - why do you say to login as root and set up the ~/.<config files>? you only have to do that if you want to configure bluetooth for root user, which i think that is not the most appropriate.
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 4:44 pm    Post subject: Reply with quote

I have to much strange errors while trying connect as normal user
doing this from root account was much easier
I believe I can do everything as normal user but just have no time to understand what goes wrong

If you set non-english language at your phone then your Gallery is named differently.
try kdebluetooth - it just works
at konqueror url bar type "bluetooth:/"
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 5:11 pm    Post subject: Reply with quote

matroskin wrote:
I have to much strange errors while trying connect as normal user
doing this from root account was much easier
I believe I can do everything as normal user but just have no time to understand what goes wrong

that is strange, cause i didn't have any sort of problems. well except for gnocky, which i compiled manualy and since i have the 0077 umask it didn't grant permissions for common users, but this was easy to fix.

Quote:

If you set non-english language at your phone then your Gallery is named differently.
try kdebluetooth - it just works
at konqueror url bar type "bluetooth:/"

after trying some things, i now can view my files. with openobex, there just isn't a "gallery". instead, all the elements of the gallery are in the root folder.

so, now some more questions.
what i think that is in fact missing is a good GUI application for gammu and obexftp. with obexftp i can view the files, but not my messages etc. and i can retrieve them, but i can't do a "retrieve Images/*", so i have to manually specify each file, which is kind of hardwork. i've tried using obextool, which gives a UI for obexftp, but didn't succed on running it.

so, what are the GUI available to transfer files?
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 5:18 pm    Post subject: Reply with quote

try kdebluetooth - it just works
at konqueror url bar type "bluetooth:/"

it has
1) file/dir transfer to/from phone
2) modem !!
look yourself
http://kde-bluetooth.sourceforge.net/ has a lot of screenshots
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 5:27 pm    Post subject: Reply with quote

matroskin wrote:
try kdebluetooth - it just works
at konqueror url bar type "bluetooth:/"

it has
1) file/dir transfer to/from phone
2) modem !!
look yourself
http://kde-bluetooth.sourceforge.net/ has a lot of screenshots

from the screenshots, that would be really wonderful.
unfortunately in this case, i use gnome... :?
_________________
noup.
Back to top
View user's profile Send private message
matroskin
Apprentice
Apprentice


Joined: 21 Jan 2003
Posts: 214

PostPosted: Tue Dec 07, 2004 5:31 pm    Post subject: Reply with quote

I use gnome too (to be precise gtk2 apps + xfce :) but for this purpose I did installed kdebluetooth
Back to top
View user's profile Send private message
noup
l33t
l33t


Joined: 21 Mar 2003
Posts: 917

PostPosted: Tue Dec 07, 2004 5:43 pm    Post subject: Reply with quote

matroskin wrote:
I use gnome too (to be precise gtk2 apps + xfce :) but for this purpose I did installed kdebluetooth

yeah i could do that, but i really don't feel like emerging the kde dependencies... i'll search around more for now.
_________________
noup.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum