[android-porting] Re: Audio stops after some time in android from video/Music player

2009-02-17 Thread getandroid
(); return AndroidAudioMIO::Reset(aContext); } #endif On Feb 17, 10:40 am, getandroid sampath...@gmail.com wrote: I'm working on android 1.0 release On Feb 16, 9:28 pm, Dave Sparks davidspa...@android.com wrote: Which branch are you working on? On Feb 16, 4:15 am, getandroid sampath

[android-porting] Re: Audio stops after some time in android from video/Music player

2009-02-16 Thread getandroid
I'm working on android 1.0 release On Feb 16, 9:28 pm, Dave Sparks davidspa...@android.com wrote: Which branch are you working on? On Feb 16, 4:15 am, getandroid sampath...@gmail.com wrote: Hi,    I'm facing a problem with Video/Music player where audio stops coming after a random

[android-porting] Re: Regarding Android init process

2009-01-11 Thread getandroid
yes, android/linux first starts the /init process which invokes / init.rc script. If you look at this script it creates some symlinks and mounts filesystems. Android mandates to use yaffs2 but jffs2 also works. So, you need to modify init.rc to put your filesystem specific things. Pivotian

[android-porting] Re: getting unknown ioctl in driver

2009-01-07 Thread getandroid
hi, instead of just taking the binary(exe), i flash the whole rootfs kernel again which solves the problem. now audio is accelerated for my hw :) but building kernel along with android is still a mystery... On Jan 7, 12:43 pm, getandroid sampath...@gmail.com wrote: hi android,    i

[android-porting] getting unknown ioctl in driver

2009-01-06 Thread getandroid
I've a driver for audio accelerator on my hardware. when the test app on top of this driver does some ioctl calls to driver and it says: unknown ioctl no: the ioctl number passed from application is an enum defined in one header file which is included in test app and also the driver. So the

[android-porting] Re: getting unknown ioctl in driver

2009-01-06 Thread getandroid
with these steps, the whole android gets built but not the kernel. how do i build the kernel along with android? On Jan 6, 8:36 pm, David Turner di...@android.com wrote: try compiling your user code with -fno-short-enums to see if it solves the problems. On Tue, Jan 6, 2009 at 4:04 PM, getandroid sampath

[android-porting] Re: Building OpenCore

2008-12-10 Thread getandroid
.. On Dec 11, 10:20 am, freepine [EMAIL PROTECTED] wrote: 'pvplayer_engine_test' won't be built by default, you need to modify Android.mk file under /external/opencore to enable building it. include $(PV_TOP)//engines/player/test/Android.mk On Thu, Dec 11, 2008 at 1:07 PM, getandroid [EMAIL

[android-porting] Re: Building OpenCore

2008-12-09 Thread getandroid
from that directory to clean out any builds that might be inconsistent. You don't need to set the ARCH or CROSS_COMPILE variables if you use envsetup.sh and lunch. -joe On Mon, Dec 8, 2008 at 4:32 AM, getandroid [EMAIL PROTECTED] wrote: I do make ARCH=arm CROSS_COMPILE=arm-eabi

[android-porting] Re: Building OpenCore

2008-12-09 Thread getandroid
may be I've built the whole android by chosing generic and not sim (when prompted by lunch) as joe suggested. As I'm trying to run the executable on simulator, is it that i've to build for sim and not generic??? On Dec 10, 10:34 am, getandroid [EMAIL PROTECTED] wrote: I did those steps

[android-porting] Re: Building OpenCore

2008-12-08 Thread getandroid
the android build? -joe On Mon, Dec 8, 2008 at 1:56 AM, getandroid [EMAIL PROTECTED] wrote: Hi,  I was trying to build 'opencore' from the android package, as it doesnot get built when u compile the whole android source code. So, I assume one has to build it seperately. Does anyone

[android-porting] Building OpenCore

2008-12-07 Thread getandroid
Hi, I was trying to build 'opencore' from the android package, as it doesnot get built when u compile the whole android source code. So, I assume one has to build it seperately. Does anyone know how to compile opencore for arm arch. bcoz when i give ARCH=arm CROSS_COMPILE=arm-eabi- it says no