본문 바로가기

OS35

MAC에서 안드로이드 휴대폰 단말 미러링 하기 scrcpy를 사용해서 맥에서 안드로이드 단말기 미러링을 할 수 있다. brew install scrcpy 설치 후 USB 연결, 이때 단말기 개발자 모드 디버깅 모드가 ON 되어 있어야 한다. adb devices 해당 명령어로 단말기 연결되어 있는지 확인할 수 있다. ➜ ~ adb devices List of devices attached LMQ925K6764ce36 device 화면에 터치를 나타내려면 다음 옵션을 주면 된다. scrcpy --show-touches or scrcpy -t 단말기를 제대로 연결됐음 미러링이 된걸 확인할 수 있다. 중간에 계속 검정 화면의 Sleep Mode로 변경되는데 해당 명령어를 통해 해결할 수 있다. adb shell input keyevent KEYCODE_W.. 2021. 1. 11.
국내 OS 별, 단말기별 점유율 https://developer.android.com/about/dashboards/ https://www.appbrain.com/stats/top-android-phones-tablets-by-country?country=KR https://www.appbrain.com/stats/top-android-sdk-versions http://gs.statcounter.com/vendor-market-share/mobile/asia/2018 2018. 11. 30.
페러럴즈에서 프록시 서버가 응답하지 않습니다. http://kobato.tistory.com/393 2017. 2. 28.
맥에서 ssh 접근 시 Error no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 sudo nano /etc/ssh/ssh_config ENTER YOUR PASSWORD # MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160 #주석 해제HostkeyAlgorithms ssh-dss,ssh-rsa # 추가KexAlgorithms diffie-hellman-group1-sha1 # 추가 2017. 2. 8.