Experimental packages for Symbian development on Linux
Experimental packages for Symbian development on Linux [labs.qt.nokia.com] for Debian (and Ubuntu) and Gentoo, these packages are completely unsupported by Nokia. They are provided on a “best effort” basis only, and are not guaranteed to work correctly on your system!
13 replies
Experimental packages for Symbian development on Linux [labs.qt.nokia.com] for Debian (and Ubuntu) and Gentoo, these packages are completely unsupported by Nokia. They are provided on a “best effort” basis only, and are not guaranteed to work correctly on your system!
Thank you for posting this update.
Good news for the one who love Linux and wanna have some fun on symbian dev on Linux. But as for commercial development, requiring many tools which need porting to Linux, such as IDE (creator is bad on symbian development), static analysis tools ( for code basic checking, coverage), integration with code submission tools, test framework tools, image flash tools…
I try, but I have problem with runonphone tools. When I start it, it said me:
vassmachine:/home/vass/symbian# runonphone -v -s ./openc_ssl_s60_1_7_SS.sis
Detecting serial ports
manufacturer: “Nokia”
product: “N8-00”
found the data port bus: 001 device 022 interface 4
searching for interfaces: (“usb-Nokia_N8-00-if04”)
Possible USB devices found, but without serial drivers:
Manufacturer: “Nokia” Product: “N8-00”
Load generic driver using: “sudo modprobe usbserial vendor=0×0421 product=0×0302”
No phone found, ensure USB cable is connected or specify manually with -p
I called modrobe obviously, I try set it manually with -p key:
vassmachine:/home/vass/symbian# runonphone -v -s ./openc_ssl_s60_1_7_SS.sis -p /dev/serial/by-id/usb-Nokia_N8-00_352684044254865-if04-port0
Connecting to target via /dev/serial/by-id/usb-Nokia_N8-00_352684044254865-if04-port0
LAUNCHER: Actions=0×3 Port=/dev/serial/by-id/usb-Nokia_N8-00_352684044254865-if04-port0 Package/Source=./openc_ssl_s60_1_7_SS.sis Remote Package/Destination=c:\data\testtemp.sis Install file=c:\data\testtemp.sis
Opening “/dev/serial/by-id/usb-Nokia_N8-00_352684044254865-if04-port0” is open: false serialFrame= true
Opened “/dev/serial/by-id/usb-Nokia_N8-00_352684044254865-if04-port0” trk::UnixReaderThread(0×9c32090) trk::WriterThread(0×9c31f20)
State1
State3
But nothing happens.
TRK installed and run on phone.
Any ideas?
Cool but not sure why spending so much efforts trying to do the Symbian development on Linux.
There are lots of skilled Qt developers that work on Linux, but have not tried phone/mobile development. This will give them easy access.
Also for many, myself included, Linux really is the preferred development platform. Some reasons
- The linux files systems are much faster, meaning compile+link cycle is faster.
- Qt Creator + gdb work really well on linux.
- There are lots of development tools on linux out of the box: git, valgrind, inkscape, gimp to name a few.
Just my 2 cents.
I try, but I have problem with runonphone tools.
…
vassmachine:/home/vass/symbian# runonphone -v -s ./openc_ssl_s60_1_7_SS.sis -p /dev/serial/by-id/usb-Nokia_N8-00_352684044254865-if04-port0…
Any ideas?
With -p pass a /dev/ttyUSB* port, like
$runonphone -s <app>.sis -p /dev/ttyUSB1 <app>.exe
That works on the N8-00 when I develop from my ubuntu box.
Newer kernel employs cdc_acm driver which creates additional devices:
kernel: [244655.011232] cdc_acm 2-1.2:1.1: ttyACM0: USB ACM device
kernel: [244655.013264] cdc_acm 2-1.2:1.3: ttyACM1: USB ACM device
kernel: [244655.014609] usbcore: registered new interface driver cdc_acm
kernel: [244655.014611] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
-p /dev/ttyACM1 worked with runonphone
You must log in to post a reply. Not a member yet? Register here!








