ddlc-android icon indicating copy to clipboard operation
ddlc-android copied to clipboard

APK's permissions, ".obb not found" message

Open gitthisissue opened this issue 6 years ago • 3 comments

So I tried installing your APK to my phone, and this app required these permissions:

modify or delete SD card read the data from SD card

com.android.vending.CHECK_LICENSE full network access view network connections view WLAN connections

control vibration prevent phone from sleeping


I don't understand why these 4: com.android.vending.CHECK_LICENSE full network access view network connections view WLAN connections is required. Can't you make this app standalone (play without internet)?

Also, after I install the app and open it, it closed automatically and showed this notification:

"Doki Doki Literature Club! Looking for resource to download"

Good thing is I don't connect to internet. What are you trying to download?

gitthisissue avatar Jan 14 '18 03:01 gitthisissue

I don't understand why these 4: com.android.vending.CHECK_LICENSE full network access view network connections view WLAN connections

These are the permissions that are requested by any application built on the Ren'Py engine. Basically, I can build an application without these permissions, but I can't guarantee its correct operation: I will have to modify RAPT files (build system for Android).

Can't you make this app standalone (play without internet)?

This application does not require the Internet.

Also, after I install the app and open it, it closed automatically and showed this notification:

"Doki Doki Literature Club! Looking for resource to download"

You forgot to put the .obb file into /sdcard/Android/obb/ru.saber_nyan.ddlc/. It can be downloaded in the Releases section.

What are you trying to download?

Nothing! Honestly.

saber-nyan avatar Jan 14 '18 08:01 saber-nyan

requested by any application built on the Ren'Py engine

Makes sense. If possible, would you try to disable them? Android geeks won't download any app which require internet permission to protect their device.

You forgot to put the .obb file into /sdcard/Android/obb/ru.saber_nyan.ddlc/

Yep, my bad. But hey, how about adding an appropriate message instead of "Looking for resource to download" notification?

e.g. Show dialogue when .ogg not found "Oops! You forgot to place our OBB file to sdcard path. Please read our wiki. The app is closing now. [ OK ]"

FYI: There's many device which doesn't have SD card slot. Try scanning these path too. /storage/sdcard /storage/sdcard0 /storage/sdcard1 /storage/emulated/0 /storage/emulated/1

All above path is correct which leads you to sdcard's root path.

What are you trying to download? Nothing! Honestly.

Confirmed by glancing all your source codes :)

gitthisissue avatar Jan 14 '18 09:01 gitthisissue

If possible, would you try to disable them?

I'll try to do it in the next alpha.

how about adding an appropriate message instead of "Looking for resource to download" notification?

Eh, this is again part of RAPT, which I have to rewrite... Maybe I'll do it.

Try scanning these path too.

Part of RAPT! Btw, /sdcard/ is a symlink to internal memory, unless it has been changed by the user or developer of a firmware...

saber-nyan avatar Jan 15 '18 14:01 saber-nyan