
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kde4 currently does not support directly open bluetooth devices in konqueror or dolphin , like it was in kde3.
There is a smal script for very powerfull gtk2 application blueman (let's not discuss here that kdebluetooth4 is far away from something working at a moment) , which allows you open bluetooth device in konqueror after you click "Browse Files on device" .See the screenshot
Dependencies:
1.blueman (which is gtk2 application , but can handle everything you need with bluetooth devices)
2.obexfs (fuse virtual file system for bluetooth devices) .It's VERY recomended to have latest version - at least obexfs-0.11 or better obexfs-0.12
3. konqueror (dolphin does not handle these shares yet.Sorry)
How to setup:
1.Copy attached script to /usr/local/bin and make it executable
2.In blueman options "Local Services->Advanced" point the command to open the files to the one provided by me on second screenshot:
/usr/local/bin/bluemankde4_open %d
3 Add user you are logged in kde to the group "fuse" .It's required to run obexfs as user
If all Ok You will see the same screen in konqueror as mine.And from that moment you are able to read and write to bluetooth device
If you have any problems , please send me the output of /var/log/messages .I will take a look and will help
11 years ago
0.1
Initial version
0.2
changed path to cat : from /usr/bin/cat to cat
0.3
now script first checks and unmounts phone if it's already mounted.It's fix error when empty dir opens when phone was mounted first time long quite some time ago
improve code structure.Logical parts of code moved to functions
improved popup messages notifications
11 years ago
0.1
Initial version
0.2
changed path to cat : from /usr/bin/cat to cat
0.3
now script first checks and unmounts phone if it's already mounted.It's fix error when empty dir opens when phone was mounted first time long quite some time ago
improve code structure.Logical parts of code moved to functions
improved popup messages notifications
newbember
10 years ago
Report
sergeidanilov
10 years ago
Report
tonyv78
11 years ago
Dec 27 20:53:03 tonyv78-laptop kernel: [ 60.041663] generic-bluetooth 0005:046D:B008.0001: input,hidraw0: BLUETOOTH HID v3.13 Mouse [Bluetooth Laser Travel Mouse] on 00:16:41:75:8B:4D
Dec 27 20:56:06 tonyv78-laptop kernel: [ 242.540691] CE: hpet increasing min_delta_ns to 15000 nsec
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2480]: Create directory /tmp/ to mount the phone by bluetooth
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2488]: /tmp/ is not mounted.No need to perform umount
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2489]: Perform 0 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2490]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2498]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2499]: Failed to mount to /tmp/ from the 0 try
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2501]: Perform 1 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2502]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2513]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2514]: Failed to mount to /tmp/ from the 1 try
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2516]: Perform 2 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2517]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2525]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2526]: Failed to mount to /tmp/ from the 2 try
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2528]: Perform 3 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2529]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2540]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2541]: Failed to mount to /tmp/ from the 3 try
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2543]: Perform 4 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2544]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:32 tonyv78-laptop bluemankde4_open.sh[2555]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:32 tonyv78-laptop bluemankde4_open.sh[2556]: Failed to mount to /tmp/ from the 4 try
Dec 27 21:38:12 tonyv78-laptop kernel: [ 2769.089092] CE: hpet increasing min_delta_ns to 22500 nsec
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6279]: Create directory /tmp/ to mount the phone by bluetooth
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6287]: /tmp/ is not mounted.No need to perform umount
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6288]: Perform 0 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6289]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6297]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6298]: Failed to mount to /tmp/ from the 0 try
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6300]: Perform 1 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6301]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6312]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6313]: Failed to mount to /tmp/ from the 1 try
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6315]: Perform 2 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6316]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6327]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6328]: Failed to mount to /tmp/ from the 2 try
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6330]: Perform 3 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6331]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6339]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6340]: Failed to mount to /tmp/ from the 3 try
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6342]: Perform 4 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6343]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:18 tonyv78-laptop bluemankde4_open.sh[6367]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:18 tonyv78-laptop bluemankde4_open.sh[6368]: Failed to mount to /tmp/ from the 4 try
Thanks in advance.
Report
tonyv78
11 years ago
Dec 27 20:53:03 tonyv78-laptop kernel: [ 60.041663] generic-bluetooth 0005:046D:B008.0001: input,hidraw0: BLUETOOTH HID v3.13 Mouse [Bluetooth Laser Travel Mouse] on 00:16:41:75:8B:4D
Dec 27 20:56:06 tonyv78-laptop kernel: [ 242.540691] CE: hpet increasing min_delta_ns to 15000 nsec
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2480]: Create directory /tmp/ to mount the phone by bluetooth
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2488]: /tmp/ is not mounted.No need to perform umount
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2489]: Perform 0 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:17 tonyv78-laptop bluemankde4_open.sh[2490]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2498]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2499]: Failed to mount to /tmp/ from the 0 try
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2501]: Perform 1 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:20 tonyv78-laptop bluemankde4_open.sh[2502]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2513]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2514]: Failed to mount to /tmp/ from the 1 try
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2516]: Perform 2 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:23 tonyv78-laptop bluemankde4_open.sh[2517]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2525]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2526]: Failed to mount to /tmp/ from the 2 try
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2528]: Perform 3 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:26 tonyv78-laptop bluemankde4_open.sh[2529]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2540]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2541]: Failed to mount to /tmp/ from the 3 try
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2543]: Perform 4 try to mount phone to /tmp/ using obexfs
Dec 27 21:05:29 tonyv78-laptop bluemankde4_open.sh[2544]: Execute: obexfs -b -B 10 /tmp/
Dec 27 21:05:32 tonyv78-laptop bluemankde4_open.sh[2555]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 21:05:32 tonyv78-laptop bluemankde4_open.sh[2556]: Failed to mount to /tmp/ from the 4 try
Dec 27 21:38:12 tonyv78-laptop kernel: [ 2769.089092] CE: hpet increasing min_delta_ns to 22500 nsec
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6279]: Create directory /tmp/ to mount the phone by bluetooth
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6287]: /tmp/ is not mounted.No need to perform umount
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6288]: Perform 0 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:03 tonyv78-laptop bluemankde4_open.sh[6289]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6297]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6298]: Failed to mount to /tmp/ from the 0 try
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6300]: Perform 1 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:06 tonyv78-laptop bluemankde4_open.sh[6301]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6312]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6313]: Failed to mount to /tmp/ from the 1 try
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6315]: Perform 2 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:09 tonyv78-laptop bluemankde4_open.sh[6316]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6327]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6328]: Failed to mount to /tmp/ from the 2 try
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6330]: Perform 3 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:12 tonyv78-laptop bluemankde4_open.sh[6331]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6339]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6340]: Failed to mount to /tmp/ from the 3 try
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6342]: Perform 4 try to mount phone to /tmp/ using obexfs
Dec 27 22:31:15 tonyv78-laptop bluemankde4_open.sh[6343]: Execute: obexfs -b -B 10 /tmp/
Dec 27 22:31:18 tonyv78-laptop bluemankde4_open.sh[6367]: Found 0 mounted /tmp/ inside /proc/mounts
Dec 27 22:31:18 tonyv78-laptop bluemankde4_open.sh[6368]: Failed to mount to /tmp/ from the 4 try
Thanks in advance.
Report
Coolmax
11 years ago
KDE 4.3.1 "release 6" on openSUSE 11.2
Report
sergeidanilov
11 years ago
I had the similar problem with dolphin.By default dolphin creates hidden file in the every directory to store directory properties.It's takes some time.This might be the cause.You could switch this off via the dolphin settings and try one more time
But with konqeror all was ok for me.
I didn't use the suse , but it might enable file/directory preview for both browsers.So when you see the directory icon file manager might try to draw the preview of the pictures inside this icon.Via bluetooth this operation is extremely slow
So also try to disable draw of pictures preview in file manager.
Report
idioot
11 years ago
out=`obexfs -b $phone_addr $dir 2>&1`
to
out=`obexfs -b $phone_addr -B 10 $dir 2>&1`
It is on line 16, in case you were wondering.
Report
idioot
11 years ago
out=`obexfs -b $phone_addr $dir 2>&1`
to
out=`obexfs -b $phone_addr -B 10 $dir 2>&1`
It is on line 16, in case you were wondering.
Report
MatthewBrian
11 years ago
(note: I have the latest blueman & obexfs)
Here is the /var/log/messages:
Sep 24 17:39:39 brian-desktop bluemankde4_open[6799]: Create directory /tmp/00:18:A4:40:D2:39 to mount the phone by bluetooth
Sep 24 17:39:39 brian-desktop bluemankde4_open[6807]: /tmp/00:18:A4:40:D2:39 is not mounted.No need to perform umount
Sep 24 17:39:39 brian-desktop bluemankde4_open[6808]: Perform 0 try to mount phone 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 using obexfs
Sep 24 17:39:39 brian-desktop bluemankde4_open[6809]: Execute: obexfs -b 00:18:A4:40:D2:39 -B 10 /tmp/00:18:A4:40:D2:39
Sep 24 17:39:46 brian-desktop bluemankde4_open[6818]: Found 0 mounted /tmp/00:18:A4:40:D2:39 inside /proc/mounts
Sep 24 17:39:46 brian-desktop bluemankde4_open[6819]: Failed to mount 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 from the 0 try
Sep 24 17:39:46 brian-desktop bluemankde4_open[6821]: Perform 1 try to mount phone 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 using obexfs
Sep 24 17:39:46 brian-desktop bluemankde4_open[6822]: Execute: obexfs -b 00:18:A4:40:D2:39 -B 10 /tmp/00:18:A4:40:D2:39
Sep 24 17:39:50 brian-desktop bluemankde4_open[6830]: Found 0 mounted /tmp/00:18:A4:40:D2:39 inside /proc/mounts
Sep 24 17:39:50 brian-desktop bluemankde4_open[6831]: Failed to mount 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 from the 1 try
Sep 24 17:39:50 brian-desktop bluemankde4_open[6833]: Perform 2 try to mount phone 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 using obexfs
Sep 24 17:39:50 brian-desktop bluemankde4_open[6834]: Execute: obexfs -b 00:18:A4:40:D2:39 -B 10 /tmp/00:18:A4:40:D2:39
Sep 24 17:39:53 brian-desktop bluemankde4_open[6842]: Found 0 mounted /tmp/00:18:A4:40:D2:39 inside /proc/mounts
Sep 24 17:39:53 brian-desktop bluemankde4_open[6843]: Failed to mount 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 from the 2 try
Sep 24 17:39:53 brian-desktop bluemankde4_open[6845]: Perform 3 try to mount phone 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 using obexfs
Sep 24 17:39:53 brian-desktop bluemankde4_open[6846]: Execute: obexfs -b 00:18:A4:40:D2:39 -B 10 /tmp/00:18:A4:40:D2:39
Sep 24 17:39:56 brian-desktop bluemankde4_open[6854]: Found 0 mounted /tmp/00:18:A4:40:D2:39 inside /proc/mounts
Sep 24 17:39:56 brian-desktop bluemankde4_open[6855]: Failed to mount 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 from the 3 try
Sep 24 17:39:56 brian-desktop bluemankde4_open[6857]: Perform 4 try to mount phone 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 using obexfs
Sep 24 17:39:56 brian-desktop bluemankde4_open[6858]: Execute: obexfs -b 00:18:A4:40:D2:39 -B 10 /tmp/00:18:A4:40:D2:39
Sep 24 17:40:00 brian-desktop bluemankde4_open[6866]: Found 0 mounted /tmp/00:18:A4:40:D2:39 inside /proc/mounts
Sep 24 17:40:00 brian-desktop bluemankde4_open[6867]: Failed to mount 00:18:A4:40:D2:39 to /tmp/00:18:A4:40:D2:39 from the 4 try
Report
sergeidanilov
11 years ago
Could you try to execute the command under root?
execute: obexfs -b 00:18:A4:40:D2:39 -B 10 /tmp/00:18:A4:40:D2:39
and then try to open this directory under root.
Also , which phone model do you have? We could try to find some info whether your device supported by obexfs.Did you have successfull cases of mounting it under linux?
Report
nor
11 years ago
same prob it tries to mount but can't mount..
:: I have tried to before pairing and also after pairing
:: please suggest an remedy !!
***************************
Oct 12 17:34:45 noren-desktop 108869-bluemankde4_open.[5123]: Found 0 mounted /tmp/00:1C:43:34:F1:73 inside /proc/mounts
Oct 12 17:34:45 noren-desktop 108869-bluemankde4_open.[5124]: Failed to mount 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 from the 0 try
Oct 12 17:34:45 noren-desktop 108869-bluemankde4_open.[5126]: Perform 1 try to mount phone 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 using obexfs
Oct 12 17:34:45 noren-desktop 108869-bluemankde4_open.[5127]: Execute: obexfs -b 00:1C:43:34:F1:73 -B 10 /tmp/00:1C:43:34:F1:73
Oct 12 17:34:48 noren-desktop 108869-bluemankde4_open.[5135]: Found 0 mounted /tmp/00:1C:43:34:F1:73 inside /proc/mounts
Oct 12 17:34:48 noren-desktop 108869-bluemankde4_open.[5136]: Failed to mount 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 from the 1 try
Oct 12 17:34:48 noren-desktop 108869-bluemankde4_open.[5138]: Perform 2 try to mount phone 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 using obexfs
Oct 12 17:34:48 noren-desktop 108869-bluemankde4_open.[5139]: Execute: obexfs -b 00:1C:43:34:F1:73 -B 10 /tmp/00:1C:43:34:F1:73
Oct 12 17:34:52 noren-desktop 108869-bluemankde4_open.[5147]: Found 0 mounted /tmp/00:1C:43:34:F1:73 inside /proc/mounts
Oct 12 17:34:52 noren-desktop 108869-bluemankde4_open.[5148]: Failed to mount 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 from the 2 try
Oct 12 17:34:52 noren-desktop 108869-bluemankde4_open.[5150]: Perform 3 try to mount phone 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 using obexfs
Oct 12 17:34:52 noren-desktop 108869-bluemankde4_open.[5151]: Execute: obexfs -b 00:1C:43:34:F1:73 -B 10 /tmp/00:1C:43:34:F1:73
Oct 12 17:34:56 noren-desktop 108869-bluemankde4_open.[5159]: Found 0 mounted /tmp/00:1C:43:34:F1:73 inside /proc/mounts
Oct 12 17:34:56 noren-desktop 108869-bluemankde4_open.[5160]: Failed to mount 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 from the 3 try
Oct 12 17:34:56 noren-desktop 108869-bluemankde4_open.[5162]: Perform 4 try to mount phone 00:1C:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 using obexfs
Oct 12 17:34:56 noren-desktop 108869-bluemankde4_open.[5163]: Execute: obexfs -b 00:1C:43:34:F1:73 -B 10 /tmp/00:1C:43:34:F1:73
Oct 12 17:34:59 noren-desktop 108869-bluemankde4_open.[5171]: Found 0 mounted /tmp/00:1C:43:34:F1:73 inside /proc/mounts
Oct 12 17:34:59 noren-desktop 108869-bluemankde4_open.[5172]: Failed to mount 00:1C
:43:34:F1:73 to /tmp/00:1C:43:34:F1:73 from the 4 try
**********************************
i have also tried mount it from onsole it creats an empty directory only
******************************
Report
sergeidanilov
11 years ago
Could you try to google if that possible to connect your device in Linux? may be it can be done with some trick..
Report
hifi25nl
11 years ago
A disconnecting of the phone with blueman leaves the directory visible (and its contents) at /temp/<address of the phone>.
I must fusermount -u /temp/<address of the phone> manually.
Is there a way to fix this?
Report
sergeidanilov
11 years ago
unfortunately there is no such possibility to embedge umount command in the blueman without changing it code.
I think right way will be to extend the existing Kde mount/umount utilites to support obexfs (I even think that one of current plasmoids might support such feature) .I think I will be able to adjust current utilites, if it will look smart. What do you think ?
Report
hifi25nl
11 years ago
Report
gravy
11 years ago
fusermount -u $dir
to the script to unmount the directory before connecting it again
Report
sergeidanilov
11 years ago
I fixed this error in the new version - 0.3.
I'm using lazy umount to prevent "busy device error"
Please check it out :)
Report
gravy
11 years ago
fusermount -u $dir
because when the phone was connected long time ago but it is still mounted to the dir it doesn't work.
Report
modstrcil
11 years ago
And why you wrote that it is not working with dolphin? I changed konqueror to dolphin and it works. But nice work I didn't know that exists something like obexfs and I hope that they will add something like this to kbluetooth4.
Report
sergeidanilov
11 years ago
And from other side my phone (SE W300i) does not allow to create any file silently and everytime asks whether i want to do this on it's screen. And it's not possible to turn off such paranoic behavior.
As a result dolphin just hangs while I'am trying to open by phone through it and wait until I will open phone and permit to create .directory file.And this repeats with every subdir I follow.
I know at least several other phones with same behavior of asking permissions.
So it's becomes quite hard to use dolphin with such phone.
Currently i do not know nice way how to overcome this , w/o change default dolphin behavior
Report
sergeidanilov
11 years ago
.directory file in every directory I'am open.
And from other side phone (SE W300i) does not give permissions to write this file , but everytime asks me if I want to do it. And this paranoic behavior could not be turned off.
As a result Dolphin just hangs while open every directory on my phone and waits until I will accept the the incoming .directory file on the phone.
So due to these reasons i decided to use konqueror , which does not created these files by default.
Don't know how to trigger dolphin/konqueror choose in the single script, because it's highly depends on phone model
Report
pejakm
11 years ago
I had to replace "/usr/bin/cat" with "cat", otherwise, it failed to open the mounted directory.
Report
sergeidanilov
11 years ago
I fixed the problem in version 0.2 :)
Report
rayunix
11 years ago
it really works !!
good job
Report
sergeidanilov
11 years ago
thank you for collaboration
I will add the recomentdation to use latest version of obexfs if something goes wrong
Report