-
Notifications
You must be signed in to change notification settings - Fork 391
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
Sideload failing on Samsung S21 due to "ddms: transfer error: fchown failed" #213
Comments
Thank you for the report, I'm investigating the issue. |
Same here. 07:40:32 E/ddms: transfer error: fchown failed: Operation not permitted |
Same for me, it fails with my Pixel 5 API 30 but work with API 27 Pixel XL. |
Just a quick update. We identified the issue and working on the fix. |
Fix is available in 1.6.0. |
Describe the bug
In order to perform Play Asset Delivery local testing, we run bundletool to sideload APKs on connected device.
Running the tool fails due to an
ddms: transfer error: fchown failed
error.Bundletool version(s) affected
Version: 1.5.0
Stacktrace
(Specific app and user names omitted)
To Reproduce
Expected behavior
APK set installation completing without errors. APK files installed on device.
Known workaround
None.
Environment:
OS: Android 11
Device: Samsung S21 (regular version, non Plus, non Ultra)
Additional context
All assets packs folders together, as measured on development machine file system, weight around 3 GB.
No issues happen on other - older or less performant - devices.
BTW we also looked at #196 , without luck
The text was updated successfully, but these errors were encountered: