[android-porting] Failed to set pid xxx ioprio

2010-07-29 Thread abukustfan
Hi, I try to port android-2.2_r1.1 to my target board. Build was success but when I boot Android root file system, below error message occurred. -- init: Failed to set pid 669 ioprio = 1,4: No such file or directory init: Failed to set pid 676 ioprio = 1,4: Invalid argument init:

Re: [android-porting] Re: OMX Codec Integration

2010-07-29 Thread Gururaj BO
Hi Patil, What I know is if you have your own codec, then make that as OMX complaint. This is the first step. Then later it is just creating .cfg file and creating shared libraries and mentioning it in top level make file. I think no need to change any of the open core specific code. hi group, i

[android-porting] Re: Eclair porting on SH4 architecture

2010-07-29 Thread abukustfan
Hi, You should not use your existing file system. See here Android Userland Step 7, https://oss.renesas.com/modules/document/?How%20To%20Build%20Android You can get your Android root file system. Good luck! On Jul 29, 7:59 pm, Dinesh Pandian wrote: > Hi, > > Thanks, this was very helpful i was

Re:[android-porting] Re: Android GPS [SOLVED]

2010-07-29 Thread feng
hi i do the same but i compile the code ,and ld error, the gps_get_hardware_interface can not be found, the libgps.devkit8000.so can not find the libfreerunner_gps.so i use freerunner_gps as my hw code.! BRs feng >I created a gps directory and placed my gps source code there (i.e >/vendor

[android-porting] external camera on zoom3630 board

2010-07-29 Thread rekha
Hi, I am new to android. right now i am working on zoom3(3630) board with android os. Board having one built-in camera with /dev/video5. i want to connect external camera through usb hub for the board. there i enabled usb hub through g_zero.ko module and got the kernel messages as one usb hub has

Re: [android-porting] Re: Eclair porting on SH4 architecture

2010-07-29 Thread Dinesh Pandian
Hi, Thanks, this was very helpful i was able to compile android for sh4 architecture.I have compiled the source for ST7109 board. I have the board up and running with my u-boot and St linux2.4 (patched for android) and nfs filesystem from STLinux2.4. I extracted the contents of the image system

[android-porting] Re: Stagefright Architecture and OMX Plugins

2010-07-29 Thread BonderWu
Concern On Jul 27, 1:49 pm, Nitin Mahajan wrote: > Hello, > > Is there a documentation explaining Stagtefright architecture(How it > interfaces with OMX, Renderer and other components etc) broadly? > > If I have a "OpenMax DL"(not IL) implementation on specific architecture, > can that be directl

Re: [android-porting] Re: Regarding wpa_supplicant_6

2010-07-29 Thread 梁亦飞
Hi guru: I have noticed that ver 0.6 has a driver_nl80211.c in it's dirvers. I guess the point is to enable the new 802.11 configuration interface nl80211 to replace the old Wireless Extensions. Regards Liang 2010/7/29 guru : > Hi Dmitry, > > What is the major changes in wpa supplicant ver 0 6.? >

[android-porting] Re: OMX Codec Integration

2010-07-29 Thread patil.raviki...@gmail.com
Hi, I found some info here and have done the following.. 1) Built my OMX core with the PV wrapper and created a .cfg file as described in the OMX Core Integration guide. 2) I have verified the registration of this core by running 'stagefright -l' on the adb shell. 3) I have an OMX Component libra

Re: [android-porting] Re: how to flash the RFS

2010-07-29 Thread padmapriyak
Hi all, I compiled st linux (android patch )kernel for sh4 architecture ( ST7109 ) and got uImage. Also I compiled android sdk for sh4 architecture and got three images ramdisk.img,system.img,userdata.img. I have the board up and running with my u-boot and St linux2.4 (patched for android) a

Re: [android-porting] Re: OMX Codec Integration

2010-07-29 Thread Deva R
if its with opencore on eclair/froyo => check porting guide available in ./external/opencore/docs. on stagefright in froyo, you need to integrate it to ./framework/base/media/libstagefright (no docs i've seen. but once u skim through, it should be straightforward). On Thu, Jul 29, 2010 at 3:05 P

Re: [android-porting] Re: how to flash the RFS

2010-07-29 Thread Sreekanth W
> *How do i use the images ramdisk.img,system.img,userdata.img to boot android > through _NFS_*_. For NFS Boot, boot args should be some thing like this: root=/dev/nfs rw nfsroot=: ip=dhcp init=/init console=ttyS2, 115200n8 noinitrd Make sure that you have exported your NFS server in /etc/exports

[android-porting] Re: OMX Codec Integration

2010-07-29 Thread guru
There are many topics posted about this in googlegroups. You can get there itself. On Jul 28, 5:22 pm, "patil.raviki...@gmail.com" wrote: > Hi All, > > I am working on OMX codec integration to Android platform.I have a OMX > compliant codec.How do I go abt it? -- unsubscribe: android-porting+un

[android-porting] Re: tslib integration

2010-07-29 Thread bjdooks
On Jul 28, 3:57 am, Jim Huang wrote: > 2010/7/28 Ashwin Bihari : > > > I've added support for TSLIB to Android 1.6 and that's available at > >http://gitorious.org/android-omap3logic, I also have it working in > > Android 2.1, but I haven't gotten around to putting those changes > > anywhere yet.

[android-porting] ASLA multiple stream at a time

2010-07-29 Thread Rakesh Kumar
Hi, Can ALSA be used to play two audio files at a time on two different speakers? Thanks & Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting