Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
A year ago ...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 45 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
BogDan  
View profile  
 More options Feb 20 2011, 11:38 am
From: BogDan <taipanroma...@gmail.com>
Date: Sun, 20 Feb 2011 08:38:48 -0800 (PST)
Local: Sun, Feb 20 2011 11:38 am
Subject: A year ago ...
I had a dream that one day, I'll be able to deploy existing Qt
software on any Android platform.
I had a dream that one day, all Qt applications will use system wide
shared Qt libraries.
I had a dream that one day, all Qt applications once compiled and
deployed to one android platform, will run on any other newer android
platform and will last for years without any recompilation.
I had a dream that one day, I'll be able to create, manage, compile
debug and deploy Qt apps using a first class citizen IDE.

Now, those dreams become reality.

Ladies and Gentlemen I have the honor and the privilege to announce
the immediate availability of *NECESSITAS* suite.

What does „ncecessitas” mean and what is it?

 Necessitas is a latin word (Roman goddess of necessity) and it means:
necessity. It has more profound and powerful meanings, please check:
http://www.whiterosesgarden.com/deities/DTY_Roman/necessitas.htm and
you'll understand what I mean :). Why don’t I  use "Qt" and/or
"Android" words? Because Nokia "recommended" me NOT to use "Qt",
because more than 4 weeks ago I sent a mail to Google about "android"
word and I get didn’t get an answer until now. Why latin? I don't
know, maybe because I'm a latin :)

 I also bought a domain name for this project it's called
"licentia.eu", yes another latin word :) (http://
catholic.archives.nd.edu/cgi-bin/lookit.pl?latin=licentia), it means
freedom, liberty. I choosed licentia.eu as domain name and necessitas
as a subdomain because I don't want to stop here :).

Necessitas is a Qt suite for Android platform containing the following
components:
 - Ministro (http://www.archives.nd.edu/cgi-bin/lookit.pl?
latin=ministro) is a system wide qt libraries installer/provider (you
can download the latest version from http://sourceforge.net/projects/ministro.necessitas.p/files).
 - Qt framework.
 - Qt Creator for Android. (you cand download the package from
http://sourceforge.net/projects/necessitas/files). For a seamless
debugging exepience I recommend you to replace official gdb with a
newer one from: http://code.google.com/p/android-lighthouse/downloads/detail?name=gdb...

Thanks to Damien Buhl, you can find high quality documentation at
http://sourceforge.net/p/necessitas/wiki/Home/. Thank you again
fellow, without your help this release would not have been possible.

Before we get further I want to be crystal clear: This is an ALPHA
release! Is not meant to be used in production, PLEASE don't deploy
apps on Android Market because THE API IS NOT STABLE, please wait
until Nokia (or us) will ship at least a beta version! I deployed a qt
example (Animatedtiles) to Android Market ONLY to test Ministro
package promise, but it will be removed soon.
So, why this release is that important?
IMHO, for this project, this is the MOST important release ever, why?
Because now I'll put in your hands all the tools you need to begin
hacking on this project, and also to begin working on your apps,
because now, I hope, all the skeptic folks out there, will see the
potential of this project and will join us. Because Qt API is not
frozen yet, and if we need to add some API to Qt framework, now we
have a good chance to push them to upstream Qt.

Also I want to make clear one more thing, this project is community
work, Nokia and/or Google are not involved directly (yet, I hope :P )!
Also, I'm very grateful to Google because they made a wonderful truly
*free* O.S., I'm very grateful to Google because they have open minds
and they allowed this to happen, I'm very grateful to Trolltech and
Nokia because they made the best C++ framework ever: Qt framework, I'm
very grateful to Trolltech and Nokia because they made a first class
IDE for that framework.

Now the boring technical part:

What is done:

Ministro:
 It was the most critical missing piece of this project, without it
this project is almost worthless, this installer/provider is the
guarantee that all your apps will run on ALL android platforms WITHOUT
any modification! (ok, you also can compile qt statically (or worst
put all qt libs into your apk) but your application will target only
one andriod platform).

How it works:
 - when your application starts, it searches for Ministro service, if
the service is not installed, your applications will open the android
market and request user to install it (it also starts the search for
the user).
 - (after the service is installed) the application connects to
Ministro service, it  gives a list of qtmodules and waits
(patiently :) ) for Ministro's callback.
 - Ministro downloads all necessary libraries (only if they are
missing), and callbacks the application and gives it a list with all
necessary libraries to run.
 - the application loads all libraries provided by Ministro service
and finally it starts.

Known issues:
Sometime it receives corrupt data from the server (I didn't had enough
time to investigate this problem, I just try to download it again).

Qt Framework:
 - Most of Qt framework is ported or in progress. This relase is
shipped only with "sw" platform plugin.
 "sw" - comes from SingleWindow, this plugin uses only one Android
native window to draw all qt top level windows (IT DOESN'T mean you
can't have more then one top level window in Qt, like dialogs, menus,
combo-boxes, etc. ). Actually this plugins uses Nokia's framebuffer
implementation (IMHO this is very good because we don't need to
maintain our own plugin), I only made simple connections between
Nokia's plugin and android system. The ONLY problem this plugin has,
is that  it doesn't support hardware acceleration so no OpenGL. For
OpenGL I need to resurrect "mw" plugins, I'll do it after sw plugin
will be production stable.

 - The java part is cleanup and it provides only necessary
implementation for sw plugin.
"eu.licentia.necessitas.industius" (http://catholic.archives.nd.edu/
cgi-bin/lookit.pl?latin=industius) is the package name for qt
framework java part and probably
"eu.licentia.necessitas.mobile" (http://catholic.archives.nd.edu/cgi-
bin/lookit.pl?latin=mobile) will be for QtMobility part.

(A lot of :) ) Known issues:
http://code.google.com/p/android-lighthouse/issues/list?can=2&q=&sort...

Qt Creator for Android:
I think the following five words will discribes perfectly what is it:
Create, Manage, Compile, Deploy, Debug.
There are a lot of things to tell you about Qt framework <--> Qt
Creator integration, sadly my English is not good enough to do it, so
I'll let this images to speak for me: http://blip.tv/file/4790125 or
if you prefere youtube: http://www.youtube.com/watch?v=IMXUsfqUgYM
(youtube video was speedup al little bit to fit in 15 minutes youtube
restriction).

Known issues:
Sometime it hangs big time, it seems I've done something wrong
there :)

Necessitas SDK.
Known issues:
You must install it into /opt/necessitas folder.
For some misterious reason, the uninstaller, doesn't remove the icon
from your desktop.

Todo list for all projects: http://sourceforge.net/p/necessitas/wiki/Todo

Before I end this announce I'd like to thanks you all for your support
and consideration. Also, I want to apologizes, because it took such a
long time to release this SDK, but please understand that is very hard
to do everything almost alone (and don't forget, I had to do it only
in my free time, it doesn't mean I hate my job, I'm happy with my
current job, with what I'm doing every day (even if is not directly
related with qt, but keeps my brain in good shape), I'm proud to be
part of a great top developers team). It is extremely hard to think to
big things and also to be very carefull to the details, that’s why
you'll probably find a lot of stupid bugs, I also apologize for that
too. Also, I want to thank to all pure souls, who helped me with this
release.

I have a dream today, I have a dream that now, you'll be convinced by
this project’s potential and you'll join us in this beautiful journey,
and together, will finish this wonderful project. (Now it’s time for
you to say: keep on dreaming, sonny, keep on dreaming :) )

Seriously, now you have to decide what you want to do: you want to buy
Elot Savior bullshit about WP Nokia phones, and start learning a new
language made in Micro$oft labs, and silly-light (oh, sorry, shitty-
light, sorry again, one more try: silverlight, whew, is hard ..)API,
with, God knows how many, hidden patents which they will use them to
sue you, when they'll go down (see what happened with Google when they
tried to used java)? Or you want to stay with the most advanced and
free language and with the most advanced c++ framework and (soon) to
target millions of real phones (this phones are in peoples hands, now,
not in the Elot's dreams!), with the most used mobile O.S out there?
It's your choice!

The most immportant links:
New project page: http://sourceforge.net/p/necessitas/home/
Necessitas SDK: http://sourceforge.net/projects/necessitas/files/
For a seamless debugging exepience don't forget to replace official
gdb with a newer one from: http://code.google.com/p/android-lighthouse/downloads/detail?name=gdb...
Thanks to Damien Buhl, you can join the documentation at
http://sourceforge.net/p/necessitas/wiki/Home/
A small screencast showing you what we accomplished until now:
http://blip.tv/file/4790125 or if you prefer youtube:
http://www.youtube.com/watch?v=IMXUsfqUgYM
Todo list for all projects: http://sourceforge.net/p/necessitas/wiki/Todo

I'd like to end this announce with some quotes (which I like very
much):

Albert Einstein: "Only a life lived for others is a life worth while"
A pure soul on the net added to that: "Happiness is nothing unless you
have someone to share it with. Those ...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Mazurkiewicz  
View profile  
 More options Feb 20 2011, 11:48 am
From: Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>
Date: Sun, 20 Feb 2011 16:48:27 +0000
Local: Sun, Feb 20 2011 11:48 am
Subject: Re: A year ago ...

This is awesome! You made my day better as I was very bored and angry
working on some of my projects whereas now I can play and start making
something good, finally for Android! I will check out code and everything
else in just few minutes and maybe try to make Arch Linux package. Thanks
again! :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gour  
View profile  
 More options Feb 20 2011, 11:59 am
From: Gour <g...@atmarama.net>
Date: Sun, 20 Feb 2011 17:59:07 +0100
Local: Sun, Feb 20 2011 11:59 am
Subject: Re: A year ago ...

On Sun, 20 Feb 2011 08:38:48 -0800 (PST)

BogDan <taipanroma...@gmail.com> wrote:

THANK YOU!!!

> Seriously, now you have to decide what you want to do: you want to buy
> Elot Savior bullshit about WP Nokia phones, and start learning a new
> language made in Micro$oft labs, and silly-light (oh, sorry, shitty-
> light, sorry again, one more try: silverlight, whew, is hard ..)API,
> with, God knows how many, hidden patents which they will use them to
> sue you, when they'll go down (see what happened with Google when they
> tried to used java)?

No, thanks.

> Or you want to stay with the most advanced and free language and
> with the most advanced c++ framework and (soon) to target millions
> of real phones (this phones are in peoples hands, now, not in the
> Elot's dreams!), with the most used mobile O.S out there?  It's your
> choice!

I had short excursion into webOS world, but HP does not like to have
devs from Croatia...:-(

Now I just wonder of Necessitas will allow me to use D considering
there will be ready QtD port?

Sincerely,
Gour

--
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: CDBF17CA

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pradeepto Bhattacharya  
View profile   Translate to Translated (View Original)
 More options Feb 20 2011, 11:59 am
From: Pradeepto Bhattacharya <pradeep...@gmail.com>
Date: Sun, 20 Feb 2011 22:29:47 +0530
Local: Sun, Feb 20 2011 11:59 am
Subject: Re: A year ago ...

On Sun, Feb 20, 2011 at 10:08 PM, BogDan <taipanroma...@gmail.com> wrote:
> I had a dream that one day, I'll be able to deploy existing Qt
> software on any Android platform.
> I had a dream that one day, all Qt applications will use system wide
> shared Qt libraries.
> I had a dream that one day, all Qt applications once compiled and
> deployed to one android platform, will run on any other newer android
> platform and will last for years without any recompilation.
> I had a dream that one day, I'll be able to create, manage, compile
> debug and deploy Qt apps using a first class citizen IDE.

Thank you for your dream. And letting us be a part of it.

Awesome work!

Cheers!

Pradeepto
--
Pradeepto Kumar Bhattacharya
A *Proud* Member of The KDE Project.
The KDE Project : http://www.kde.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Friedger Müffke  
View profile  
 More options Feb 20 2011, 12:22 pm
From: Friedger Müffke <fried...@googlemail.com>
Date: Sun, 20 Feb 2011 18:22:05 +0100
Local: Sun, Feb 20 2011 12:22 pm
Subject: Re: A year ago ...
Bogdan,

That is great! Thank you for your continued effort and working on your dream!
Honestly high regards,
Friedger


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nikos Chantziaras  
View profile  
 More options Feb 20 2011, 3:27 pm
From: Nikos Chantziaras <rea...@gmail.com>
Date: Sun, 20 Feb 2011 22:27:48 +0200
Local: Sun, Feb 20 2011 3:27 pm
Subject: Re: A year ago ...
On 02/20/2011 06:38 PM, BogDan wrote:

>[...]
> What does ncecessitas mean and what is it?

It means you've done extremely well and it means a lot of people are
going to be using your work ;-)

Thank you!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Mazurkiewicz  
View profile  
 More options Feb 20 2011, 10:21 pm
From: Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 03:21:56 +0000
Local: Sun, Feb 20 2011 10:21 pm
Subject: Re: A year ago ...

I have question, again, about qt libs on sd card. I installed your demo and
after checking it I moved qt libs and demo to sd card by using some button
in settings. It works! Does it mean that libs are on sd card now or just
sinistry(?) application? Thanks.
On Feb 20, 2011 8:27 PM, "Nikos Chantziaras" <rea...@gmail.com> wrote:

> On 02/20/2011 06:38 PM, BogDan wrote:

>> [...]

>> What does „ncecessitas” mean and what is it?

> It means you've done extremely well and it means a lot of people are going

to be using your work ;-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BogDan Vatra  
View profile  
 More options Feb 20 2011, 10:34 pm
From: BogDan Vatra <taipanroma...@gmail.com>
Date: Mon, 21 Feb 2011 03:34:38 +0000
Local: Sun, Feb 20 2011 10:34 pm
Subject: Re: A year ago ...
Hi Damian,

It's strange, very strange, I can't do it on my HTC Desire HD :)
Can you tell me what rom version do you use ?

BogDan.

2011/2/21 Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Mazurkiewicz  
View profile  
 More options Feb 20 2011, 10:43 pm
From: Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 03:43:44 +0000
Local: Sun, Feb 20 2011 10:43 pm
Subject: Re: A year ago ...

I am on htc desire with stock rom called amethyst. :-)
On Feb 21, 2011 3:34 AM, "BogDan Vatra" <taipanroma...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BogDan Vatra  
View profile  
 More options Feb 20 2011, 10:56 pm
From: BogDan Vatra <taipanroma...@gmail.com>
Date: Mon, 21 Feb 2011 03:56:05 +0000
Local: Sun, Feb 20 2011 10:56 pm
Subject: Re: A year ago ...
May I know the exact version (e.g. 2.2.x or 2.3.x) ?

BogDan.

2011/2/21 Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Mazurkiewicz  
View profile  
 More options Feb 20 2011, 10:58 pm
From: Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 03:58:09 +0000
Local: Sun, Feb 20 2011 10:58 pm
Subject: Re: A year ago ...

Oh sorry. This is gingerbread 2.3.2 based on 2.6.37 kernel. Thanks.
On Feb 21, 2011 3:56 AM, "BogDan Vatra" <taipanroma...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
İsmail Dönmez  
View profile  
 More options Feb 21 2011, 2:57 am
From: İsmail Dönmez <ism...@namtrac.org>
Date: Mon, 21 Feb 2011 09:57:50 +0200
Local: Mon, Feb 21 2011 2:57 am
Subject: Re: A year ago ...

Hi;

Thanks for the update! But please update examples too :-)

Regards,
ismail


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BogDan  
View profile  
 More options Feb 21 2011, 3:15 am
From: BogDan <taipanroma...@gmail.com>
Date: Mon, 21 Feb 2011 00:15:28 -0800 (PST)
Local: Mon, Feb 21 2011 3:15 am
Subject: Re: A year ago ...
Hi İsmail,

Which one should I update ? Now you don't need to do anything special
to your qt application, just open it with QtCreator and follow the
steps.

BogDan.

On Feb 21, 7:57 am, İsmail Dönmez <ism...@namtrac.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
İsmail Dönmez  
View profile  
 More options Feb 21 2011, 3:20 am
From: İsmail Dönmez <ism...@namtrac.org>
Date: Mon, 21 Feb 2011 10:20:43 +0200
Local: Mon, Feb 21 2011 3:20 am
Subject: Re: A year ago ...

Hi BogDan;

I'd like to build without Qt Creator also, updating the QtAnimatedTiles
example would be a great start :-)

(Also note that there is still examples/android and examples/android_sw
confusion).

Regards,
ismail


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dio  
View profile  
 More options Feb 21 2011, 3:56 am
From: Dio <dio.rah...@gmail.com>
Date: Mon, 21 Feb 2011 00:56:35 -0800 (PST)
Local: Mon, Feb 21 2011 3:56 am
Subject: Re: A year ago ...

Nice, I wish I could help for the Mac OS X port. Go Qt! :-) -- How about the
QML thingy?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BogDan Vatra  
View profile  
 More options Feb 21 2011, 4:56 am
From: "BogDan Vatra" <taipanroma...@gmail.com>
Date: Mon, 21 Feb 2011 17:56:48 +0800
Local: Mon, Feb 21 2011 4:56 am
Subject: Re: A year ago ...

QML is working well. I didn't find any major issues.
BogDan.
Sent from my HTC Desire HD.

----- Reply message -----
From: "Dio" <dio.rah...@gmail.com>
To: <android-qt@googlegroups.com>
Subject: A year ago ...
Date: Mon, Feb 21, 2011 16:56
Nice, I wish I could help for the Mac OS X port. Go Qt! :- -- How about the QML thingy?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mazur  
View profile   Translate to Translated (View Original)
 More options Feb 21 2011, 10:36 am
From: Mazur <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 07:36:32 -0800 (PST)
Local: Mon, Feb 21 2011 10:36 am
Subject: Re: A year ago ...
I am just "installing" clean archlinux install to start some android
development as I can't really do this on my netbook and I have
question, do I need android-ndk or just android-sdk package? Also if
there are people who would be interested in more "real" way of talking
then maybe we should go to some IRC channel? #qt-android on
freenode.net is almost empty. Thanks.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damien Buhl  
View profile  
 More options Feb 21 2011, 11:35 am
From: Damien Buhl <damien.b...@lecbna.org>
Date: Mon, 21 Feb 2011 17:35:18 +0100
Local: Mon, Feb 21 2011 11:35 am
Subject: Re: A year ago ...
Hello Mazur,

You need both android sdk & ndk, like explained in the documentation there:
http://sourceforge.net/p/necessitas/wiki/Setup%20QtCreator/

Note that only last versions of the sdk and ndk are usable.

I will come on the IRC channel tomorrow and I will be there for 2 weeks,
I hope I'll be able to help you.

Kindest regards,

daminetreg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Mazurkiewicz  
View profile  
 More options Feb 21 2011, 11:47 am
From: Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 16:47:29 +0000
Local: Mon, Feb 21 2011 11:47 am
Subject: Re: A year ago ...

Thank You! I managed it to work, well almost! The only problem I have is
"Ant location" - I cannot find anything like this anywhere. Which package
should provide it?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mazur  
View profile  
 More options Feb 21 2011, 12:36 pm
From: Mazur <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 09:36:22 -0800 (PST)
Local: Mon, Feb 21 2011 12:36 pm
Subject: Re: A year ago ...
All right, just nevermind. I got it "working". Now my problem is
permissions. I have android-sdk, android-ndk installed in /opt/ and
even if I install this SDK in /opt/ as root or even in /home/Mazur/
Desktop as normal user then I cannot make this step "Jump back to the
Qt4 tab, select the version of Qt you added previously and build the
gdb helpers, so that your debugging output will be clean and easily
readable for Qt specific constructs." and here is why. When I am in
root I cannot run qtcreator because of:

 "** GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion
failed: (connection->initialization_error == NULL) Aborted"

.. this error whereas when I am running qtcreator as normal user then
I am getting this error:

"Error running '/usr/bin/make' in /home/Mazur/Desktop/Necessitas/
Android/4.7.60/qtc-debugging-helper/: The process returned exit code
2:
/opt/android-ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-
x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv5te -
mtune=xscale -msoft-float -fpic -mthumb -ffunction-sections -funwind-
tables -fstack-protector -fno-short-enums -DANDROID -D__ARM_ARCH_5__ -
D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -Wa,--
noexecstack -DQT_NO_QWS_TRANSFORMED -Os -g -fomit-frame-pointer -fno-
strict-aliasing -finline-limit=64 -Wall -W -D_REENTRANT -fPIC -
DQT_NO_CORESERVICES -DUSE_QT_GUI=1 -DQT_NO_DEBUG -DQT_GUI_LIB -
DQT_CORE_LIB -I../mkspecs/android-g++ -I. -I/opt/necessitas/Android/
4.7.60/include/QtCore -I/opt/necessitas/Android/4.7.60/include/QtGui -
I/opt/necessitas/Android/4.7.60/include -I.moc/release-shared -I/opt/
android-ndk/platforms/android-4/arch-arm/usr/include -I/opt/android-
ndk/sources/cxx-stl/gnu-libstdc++/include -I/opt/android-ndk/sources/
cxx-stl/gnu-libstdc++/libs/armeabi/include -o .obj/release-shared/
gdbmacros.o gdbmacros.cpp
make: execvp: /opt/android-ndk/toolchains/arm-linux-androideabi-4.4.3/
prebuilt/linux-x86/bin/arm-linux-androideabi-g++: Permission denied
make: *** [.obj/release-shared/gdbmacros.o] Error 127"

Any ideas what should I do?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marius Bugge Monsen  
View profile   Translate to Translated (View Original)
 More options Feb 21 2011, 9:30 am
From: Marius Bugge Monsen <marius.bugge.mon...@gmail.com>
Date: Mon, 21 Feb 2011 06:30:31 -0800 (PST)
Local: Mon, Feb 21 2011 9:30 am
Subject: Re: A year ago ...
Fantastic work BogDan! Thank you!

- Former Troll of 8 years


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Mazurkiewicz  
View profile   Translate to Translated (View Original)
 More options Feb 21 2011, 1:51 pm
From: Damian Mazurkiewicz <mazurkiewicz.dam...@mazurlabs.com>
Date: Mon, 21 Feb 2011 18:51:09 +0000
Local: Mon, Feb 21 2011 1:51 pm
Subject: Re: A year ago ...

Hi,

Sorry for spamming this mailing list today but I finally get it working! I
just was angry so I made the whole android-ndk chmoded 777 :3. After that I
had problem with stupid ant package which was broken under arch linux. Now
it's working and my application is already done and debugging! I love you
people :D!

Thank You,
Mazur


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey A. Galin  
View profile  
 More options Feb 21 2011, 2:05 pm
From: "Sergey A. Galin" <sergey.ga...@gmail.com>
Date: Tue, 22 Feb 2011 01:05:33 +0600
Local: Mon, Feb 21 2011 2:05 pm
Subject: Re: A year ago ...
Hi BogDan,

My congratulations!

Will test it on a number of devices as soon as time permits (this week
is going to be hard).

--
Best regards,
Sergey A.Galin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Portale  
View profile   Translate to Translated (View Original)
 More options Feb 21 2011, 4:30 pm
From: Alessandro Portale <alessandro.port...@googlemail.com>
Date: Mon, 21 Feb 2011 13:30:21 -0800 (PST)
Local: Mon, Feb 21 2011 4:30 pm
Subject: Re: A year ago ...
Hi BogDan,

my congratulations to your vision and endurance to stem this amazing
project. I am impressed of how you managed to create this complete
solution for development and deployment of Qt apps for the (now) most
popular mobile platform. Kudos to the contributers, too!
I am so happy to see QML applications running on my Android based
media player. With Necessitas&Ministro, you made me an Android
developer although I do not have any clue about Android development.

- Current troll with painful Qt-to-mobile-platform-porting experience


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BogDan  
View profile  
 More options Feb 21 2011, 10:27 pm
From: BogDan <taipanroma...@gmail.com>
Date: Mon, 21 Feb 2011 19:27:04 -0800 (PST)
Local: Mon, Feb 21 2011 10:27 pm
Subject: Re: A year ago ...
Hi Sergey,

Thank you very much Sergey.

Please let me know if you find something wrong.
I deployed to Android Market a qt demo (Animatedtiles) please use that
application to test Ministro on any device (starting with
android-4(1.6) ending with android-10 (2.3.3), be aware honeycomb is
not yet supported, it should be based on android-9 but I didn't had
enough time to test it).

Cheers,
BogDan.

On Feb 21, 7:05 pm, "Sergey A. Galin" <sergey.ga...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 45   Newer >
« Back to Discussions « Newer topic     Older topic »