This is not related with kitkat bug, i'm testing in 4.4.2
I can mount without problems the obb file, the problem is when try to do the same with encrypted obb. I'm using jobb in windows like this:
jobb -d my_folder -o exp.obb -k pwd -pn com.example.name -pv 1
The only thing i changed to load encrypted obb file is this:
stgMgr.mountObb(mObbPath, null, new mOnObbStateChangeListener)
stgMgr.mountObb(mObbPath, pwd, new mOnObbStateChangeListener)
it's not a permissions problem. So, why i cant mount the encrypted obb file? i read this Using encrypted OBB files in Android but don't understand the code. And is not in documentation. Thanks.