[android-porting] Re: Android porting problem

2010-11-02 Thread yogi
Hi Ashwan I am also facing the same issue. Did you got the solution. Please share, it'll be very helpful. Yogesh Sharma On Oct 27, 2:53 pm, Sayiram K N sayiram.koth...@gmail.com wrote: hi ashwan   are you able to resolve the issue?? if so can you let me know. now i too ran to same issue

[android-porting] Re: Android porting problem

2010-10-13 Thread Srikant
looks like some problem with the FB driver initialization based on the below logs: E/SurfaceFlinger( 1730): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake what is the kernel logs? - On Oct 13, 5:23 pm, ashwani ash1...@gmail.com wrote: Hi All, I am trying to port

[android-porting] Re: android porting problem

2009-06-02 Thread Rupesh Gujare
There might be problem with server. Keep trying you should be able to get it. Regards, Rupesh Gujare http://labs.embinux.org http://embinux.com On Tue, Jun 2, 2009 at 10:53 AM, Sreehari anumanubhas...@gmail.com wrote: Hi Experts, I follows the instructions of android porting on beagle

Re: Fwd: [android-porting] Re: Android porting problem - LCD BPP

2008-12-09 Thread FlyCry
Thank you, Mathias! I have succeed in 18 bpp display at andriod with your great help. On 12月9日, 下午12时40分, FlyCry [EMAIL PROTECTED] wrote: Thanks a lot! I'll try it. On 12月9日, 上午11时00分, Mathias Agopian [EMAIL PROTECTED] wrote: Hi, On Mon, Dec 8, 2008 at 6:19 PM, FlyCry [EMAIL

[android-porting] Re: Android porting problem - LCD BPP

2008-12-03 Thread Mathias Agopian
On Tue, Dec 2, 2008 at 11:45 PM, FlyCry [EMAIL PROTECTED] wrote: Thanks for your helpful replies. Acctually, my lcdc support 24-bits packed framebuffer to 18-bits output to suit the 18bpp lcd. The framebuffer format is rr00gg00bb00, packed. I configed pixelflinger as RGB888.

[android-porting] Re: Android porting problem - LCD BPP

2008-12-02 Thread Mathias Agopian
On Mon, Dec 1, 2008 at 11:03 PM, FlyCry [EMAIL PROTECTED] wrote: My lcdc support 2 format of 18bpp framebuffer. One is 18bpp packed. Another is a format of 3 byte: Red[5:0] 0 0 Green[5:0] 0 0 Blue[5:0] 0 0 could the second format be configed in android display? So there are no mode where it

[android-porting] Re: Android porting problem - LCD BPP

2008-12-02 Thread Phil HUXLEY
Perhaps I wasn't being clear enough. Some LCD panels do have 18 bits per pixel, but use some (2 or 3) of those bits for other things (can't remember what), so the actual colour resolution is 16 bits or less. All I was suggesting was stay in a traditional 565 domain until the final buffer swap to

[android-porting] Re: Android porting problem - LCD BPP

2008-12-02 Thread Mathias Agopian
On Tue, Dec 2, 2008 at 1:25 AM, Phil HUXLEY [EMAIL PROTECTED] wrote: Alternatively, couldn't a blit be inserted somewhere such that a conversion is done at the point of updating the display (and would this include a regionlist of areas that have changed to optimise it?). Is there such an

[android-porting] Re: Android porting problem - LCD BPP

2008-12-01 Thread Mathias Agopian
Hi, On Mon, Dec 1, 2008 at 8:22 PM, FlyCry [EMAIL PROTECTED] wrote: My board has an lcd of 18 bpp, but android UI is 16 bpp. So the display is abnormal when andriod runs. Could android be configed to 18 bpp? And how to do it? Thanks for anyone attention to this topic. What's the format of