[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread GrainWang
HI YiSun: app_process disbaled,still black screen,It should be Ok,maybe my developping envirmont have unknown issues.I'm now tring to use another PC(FC8) for doing so,hope it works. Do you think is it worth to try on another machine? Thanks! On 6月8日, 下午1时40分, Yi Sun beyo...@gmail.com wrote:

[android-porting] Re: Android 1.5 on kernel 2.6.29

2009-06-08 Thread Neo
On Jun 5, 9:24 pm, Yi Sun beyo...@gmail.com wrote: For 2.6.29, you only need to enable the android drivers from staging entry in the menuconfig. And then you should be ready to go. ABout the patch, what patch are you talking about? On Fri, 2009-06-05 at 07:09 -0700, gp wrote: Ok thank.

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread Yi Sun
No, it should be a different issue. If you try alt-f1, do you see the console prompt? On Mon, 2009-06-08 at 01:06 -0700, GrainWang wrote: HI YiSun: app_process disbaled,still black screen,It should be Ok,maybe my developping envirmont have unknown issues.I'm now tring to use another

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread Androidphan
Do more people have the problem that they don't see any battery icon on the status bar? Does it supposed to be there with the battery patch? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] noser android comments??

2009-06-08 Thread dhananjay
noser offers limestone with android @2000Euro. Can the team first develop on SDK provided here in google and then purchase the noser product to fine tune things or is it must to buy the product HW platform on which the PDA is coming up? i am talking here may be porting of applications from one

[android-porting] Audio Recording not working in Android

2009-06-08 Thread shariff
Hi , I am unable to record audio in android using SoundRecorder.apk on OMAP3EVM. Iam trying to record audio from line IN cable, the same thing the I have specified in the asound.conf as default audio record as LINE IN. I am getting bellow messages when trying to

[android-porting] Re: does anybody knows about porting efforts to i.MX37 and i.MX25?

2009-06-08 Thread Bor
been working on the beta Android release for the MX51 and it looks like the MX25 is there as well. On Apr 22, 3:38 pm, Yos yos...@quadomedia.com wrote: I consider using those processors for my application and I wonder if there is any already available support for android.

[android-porting] Re: GSM Modem

2009-06-08 Thread dhananjay
fgilani wrote: Is it possible to send AT commands directly to the GSM modem on the HTC dream or any other android handset? Doesn't seem like there's any way to do that other than to write a radio specific code. yes may be if your host does not include the phone part like on htc dream

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-06-08 Thread cemil
Hi Mathias, I'd like to clarify one point. If we implement copybit, will this only benefit SurfaceFlinger and not the (Java) apps? AFAIK, java apps use skia middleware. Does skia backend make use of copybit somehow? I can't see this in the code, but want to confirm. If that's true, what

[android-porting] Re: MX27 Android porting problems

2009-06-08 Thread shridhar desai
Thank for the reply Neil, can you please send me the patch. Also i dint mention one thing i am trying to port Android on AT91SAM9263-ek board. Shridhar On Sun, Jun 7, 2009 at 5:32 PM, Neil Nguyenneilnguyen_2...@yahoo.com wrote: Google for some patch in the battery service will fix the

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread Yi Sun
I have never see it. But is you sys fs patch is worng, you could end up with a red square with cross in it. On Mon, 2009-06-08 at 06:02 -0700, Androidphan wrote: Do more people have the problem that they don't see any battery icon on the status bar? Does it supposed to be there with the battery

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread GrainWang
NO console prompt. If there is console prompt, it's much easier. Thanks! On 6月8日, 下午5时13分, Yi Sun beyo...@gmail.com wrote: No, it should be a different issue. If you try alt-f1, do you see the console prompt? On Mon, 2009-06-08 at 01:06 -0700, GrainWang wrote: HI YiSun:      

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread Yi Sun
Ok, do you see the kernel boot messages? On Mon, 2009-06-08 at 18:17 -0700, GrainWang wrote: NO console prompt. If there is console prompt, it's much easier. Thanks! On 6月8日, 下午5时13分, Yi Sun beyo...@gmail.com wrote: No, it should be a different issue. If you try alt-f1, do you see the

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86c

2009-06-08 Thread GrainWang
No, just when boot from std_boot, the console flahsed some message bzImage, and it's too fast(I can only remember this),after it. black screen. Thanks! On 6月9日, 上午11时02分, Yi Sun beyo...@gmail.com wrote: Ok, do you see the kernel boot messages? On Mon, 2009-06-08 at 18:17 -0700, GrainWang

[android-porting] binder driver problem

2009-06-08 Thread dhananjay
Hi All, I'm trying to port android on powerpc64 platform.i have successfully compiled whole source tree , but whe i'm booting in android in my target architecture i'm able to see shell with some error messages problem seems to be with binder kernel driver.i'm

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-06-08 Thread pixelflinger
Hello, On Jun 8, 2:13 pm, cemil cemil_azizo...@yahoo.com wrote: Hi Mathias, I'd like to clarify one point. If we implement copybit, will this only benefit SurfaceFlinger and not the (Java) apps? AFAIK, java apps use skia middleware. Does skia backend make use of copybit somehow? I can't