You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android-x86
We are trying to port Android-X86 the Froyo version onto Intel CE4100
platform. We were able to port it successfully and the basic android
with all the default applications came up. But still we are facing
some issues in Audio/video.
With the software codecs we tried to play a .mp4 video which is not
smooth and audio did not work at all for .mp3 file. Now we are
debugging how we can play a video and audio using
hardware codecs since we are not sure about how to get audio and video
in the application layer.
How can we use Intel CE4100 ALSA drivers for playing audio files from
the application layer.
Please help me if there is a solution.
Regards
Rekha
abhijit chougule
unread,
Mar 4, 2011, 12:09:37 AM3/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andro...@googlegroups.com
check that in /dev/snd/ all alsa nodes are created or not, If not then create all the nodes with appropriate major and minor number.
-- Abhijit
Rekha
unread,
Mar 7, 2011, 12:47:21 AM3/7/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android-x86
Hi Abhijit,
Thank you for replying me... All the nodes are getting created with
the appropriate major and minor no:s ... But no luck.. Kindly help me
to find a solution.