[android-porting] wakelocks required for USB mouse (HID) to work properly?

2010-09-13 Thread James Adams
Hi All, I'm working on an eclair port to some custom OMAP3 hardware (based on a gumstix Overo board and using the OmapZoom Android as a base...). I have grabbed the required bits from the android-x86 port to make the USB mouse work - and all works very nicely (thanks android-x86!), except if I tu

[android-porting] Re: wakelocks required for USB mouse (HID) to work properly?

2010-09-13 Thread James Adams
rks fine :) James. On Mon, Sep 13, 2010 at 4:23 PM, James Adams wrote: > Hi All, > > I'm working on an eclair port to some custom OMAP3 hardware (based on > a gumstix Overo board and using the OmapZoom Android as a base...). > > I have grabbed the required bits from the android-x

[android-porting] Emulator display magic?

2010-09-14 Thread James Adams
I'm porting Android onto some hardware with a 240x320 (portrait) display. My quesion is, does Android base all of its icon / widget scaling based on the 'width' and 'height' (in mm) parameters returned from the frame buffer driver? I expect it should, but it seems not to - what I want to do is ge

Re: [android-porting] Emulator display magic?

2010-09-15 Thread James Adams
e density should not be necessary and > scaling could be done via the dpi. But for some reason it isn't done. > > Sean > > On 9/14/2010 4:54 PM, James Adams wrote: >> >> I'm porting Android onto some hardware with a 240x320 (portrait) display. >> >> My