![]() ![]() |
Jan 26 2006, 07:40 AM
Post
#1
|
|
|
Group: Members Posts: 344 Joined: 24-May 04 Member No.: 3,411 |
I'm using Cako 1.23 on My C3100... how can i send files via bluetooth to other devices ?
|
|
|
|
Jan 27 2006, 12:29 AM
Post
#2
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
good question, I am using a kubuntu laptop and my z they see each other and I load the opush but connection refused is what I get
|
|
|
|
Jan 31 2006, 08:50 AM
Post
#3
|
|
|
Group: Members Posts: 344 Joined: 24-May 04 Member No.: 3,411 |
on Cako 1.23 there is obextool for sending file and opd to receive....
For me all works well !!! |
|
|
|
Jan 31 2006, 05:09 PM
Post
#4
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
actually all I did was plug in the card(with cacko) then use my laptop to send files via obpush(KDE), as for send, havent diddled with that yet. What i do need to find out is how to get my bt network running so i can sync my *.ics file for korganizer/kopi
|
|
|
|
Feb 23 2006, 07:52 AM
Post
#5
|
|
|
Group: Members Posts: 409 Joined: 23-November 04 From: Murphy, North Carolina USA Member No.: 5,590 |
Dumb question...where is the "obextool" on Cacko? I can send files from my PC TO the Zaurus but can't figure out how to SEND a file from the Zaurus to the PC. I don't see any Obex software anywhere.
????? QUOTE(gab74 @ Jan 31 2006, 04:50 PM)
|
|
|
|
Feb 23 2006, 09:22 AM
Post
#6
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
QUOTE(tombraider @ Feb 24 2006, 01:52 AM) Dumb question...where is the "obextool" on Cacko? I can send files from my PC TO the Zaurus but can't figure out how to SEND a file from the Zaurus to the PC. I don't see any Obex software anywhere. ????? QUOTE(gab74 @ Jan 31 2006, 04:50 PM) obextool is a command line tool. unfortunately, there aren't many gui tools out there yet. i found one called Tech-EDV which is a GUI obextool, actually, its a GUI implementing obexftp and is also called ObexTool to confuse the matter there are also a few nifty java/midp tools out there for obex file browsing and transfer but the limited java support on the Zaurus is a pain i have build a bluetooth package which has the bluez stack and obex as well as the script for for a bluetooth gui. it has borrowed many files from cacko and is intended to provide bluetooth support for the stock Sharp ROM on the C3x00/C1000.
Attached File(s)
sc_bluegui.jpg ( 49.04K )
Number of downloads: 232
sc_blue2.jpg ( 103.3K )
Number of downloads: 263
sc_blue3.jpg ( 73.4K )
Number of downloads: 184 |
|
|
|
Feb 27 2006, 11:20 AM
Post
#7
|
|
|
Group: Members Posts: 344 Joined: 24-May 04 Member No.: 3,411 |
Any news about the bluetooth GUI ??? is it possible download ???
|
|
|
|
Feb 28 2006, 09:55 PM
Post
#8
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
QUOTE(gab74 @ Feb 28 2006, 05:20 AM) here's the stripped version for cacko. it only contains the scripts and supporting icons. you will need to install qshdlg http://zaurus.daemons.gr/menaie/build/qshdlg_0.6.2-1_arm.ipk too.
Attached File(s)
|
|
|
|
Mar 7 2006, 11:46 AM
Post
#9
|
|
|
Group: Members Posts: 344 Joined: 24-May 04 Member No.: 3,411 |
QUOTE(Meanie @ Feb 28 2006, 09:55 PM) QUOTE(gab74 @ Feb 28 2006, 05:20 AM) here's the stripped version for cacko. it only contains the scripts and supporting icons. you will need to install qshdlg http://zaurus.daemons.gr/menaie/build/qshdlg_0.6.2-1_arm.ipk too. I try your GUI on my C3100 running cacko 1.23 All works well except the sending files with obex push... the gui say " file sending success" but no file is received... if i use the command line all works well, so i think there is some problem in the GUI...... |
|
|
|
Mar 7 2006, 01:59 PM
Post
#10
|
|
|
Group: Members Posts: 1,284 Joined: 31-January 04 From: Vancouver, BC -> NYC, NY Member No.: 1,633 |
I just sent a vcard via obextool push (my phone doesn't support ftp) to my phone
CODE obextool -i hci0 push addressbook.vcf <bluetoothaddress> <channel> I got the bt address and channel from sdptool browse. This shows the target's (phone) bluetooth infromation. hci0 is the interface of the zaurus's (at least for me) bluetooth card. |
|
|
|
Mar 8 2006, 12:17 PM
Post
#11
|
|
|
Group: Members Posts: 344 Joined: 24-May 04 Member No.: 3,411 |
QUOTE(bluedevils @ Mar 7 2006, 01:59 PM) I just sent a vcard via obextool push (my phone doesn't support ftp) to my phone CODE obextool -i hci0 push addressbook.vcf <bluetoothaddress> <channel> I got the bt address and channel from sdptool browse. This shows the target's (phone) bluetooth infromation. hci0 is the interface of the zaurus's (at least for me) bluetooth card. infact from command line it works.... from the GUI no ! |
|
|
|
Mar 8 2006, 06:39 PM
Post
#12
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
yeah, I was lazy and hardcoded my mobile phone's obex push channel instead of dynamically determing the channel number using sdptool. I will fix it eventually when I have some time. Too busy with pdaXrom atm...
|
|
|
|
May 11 2006, 10:52 AM
Post
#13
|
|
![]() Group: Members Posts: 1,837 Joined: 31-December 05 From: Illinois USA Member No.: 8,821 |
QUOTE(Meanie @ Mar 8 2006, 09:39 PM) yeah, I was lazy and hardcoded my mobile phone's obex push channel instead of dynamically determing the channel number using sdptool. I will fix it eventually when I have some time. Too busy with pdaXrom atm... Any updates on this yet? I haven't had much luck with my 2 BT Kensington dongles.. |
|
|
|
May 27 2006, 03:11 AM
Post
#14
|
|
![]() Group: Members Posts: 1,837 Joined: 31-December 05 From: Illinois USA Member No.: 8,821 |
Any updates on this?
I just got a Socket CF Bluetooth card. When using OBEX Push, I just get an empty list? How can I browse files and send them with this? I cannot type into the window either.
Attached File(s)
|
|
|
|
May 27 2006, 04:18 AM
Post
#15
|
|
![]() Group: Members Posts: 1,837 Joined: 31-December 05 From: Illinois USA Member No.: 8,821 |
I changed these 3 applications to "Run as root",
but that didn't resolve the issue with OBEX push not finding any files. Is there a particular directory, that the files should be located in, for OBEX push to "find" them? |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 09:27 AM |