I am trying to get a terminal flow working so I can ditch QtCreator for the trusty emacs+terminal "IDE". I am currently stuck on the last (?) task: installing the uploaded .deb on the device. I have followed this guide to get there:
http://library.developer.nokia.com/i...uide_5fb9.html
I am basically running these commands after setting up keys and testing the connection to my N950:
The last line fails with this error:Code:# create project template mad pscreate -t qt-simple myapp # build cd myapp qmake make mad dpkg-buildpackage # install it: mad remote -r N950 send ../myapp_0.1_armel.deb mad remote -r N950 install myapp_0.1_armel.deb #
Since the package is already on the devices, I tried to install it manually:Code:devrootsh: '/bin/sh': command not known -- executing with user permissions dpkg: requested operation requires superuser privilege aegis-installing myapp (from '') ssh: exit 2
Does anyone know why this is happening? I am using the latest SDK on windows and can actually deploy other projects from QtCreator without any problems.Code:$ mad remote -r N950 shell BusyBox v1.19.0.git (Maemo 3:1.19-7+0m6) built-in shell (ash) Enter 'help' for a list of built-in commands. /home/developer $ dpkg -i madde/myapp_0.1_armel.deb dpkg: requested operation requires superuser privilege aegis-installing myapp (from '')

Reply With Quote


