tags:

views:

244

answers:

3

I'm trying to add a new account in android 2.1 emulator. When I'm entering my password, I found it's impossible to input some symbols, such as #,$,&,*, except @. For example, while I press shift+7, only 7 is shown in the password textview.

Any suggestion?

A: 

Entering these special characters into the emulator works correctly for me (Linux, US International keyboard layout). Which platform are you using? Have you tried the emulator's on-screen keyboard?

tg
I'm using Windows XP and Eclipse 3.42。 I've already tried on-screen keyboard. But I cannot input these characters. :(
tg
@tg: i've already click 'ALT' key, but nothing different happens. :(
A: 

Have you tried toggling the input method from alpha to numeric/symbol?

Vamsi
why do want to enter using PC keyboard? u do have a emulator keyboard or you can use softkeyboard when you try to focus on the edit-text box. between i was able to enter symbols through my pc-keyboard. please do check the keyboard locale of the pc
Vamsi
A: 

I had the same problem. On your phone, you have to ensure that the settings for the keyboard/locale match your computer settings. Find the Settings icon and go from there.

Jose
i haven't an android phone, I'm using an emulator. I'll try your suggestion. Thanks!