Reply
Thread Tools
shep's Avatar
Posts: 85 | Thanked: 65 times | Joined on Jan 2010 @ Ireland
#121
I felt I was spamming this forum a bit with tech questions, I have started a new thread to follow my "app->package->icon-> install" journey.

i hope at the end of this journey we can have a step by step guide for the community on how to add the icon and deploy an app with icon with Madde.

The thread is here: http://talk.maemo.org/showthread.php...257#post478257

Please look in and advise, I'm getting closer (app installed with blue square icon now).

Thanks for all the help everyone,

Shep
 

The Following User Says Thank You to shep For This Useful Post:
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#122
Hot tip:

http://wiki.maemo.org/Documentation/...d_Distributing

mentions that if you want to have icon in application managed you
need to create 48x48 pixel png image and then add it as base64-encoded to the debian/control file.

With MADDE, until helper tool is created, the base64-data can be achieved with the following way:

Code:
perl -MMIME::Base64 -ne 'print decode_base64($_)' < icon48x48file.png
 

The Following User Says Thank You to too For This Useful Post:
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#123
Originally Posted by too View Post
Hot tip:

http://wiki.maemo.org/Documentation/...d_Distributing

mentions that if you want to have icon in application managed you
need to create 48x48 pixel png image and then add it as base64-encoded to the debian/control file.

With MADDE, until helper tool is created, the base64-data can be achieved with the following way:

Code:
perl -MMIME::Base64 -ne 'print decode_base64($_)' < icon48x48file.png
Or one could use the following site as I did:

http://www.motobit.com/util/base64-decoder-encoder.asp
 

The Following 2 Users Say Thank You to Sasler For This Useful Post:
Posts: 22 | Thanked: 5 times | Joined on Dec 2009 @ Copenhagen/Denmark
#124
Hello hello
Is there any ETA on a version of MADDE that works with Qt 4.6.0?...I just bumped in to the 'This file was generated using the moc from 4.6.0. It cannot be used with the include files from this version of Qt'.

Will try fooling MADDE to believe the MOC is ok and see what happens :-)
 

The Following 4 Users Say Thank You to jcnielsen For This Useful Post:
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#125
Originally Posted by jcnielsen View Post
Hello hello
Is there any ETA on a version of MADDE that works with Qt 4.6.0?...I just bumped in to the 'This file was generated using the moc from 4.6.0. It cannot be used with the include files from this version of Qt'.

Will try fooling MADDE to believe the MOC is ok and see what happens :-)
Yes, I would like to know that too. And the integration with Qt Creator. What about that?

All those working with MADDE: You are doing a great job. Thank you very much! Just could you please do it faster?
 

The Following 2 Users Say Thank You to Sasler For This Useful Post:
Posts: 21 | Thanked: 14 times | Joined on Dec 2009 @ Turku, Finland
#126
Originally Posted by Sasler View Post
Yes, I would like to know that too. And the integration with Qt Creator. What about that?

All those working with MADDE: You are doing a great job. Thank you very much! Just could you please do it faster?
Yes, my guess is that enabling (relatively easy) development on windows-platform will bring a lot of software to the N900.

And by the way, Qt 4.6.1 just came out
http://labs.trolltech.com/blogs/2010...-461-released/
 

The Following User Says Thank You to timperi For This Useful Post:
shep's Avatar
Posts: 85 | Thanked: 65 times | Joined on Jan 2010 @ Ireland
#127
Hi all,

I finally finished packaging my 1st app with an icon and deployed it to the N900.

I have added a page to the wiki to describe how to do this here.

I'd appreciate your feedback.

Shep
 

The Following 7 Users Say Thank You to shep For This Useful Post:
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#128
Originally Posted by shep View Post
I have added a page to the wiki to describe how to do this here.

I'd appreciate your feedback.
hey, this looks good. We were planning to offer more documentation on MADDE, like a step by step guide as you have started during this week. Would you be ok, if I would integrate that into the page you have started?

And thanks a lot for your effort. It's nice!

Cheers Daniel
 

The Following 2 Users Say Thank You to danielwilms For This Useful Post:
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#129
Originally Posted by shep View Post
Hi all,

I finally finished packaging my 1st app with an icon and deployed it to the N900.

I have added a page to the wiki to describe how to do this here.

I'd appreciate your feedback.

Shep
Good work!

Quick first comment:

Code:
mad pscreate -t qt_simple projectname
helps with 'projectname' directory creation. Using this
also removes the need for 'mad qmake' before
'mad dpkg-buildpackage' (as it adds running qmake to debian/rules).
 

The Following 2 Users Say Thank You to too For This Useful Post:
shep's Avatar
Posts: 85 | Thanked: 65 times | Joined on Jan 2010 @ Ireland
#130
Originally Posted by danielwilms View Post
hey, this looks good. We were planning to offer more documentation on MADDE, like a step by step guide as you have started during this week. Would you be ok, if I would integrate that into the page you have started?

And thanks a lot for your effort. It's nice!

Cheers Daniel
Of course, I'm standing on the shoulders of giants here...I just clobbered together bits and pieces I gleaned from the forums...I'm more than happy to have it integrated into anything else.
 

The Following User Says Thank You to shep For This Useful Post:
Reply

Tags
madde


 
Forum Jump


All times are GMT. The time now is 17:29.