niizam/Genymotion_A11_libhoudini

/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  

Before install:

genymotion:/sdcard/Android # ls
data  media  obb
genymotion:/sdcard/Android # cd obb
genymotion:/sdcard/Android/obb # ls
genymotion:/sdcard/Android/obb # mkdir test
genymotion:/sdcard/Android/obb # ls
test

Screenshot from 2023-04-04 12-18-53

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.