[android-porting] Re: Android common kernel question

2012-01-27 Thread Alvin Wong
Hi there, I am also quite puzzled on this. Luckily I've previously got the 2.6.35.7 Androd kernel from github. It is gone also at the moment. I am surprised that Google would delete all old things. Anyone knows where Google put them or how could we find it? My kernel source isn't clean at all

[android-porting] Re: Getting two screen on device LCD display

2012-01-27 Thread Alvin Wong
Hi there, It should not be the problem of 32-bit host as I can build my rootfs and it works. Also it appears the problem is more likely in your kernel... My first thinking is that it is possibly be the problem of your kernel's framebuffer driver. If you could provide more detail like how the two

[android-porting] Re: Android 4 Flickering Screen on Overo + Chestnut board

2012-01-27 Thread Alvin Wong
Hi there, It appears to be the problem of framebuffer panning. Does it act like this video? http://www.youtube.com/watch?v=UsmF6lfveWM If it does, check your fb_pan function in your framebuffer driver, and checks if it supports double framebuffer. That's how I fixed the problem on my device.

[android-porting] Remove non-related icons from status bar and camera references in ICS

2012-01-27 Thread Hans-Christian Egtvedt
Hi all, I am porting Android ICS to a new hardware device which does not have neither battery or GSM/3G chip. Is there any straightforward method for removing the phone signal strength icon and battery icon from the status bar? I have successfully altered the battery icon by applying the change

Re: [android-porting] Re: Android 4 Flickering Screen on Overo + Chestnut board

2012-01-27 Thread Manish Shakya
Yes its exactly same behavior. On Fri, Jan 27, 2012 at 4:32 AM, Alvin Wong alvinhoc...@gmail.com wrote: Hi there, It appears to be the problem of framebuffer panning. Does it act like this video? http://www.youtube.com/watch?v=UsmF6lfveWM If it does, check your fb_pan function in your