Hi,
Calendar Week 42: Here is test result summary for Linaro Android
platform on following boards:
1) ARM Versatile Express A9
2) ST-Ericsson Snowball
3) TI Panda Board 4430
4) TI Panda Board 4460
5) Samsung Origen
*Synopsis - Android version for all the boards mentioned above
has changed to 4.1.2. Glmark2 and wifi/BT still not working on panda. On
other boards Vexpress-a9, Origen and Snowball no major differences are
observed compared to the last week testing. For more detail test results,
please check the last column of the spreadsheet provided above. *
*
*
1) *ARM Versatile Express A9* -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadExQd…
Features like glmark2,
youtube, speech recorder, email, calendar and people still dont work. Test
results are similar to last week.
2) *ST-Ericsson Snowball * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadEF1N…
This week test result is
similar as week 41. WiFi,BT,youtube still not working. SD card still not
getting detected blocking few other test cases.
3)* TI Panda Board 4430 * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
Phone app still missing on
panda. SD card is still an issue which blocks few test cases. Hardware
graphics acceleration works fine.
4) *TI Panda Board 4460 * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
Same comment as Panda 4430.
5) *Samsung Origen * -
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadDRDV…
All features remain the same
status as previous week, except the tool chain version has been switched to
the 12.10. Ethernet adapter can only work after a command line based
manually setting, and due to WiFi is unavailable, this is the only way we
let the board be online. Google Apps can only work on "local" mode, Device
Tree, Video playback and HDMI display are still unavailable.
Note: Calendar week 41 result attached for reference.
Thanks,
Amit khare <amit.khare(a)linaro.org>
QA Services - Linaro Platform
http://wiki.linaro.org/Platform/QA
Hello all,
I am using ICS 4.0.3
In my code browser is not working over 3G
The problem I observed is the out buffer is filling after some time and I
am not able to send any frame out
if (test_and_set_bit(XMIT_FULL, &ap->xmit_flags)) is becoming true
and it is not recovering from that and everything stops from there
my driver is having
OBUFSIZE 4096 and
PPP_VERSION "2.4.2"
kindly suggest me any thing I can do to solve
Thanks & Regards
O S L Reddy
Hello,
I'm am building a Kindle Fire CM10 ROM using the Linaro 2012.09 4.7.2
toolchain.
I compile with strict-aliasing and have all strict-aliasing and ISO C++11
fixes applied to my repos.
However, if I also include the -std=gnu++11 compiler option MX Player
failes to load with the following error:
java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1331]:
130 cannot locate '_ZN7android8String16C1EPKt'...
at java.lang.Runtime.load(Runtime.java:340)
at java.lang.System.load(System.java:521)
at com.mxtech.videoplayer.App.a(Unknown Source)
at com.mxtech.videoplayer.App.b(Unknown Source)
at com.mxtech.app.MXApplication.a(Unknown Source)
at com.mxtech.videoplayer.VideoSearchSuggestionProvider.onCreate(Unknown
Source)
at android.content.ContentProvider.attachInfo(ContentProvider.java:1058)
at android.app.ActivityThread.installProvider(ActivityThread.java:4779)
at
android.app.ActivityThread.installContentProviders(ActivityThread.java:4409)
at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:4351)
at android.app.ActivityThread.access$1300(ActivityThread.java:143)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1269)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4965)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
at dalvik.system.NativeStart.main(Native Method)
java.library.path: /vendor/lib:/system/lib
/vendor/lib/egl: size=4096 date=08:38, 10/16/2012
/vendor/lib/hw: size=4096 date=08:38, 10/16/2012
/vendor/lib/libIMGegl_SGX540_120.so: size=63152 date=08:00, 8/1/2008
/vendor/lib/libPVRScopeServices_SGX540_120.so: size=9352 date=08:00,
8/1/2008
/vendor/lib/libglslcompiler_SGX540_120.so: size=269396 date=08:00,
8/1/2008
...
I'm at a loss how to debug/fix this and am hoping that someone here could
point me in the right direction or even know the fix.
The error happens on 2012.10 and pre-2012.09 toolchain versions.
The full logcat is available here: http://pastebin.com/nrCFj8FM
Please let me know if I can provide more information.
Thanks in advance
Hi,
What must I do to check out the source code from that repo. I get an
"nonexistent ref" warning, and then I can not checkout anything. Any hint? I
have checked twice. Do you see that warning too?
You can see below the steps I have followed:
$ git clone git://android.git.linaro.org/kernel/panda.git
Cloning into panda...
remote: Counting objects: 2586860, done.
remote: Compressing objects: 100% (409613/409613), done.
Receiving objects: 100% (2586860/2586860), 584.80 MiB | 646 KiB/s, done.
remote: Total 2586860 (delta 2172988), reused 2566256 (delta 2152384)
Resolving deltas: 100% (2172988/2172988), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ cd panda
panda$ ls -la
drwxr-xr-x 3 davi davi 17 Oct 16 12:44 .
drwxr-xr-x 3 davi davi 18 Oct 16 12:44 ..
drwxr-xr-x 7 davi davi 129 Oct 16 13:02 .git
panda$ git branch
panda$
--
Regards
Hi,
I have tried to use my android device behind a proxy but fails to
access internet. The browser is unable to access to internet
I'm using an Eth0 instead of wifi. I have done my last trial on tc2
board but I had also failed previously with my panda board
I have tried to use transproxy.apk but it's still ko
Does anyone have already faced and solved same kind of issue ?
Regards,
Vincent
Hi,
4.1.2 update is "done" as in "we have a linaro_android_4.1.2 branch
completely rebased to android-4.1.2_r1, and all stuff we aren't
modifying is pulled from android-4.1.2_r1".
I've done a Galaxy Nexus and a Nexus 7 build with very mixed results.
Galaxy Nexus boots up fine, but doesn't find the SIM card anymore,
looks like it has trouble talking to the lower level firmware. As long
as you don't need any phone functionality, it works perfectly.
Nexus 7 boots to the bootup logo once, then reboots, and gets stuck in
the bootloader screen.
I'm assuming both problems are caused by the binary blobs in one way
or another (got to check the original firmware for any additional
blobs we need to add to the merge scripts...). Since Galaxy Nexus
(minus phone) works well, I'm fairly sure the baseline is ok - and
even if there's some problem with the phone layer, our other builds
shouldn't be affected by it simply because they aren't phones -- so
I'm thinking it's safe to move the builds over to 4.1.2.
I'm switching all builds over now, if for some reason a build needs to
be switched back, it's just a matter of changing the manifest branch
back from linaro_android_4.1.2 to linaro_android_4.1.1.
ttyl
bero