I need to mount an obb encrypted file writable. Mounting an encrypted obb works just fine but is always readable, so i can't delete files or modify them
getApplication().getSM().mountObb(mExpansionFile.getAbsolutePath(), getPass(), mOnObbStateChangeListener);
Perhaps there is a specific way to create obb files to be mounted writable. Mine obbs are created with the jobb tool.
Asked
Active
Viewed 458 times
2

user1103419
- 21
- 1
-
Related: http://stackoverflow.com/questions/22866616/error-error-could-not-mount-mounting-obb-on-some-devices, http://stackoverflow.com/questions/21161475/can-mount-unencrypted-obb-but-with-encrypted-error-21 – Mathias Conradt Aug 08 '14 at 19:20
-
see https://code.google.com/p/android/issues/detail?id=61881 – Mathias Conradt Aug 08 '14 at 19:24