Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gitthisissue opened this issue Jan 14, 2018 · 3 comments
Open

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

gitthisissue opened this issue Jan 14, 2018 · 3 comments
Assignees
Milestone

Comments

@gitthisissue
Copy link

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?

@saber-nyan saber-nyan self-assigned this Jan 14, 2018
@saber-nyan
Copy link
Owner

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.

@gitthisissue
Copy link
Author

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 :)

@saber-nyan
Copy link
Owner

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 saber-nyan changed the title APK's permission APK's permissions, ".obb not found" message Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants