I am trying to create emulator for Samsung Galaxy Note. But it is not working.
I tried the following config
Hi user1123931 while creating AVD in eclipse there is an option in Hardware section -> New-> Keyboard Support. select it while creating or editing you device. The keyboard should be visible now.
There are specially developed skins to provide those UI elements in the Emulator. You can also use the special keyboard shortcuts in replacement of those UI buttons: Android Emulator Shortcut Keys
I have created a Galaxy Note AVD skin, which you can download from GitHub (direct download) with credits to Heiko Behrens, whose article you can refer to understand how to use it.
In short, you can simply extract the zip file to the < PathToAndroidSDK >/platforms/android-X/skins/ directory (were X is the API level of the SDK you want to use - in case of 2.3.3, it would be 10). You can then create the AVD from a freshly started AVD manager which will show "Galaxy Note" skin for that API level.