Runonphone with coda on Ubuntu 11.10 Linux host
-
I just upgraded my C7 to belle and had to learn that TRK isn't supported anymore. So i installed CODA. It took me some time to find a matching runonphone (which i finally found in the qt4.8 src tarball).
The version in there needs a little patch to be able to detect the naming scheme of the current Linux kernels.
Line 157 in serenu_unix.cpp has to changed from
@ eligibleInterfaces << QString("usb-%1_%2-if%3")@
to
@ eligibleInterfaces << QString("usb-%1_%2_.*-if%3")@as the friendly name nowadays seems to include the serial number. E.g. my c7 shows up as:
@
usb-Nokia_C7-00_355960045842289-if00-port0
usb-Nokia_C7-00_355960045842289-if01
usb-Nokia_C7-00_355960045842289-if03
@Another thing i have not figured out yet: Can i get the console output with coda? I am used to see the console log when running an application using trk, but with the latest runonphone and coda i don't get the qdebug output.
-
Could you please submit your patch as a "review request":http://wiki.qt-project.org/Code_Reviews ?
We still can not accept changes via random channels:( The official channel got way nicer when we went to open governance, so it is really worth your while doing a review request nowadays:-)