thanks man, It works great for me
Simple and quick, do the dirty job ;-)
I managed to use it with usb connection and without bluetooth stack on my desktop system, and a patched version of obexftp 0.18
The problem of kmobiletools is that It seems I can't compile it without bluetooth stack, that isn't installed on my Desktop. For usb connection only
this work great!
cheers
Mangus
KMobileTools has an experimental kioslave using obexftp API.
It's still a young project, but it works fine. You could join the project if you like it.
(configure kmobiletools svn with --enable-kioslaves)
Thanks for your concern, but does Kmobiletools support usb connections ? I installed it, and I didn't find any usb-support and I don't have bluetooth connection to test it with my mobile.
You mean kmobiletools itself or the kioslave?
Anyway, i've developed it nearly only with usb phones, so yes, it does.
And the kioslave takes every option from obexftp, so it can support everything supported by obexftp (then usb too)
That's amazing..
I just figured out how to configure it :$. I had to modify kmobiletools configuration file with the following values:
[device-0]
at_usb=true
atdevices=/dev/ttyUSB0,/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3,/dev
devicename=nokia
fstype=2
loaded=true
obex_device=nodevice
obex_port=1
obex_transp=4
thanks alot why didnt I knew it earlier ;)
Ratings & Comments
9 Comments
can't wait for new version. great job!
thanks man, It works great for me Simple and quick, do the dirty job ;-) I managed to use it with usb connection and without bluetooth stack on my desktop system, and a patched version of obexftp 0.18 The problem of kmobiletools is that It seems I can't compile it without bluetooth stack, that isn't installed on my Desktop. For usb connection only this work great! cheers Mangus
why don't you use konqueror to move files? kbluetooth provides what the screenshot show here.
Since I have usb connection only, I am not using bluetoothd ;)
KMobileTools has an experimental kioslave using obexftp API. It's still a young project, but it works fine. You could join the project if you like it. (configure kmobiletools svn with --enable-kioslaves)
Thanks for your concern, but does Kmobiletools support usb connections ? I installed it, and I didn't find any usb-support and I don't have bluetooth connection to test it with my mobile.
You mean kmobiletools itself or the kioslave? Anyway, i've developed it nearly only with usb phones, so yes, it does. And the kioslave takes every option from obexftp, so it can support everything supported by obexftp (then usb too)
That's amazing.. I just figured out how to configure it :$. I had to modify kmobiletools configuration file with the following values: [device-0] at_usb=true atdevices=/dev/ttyUSB0,/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3,/dev devicename=nokia fstype=2 loaded=true obex_device=nodevice obex_port=1 obex_transp=4 thanks alot why didnt I knew it earlier ;)
There's also a configure tab for that.. you can enter exactly that values (with the GUI) Anyway, you're welcome :)