[android-porting] Re: Google Android and Mediatek Processor?

2010-10-01 Thread Rahul Soparkar
Hi, The Mediatek range of processors mentioned do not have the processing speed or memory inorder to run android with performance acceptable to endusers, it can run android but it would be too slow and the end it could be just a proof of concept. Currently I think there is no android distributio

[android-porting] Opencore version 2.50 issues

2010-10-01 Thread Sean McNeil
While working on a problem with Eclair not playing MP4 with the software codec, I attempted to checkout the tagged version of opencore v2.50 (essentially the master branch). I was amazed to find one of the files doesn't compile because of a bad parameter. Honestly, I can't see how this could

[android-porting] Re: android filesystem

2010-10-01 Thread siva ram krishna
hi , thanks for suggestions.now its not getting restarted ,but the media server process is getting killed .logcat shows the following message. media server process is killed and then restarted ,this happens continiously. I/ServiceManager( 1442): service 'media.audio_flinger' died I/ServiceManager

[android-porting] Android-Froyo port for OMAP-L138 HawkBoard

2010-10-01 Thread CoreDruids
Hi, We are pleased to release the Android - Froyo port for OMAP-L138 HawkBoard. The binaries & the build instructions for the Android Froyo port can be downloaded from : http://coredruids.org/demos/Android_Froyo_Hawkboard_01-OCT-2010.tar.bz2 We will soon release the source code for the same.

Re: [android-porting] Re: : V4l2 Camera Integration

2010-10-01 Thread Sreekanth W
Check in your adb shell "ls -l /sdcard" shows the SD card contents. If not, then problem is with your mmc driver, either it not configured/initialized properly. On Fri, Oct 1, 2010 at 9:34 AM, Raju Sana wrote: > No , none of these application can able to access the SD card, its the same > problem

Re: [android-porting] ttyUSB0 not detected in OMAPL138 hawkboard

2010-10-01 Thread Hamilton Vera
Hi there. Report what dmesg reports when you plug your modem. Usually these modems are detected as a usb2serial port or a ACM0 device, so try to make it done in your linux desktop first. []'s Hamilton Vera On Mon, Sep 13, 2010 at 10:41 AM, PREMRAJ SV wrote: > Hello all, >    I am worki

Re: [android-porting] Error at Boot up. Hangs at splash screen

2010-10-01 Thread Alan Carvalho de Assis
Hi Vinay, On 10/1/10, Vinay wrote: > Hi All, > > I'm trying to port android to iMx51. The boot process hangs at the > splash screen. A portion of the log is here as below. Kindly let me > know if any of have any idea about what is going wrong.. Thanks for > all suggestions.. > > A portion of log

[android-porting] Streaming on Android using HTTP at Opencore level

2010-10-01 Thread Pruthvi
Hi All, I want to understand how streaming of media files is handled in Android using HTTP/RSVP at Opencore level. My current understanding is that -> Download node is responsible for the download -> Protocol engine node to interact with the HTTP/RSVP protocol stacks Since I am new to streaming

Re: [android-porting] Emulator with iMx specific images.

2010-10-01 Thread David Turner
The emulator currently doesn't support ARMv7 emulation properly, this may be the reason for your trouble. In case you want to try it anyway, you should provide an ARMv7 specific kernel image and specify the proper CPU emulation, e.g.: emulator -kernel /path/to/kernel @ -qemu -cpu cortex-a8 Note

[android-porting] Implementaion of recovery mode .

2010-10-01 Thread Robin Gujjar
Hi All, I need to implement recovery mode on my device , can some one give me some pointer regarding or documentaion . or if there is any implementaion on recovery mode on any of the git server , please post me the link . thanks in advance . thanks ROBS -- unsubscribe: android-porting+unsubscr.

[android-porting] Re: : V4l2 Camera Integration

2010-10-01 Thread Rahul Soparkar
Hi There are a few things you can verify: Part I (kernel) (1)make sure thus kernel configuration in MMC driver CONFIG_MMC=y # CONFIG_MMC_DEBUG is not set CONFIG_MMC_UNSAFE_RESUME=y # CONFIG_MMC_EMBEDDED_SDIO is not set CONFIG_MMC_PARANOID_SD_INIT=y # # MMC/SD Card Drivers # CONFIG_MMC_BLOCK=y