[android-porting] NFC Card emulation and P2P

2011-01-06 Thread Ajith Kamath
Hi I saw your discussion on http://groups.google.com/group/android-developers/browse_thread/thread/165bad53856ea1/fb2620bb1002e5cd?lnk=gstq=nfc#fb2620bb1002e5cd My question is we have libnfc-nxp which seems to be entire protocol stack for nfc. For Card Emulation i went through the

[android-porting] Re: problems with ALSA

2011-01-06 Thread ani
Hello Murali, Generally XRUN happens due to improper buffer size settings.Try changing your buffer size. You can use aplay utility to check different buffer sizes and for recording you can use arecord. Still if it doesn't work then it would be better if you can show us the driver logs.Enable

[android-porting] Re: i.MX51 boot issue: always halts in particular point

2011-01-06 Thread Srikant
Looks like it is a Clock issue, some clock (related to USB/OTG) may not be enabled. Make sure that the USB/OTG driver probe function is successfully completed. On Jan 5, 3:49 pm, Qingwei lqw1...@gmail.com wrote: I'm developing with mx51 board (BBG 3.0), and facing a strange problem, system

[android-porting] Re: Enable and disable ADB Driver initialization dynamically

2011-01-06 Thread David Turner
nto android-ndk related, try android-porting On Thu, Jan 6, 2011 at 3:42 PM, b_hirawat b.hirawa...@gmail.com wrote: HI, I am trying to enable and disable ADB driver initialization dynamically in my android device. I have tried to block the ADB initialization in adb_function_init(void)

[android-porting] Android on FPGA platform

2011-01-06 Thread hobbeston
Hi, We are looking into porting Android on an FPGA platform. Any advise/pointers in this regard is greatly appreciated. Thanks, -Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] GNU Make 3.82 raises make: free(): invalid next size (fast) error when building AOSP

2011-01-06 Thread linuxjet
I am having the same issue with make 3.82 and on slackware. I reverted to 3.81 and everything seems to be working. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Android on FPGA platform

2011-01-06 Thread Ashwin Bihari
What kind of specs were you thinking for the FPGA? It's better for you you tell us what you were thinking of using and then get opinions on whether you need to make changes.. -- Ashwin On Thu, Jan 6, 2011 at 12:33 PM, hobbeston hobbes...@gmail.com wrote: Hi,  We are looking into porting