Reply
Thread Tools
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#91
Hi,

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
 

The Following 6 Users Say Thank You to danielwilms For This Useful Post:
Posts: 62 | Thanked: 97 times | Joined on Dec 2009 @ Finland, Kerava
#92
Originally Posted by danielwilms View Post
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
Just for a notice. Only mad-developer is updated.
The installers are NOT updated.
 

The Following 2 Users Say Thank You to rontti For This Useful Post:
Posts: 22 | Thanked: 5 times | Joined on Dec 2009 @ Copenhagen/Denmark
#93
Originally Posted by JustCallMeJoe View Post
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>?
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'.
 
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#94
Originally Posted by jcnielsen View Post
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'.
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
 

The Following User Says Thank You to too For This Useful Post:
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#95
I noticed some issues when running an app with:
Code:
mad remote -r <runtime name>  run <app>
It does not react to commands like:
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.
 

The Following 2 Users Say Thank You to Sasler For This Useful Post:
shep's Avatar
Posts: 85 | Thanked: 65 times | Joined on Jan 2010 @ Ireland
#96
Hi All,

Thanks for this, it looks like a wonderful tool.

I am a developer with a lot of experience but it's java/c#/delphi/smalltalk/vb and all on windows. I have tried the virtual machine ubuntu scratchbox environment, but frankly couldn't follow it

BUT I have followed the MADDE tutorial and successfully built qthello! (Thanks again)

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 2 Users Say Thank You to shep For This Useful Post:
Posts: 43 | Thanked: 17 times | Joined on Dec 2009
#97
Originally Posted by shep View Post
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.
Hi shep,

Sasler has provided the source code for the currency converter application here: http://talk.maemo.org/showthread.php?t=39570

I've haven't yet had a chance to play around with madde since my install error (I got side tracked with other things).

I'll try and give it another shot.

EDIT: I've got mad-developer installed successfully now

Last edited by JustCallMeJoe; 2010-01-13 at 07:03.
 

The Following 2 Users Say Thank You to JustCallMeJoe For This Useful Post:
tekojo's Avatar
Posts: 148 | Thanked: 484 times | Joined on Nov 2008
#98
Originally Posted by shep View Post
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 Qt docs are an excellent resource. There are a lot of examples on the site too.
 

The Following 5 Users Say Thank You to tekojo For This Useful Post:
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#99
Originally Posted by Sasler View Post
I noticed some issues when running an app with:
Code:
mad remote -r <runtime name>  run <app>
It does not react to commands like:
Code:
QDesktopServices::openUrl(QUrl("http://www.google.com"))
developer user cannot probably send messages to 'user' user browser...
have to think some -options to the run command or something

Originally Posted by Sasler View Post
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.
current working directory in execution is the same as the path where the
program is located: if copied to the device, /home/developer/madde;
if used via utfs mount, /home/developer/mnt.
This is like when one tests software 'in place' after compiled.
Again, some -options to mad remote run could be in place,
but I don't promise anything... yet...

Last edited by too; 2010-01-13 at 08:12.
 

The Following 2 Users Say Thank You to too For This Useful Post:
Posts: 22 | Thanked: 5 times | Joined on Dec 2009 @ Copenhagen/Denmark
#100
Originally Posted by too View Post
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
Yes, I got the new MADDE client.
Today I managed to install the libqt4-gui package - a small victory. Now I just need libfuse2, fuse-utils and usb-network-module that seems to be '...not available'.
 
Reply

Tags
madde


 
Forum Jump


All times are GMT. The time now is 00:06.