/sdcard/Android/obb can't access and modify after installing
nerimoe opened this issue · 6 comments
want to play blue archive but it depended on obb folder
`vbox86p:/sdcard/Android # ls
data media
vbox86p:/sdcard/Android # mkdir obb
mkdir: 'obb': File exists
1|vbox86p:/sdcard/Android # ls
data media
vbox86p:/sdcard/Android # rm obb -rf
rm: obb: No such file or directory
1|vbox86p:/sdcard/Android # cd obb
vbox86p:/sdcard/Android/obb # ls
ls: .: No such file or directory
1|vbox86p:/sdcard/Android/obb # `
Try to use FV File Manager, since Android 11 have extra protection on Android folder.
Or you can use adb instead:
adb shell
mkdir -p /sdcard/Android/obb/com.nexon.bluearchive
exit
adb push filename.obb /sdcard/Android/obb/com.nexon.bluearchive
vbox86p:/ # cd sdcard/Android/
vbox86p:/sdcard/Android #
vbox86p:/sdcard/Android # ls
data media
vbox86p:/sdcard/Android # cd obb
vbox86p:/sdcard/Android/obb # ls
ls: .: No such file or directory
1|vbox86p:/sdcard/Android/obb # mkdir test
mkdir: 'test': No such file or directory
1|vbox86p:/sdcard/Android/obb # ls
ls: .: No such file or directory
1|vbox86p:/sdcard/Android/obb # exit
Had this issue where I could not install apps that write to obb. logcat showed permission denied writing to the obb folder. Example: botanicula. Mincraft install worked.
I installed then opengapps x86 nano and then it worked (drag and dropped the zip), so the gapps installed by genymotion did not work for some games.
any news about this issue? I got this problem too, and it's annoying...
Please kindly submit proper ticket request in Genymotion Help Center, since this repo only provide library for libhoudini.