Hi Christian, On Wed, Jun 23, 2010 at 8:14 PM, Christian Zuckschwerdt <[email protected]> wrote: > Hi Brian, > > the GET command is a bit short. The NAME field is not complete. There > should be a utf-16 sequence of "ts.conf". I guess the unicode > translation is not working or the szstring might be cut short in your > code?
You are exactly right! iconv is failing since the necessary locale/gconv stuff is not installed by my buildroot system. IMHO, libobexftp should have yelled at me about this error by default, not after setting the OBEXFTP_DEBUG macro. Thank you. Your help is much appreciated. Cheers, brian > > Look for "Receiving "ts.conf"... Tx: 83 00 0A CB 00 00 00 07 01 00" > it should be like Tx: 83 00 0A CB 00 00 00 07 01 10 00 t 00 s 00 . 00 > c 00 o 00 n 00 f 00 00 > (with ascii codes for the chars -- can't do that in my head now.) > > > Am 23.06.2010 um 11:04 schrieb Brian Wang: > >> I'm having problem with obexftp-0.23 for a bluetooth phone. >> I'm running it on Devkit8000 (OMAP3530 beagleboard clone). >> # obexftp -v -b 0A:6C:19:C8:66:01 -B 3 -g ts.conf >> Connecting...Tx: 80 00 1A 10 00 04 00 46 00 13 F9 EC 7B C4 95 3C 11 D2 >> 98 4E 52 54 00 DC 9E 09 >> \done >> Tried to connect for 535ms >> Receiving "ts.conf"... Tx: 83 00 0A CB 00 00 00 07 01 00 >> >> |failed: ts.conf >> Disconnecting...Tx: 81 00 08 CB 00 00 00 07 >> failed: disconnect > > > regards, > Christian > > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Openobex-users mailing list > [email protected] > http://lists.sourceforge.net/lists/listinfo/openobex-users > -- brian ------------------ Cool-Karaoke - The smallest recording studio, in your palm, open-sourced http://cool-idea.com.tw/ iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
