Re: [android-porting] libc in dynamic linker

2010-07-18 Thread David Turner
The dynamic linker uses a special version of the static c library. The shared c library is used by other shared libraries and dynamic executables. Prelinking is only an optimization used to speed up shared library loading and reducing their sizes. It is not required. Regards. On Friday, July

[android-porting] Re: FillBufferDone related

2010-07-18 Thread RockNCode
With the given info is hard to tell. Have you checked that the port reconfiguration and the flushes execute correctly ? Those are 2 things that the application always does at the beginning of every playback. If everything looks good in that, probably you should look in lower layers. - Alex. On

[android-porting] Handroid1 (Porting Android to Samsung Vodafone 360 H1)

2010-07-18 Thread Ariff Mohd
Hello I have taken a look at the other post on porting to samsung M1. Since the H1 has a considerable difference to its little brother(Samsung M1) hardware wise Would it be possible to port Android on the H1? (Original Discussion)

[android-porting] Errors after customizing Linux Kernel

2010-07-18 Thread santhosh narayanan
I am porting Android on Friendly ARM board with Samsung S3C2440 chip set. After image files were created, I tried customizing the linux kernel, where in I just need Blue tooth and Audio drivers in order to make my board work as a MP3 player. In this process, I edited the config file and compiled.

Re: [android-porting] Errors after customizing Linux Kernel

2010-07-18 Thread Subramani Venkatesh
Hi Santhosh, It sound's like compiler issue, check weather you are using right compiler. Also could you let us know what type of machine you are working( 64bit or 32bit) ? -Subbu On Sun, Jul 18, 2010 at 3:15 PM, santhosh narayanan mailnarayanan.santh...@gmail.com wrote: I am porting Android on

[android-porting] Re: Handroid1 (Porting Android to Samsung Vodafone 360 H1)

2010-07-18 Thread malo
german forum with some links to android 2.2 videos on h1... On 18 Jul., 05:16, Ariff Mohd lil.clockto...@gmail.com wrote: Hello I have taken a look at the other post on porting to samsung M1. Since the H1 has a considerable difference to its little brother(Samsung M1) hardware wise Would it

[android-porting] Re: How to disable the android auto-lock app

2010-07-18 Thread fastludeh22
On Jul 17, 2:59 pm, Jerry Zhang zhj8...@gmail.com wrote: Hi,    There is no touch screen on my device, so I can not unlock the idle screen. How can I disable the auto-lock app?    Thanks very much. BR Jerry Does the menu key not unlock it on your device? I'm sorry I can't tell you how,

[android-porting] LED for FN and CAPS

2010-07-18 Thread Phantisy
I cant get the LED's for the CAPS and FN key to light up. Using Froyo. Where do I control this information? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: froyo weird timeouts?

2010-07-18 Thread lxrose
Hi, I found this thread after I ran into the same problem, when I tried to start Froyo in the emulator. I am new to Android programming, so an easy fix would be good. Thanks On jún. 28, 01:37, Alexey Roslyakov alexey.roslya...@gmail.com wrote:  Hello, we've fixed problem. For people found