Tagged Questions
2
votes
8answers
1k views
What is your software development work environment like? [closed]
Not really looking for description of bosses, but the actual physical surrounding, e.g. desks, chairs, whiteboards, reference libraries, group coffee, etc. Just interested in how many programmers ...
1
vote
0answers
263 views
Physical Keyboard event for android?
Hey, this is the code for a bash script that i've made
#!/system/bin/sh
#
# Keyboard Fix
#
SD_EXT_DIRECTORY=/sd-ext
dev=/sys/devices/platform/msm_pmic_misc_led.0
a=`cat $SD_EXT_DIRECTORY/key.log`
if ...
1
vote
2answers
308 views
Android: How to prevent opening physical keyboard restarting app
I have my android:screenOrientation="portait" on but when a physical keyboard is opened it doesn't rotate the screen as I wanted, but it restarts the app. It seems to run onCreate over again or ...
0
votes
0answers
669 views
Android - handle virtual & physical keyboard events
After reading answers to several similar questions* I did realize that onKeyListener() does not get key press events from a soft (virtual) keyboard. It gets them only from a hard (physical) keyboard. ...
0
votes
1answer
395 views
Desire Z: change keybord physical Layout [closed]
I'm a brand new owner of Dezire Z cellphone and I'm facing a problem...
My phone is Italian, as an android phone all langage are possible for VIRTUAL keyboard,
but when I try to use my physical ...
0
votes
1answer
437 views
How to remap physical keyboard, or to change Android OS to another language
Hello all
I have a Desire Z Android 2.2 English with psysical keyboard.
I need to have three local characters on the physical keyboard.
I can certainly access them via longpress and choose on touch ...
0
votes
1answer
570 views
iPad: Detecting External Keyboard
My app uses a UIAccessoryView to provide additional keyboard functionality (such as forward/backward tabs and arrows keys) for the virtual keyboard, but that causes UIKeyboardDidShowNotification to ...