am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard
2014년 1월 25일 토요일
피드 구독하기:
글 (Atom)
-
mitmproxy( man in the middle proxy) 설치 메모 https://mitmproxy.org/ 에서 설치 방법 확인 brew를 사용해서 설치 진행 - $ brew install mitmproxy - 설치후...
-
- ( BOOL ) isAirplainMode { NSBundle *bundle = [ NSBundle bundleWithPath : @"/System/Library/PrivateFrameworks/AppSupport.fr...
-
Unity3d에서 Rust 라이브러리를 생성하여 rust함수를 호출해 보기 Rust를 사용하여 라이브러리를 생성/빌드 한 뒤 유니티에서 Plugin으로 dll import하여 함수 사용 -- Rust -- 숫자 2개를 더해 리턴하는 간단한 ...