there had a app of QT, i can run app on N900 simulator, but i don't know how to install it on real N900 device.
please give me some detail response..(because i had looked for a document which teach about it, i fault after i try to install......)
there had a app of QT, i can run app on N900 simulator, but i don't know how to install it on real N900 device.
please give me some detail response..(because i had looked for a document which teach about it, i fault after i try to install......)
The pdf in this article could be useful.
http://wiki.forum.nokia.com/index.ph...velopers_Guide
Pankaj Nathani
www.croozeus.com
If your app is a singe binary and your goal is to test it, then just copy it to /home/user/ and that's itFor more serious tasks you will need to package your application into Debian package and then install it on the device. These and other things are described in the link provided in the previous comment.
i read the pdf file , and to build the package follow it's introduction, but after i input the dictate as below:
dpkg-buildpackage -rfakeroot -b
computer says:
fakeroot-b debian/rules clean
/scratchbox/devkits/debian-etch/bin/dpkg-buildpackage: line 193: fakeroot-b: command not found.
i don't know why?? please help me!
thanks in advance!
Make sure you are compiling in FREMANTLE_ARMEL target.
Pankaj Nathani
www.croozeus.com
Pankaj Nathani
www.croozeus.com
yes, yes , iam in FRMANTLE_ARMEL target.
but after: dpkg-buildpackage -rfakeroot -b
it tells me:
fakeroot debian/rules clean
debian/rules: line 2: APPNAME: command not found
debian/rules: line 3: builddir:: command not found
debian/rules: line 6: builddir/Makefile:: No such file or directory
debian/rules: line 1: APPNAME: command not found
Cannot find file: ../.pro.
debian/rules: line 9: build:: command not found
debian/rules: line 11: build-stamp:: command not found
dh_testdir: cannot read debian/control: No such file or directory
debian/rules: line 14: cd: builddir: No such file or directory
debian/rules: line 17: clean:: command not found
dh_testdir: cannot read debian/control: No such file or directory
dh_clean: cannot read debian/control: No such file or directory
debian/rules: line 24: install:: command not found
dh_testdir: cannot read debian/control: No such file or directory
dh_clean: cannot read debian/control: No such file or directory
dh_installdirs: cannot read debian/control: No such file or directory
debian/rules: line 31: cd: builddir: No such file or directory
debian/rules: line 33: binary-indep:: command not found
debian/rules: line 37: binary-arch:: command not found
dh_testdir: cannot read debian/control: No such file or directory
dh_installdocs: cannot read debian/control: No such file or directory
dh_installexamples: cannot read debian/control: No such file or directory
dh_installman: cannot read debian/control: No such file or directory
dh_link: cannot read debian/control: No such file or directory
dh_strip: cannot read debian/control: No such file or directory
dh_compress: cannot read debian/control: No such file or directory
dh_fixperms: cannot read debian/control: No such file or directory
dh_installdeb: cannot read debian/control: No such file or directory
dh_shlibdeps: cannot read debian/control: No such file or directory
dh_gencontrol: cannot read debian/control: No such file or directory
dh_md5sums: cannot read debian/control: No such file or directory
dh_builddeb: cannot read debian/control: No such file or directory
debian/rules: line 53: binary:: command not found
debian/rules: line 54: .PHONY:: command not found
i don't understand ~~~~
I'm normally using this command to build a Debian package:
Code:dpkg-buildpackage -i -rfakeroot -D
Seems like your debian/control is missing at least.
my control file was only include as below:
Source: imagebrowser
Section: unknown
Priority: extra
Maintainer: unknown <maintainer@email.org>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2
Package: imagebrowser
Architecture: any
Depends: ${shlibsepends}, ${misc
epends}
Description: A simple test application
XB-Maemo-Icon-26:
I think you need to disclose your sources to proceed in solving your problem.
hi,
I have success to create a .deb package, but when i install on my N900, it can't to install, the note is "unpacking replacement", i think my control file has some problem.
my control file as below:
Package: PixViewer
Priority: optional
Version: 1.0
Architecture: all
Maintainer: Dennis Wangshibo <wangshibo239@163.com>
Depends: libqt4-dev
Description: This is a PixViewer Application
PS:maybe i miss some lib on depends
my feature as below:
DB, D-bus, set wall paper, gravitational
Please, provide output of command executed as root
Code:dpkg -i you_binary_package.deb