Here is what I'm doing and it works wonderfully. You can send files to your phone from the TreeExplorer interface.
Install TreeExplorer Plus from the Cacko feed or download it:
http://hpcgi2.nifty.com/taku2001/zau/texpl...qt_p/top_en.cgiTo get the "Send To" function working you will need to register the software.
Assuming that your phone is already paired with your Zaurus. Here is how to set up the "Send To" option for your phone:
1. Launch TreeExplorer
2. Click on Edit->Options->Send To
3. Click on "Add Command"
4. In the "Title:" dialog I put "T610 Phone"
5. In the "Linux command:" dialog put "obextool -i hci0 push %1 <phone_address> <channel>"
For my phone this looked something like this:
"obextool -i hci0 push %1 00:11:22:33:44:55 7"
6. Click OK
7. Click OK
You should now be able to browse to a file and Hold tap->Send To->Phone and the file will send to your phone.
To determine the address of your phone open a console and:
1. Turn on bluetooth on your phone make sure that it is "visible".
2. Run "hcitool scan" from the command line. The address of your phone should be display after it has finished executing.
3. Next run "sdptool browse <phone_address>" using the address you just discovered.
4. In the output look for "Service Name: OBEX File Transfer" stanza this should have the Channel for OBEX file transfers. Mine looked like this:
Service Name: OBEX File Transfer
Service Rec Handle: 0x1000f
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 7
"OBEX" (0x0008)
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100
Hope this helps!