"Error: Write failed" during recovery #177
Unanswered
RedAlf0815
asked this question in
Q&A
Replies: 1 comment
-
|
That points to an The restore script currently uses plain adb install --no-streaming -r app.apk
adb install-multiple --no-streaming -r split1.apk split2.apkIf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At restoring with Open Android Backup I always get this error "Error: failed to write; splice failed: EINVAL (Invalid argument)"
When I try "adb install -r any.apk", I get the same error message.
If I try "adb install --no-streaming -r any.apk", the app installs.
thanks all
Beta Was this translation helpful? Give feedback.
All reactions