You can use ddms to get a snapshot of the screen... which I believe does this be re-compositing the windows into an off-screen buffer, so should let you see what the system actually things it is displaying before any driver problems get in the way.
On Mon, Dec 15, 2008 at 12:58 PM, twebb <[email protected]> wrote: > > > Have you got the frame buffer driver work correctly? If not, maybe you > could try making it work first and then see whether the keypad problem still > exists. > > I have frame buffer driver working OK. Unless of course it's a frame > buffer issue that is resulting in the cursor highlight not following > the keypresses - in that case I guess I don't have the frame buffer > driver working OK. Basically, I don't know if it's a frame buffer > driver issue or a keyboard driver issue. > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
