[android-porting] Re: V4L2 Camera interface

2009-07-21 Thread Suresh Kalidasan
Hi all, I got things happening, my sample test application worked fine i tried initializing my camera in JPEG and saved as direct file in .jpg format, i didn't do any conversion algorithm. I am not sure whether the same can be used for Android's camera application since general gtk display require

[android-porting] FileSystem Components for PXA27x

2009-07-21 Thread Sayiram K N
Hi All till now i am using the file system which was extracted from a working emulator using the busy box techniue. Now i want to set up and build the filesystem for PXA27x. can any one share the code/git that they have for file system for pxa27xx as well the building the file system for the same

[android-porting] sleep & wakeup is not always right

2009-07-21 Thread robert_mu
Hi everyone: My andorid now can enter sleep and can be wakeup properly in most time ,but sometimes, once android wake up,It go to sleep right now,and this phenomena don't appears many times,I want to fix the bug,but don't know how to do,do anybody have some thought or can give me some advice

[android-porting] Android porting for MIPS architecture

2009-07-21 Thread manjunatha
Hi All Please any one suggest that the android kernel patch link http://benno.id.au/android/android-noqemu-nogoldfish-noyaffs2.diff could be better starting point for porting android for MIPS by replacing arm stuff by mips. Otherwise suggest that any basic steps for porting android on MIPS kernel

[android-porting] how to add new mimetype FLV to android media player

2009-07-21 Thread Harishkumar V
Hi, I have media files containing .mp4, .3gp and .flv in the sdcard. When i click the video player in the android, it only lists the media files containing .mp4 and .3gp. No .flv files being listed. How to add mimetype .flv to android to list the flv files. Thanks and Regards, HarishKumar.V --~

[android-porting] File System Components

2009-07-21 Thread sram
Hi All till now i am using the file system which was extracted from a working emulator using the busy box techniue. Now i want to set up and build the filesystem for PXA27x. can any one share the code/git that they have for file system for pxa27xx as well the building the file system for the same

[android-porting] Re: Android porting for MIPS architecture

2009-07-21 Thread Neo
On Jul 21, 2:49 pm, manjunatha wrote: > Hi All > Please any one suggest that the android kernel patch > linkhttp://benno.id.au/android/android-noqemu-nogoldfish-noyaffs2.diff > could be better starting point for porting android for MIPS by > replacing arm stuff by  mips. Otherwise suggest that

[android-porting] Re: File System Components

2009-07-21 Thread Neo
On Jul 21, 3:19 pm, sram wrote: > Hi All >  till now i am using the file system which was extracted from a > working emulator using the busy box techniue. Now i want to set up and > build the filesystem for PXA27x. > can any one share the code/git that they have for file system for > pxa27xx as

[android-porting] Re: about "parent mmc0 is sleeping, will not add" error when wakeup

2009-07-21 Thread Xinyu Chen
On Jul 20, 5:10 pm, robert_mu wrote: > Hi everybody: >     I met a trouble and it confuse me a fews days,that is when my > android wake up,sometimes occours some error aboutT flash card ,here > is the log: > sd 0:0:0:0: [sda] Starting disk > mmc0: new SD card at address 5a61 > mmc mmc0:5a61: pa

[android-porting] Re: Calling System.exit(0) causes Dalvik crash

2009-07-21 Thread Mercury
Hi fadden, Nice to talk with you again. I have tried to make the function threadExitCheck no-op as you suggested and I found something As we know that calling System.exit() is expected to make the entire process exit and the current implement of Dalvik for System.exit is to call exit function i

[android-porting] Re: We want to port android on FPGA as part of master thesis. Please help

2009-07-21 Thread Jeremy Ralph
Some FPGAs development kits that will will run Linux are mentioned in the following blog posting (ARM, MicroBlaze, NIOS II, & PPC processors): http://www.registerbits.com/to-fpga-or-virtual-prototype Not sure if you'd be able to get the required performance out of a soft-core... On Jun 26, 7:5

[android-porting] Re: Calling System.exit(0) causes Dalvik crash

2009-07-21 Thread fadden
On Jul 21, 7:27 am, Mercury wrote: > So maybe we need to adapt the current implement of System.exit on > Vxwork, I think we need to save all created threads and when > System.exit is called, we need to loop and exit every created thread > to exit Dalvik completely. But at the current I do not kno

[android-porting] Re: Making Bluetooth work on x86 - please help

2009-07-21 Thread Bzbit
I'm having problems with enable/disable the BT device from the GUI. So here is my status so far - hciconfig + hcitool are working (I can scan). even - bttest enable + disable are working, as I understand this means hcid is working ok. As far as I can see bttest enable - is calling the same bt_

[android-porting] debug.egl.hw & debug.egl.profiler

2009-07-21 Thread yosemite
Hi, Does anybody know how to set the value of debug.egl.hw & debug.egl.profiler? As the opengles hw supports need to define these two properties but I don't know where are they defined? Please help. Thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubs

[android-porting] Re: about "parent mmc0 is sleeping, will not add" error when wakeup

2009-07-21 Thread robert_mu
Thanks for your help very much,I will try what you told me :),but about this item the statement is that DANGERROUS,is it the best way to solve this ? On 7月21日, 下午9时17分, Xinyu Chen wrote: > On Jul 20, 5:10 pm, robert_mu wrote: > > > > > > > Hi everybody: > >     I met a trouble and it confuse me

[android-porting] Re: about "parent mmc0 is sleeping, will not add" error when wakeup

2009-07-21 Thread robert_mu
I tried the ways you mentioned,but met some kernel panic here: request_suspend_state: sleep (0->3) at 114286010723 (2000-01-01 00:02:06.596801682 UTC) save exit: isCheckpointed 1 PM: Syncing filesystems ... done. Freezing user space processes ... (elapsed 0.03 seconds) done. Freezing remaining fre

[android-porting] Re: Regarding Porting Guide

2009-07-21 Thread Fred .
http://www.netmite.com/android/mydroid/development/pdk/docs/index.html Found that guide recently (on one of the android ML). It seems android needs a lot of cpu power / ram ... pxa27x are maybe enough powerfull, but also, i guess at least you will need 64Meg to have something more than an nice ho

[android-porting] Re: How to build android init for android-2.6.30

2009-07-21 Thread Elvis Dowson
Hi, The CONFIG_EABI option is in the kernel .config file. At the moment, I'm building my kernel separately from outside the android sdk environment using a bitbake open embedded recipe. Is the CONFIG_EABI option set somewhere in the android.mk files? Best regards, Elvis --~--~-~--~

[android-porting] Re: How to build android init for android-2.6.30

2009-07-21 Thread Elvis Dowson
Hi On Tue, Jul 21, 2009 at 5:29 AM, Neo wrote: > > check out this thread - > > http://groups.google.com/group/android-porting/browse_thread/thread/40b5ea9626bb5441/ab0aae50ef884efe?lnk=gst&q=Android%27s+executables#ab0aae50ef884efe I went through the thread, but I'm not sure if it applies in t

[android-porting] Re: File System Components

2009-07-21 Thread Sayiram K N
Hi to use the mke2fs or any other tool we need the filesystem directory/structure . what i am looking is where to get the FS dierectory/ On Tue, Jul 21, 2009 at 6:03 PM, Neo wrote: > > > > On Jul 21, 3:19 pm, sram wrote: > > Hi All > > till now i am using the file system which was extracte