[android-porting] Re: [rowboat] wifi modules not building

2011-10-10 Thread Amit Pundir
If you have cloned the latest Rowboat sources then you need to follow this guide http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_PortingGuides#WLan The link you were following is meant for previous (Froyo/Gingerbread + Linux-2.6.32 kernel) releases. Regards, Amit P

[android-porting] wifi modules not building

2011-10-10 Thread venkat k raju
hi all, i have been following this link http://processors.wiki.ti.com/index.php/Android_wireless_build_and_porting_guide#Prerequisites ROWBOAT_TOP this variable not there and also WLAndroidBuild.sh file is not there in current directory and it's there in WL1271Android-patches directory because

[android-porting] Getting OMX_ErrorInsufficientResources for H264Encoder

2011-10-10 Thread Abir
Hi, I've wrote a program for android following this code for Android Platform. http://developer.nvidia.com/archived-tegra-forums/forum/android-how-call-libpvnvomxso-successfully Instead the PV Encoder, I used H264 Encoder. But I am getting the same problem stated there. State (Unload/Idle) does

[android-porting] Re: ADB bringup on Android Kernel 3.0

2011-10-10 Thread Dmitry
The problem is dereferencing of NULL pointer: > [ 118.03] Unable to handle kernel NULL pointer dereference at > virtual address 0018 You might need to check what is dereferenced by looking/debugging enable_store function. Use addr2line to find what source line corresponds to PC: 0xc0239284

[android-porting] Android2.1 240*320 LCD resolution

2011-10-10 Thread tommy.hong
Dear all,any guys run android2.1 with 240*320 LCD resolution?My board is not phone board,just a industrial Board usage. may android2.1 support ? B.R Tommy -- Chinese Name:Hong jiu jin Android,Internet of Things,Embedded System Design and Develop English Name:Tommy Tel: +86 1367514 8249 Skype ID

Re: [android-porting] sample board + BSP + tutorial

2011-10-10 Thread Amit Pundir
On Wed, Sep 28, 2011 at 5:09 AM, ViJay wrote: > Hello, > > Iam planning to learn android BSP development, > Where do i start? > where do i get an eval board? does the phones have the jtag and serial > ports to do the development on? > > I think i can find the uboot/bsp sources > > I had some expe