[android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread aney
Hi all Has anyone got Wifi up and running on either Beagle board or OMAP3EVM Board?Can you tell me what are the things to be done in enabling wifi support? Thanks & Regards Aney -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porti

Re: [android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread Nishanth Menon
aney said the following on 12/06/2009 07:09 AM: > Hi all > Has anyone got Wifi up and running on either Beagle board or > OMAP3EVM Board?Can you tell me what are the things to be done in > enabling wifi support? > > Thanks & Regards > Aney > > You may want to first search the archives [1] th

Re: [android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread Ashwin Bihari
The beagleboard doesn't have a WiFi solution on it. You'll need to use a USB WiFi plug and then make the appropriate drivers available so that Android can use it.. Regards -- Ashwin On Sun, Dec 6, 2009 at 8:14 AM, Nishanth Menon wrote: > aney said the following on 12/06/2009 07:09 AM: >> Hi al

Re: [android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread anantha krishnan
Hi Ashwin    Thanks for your input.By the way do you have any idea reagrding how wifi should be enabled at filesystem level?I mean should anything needs to modified at Boardconfig.mk for enabling wifi support? Thanks & RegardsAney --- On Sun, 6/12/09, Ashwin Bihari wrote: From: Ashwin Bihari S

Re: [android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread Ashwin Bihari
Hi Aney, There are a number of USB-based Wifi dongles that you will first need to get and the drivers for Linux. Thinking from a pure non-Android Linux-ish way, you'd include the driver (either into the Kernel or module), enable the appropriate USB support in the Kernel and when the dongle is plug

Re: [android-porting] Need Info on Porting Android

2009-12-06 Thread தங்கமணி அருண்
2009/12/4 android_newbie > Hi All, > > Our ARM based embedded platform runs on linux-2.6.31 kernel version. > We want to port android on top of it. We first want to boot the board > with Android and then proceed with application development. > > After going though the android related websites the

Re: [android-porting] Need Info on Porting Android

2009-12-06 Thread linux newbie
Hi, Thanks for your email. Can you please let me know the link from which I can download the Android-patch (against linux kernel)? 2009/12/7 தங்கமணி அருண் : > > > 2009/12/4 android_newbie >> >> Hi All, >> >> Our ARM based embedded platform runs on linux-2.6.31 kernel version. >> We want to por

Re: [android-porting] Need Info on Porting Android

2009-12-06 Thread linux newbie
Hi, I enabled Android specific configurations in linux 2.6.31 distribution i.e using make menuconfig. Compiled the kernel and booted it in my platform. I couldnt find any difference (ofcourse, I havent updated my root file system) as I was expecting android logo while booting. do we need to have

[android-porting] How does "@*android:type/name" work

2009-12-06 Thread James Wang
This topic is moved from android-developers. == James WangDec 4, 1:43 pm Dianne mentioned we can use "@*android:type/name" to reference resource added to framework-res.apk at "what's the best way for OEM to organize it's own resources?"(http://groups.google.com/gr

[android-porting] Re: OMX Component Integration- Getting crashed at event handler callback during audio playback.

2009-12-06 Thread guru
Hi Ravi, Thanks for the reply. I will check it. My doubt is, it is crashing when it tries to call Eventhandler when STATE is Loaded. My understanding is evenhandler is part of opencore and we are calling from component. I am not understanding how the aac decoder is causing the crash. Whether afte

Re: [android-porting] Need Info on Porting Android

2009-12-06 Thread Anil Sasidharan
Hi, Android = android-kernel + android-userspace Warm Regards, Anil On Mon, Dec 7, 2009 at 6:59 AM, linux newbie wrote: > Hi, > > I enabled Android specific configurations in linux 2.6.31 distribution > i.e using make menuconfig. Compiled the kernel and booted it in my > platform. >

Re: [android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread Vinay H
thai might help. of course this is done on older android version, http://vinayharugop.blogspot.com/2009_02_01_archive.html On Sun, Dec 6, 2009 at 8:39 PM, anantha krishnan wrote: > Hi Ashwin > > Thanks for your input.By the way do you have any idea reagrding how > wifi should be enabled at

[android-porting] Re: Creating PVMF nodes

2009-12-06 Thread Nilly
Ravi, Thank You for the Info and your help. To add flv decoder I need to add the FLV parser and FLV decoder. So I am Starting from the parser : I have to add 3 .so - libpvflvff - The flv parser code - libpvflvffparsernode - The Flv parser node. - libpvflvffrecognizer - The Flv recognizer node.