Hi, > I want to start working with the Qt-Creator feature "File uploading with > USB using OBEX, preferable without PCSuite". Below I mention the idea of > my approach. Please let us know if the approach is right. > > On the target (device) side, PC suite service supports the data transfer > using OBEX with USB connection. It is mentioned in the wiki of > "usbservices" package > https://developer.symbian.org/wiki/index.php/USB_Services_Package(usbservi > ces) (look for the PC Suite section). On the host (PC) side, PCCAPI from > forum nokia > (Nokia_PC_Connectivity_API_3.2.zip<http://sw.nokia.com/id/502d4c5f-6f1f-4b > 0f-b1a4-ef282259fb7c/PC_Suite_Connectivity_API_3.2.zip>) gives the > connection framework for communication with device using USB. The idea is, > Qt-Creator using the PCCAPI on the host, able to communicate to the device > and transfer the file. This way the dependency on the PC Suite application > on the host can be avoided. > > Are we in the right direction or totally out of sync?.
Qt Creator currently communicates via Trk (not requiring PC suite to be installed). In the source tree, under tests/manual/trklauncher, there is a little command line tool called trklauncher that can be used to transfer installation packages and install them. It should be much less work to modify this tool to be able to copy arbitrary files. I hope this helps, Regards, Friedemann -- Friedemann Kleint Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
