ObexNote: A linux bash script for sending notes to mobile phones with obexftp (IR, BlueTooth)
Thought I’d share a little script I’ve made for sending notes (.vnt files) to my Sony Ericsson T610 in Linux. I expect this to work with all phones that support notes (i.e. BEGIN:VNOTE … END:VNOTE), and that can be accessed throught obexftp (or with a simple hack any other linux command, for example ‘btctl’).
The script is totally free and can be downloaded here:
ObexNote version 0.31
Please report success, bugs, problems or suggestions by giving a comment. Enjoy!
July 14th, 2004 at 14:59:48
I should problably mention that this script might do the same thing as BlueNotes does in MacOSX http://www.clubsonyericsson.com/en/software_macintosh.shtml.
October 26th, 2004 at 07:19:35
Lovely script, is it possible to send contacts using the same method? I think its looking for a specific file extension, but *.vcf does not work. Thanks a bunch.
October 28th, 2004 at 14:31:47
I really think this can be done by
obexftp -p yourcard.vcf
Of course, only if the file yourcard.vcf is a proper vcard file, like for example
BEGIN:VCARD
VERSION:2.1
N:Georg Shitass Bush;
FN:Georg Shitass Bush
TEL;WORK:66666666
TEL;HOME:66666666
EMAIL;INTERNET;PREF:georg@whitehouse.com
TEL;CELL:66666666
END:VCARD
Yes?
March 11th, 2005 at 16:40:06
Hey, good script.
But i´m searching for a way to receive a note written with the mobile(T610).
obexftp -b xx:xx:xx:xx:xx:xx -B 10 -g *.vnt
does not work.
Is there a way to get the notes?
Where are they stored within the phone?
March 13th, 2005 at 20:20:50
To send files from the phone to the computer you can run
sdptool add --channel=10 OPUSH
obex_push
It may be that you will have to give the correct channel, for instance if you want to recieve sound files, run
obex_push 4To send files to the phone, type
obex_push XX:XX:XX:XX:XX:XX file.jpg
where
XX:XX:XX:XX:XX:XXis the address of your phone (which can be found withhcitool scan).I’m not sure what packages these programs comes from, but I think
apt-get install bluez-utils bluez-libs bluez-libs-devel
apt-get install openobex-utils openobex openobex-apps openobex-devel
will get you running.
Also, check out the extremely nice program bluemote by Saravana Krishnan Kannan.
March 31st, 2005 at 20:47:11
Nice work chief
July 2nd, 2005 at 21:57:04
Hello, I just wanted to say you have a very informative site which really made me think, Thanks ! A site with a wealth of info.!…thanks very much! Have a nice Day!!
July 3rd, 2005 at 03:32:26
I’m looking forward to the day spam bots start making comments that make sense…