Coder Social home page Coder Social logo

Comments (7)

positoy avatar positoy commented on August 23, 2024

어디선가 mac 의 camera 관련 서비스가 안드로이드 연결을 방해한다고 확인한 적이 있음

from pe.

positoy avatar positoy commented on August 23, 2024
❯ ps -ef | grep camera
  501  5522     1   0 금05PM ??         0:00.03 /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/XPCServices/mscamerad-xpc.xpc/Contents/MacOS/mscamerad-xpc
  501 78552     1   0  9:18AM ??         0:00.07 /usr/libexec/ptpcamerad
  262 78584     1   0  9:18AM ??         0:00.02 /usr/libexec/cameracaptured

계속해서 살아나는 관련 데몬 두개

from pe.

positoy avatar positoy commented on August 23, 2024

1초마다 죽여보자

watch -n 1 "sudo pkill -9 cameracaptured & sudo pkill ptpcamerad"

실행이 잘 됨

from pe.

positoy avatar positoy commented on August 23, 2024

cameracaptured 만 죽여보자

watch -n 1 "sudo pkill -9 cameracaptured"

실행 안 됨

from pe.

positoy avatar positoy commented on August 23, 2024

ptpcamerad 만 죽여보자

watch -n 1 "sudo pkill -9 ptpcamerad"

실행 잘 됨. 범인은 ptpcamerad

from pe.

positoy avatar positoy commented on August 23, 2024
image

from pe.

positoy avatar positoy commented on August 23, 2024

https://discussions.apple.com/thread/254703577?sortBy=best

애플에서 만든 ptpcamerad 가 언제든지 이미지 장치를 사용할 수 있도록 관련 포트를 점유하고 있어서, 파일 전송을 위해 새로운 번들 생성이 실패하는 듯 하다.

❯ grep -i "File Transfer" /var/log/system.log
May 26 08:24:01 MacBookAir-2 Android File Transfer[56252]: Installed bundle at path (null)
May 26 08:27:46 MacBookAir-2 Android File Transfer[57118]: Bundle already exists at /Users/positoy/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app
May 26 08:27:48 MacBookAir-2 Android File Transfer[57118]: close mtpDeviceID = 0X4E8:0X6860:0
May 26 08:27:48 MacBookAir-2 Android File Transfer[57118]: create mtpDeviceID = 0X4E8:0X6860:0

from pe.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.