Adding linaro-android community
-------- Original Message --------
Subject: Ethernet with proxy not working
Date: Fri, 05 Oct 2012 17:16:04 +0530
From: shakti tiwari <shakti.tiwari(a)ti.com>
To: kejun.zhou(a)linaro.org
Hi
I am using your ECM patch for Ethernet in jelly bean is working fine,
but when i am using Internet over proxy is not working.
Is any issue with proxy ,can you give any hint on this issue.
Regards,
shakti tiwari
Hi,
I was using this AOSP ICS build for Panda created by Linaro
http://releases.linaro.org/12.07/android/images/panda-master-gcc44-aosp-sta…
This Linaro AOSP ICS build does not seem to have the usb networking issue
(ethernet very slow in AOSP ICS) that I have been trying to fix for few
weeks now.
So probably kernel in this AOSP ICS image created by Linaro has some fix
for it.
I checked the pinned-manifest.xml for which kernel it uses
<project name="kernel/omap" revision="
52f476403350050beb0dff135a55c06c9e7a82a9">
So as I understand its above revision* checked* out from git://
android.git.linaro.org/kernel/omap.
I tried to download these sources, but I did not find any difference in the
kernel sources I downloaded from AOSP git. (Both also have seem to have
same revision!)
Also the kernel config file seem to be the same.
I tried to build this kernel and use in AOSP ICS and again I face same
usb-ethernet networking issue.
So I am really curious to find the kernel sources used to build the kernel
in the AOSP ICS images created by Linaro, as I think that the slow ethernet
issue arises sue to some bug in usb controller in kernel.
Please could you help with some pointers to find these sources?
Thanks for your kind support.
BR
Sagar
Hi,
Calendar Week 40: Here is test result summary for Linaro Android
platform on following boards:
1) ARM Versatile Express A9
2) ST-Ericsson Snowball Board
3) TI Panda Board 4430
4) TI Panda Board 4460
5) Samsung Origen Board
*Synopsis: This week, Linaro Image Tool 12.09 version was used to flash
SD-card for testing. **Installation instructions which were missing earlier
are available now. **For panda we are back to tracking-blob build testing
and test results look similar to week 38. On origen people,email and
calendar application is not working. *
Detail Report for all the boards:
*1. ARM Versatile Express A9 - Android (Column J)*
Test Results:
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadExQd…
Installation instruction is available. Email, Calendar, glamrk2 don't work
and all other features remain same status as previous week.
*2) ST-Ericsson Snowball Board - Android(Column J)*
Test Results:
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadEF1N…
Install instruction are available. Same results as last week for other
features.
*3) TI Panda Board 4430 - Android(Column AA)*
*
*
Test Results:
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
On Panda board we are back to tracking-blob build and hardware graphics
acceleration, glmark2, wifi, Bluetooth is not working. Rest of the results
are similar to week 38 test results.
*4) TI Panda Board 4460(Column M)*
Test Results:
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
Test results same as 4430.
*5) Samsung Origen Board(Column E)*
Test Results:
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadDRDV…
All features remain the same status as previous week, except image
installation instruction has been added to the build page. WiFi and
Bluetooth are still unavailable and Ethernet Configuration Manager can't
work properly either. Email app doesn't work, People app and Calendar app
can't sync the content from Google server. Please refer to above test
result link for more details.
Note - For the previous week (Calendar week 39) summary, please refer to
attachment.
Thanks,
Amit khare <amit.khare(a)linaro.org>
QA Services - Linaro Platform
http://wiki.linaro.org/Platform/QA
Hi,
I'm trying to submit my changes in gerrit with repo upload. I have changes in device/linaro/pandaboard and system/core. Basically, repo is complaining about device/linaro/pandaboard not having the android-4.1.1_r4 tag:
error.GitError: device/linaro/pandaboard rev-list ('--abbrev=8', '--abbrev-commit', '--pretty=oneline', '--reverse', '--date-order', '^refs/tags/android-4.1.1_r4', u'refs/heads/sdcard_mount', '--'): fatal: bad revision '^refs/tags/android-4.1.1_r4'
I'm not sure how I should go forward from there. Any input ?
--
Alexandre Belloni
Linux/Android Technical Leader
Direct Phone : +33 4 26 49 25 08
Adeneo Embedded
Adetel Group
4, ch. du Ruisseau - 69134 Ecully, France - Phone: +33 4 72 18 08 40
www.adeneo-embedded.com
Hi,
Just a quick question here: Are you planning to update the Galaxy Nexus build to JRO03R? Last time I checked it was still based on JRO03H.
Thanks :)
____________________________________________________________
GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at http://www.inbox.com/smileys
Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™ and most webmails
Hi,
There is a an experimental feature of groups added in manifest by JBQ to
reduce the downloads when we clone . The details are here:
https://groups.google.com/forum/#!msg/android-building/Zf1oirfV_v0/1VSGkFic…
The current issue is repo manifest -r -o seems to be broken with this new
group feature due to which I am not able to build AOSP galaxy nexus master
build:
https://android-build.linaro.org/builds/~vishalbhoj/nexus-asop/
Fow now I will work out of android build from the branch android-4.1.1_r6 .
On the other note, this feature should allow us to download kernel and
u-boot selectively depending on the target which can allow us to get to a
single manifest . I guess we should put invest some time in it.
Regards,
Vishal
Hi All,
I am trying to build the android ICS (linaro_android_4.0.4) for my panda
board. I bumped into the following compiling errors:
target SharedLib: libOpenSLES
(out/target/product/panda/obj/SHARED_LIBRARIES/libOpenSLES_intermediates/LINKED/libOpenSLES.so)
system/media/wilhelm/src/assert.c:24: error: undefined reference to
'__android_log_assert'
system/media/wilhelm/src/assert.c:31: error: undefined reference to
'__android_log_assert'
The following is the fix for the linking errors of libOpenSLES and
libOpenMAXAL:
diff --git a/wilhelm/src/Android.mk b/wilhelm/src/Android.mk
index 6da321a..94c99a5 100644
--- a/wilhelm/src/Android.mk
+++ b/wilhelm/src/Android.mk
@@ -207,7 +207,7 @@ LOCAL_PRELINK_MODULE := false
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -x c++ -DLI_API= -fvisibility=hidden -UNDEBUG \
-DSL_API='__attribute__((visibility("default")))'
-LOCAL_SHARED_LIBRARIES := libwilhelm
+LOCAL_SHARED_LIBRARIES := libwilhelm liblog
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
@@ -222,5 +222,5 @@ LOCAL_PRELINK_MODULE := false
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -x c++ -DLI_API= -fvisibility=hidden -UNDEBUG \
-DXA_API='__attribute__((visibility("default")))'
-LOCAL_SHARED_LIBRARIES := libwilhelm
+LOCAL_SHARED_LIBRARIES := libwilhelm liblog
include $(BUILD_SHARED_LIBRARY)
--
Best regards,
Grady Chen