2
  1. 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);
    
  2. Perhaps there is a specific way to create obb files to be mounted writable. Mine obbs are created with the jobb tool.

  • 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

0 Answers0