[android-porting] Re: Eclair : HOME KEY not working .

2010-09-12 Thread Srikant
Did you try with WAKE? "key 3HOME WAKE" without WAKE_DROPPED? - On Sep 11, 8:26 am, Robin Gujjar wrote: > Hi Everybody, > > i tried to make the home key work on my board ,i ma running eclair > android 2.1 ) . but after making change in > key layout and kernel it doe not work .

[android-porting] Re: Eclair : HOME KEY not working .

2010-09-12 Thread Srikant
Hi Robs, May be your Home screen is getting locked after boot and the icons are not displaying. So to unlock it, it explicitly needs the Home Key to press. Just have a look at the code in PhoneWindowManager.java, there is a function launchHomeFromHotKey() add some debug logs in this to check. Als