기존 이솝 임베디드 포럼의 지식인 서비스가 게시판 형태로 변경되었습니다.

안녕하세요..
현재 yaffs2로 마운트하여 테스트 중입니다.
아래와 같이 wifi를 setting에서 wifi on을 하면 모듈이 정상적으로 로딩된후 
E/WifiHW  (  825): Unable to open connection to supplicant on "/data/system/wpa_supplicant/eth0": No such file or directory
이런 메세지가 나옵니다.
현재 안드로이드 소스에서 wlan0로 되어 있던것을 모두 eth0로 변경한상태입니다.
도움 부탁드립니다.

감사합니다.

init.rc  wifi관련 부분입니다.
==> 주로 오드로이드를 많이 참고했습니다. 차이점은 오드로이드의 경우 모듈이 빌트인되어 있는정도 입니다.
=====================================================================================================
    mkdir /data/misc/wifi 0770 wifi wifi
mkdir /data/misc/wifi/sockets 0770 wifi wifi
mkdir /data/system/wpa_supplicant 0770 wifi wifi
mkdir /data/misc/dhcp 0770 dhcp dhcp
chown dhcp dhcp /data/misc/dhcp

    setprop wifi.interface eth0
    setprop wlan.interface eth0
    setprop wlan.driver.status ok
    setprop wlan.modpath /system/lib/modules/2.6.29/kernel/drivers/net/wireless/libertas/ 
    setprop wlan.mod1 libertas.ko 
    setprop wlan.mod2 libertas_sdio.ko    

service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant
    -Dwext -ieth0 -c/system/etc/wifi/wpa_supplicant.conf -dd
    disabled

service dhcpcd /system/bin/dhcpcd -d eth0
disabled
oneshot
group system dhcp

on property:init.svc.wpa_supplicant=stopped
stop dhcpcd
=====================================================================================================


libertas: eth0: Marvell WLAN 802.11 adapter ==> 로딩완료 후 메세지
init: event { 'add', '/bus/sdio/drivers/libertas_sdio', 'drivers', '', -1, -1 }
init: no such service 'ifcfg_sd8686'
I/WifiHW  (  825): property_get ok
I/WifiHW  (  825): start wifi_start_supplicant
E/WifiHW  (  825): ensure_config_file_exists
init: starting 'wpa_supplicant'
I/WifiHW  (  825): Wi-Fi is running
I/WifiHW  (  825): wifi_connect_to_supplicant calledinit: event { 'add', '/kernel/uids/1007', 'uids', '', -1, -1 }

I/WifiHW  (  825): Interface directory = /data/system/wpa_supplicant
I/WifiHW  (  825): Interface name = /data/system/wpa_supplicant/eth0
E/WifiHW  (  825): Unable to open connection to supplicant on "/data/system/wpa_supplicant/eth0": No such file or directory
I/WifiHW  (  825): wifi_command called, cmd:BLACKLIST clear
I/WifiHW  (  825): wifi_send_command, cmd = BLACKLIST clear
I/WifiHW  (  825): wifi_command called, cmd:LIST_NETWORKS
I/WifiHW  (  825): wifi_send_command, cmd = LIST_NETWORKS
D/SettingsWifiEnabler(  981): Received wifi state changed from Enabling to Enabled
I//system/bin/wpa_supplicant( 1010): Initializing interface 'eth0' conf '/system/etc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
I//system/bin/wpa_supplicant( 1010): Configuration file '/system/etc/wifi/wpa_supplicant.conf' -> '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1010): Reading configuration file '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1010): update_config=1
I//system/bin/wpa_supplicant( 1010): ctrl_interface='DIR=/data/system/wpa_supplicant GROUP=system'
I//system/bin/wpa_supplicant( 1010): Initializing interface (2) 'eth0'
I//system/bin/wpa_supplicant( 1010): EAPOL: SUPP_PAE entering state DISCONNECTED
I//system/bin/wpa_supplicant( 1010): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
I//system/bin/wpa_supplicant( 1010): EAPOL: SUPP_BE entering state INITIALIZE
I//system/bin/wpa_supplicant( 1010): EAP: EAP entering state DISABLED
I//system/bin/wpa_supplicant( 1010): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1010): EAPOL: Externalinit: waitpid returned pid 1010, status = 00000000
init: process 'wpa_supplicant', pid 1010 exited
init: process 'wpa_supplicant' killing any children in process group
 notification - portValid=0
I//system/bin/wpa_supplicant( 1010): SIOCGIWRANGE: WE(compiled)=22 WE(source)=15 enc_capa=0xf
I//system/bin/wpa_supplicant( 1010):   capabilities: key_mgmt 0xf enc 0xf
I//system/bin/wpa_supplicant( 1010): WEXT: Operstate: linkmode=1, operstate=5
I//system/bin/wpa_supplicant( 1010): socket(PF_PACKET): Address family not supported by protocol
I//system/bin/wpa_supplicant( 1010): Failed to add interface eth0
I//system/bin/wpa_supplicant( 1010): State: DISCONNECTED -> DISCONNECTED
I//system/bin/wpa_supplicant( 1010): CTRL-EVENT-STATE-CHANGE id=-1 state=0
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
I//system/bin/wpa_supplicant( 101init: event { 'remove', '/kernel/uids/1007', 'uids', '', -1, -1 }
0): WEXT: Operstate: linkmode=-1, operstate=5
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1010): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1010): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_wpa
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_drop_unencrypted
I//system/bin/wpa_supplicant( 1010): wpa_driver_wext_set_countermeasures
I//system/bin/wpa_supplicant( 1010): No keys have been configured - skip key clearing
I//system/bin/wpa_supplicant( 1010): Cancelling scan request
I//system/bin/wpa_supplicant( 1010): Cancelling authentication timeout
I//system/bin/wpa_supplicant( 1010): WEXT: Operstate: linkmode=0, operstate=6
I/logwrapper( 1010): /system/bin/wpa_supplicant terminated by exit(255)
init: starting 'wpa_supplicant'
init: event { 'add', '/kernel/uids/1007', 'uids', '', -1, -1 }
I//system/bin/wpa_supplicant( 1017): Initializing interface 'eth0' conf '/system/etc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
I//system/bin/wpa_supplicant( 1017): Configuration file '/system/etc/wifi/wpa_supplicant.conf' -> '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1017): Reading configuration file '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1017): update_config=1
I//system/bin/wpa_supplicant( 1017): ctrl_interface='DIR=/data/system/wpa_supplicant GROUP=system'
I//system/bin/wpa_supplicant( 1017): Initializing interface (2) 'eth0'
I//system/bin/wpa_supplicant( 1017): EAPOL: SUPP_PAE entering state DISCONNECTED
I//system/bin/wpa_supplicaninit: waitpid returned pid 1017, status = 00000000
init: process 'wpa_supplicant', pid 1017 exited
init: process 'wpa_supplicant' killing any children in process group
t( 1017): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
I//system/bin/wpa_supplicant( 1017): EAPOL: SUPP_BE entering state INITIALIZE
I//system/bin/wpa_supplicant( 1017): EAP: EAP entering state DISABLED
I//system/bin/wpa_supplicant( 1017): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1017): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1017): SIOCGIWRANGE: WE(compiled)=22 WE(source)=15 enc_capa=0xf
I//system/bin/wpa_supplicant( 1017):   capabilities: key_mgmt 0xf enc 0xf
I//system/bin/wpa_supplicant( 1017): WEXT: Operstate: linkmode=1, operstate=5
I//system/bin/wpa_supplicant( 1017): socket(PF_PACKET)init: event { 'remove', '/kernel/uids/1007', 'uids', '', -1, -1 }
: Address family not supported by protocol
I//system/bin/wpa_supplicant( 1017): Failed to add interface eth0
I//system/bin/wpa_supplicant( 1017): State: DISCONNECTED -> DISCONNECTED
I//system/bin/wpa_supplicant( 1017): CTRL-EVENT-STATE-CHANGE id=-1 state=0
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
I//system/bin/wpa_supplicant( 1017): WEXT: Operstate: linkmode=-1, operstate=5
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1017): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1017): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_wpa
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_drop_unencrypted
I//system/bin/wpa_supplicant( 1017): wpa_driver_wext_set_countermeasures
I//system/bin/wpa_supplicant( 1017): No keys have been configured - skip key clearing
I//system/bin/wpa_supplicant( 1017): Cancelling scan request
I//system/bin/wpa_supplicant( 1017): Cancelling authentication timeout
I//system/bin/wpa_supplicant( 1017): WEXT: Operstate: linkmode=0, operstate=6
I/logwrapper( 1017): /system/bin/wpa_supplicant terminated by exit(255)
I/WifiHW  (  825): wifi_connect_to_supplicant called
E/WifiHW  (  825): Supplicant not running, cannot connect
D/dalvikvm(  874): GC freed 230 objects / 10104 bytes in 80ms
init: starting 'wpa_supplicant'
init: event { 'add', '/kernel/uids/1007', 'uids', '', -1, -1 }
I//system/bin/wpa_supplicant( 1023): Initializing interface 'eth0' conf '/system/etc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
I//system/bin/wpa_supplicant( 1023): Configuration file '/system/etc/wifi/wpa_supplicant.conf' -> '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1023): Reading configuration file '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1023): update_config=1
I//system/bin/wpa_supplicant( 1023): ctrl_interface='DIR=/data/system/wpa_supplicant GROUP=system'
I//system/bin/wpa_supplicant( 1023): Initializing interface (2) 'eth0'
I//system/bin/wpa_supplicant( 1023): EAPOL: SUPP_PAE entering state DISCONNECTED
I//system/bin/wpa_supplicant( 1023): EAPOL: KEY_RX entering state NO_KEY_REinit: waitpid returned pid 1023, status = 00000000
init: process 'wpa_supplicant', pid 1023 exited
init: process 'wpa_supplicant' killing any children in process group
CEIVE
I//system/bin/wpa_supplicant( 1023): EAPOL: SUPP_BE entering state INITIALIZE
I//system/bin/wpa_supplicant( 1023): EAP: EAP entering state DISABLED
I//system/bin/wpa_supplicant( 1023): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1023): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1023): SIOCGIWRANGE: WE(compiled)=22 WE(source)=15 enc_capa=0xf
I//system/bin/wpa_supplicant( 1023):   capabilities: key_mgmt 0xf enc 0xf
I//system/bin/wpa_supplicant( 1023): WEXT: Operstate: linkmode=1, operstate=5
I//system/bin/wpa_supplicant( 1023): socket(PF_PACKET)init: event { 'remove', '/kernel/uids/1007', 'uids', '', -1, -1 }
: Address family not supported by protocol
I//system/bin/wpa_supplicant( 1023): Failed to add interface eth0
I//system/bin/wpa_supplicant( 1023): State: DISCONNECTED -> DISCONNECTED
I//system/bin/wpa_supplicant( 1023): CTRL-EVENT-STATE-CHANGE id=-1 state=0
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
I//system/bin/wpa_supplicant( 1023): WEXT: Operstate: linkmode=-1, operstate=5
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1023): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1023): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_wpa
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_drop_unencrypted
I//system/bin/wpa_supplicant( 1023): wpa_driver_wext_set_countermeasures
I//system/bin/wpa_supplicant( 1023): No keys have been configured - skip key clearing
I//system/bin/wpa_supplicant( 1023): Cancelling scan request
I//system/bin/wpa_supplicant( 1023): Cancelling authentication timeout
I//system/bin/wpa_supplicant( 1023): WEXT: Operstate: linkmode=0, operstate=6
I/logwrapper( 1023): /system/bin/wpa_supplicant terminated by exit(255)
I/WifiHW  (  825): wifi_connect_to_supplicant called
E/WifiHW  (  825): Supplicant not running, cannot connect
init: starting 'wpa_supplicant'
init: event { 'add', '/kernel/uids/1007', 'uids', '', -1, -1 }
I//system/bin/wpa_supplicant( 1029): Initializing interface 'eth0' conf '/system/etc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
I//system/bin/wpa_supplicant( 1029): Configuration file '/system/etc/wifi/wpa_supplicant.conf' -> '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1029): Reading configuration file '/system/etc/wifi/wpa_supplicant.conf'
I//system/bin/wpa_supplicant( 1029): update_config=1
I//system/bin/wpa_supplicant( 1029): ctrl_interface='DIR=/data/system/wpa_supplicant GROUP=system'
I//system/bin/wpa_supplicant( 1029): Initializing interface (2) 'eth0'
I//system/bin/wpa_supplicant( 1029): EAPOL: SUPP_PAE entering state DISCONNECTED
I//system/bin/wpa_supplicant( 1029): EAPOL: KEY_RX entering state NO_KEY_REinit: waitpid returned pid 1029, status = 00000000
init: process 'wpa_supplicant', pid 1029 exited
init: process 'wpa_supplicant' killing any children in process group
CEIVE
I//system/bin/wpa_supplicant( 1029): EAPOL: SUPP_BE entering state INITIALIZE
I//system/bin/wpa_supplicant( 1029): EAP: EAP entering state DISABLED
I//system/bin/wpa_supplicant( 1029): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1029): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1029): SIOCGIWRANGE: WE(compiled)=22 WE(source)=15 enc_capa=0xf
I//system/bin/wpa_supplicant( 1029):   capabilities: key_mgmt 0xf enc 0xf
I//system/bin/wpa_supplicant( 1029): WEXT: Operstate: linkmode=1, operstate=5
I//system/bin/wpa_supplicant( 1029): socket(PF_PACKET): Address family not supported by protocol
I//system/bin/wpa_supplicant( 1029): Failed to add iinit: event { 'remove', '/kernel/uids/1007', 'uids', '', -1, -1 }
nterface eth0
I//system/bin/wpa_supplicant( 1029): State: DISCONNECTED -> DISCONNECTED
I//system/bin/wpa_supplicant( 1029): CTRL-EVENT-STATE-CHANGE id=-1 state=0
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
I//system/bin/wpa_supplicant( 1029): WEXT: Operstate: linkmode=-1, operstate=5
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
I//system/bin/wpa_supplicant( 1029): EAPOL: External notification - portEnabled=0
I//system/bin/wpa_supplicant( 1029): EAPOL: External notification - portValid=0
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_wpa
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_drop_unencrypted
I//system/bin/wpa_supplicant( 1029): wpa_driver_wext_set_countermeasures
I//system/bin/wpa_supplicant( 1029): No keys have been configured - skip key clearing
I//system/bin/wpa_supplicant( 1029): Cancelling scan request
I//system/bin/wpa_supplicant( 1029): Cancelling authentication timeout
I//system/bin/wpa_supplicant( 1029): WEXT: Operstate: linkmode=0, operstate=6
I/logwrapper( 1029): /system/bin/wpa_supplicant terminated by exit(255)
I/WifiHW  (  825): wifi_connect_to_supplicant called
E/WifiHW  (  825): Supplicant not running, cannot connect
V/WifiStateTracker(  825): Supplicant died unexpectedly
I/WifiHW  (  825): wifi_close_supplicant_connection called
I/WifiHW  (  825): wifi_stop_supplicant calledinit: processing action 0x28938 (property:init.svc.wpa_supplicant=stopped)
init: command 'stop' r=0

D/SettingsWifiEnabler(  981): Received wifi state changed from Enabled to Disabling
I/WifiHW  (  825): Unloading WiFi Modules
I/WifiHW  (  825): rmmod
init: event { 'remove', '/devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/mmc0:0001:1/net/eth0', 'net', '', -1, -1 }
init: event { 'remove', '/bus/sdio/drivers/libertas_sdio', 'drivers', '', -1, -1 }
init: event { 'remove', '/module/libertas_sdio', 'module', '', -1, -1 }


파일럿

2010.03.29 09:55:35
*.140.73.243

제가 지금까지 테스트 해본 결과로는 /data/system/wpa_supplicant/eth0 경로는 wpa_supplicant의 control path인데, 저게 조금 늦게 생성되는 경우가 있었습니다. 그래서 wifi.c에서 저 경로를 확인하는 부분에서 생생되어 있지 않으면 5초간 확인하는 방식으로 변경하였더니 더이상 문제가 발생하지 않았었습니다.

고도리

2010.03.29 11:01:00
*.127.19.16

socket 관련 파일이네요.

 

늦게 생성되는 경우가 없어야 합니다만.........신현호님께서 그런 일이 생긴다고 하시니

그런 경우일지도 모르겠네요.

 

nand의 경우는 좀 늦어지는 경우는 있을 수 있습니다.

 

개인적인 경험으로는 주로 permission 문제가 많았습니다.

김정희

2010.03.29 18:40:52
*.137.74.80

신현호님 고도리님...답변 진심으로 감사드립니다..

우선 오드로이드를 확인해본결과 

E/WifiHW  (  825): Unable to open connection to supplicant on "/data/system/wpa_supplicant/eth0": No such file or directory

이 메세지는 동일하게 발생됩니다.


신현호님...

말씀하신것을 해보려면 어느 부분을 수정해야 되는지요??


고도리님..

말씀하신것처럼 퍼미션이 문제일 수도 있다는 생각이듭니다.

그런데 도대체 퍼미션을 어떻게 주어야 하는지 모르겠습니다.

저는 nfs로 부팅후 mtd영역을 마운트해서 root.root로 변경하고 777로 변경하였습니다.

List of Articles
번호 제목 글쓴이 날짜 조회 수
3108 권한 변경 관련 문의 드립니다. [1] 김정희 2010-03-29 479
3107 오드로이드 에서 시리얼 통신!! [1] 김명준 2010-03-29 689
3106 yaffs2와 jffs2 파일 시스템 동시 사용에 관한 질문드립니다. [2] 이글이글 2010-03-29 864
3105 오드로이드 Google Voice Search 설치 및 Sensor 크리스 2010-03-28 518
3104 root 입력 후 자동로긴 문제 [1] 박병철 2010-03-27 492
3103 EEPROM 파형?? file [2] 김형영 2010-03-27 717
» wi-fi 오류 문의 드립니다. [3] 김정희 2010-03-27 1153
3101 오드로이드에서 32bit 그래픽 사용 질문입니다. [1] 권도홍 2010-03-27 477
3100 LMS350DF에 장착하는 터치스크린 Part name [1] 노승수 2010-03-27 494
3099 오드로이드에서 Rootfs [1] 김성수 2010-03-27 477
3098 오드로이드에서 블루투스 관련 질문드립니다. [2] bloodyan 2010-03-26 585
3097 git 서버 구축 하여 IP로 접근 할수 있는 방법? [3] 작두 2010-03-26 2829
3096 OPENGL-ES 를 사용해서 렌더링이 어떻게 처리되는지 궁금해서요 ?... 장석원 2010-03-26 1609
3095 S3C6410 Linux 2.6.21에서 x window porting 방법? [1] 요셉 2010-03-25 539
3094 6410 wince 관련 질문입니다. [1] 나오 2010-03-25 481
3093 ramdisk에 대해서… [1] 김진희 2010-03-25 501
3092 v210,c110,안드로이드에 대하여?? [1] 액숀승짱 2010-03-25 638
3091 slide event에 따른 landscape & portrait mode 전환 [1] 나영찬 2010-03-25 24736
3090 Alignment trap?? [1] 배영춘 2010-03-24 776
3089 MP2530 Wince 5.0 BSP를 다운받을수 없나요?? [1] 조장현 2010-03-24 548

사용자 로그인