[android-porting] OMAP Zoom MP3 playback counts backward

2011-02-10 Thread Ravi
All, We are running Froyo on the Zoom3 board and we observe that the MP3 playback from the default MUSIC Player application shows invalid/ incorrect time-stamps. Towards the end of some mp3 songs, the MUSIC Player application shows a backward timing and does not show the total time-stamp of the

[android-porting] OMAP GPS Porting

2010-08-11 Thread tarikk
I've got a GPS device running on an OMAP board through UART serial port. I get NMEA readings through the tty. How do i get started with integrating it with Android? I understand we need to implement the gps.h and create a .so library with a mk file.. but the details on google's site is pretty

Re: [android-porting] OMAP GPS Porting

2010-08-11 Thread osama gamal
Tarik, I had the same issue too and I finished my graduation project without really solving it .. I had to read the NMEA through a Serial Port shared library (using NDK) and parse NMEA manually instead of integrating libgps with android.. Lately, I found this resource

[android-porting] omap

2009-03-28 Thread susanner
I find lots of people here is using omap chip,may I ask does it supporting 720p?and does it support omx based hardware codec?and how is the price?and how is the performance? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] OMAP CAMERA HAL for android on beagle.

2009-03-26 Thread Harishkumar V
Hi, I have android running on beagle (2.6.27) took from git tree from android porting to beagle wikipage. Now, i have usb camera connected to beagle board. its been detected by driver. v4l-info confirms the lower interface. i want to use webcam with android. So, i went