Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md #1

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

update README.md #1

wants to merge 1 commit into from

Conversation

liujinye-sys
Copy link
Owner

@liujinye-sys liujinye-sys commented Jan 9, 2025

Summary

Fix internal file copy failure: make operation CopyObject optional.

Error: Failed to copy files within the "map" directory, and the computer prompts "The device has stopped responding or has been disconnected" Closed

The "OperationsSupported" of the mobile phone includes 0x101a("CopyObject"), but it follows the process of 0x1009 ("GetObject“) + 0x100d (”SendObject“).
We follow the mobile phone practice to circumvent this problem.

OP Code Doc
0x101a image
0x1009 image
0x100d image

Impact

mtp-responder

Testing

CI

@liujinye-sys liujinye-sys reopened this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant