[android-porting] Honeycomb available??

2011-05-02 Thread bala krishnan
Hi, Is Honeycomb source code available from http://android.git.kernel.org/ or not? With Thanks J.Balakrishnan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Honeycomb available??

2011-05-02 Thread Shachar Shemesh
On 02/05/11 12:49, bala krishnan wrote: Hi, Is Honeycomb source code available from http://android.git.kernel.org/ or not? With Thanks J.Balakrishnan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting For the most part, it's

[android-porting] Why porting takes so long?

2011-05-02 Thread Dudero
Hello, I would like to know, why every handset manufacturer has so much problems in updating their Android-version. Some manufacurer annouce already before the official handset release, that they will not support any update and some other who will support some updates need for this more

[android-porting] MediaServer crashes when Memory is full and MediaScan Happens.

2011-05-02 Thread sandeep.p.r sandy
Hello, Precondition: 4 gb sd card is full. When i play music application and open coolaris gallery, i am getting the following error message in the logcat and the song stops and next song starts. It will be very helpful if someone tells me whats going wrong and what can be done

[android-porting] building android for ARM

2011-05-02 Thread Manoj Kumar
hi, I'm trying to build android for ARM but see the following error. Has anyone observed the problem. I take following steps: # cd myandroid # make host C: acp = build/tools/acp/acp.c cc: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Error 1

[android-porting] Re: Porting Android on Freescale IMX31 board

2011-05-02 Thread AG
Hi giammy , Can you tell me how you done. Which kernel version you used. From Where you got the patch. Please provide me the link if any. Problem is i'm getting linux kernel 2.6.26 from Freescale and Android kernel 2.6.25 from google. Regards Akash G On Apr 29, 8:33 pm, giangiammy

[android-porting] Disable low freq filter

2011-05-02 Thread larlin
I posted this on android-developers and got the suggestion to post here instead. I'm trying to sample low frequency signals on the headset microphone AD. There seems like by default android uses the sound chip voice filter which has a high pass filter around 100-200 Hz. Looking around in the

Re: [android-porting] Why porting takes so long?

2011-05-02 Thread Syed Mohammed, Khasim
It depends on the amount of customization that is added or integrated. If the Android framework is seriously not followed then migration will be bit difficult. It also depends on the amount of testing to be done and availability of time and people for the same. They also have to meet CTS that

[android-porting] Re: Disable low freq filter

2011-05-02 Thread Chris Stratton
On May 2, 6:11 am, larlin larlin...@gmail.com wrote: I'm trying to sample low frequency signals on the headset microphone AD. The wolfson driver defines the 3 different filter options available on the chip, eg: static const char *adc_hpf_text[] = {Hi-Fi,Voice 1,Voice 2, Voice 3,}; I hadn't

Re: [android-porting] Why porting takes so long?

2011-05-02 Thread Hamilton Vera
also because of the most changes are in Java and not really depending on the speciffic hardware? Not true, basic the hard work is made in kernel level and lots of rework in libs (written in C/C++). []'s Hamilton Vera On Mon, May 2, 2011 at 8:57 AM, Dudero sinfanh...@googlemail.com wrote:

Re: [android-porting] building android for ARM

2011-05-02 Thread Hamilton Vera
Check your CROSS_COMPILER settings . []'s Hamilton Vera On Sun, May 1, 2011 at 11:51 PM, Manoj Kumar manoj...@gmail.com wrote: hi, I'm trying to build android for ARM but see the following error. Has anyone observed the problem. I take following steps: # cd myandroid # make host C: acp

[android-porting] interfacing touchscreen LCD to BB-Xm

2011-05-02 Thread omap geek
Hi guys, I have a Beagle Board Xm, I want to interface touchscreen LCD to it and port Android .. Has anyone doe it before? Thankyou. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Why porting takes so long?

2011-05-02 Thread Dudero
Hello Hamilton Vera, which part do you mean: porting android to a new device from scratch or the native adjustments for the changes between an android-versions and its update? I meant the second one, so that if the native part is done, most of them can just copied to the new android-update?!

[android-porting] logcat console output support removed for android-2.3.3_r1a ?

2011-05-02 Thread Elvis Dowson
Hi, I'm porting android-2.3.3_r1a to the Gumstix Overo Fire COM module with Chestnut43 expansion board. I'm using android-2.3.3_r1a and android-rowboat-eclair-2.6.32 kernel branch. I get the android logo boot animation, but I am unable to get a console to be able to type the logcat command,