Emulator Keyboard Mapping

The table below summarizes the mappings between the emulator keys and and the keys of your keyboard.

Table 2. Emulator keyboard mapping

Emulated Device KeyKeyboard Key
Home HOME
Menu (left softkey) F2 or Page-up button
Star (right softkey) Shift-F2 or Page Down
Back ESC
Call/dial button F3
Hangup/end call button F4
Search F5
Power button F7
Audio volume up button KEYPAD_PLUS, Ctrl-5
Audio volume down button KEYPAD_MINUS, Ctrl-F6
Camera button Ctrl-KEYPAD_5, Ctrl-F3
Switch to previous layout orientation (for example, portrait, landscape) KEYPAD_7, Ctrl-F11
Switch to next layout orientation (for example, portrait, landscape) KEYPAD_9, Ctrl-F12
Toggle cell networking on/off F8
Toggle code profiling F9 (only with -trace startup option)
Toggle fullscreen mode Alt-Enter
Toggle trackball mode F6
Enter trackball mode temporarily (while key is pressed) Delete
DPad left/up/right/down KEYPAD_4/8/6/2
DPad center click KEYPAD_5
Onion alpha increase/decrease KEYPAD_MULTIPLY(*) / KEYPAD_DIVIDE(/)

'Programing > Android' 카테고리의 다른 글

아트릭스 루팅(진저브레드)  (31) 2011.10.15

□ 사전작업 

 1. 아트릭스 최신 드라이브 설치 (http://www.mymotorola.co.kr/product/PrdDownUsb.aspx)
 2. FastBoot 프로그램 다운로드 


 3. 핸드폰 설정
    - 메뉴 > 설정 > 응용프로그램 > 개발 > 디버깅 체크
 4. 외장메모리 제거(필수는 아니지만 간혈적으로 외장 메모리 날라감 현상이 있다는 제보입니다.) 


□ flashing작업

1. moto-fastboot-win32폴더 압축풀기
2. 핸드폰 설정
 - 1. 핸드폰 OFF
 - 2. 볼륨 다운 버튼을 누르고 전원버튼 누름
 - 3. 화면에 FastBoot화면이 나오면 볼륨업 버튼 누름

 
 
3. 명령어 입력
  - 압축푼 폴더의 fast-boot.bat실행
  - 자동 재부팅이 진행되며 재부팅후 루팅 어플 SuperUser설치 작업을 시작합니다. 


□ 루팅 어플 SuperUser설치 작업
 

1. 아래 명령어를 순차적으로 입력합니다.
    adb shell.bat 실행

    /preinstall/dosu
    /bin/mount -o remount,rw /system 
    cp /preinstall/su /system/bin/
   
chmod 6755 /system/bin/su
    PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk 

    위에줄 복사해서 붙이기 cmd 창에서 마우스 오른쪽 클릭하고 엔터 치시면 됩니다.

 

 

'Programing > Android' 카테고리의 다른 글

Android Emulator Key Mapping  (0) 2011.11.23

+ Recent posts