Strange crash
BogDan
bog_dan_ro at yahoo.com
Thu Sep 22 14:50:38 UTC 2011
Hi,
No is not, it should work on all android devices with api-5. Make sure you are using the right java files.
BogDan.
>________________________________
>From: Lauri Laanmets <lauri.laanmets at proekspert.ee>
>To:
>Cc: necessitas-devel at kde.org
>Sent: Thursday, September 22, 2011 11:50 AM
>Subject: Re: Strange crash
>
>
>Hi all
>
>I had my first try on opengl. I have Motorola Xoom and when I try
"libandroidGL-9" then everything (to an extent) is OK but lower
numbers (5 and 8) crash.
>
>Is that normal?
>
>Lauri
>
>
>On 21.09.2011 15:39, thomas.senyk at nokia.com wrote:
>
>>just did git pull
>>and now let ./runtests.pl run on my notebook (nexus one) and
my desktop (galaxy s2)
>>
>>Let's see :)
>>
>>
>>
>>________________________________
>>
>>From: ext BogDan [bog_dan_ro at yahoo.com]
>>Sent: Tuesday, September 20, 2011 8:40 PM
>>To: Senyk Thomas (Nokia-DXM/Munich)
>>Cc: necessitas-devel at kde.org
>>Subject: Re: Strange crash
>>
>>
>>More tests (159) !
>>
>>
>>Cheers,
>>BogDan.
>>
>>
>>
>>
>>>________________________________
>>> From: "thomas.senyk at nokia.com" <thomas.senyk at nokia.com>
>>>To: bog_dan_ro at yahoo.com
>>>Cc: necessitas-devel at kde.org
>>>Sent: Tuesday, September 20, 2011 1:08 PM
>>>Subject: RE: Strange crash
>>>
>>>I got a first run working.
>>>
>>>(It's a merge of experimental and
experimental-staging (I will not push) though!)
>>>
>>>
>>>I crashed/stopped somewhere down the road:
>>>...
>>>timeount in 5 seconds
>>>timeount in 0 seconds
>>>... failed
>>>Can't run networkselftest stopping tests ...
>>>
>>>
>>>But a lot of testes succeeded!
>>>Awesome work! :)
>>>
>>>
>>>I won't have much time this week, but I'll take a
look at the .xml files eventually :)
>>>
>>>Greets
>>>Thomas
>>>
>>>________________________________________
>>>From: Senyk Thomas (Nokia-DXM/Munich)
>>>Sent: Monday, September 19, 2011 5:39 PM
>>>To: BogDan
>>>Subject: Re: Strange crash
>>>
>>>I should check my email more often.
>>>
>>>Got it working another way (using /data/local
instead) ... but I your way is
>>>the right one :)
>>>
>>>Anyway, I just let "auto" run on my galaxy s2 and
send you the output when
>>>it's finished
>>>
>>>Greets
>>>Thomas
>>>
>>>On Monday, September 19, 2011 08:22:03 AM ext
BogDan wrote:
>>>> Done
>>>> http://commits.kde.org/android-qt/a6359a892aeb01062a73ca3a691a881e9462306a
>>>> BogDan.
>>>>
>>>> >________________________________
>>>> >From: Thomas Senyk <thomas.senyk at nokia.com>
>>>> >To: BogDan <bog_dan_ro at yahoo.com>
>>>> >Sent: Monday, September 19, 2011 4:49 PM
>>>> >Subject: Re: Strange crash
>>>> >
>>>> >Are you using a rooted-device?
>>>> >
>>>> >I took closer (the first real) look and
quickly found:
>>>> >failed to copy
'/tmp/96J7e6B73C/libtst_qdebug.so' to
>>>>
>'/data/data/org.kde.necessitas.quadruplor/files/libtst_qdebug.so':
>>>> >Permission denied
>>>> >
>>>> >
>>>> >... later he can't start/load anything.
>>>> >But he still says "Success" :)
>>>> >
>>>> >
>>>> >Greets
>>>> >Thomas
>>>> >
>>>> >On Friday, September 16, 2011 07:33:17 AM
ext BogDan wrote:
>>>> >> If you add that code it should work
ok.
>>>> >>
>>>> >>
>>>> >>
>>>> >> ----- Original Message -----
>>>> >>
>>>> >> > From: Thomas Senyk <thomas.senyk at nokia.com>
>>>> >> > To: BogDan <bog_dan_ro at yahoo.com>
>>>> >> > Cc:
>>>> >> > Sent: Friday, September 16,
2011 4:46 PM
>>>> >> > Subject: Re: Strange crash
>>>> >> >
>>>> >> >T he pull of the output is still
not working, right?
>>>> >> >
>>>> >> > On Friday, September 16, 2011
06:27:38 AM ext BogDan wrote:
>>>> >> >> Now you should be able to
gui tests (please pull latest
>>>> >> >>experimental
>>>> >> >> and recompile it !!!).
Also you must add another line to
>>>> >> >>runtest.pl
>>>> >> >> add:
"waitForProcess($packageName,1,10);" between
>>>> >> >>
>>>> >> >> system("$adb_tool
$device_serial shell am start -n
>>>> >> >>$intentName");
>>>> >> >>
>>>> >> > # create
>>>> >> >
>>>> >> >> application folders
waitForProcess($packageName,0,20);
>>>> >> >>
>>>> >> >> so it will become:
>>>> >> >>
>>>> >> >> ########### build &
install quadruplor ###########
>>>> >> >> pushd($quadruplor_dir);
>>>> >> >>
system("$android_sdk_dir/tools/android update
project -p . -t
>>>> >> >> android-10")==0 or die
"Can't update project ...\n";
>>>> >> >>
>>>> >> > system("$ant_tool
>>>> >> >
>>>> >> >> uninstall install")==0 or
die "Can't install
>>>> >> >>
>>>> >> > Quadruplor\n";
>>>> >> >
>>>> >> >> system("$adb_tool
$device_serial shell am start -n
>>>> >> >>$intentName");
>>>> >> >>
>>>> >> > # create
>>>> >> >
>>>> >> >> application folders
waitForProcess($packageName,1,10);
>>>> >> >>
waitForProcess($packageName,0,20);
>>>> >> >> popd();
>>>> >> >>
>>>> >> >>
>>>> >> >> P.S. I can push the fix
now because I'm at work :)
>>>> >> >>
>>>> >> >>
>>>> >> >> Cheers,
>>>> >> >> BogDan.
>>>> >> >>
>>>> >> >>
>>>> >> >>
>>>> >> >> ----- Original Message
-----
>>>> >> >>
>>>> >> >> > From: Thomas Senyk
<thomas.senyk at nokia.com>
>>>> >> >> > To: BogDan <bog_dan_ro at yahoo.com>
>>>> >> >> > Cc:
>>>> >> >> > Sent: Friday,
September 16, 2011 4:22 PM
>>>> >> >> > Subject: Re: Strange
crash
>>>> >> >> >
>>>> >> >> > same here ...
although runtests is not though yet :)
>>>> >> >> >
>>>> >> >> > On Thursday,
September 15, 2011 08:31:25 AM ext BogDan wrote:
>>>> >> >> >> I tested
yesterday qt tests with it and at least qtcore is
>>>> >> >>ok
>>>> >> >> >>:)
>>>> >> >>
>>>> >> > !
>>>> >> >
>>>> >> >> >>
>>>> >> >> >> Cheers,
>>>> >> >> >> BogDan.
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >> ----- Original
Message -----
>>>> >> >> >>
>>>> >> >> >> > From:
Thomas Senyk <thomas.senyk at nokia.com>
>>>> >> >> >> > To: BogDan
<bog_dan_ro at yahoo.com>
>>>> >> >> >> > Cc:
>>>> >> >> >> > Sent:
Thursday, September 15, 2011 6:18 PM
>>>> >> >> >> > Subject:
Re: Strange crash
>>>> >> >> >> >
>>>> >> >> >> > Ah you did
a fresh merge, right? cool! :)
>>>> >> >> >> >
>>>> >> >> >> > I'm going
to do a armabi-v7a build and test it on nexus
>>>> >> >>
>>>> >> > one,
>>>> >> >
>>>> >> >> > galaxy tab
>>>> >> >> >
>>>> >> >> >> > and galaxy
s2
>>>> >> >> >> >
>>>> >> >> >> > On
Thursday, September 15, 2011 08:08:38 AM ext
BogDan
>>>> >> >>
>>>> >> > wrote:
>>>> >> >> >> >> Done !
>>>> >> >> >> >> I had
to delete/create it.
>>>> >> >> >> >>
>>>> >> >> >> >>
>>>> >> >> >> >>
BogDan.
>>>> >> >> >> >>
>>>> >> >> >> >>
>>>> >> >> >> >> -----
Original Message -----
>>>> >> >> >> >>
>>>> >> >> >> >> >
From: Thomas Senyk <thomas.senyk at nokia.com>
>>>> >> >> >> >> >
To: BogDan <bog_dan_ro at yahoo.com>
>>>> >> >> >> >> >
Cc:
>>>> >> >> >> >> >
Sent: Thursday, September 15, 2011 5:57 PM
>>>> >> >> >> >> >
Subject: Re: Strange crash
>>>> >> >> >> >> >
>>>> >> >> >> >> >
But we want to track Qt4.8 :)
>>>> >> >> >> >> >
>>>> >> >> >> >> >
We should stay as close as possible -> do a
>>>> >> >>
>>>> >> > merge from
>>>> >> >
>>>> >> >> > 4.8 as
>>>> >> >> >
>>>> >> >> >> >> >
often
>>>> >> >> >> >>
>>>> >> >> >> > as
>>>> >> >> >> >
>>>> >> >> >> >> >
someone
>>>> >> >> >> >> >
finds the time to do it :)
>>>> >> >> >> >> >
>>>> >> >> >> >> >
Just reset head by ... one? ... and merge to
>>>> >> >>
>>>> >> > experimantal
>>>> >> >
>>>> >> >> > ..
>>>> >> >> >
>>>> >> >> >> >> >
right?>> >
>>>> >> >> >> >> >
On Thursday, September 15, 2011 07:55:21 AM ext
>>>> >> >>
>>>> >> > BogDan
>>>> >> >
>>>> >> >> > wrote:
>>>> >> >> >> >>
>> Is not fixing anything :)
>>>> >> >> >> >>
>>
>>>> >> >> >> >>
>>
>>>> >> >> >> >>
>>
>>>> >> >> >> >>
>> ----- Original Message -----
>>>> >> >> >> >>
>>
>>>> >> >> >> >>
>> > From: Thomas Senyk
>>>> >> >>
>>>> >> > <thomas.senyk at nokia.com>
>>>> >> >
>>>> >> >> >> >>
>> > To: BogDan <bog_dan_ro at yahoo.com>
>>>> >> >> >> >>
>> > Cc: "necessitas-devel at kde.org"
>>>> >> >> >> >>
>>
>>>> >> >> >> >> >
<necessitas-devel at kde.org>
>>>> >> >> >> >> >
>>>> >> >> >> >>
>> > Sent: Thursday, September 15, 2011
5:53
>>>> >> >>
>>>> >> > PM
>>>> >> >
>>>> >> >> >> >>
>> > Subject: Re: Strange crash
>>>> >> >> >> >>
>> >
>>>> >> >> >> >>
>> > remotes/origin/experimental-staging
>>>> >> >> >> >>
>> >
>>>> >> >> >> >>
>> > On Thursday, September 15, 2011
07:34:57
>>>> >> >>
>>>> >> > AM ext
>>>> >> >
>>>> >> >> > BogDan
>>>> >> >> >
>>>> >> >> >> > wrote:
>>>> >> >> >> >>
>> >> > First off all: Yes I have
to
>>>> >> >>
>>>> >> > do more
>>>> >> >
>>>> >> >> >> >>
>>>> >> >> >> >
debugging/investigation
>>>> >> >> >> >
>>>> >> >> >> >> >
to
>>>> >> >> >> >> >
>>>> >> >> >> >>
>> > resolve
>>>> >> >> >> >>
>> >
>>>> >> >> >> >>
>> >> > the problem
>>>> >> >> >> >>
>> >> >
>>>> >> >> >> >>
>> >> > But on the other side:
This is
>>>
>>>
>>>
>>
>>
>>_______________________________________________
Necessitas-devel mailing list Necessitas-devel at kde.org https://mail.kde.org/mailman/listinfo/necessitas-devel
>
>_______________________________________________
>Necessitas-devel mailing list
>Necessitas-devel at kde.org
>https://mail.kde.org/mailman/listinfo/necessitas-devel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/necessitas-devel/attachments/20110922/8778ea46/attachment-0001.html>
More information about the Necessitas-devel
mailing list