|
2010-01-12
, 11:41
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#92
|
Hi,
there is a new version of the MADDE client available for download. It should prevent storing too much data in the rootfs. So if you are using the old version already, please update to the new one.
Find more information about MADDE in the wiki.
Daniel
|
2010-01-12
, 13:09
|
Posts: 22 |
Thanked: 5 times |
Joined on Dec 2009
@ Copenhagen/Denmark
|
#93
|
I'm having an issue installing mad-developer (I'm a linux noob) because of missing packages (ssh'ed into root and scp'ed deb file across):
Nokia-N900-42-11:/media/mmc1/code# dpkg -i ./mad-developer_1.3.130_armel.deb
Selecting previously deselected package mad-developer.
(Reading database ... 23836 files and directories currently installed.)
Unpacking mad-developer (from .../mad-developer_1.3.130_armel.deb) ...
dpkg: dependency problems prevent configuration of mad-developer:
mad-developer depends on libfuse2 (>= 2.7.0); however:
Package libfuse2 is not installed.
mad-developer depends on fuse-utils (>= 2.7.0); however:
Package fuse-utils is not installed.
mad-developer depends on libqt4-gui (>= 4.5); however:
Package libqt4-gui is not installed.
mad-developer depends on usb-network-modules (>= 0.2); however:
Package usb-network-modules is not installed.
dpkg: error processing mad-developer (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mad-developer
Nokia-N900-42-11:/media/mmc1/code#
It appears I'm missing some packages that are required by mad-developer, how would I go about getting these packages installed? Would I need to dpkg -i <missing package>?
|
2010-01-12
, 13:59
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#94
|
I have the same error. Using apt-get update and apt-get -f install doesn't work. 'Resolving host timed out: downloads.maemo.nokia.com'.
The Following User Says Thank You to too For This Useful Post: | ||
|
2010-01-12
, 17:53
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#95
|
mad remote -r <runtime name> run <app>
QDesktopServices::openUrl(QUrl("http://www.google.com"))
The Following 2 Users Say Thank You to Sasler For This Useful Post: | ||
|
2010-01-13
, 00:06
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#96
|
The Following 2 Users Say Thank You to shep For This Useful Post: | ||
|
2010-01-13
, 06:43
|
Posts: 43 |
Thanked: 17 times |
Joined on Dec 2009
|
#97
|
Are there any resources out there to help me get started? Sample code? That kind of thing. I don't want to reinvent the wheel.
|
2010-01-13
, 07:35
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#98
|
Hi All,
I would like to make a simple app, a calculator - much like the one Sasler showed a screen shot of. Are there any resources out there to help me get started? Sample code? That kind of thing. I don't want to reinvent the wheel.
Thanks,
Shep
The Following 5 Users Say Thank You to tekojo For This Useful Post: | ||
|
2010-01-13
, 08:08
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#99
|
I noticed some issues when running an app with:
It does not react to commands like:Code:mad remote -r <runtime name> run <app>
Code:QDesktopServices::openUrl(QUrl("http://www.google.com"))
Also the file directory does not work the way excepted, because it's running on top of /MADDE directory so you can't really locate any default directories.
|
2010-01-13
, 10:49
|
Posts: 22 |
Thanked: 5 times |
Joined on Dec 2009
@ Copenhagen/Denmark
|
#100
|
https://downloads.maemo.nokia.com/ seems to be up now
(2009-01-12 15:58 +0200).
maybe apt-get -f install works now (provided network connection is up and internet accessible).
(I hope you installed mad-developer version 1.4.18
there is a new version of the MADDE client (previous: mad-developer_1.3.130_armel.deb -> now mad-developer_1.4.18_armel.deb) available for download. It should prevent storing too much data in the rootfs. So if you are using the old version already, please update to the new one.
Find more information about MADDE in the wiki.
Daniel
Last edited by danielwilms; 2010-01-12 at 11:48. Reason: Clarification based on post #92