airgap-it / airgap-vault

The AirGap Vault is installed on a spare smartphone that has no connection to any network, thus it is air gapped. This app handles the private key.
MIT License
386 stars 109 forks source link

Missing storage permission on Android 5.1 (API Level 22) #11

Closed tolbrino closed 2 years ago

tolbrino commented 5 years ago

When launching the app the following error is shown: The connection to the server was unsuccessful. (file ///android_asset/www/index.html). I suspect this is due to the missing permission. Following that the app is shut down, thus not usable.

pascuin commented 5 years ago

@tolbrino Could you let us know which device you're using and which Android version? Also did you have a version installed before or is this a first install?

tolbrino commented 5 years ago

Device: Moto G Android Version: 5.1

And it was a first install of the app.

tolbrino commented 5 years ago

Any update on this?

venomega commented 4 years ago

Huawei Y6II says same thing Android 6 rooted Screenshot_2020-01-04-22-39-17

AndreasGassmann commented 4 years ago

We have just released a new version that includes some big internal changes. One of them is the move from cordova to capacitor. This means that a lot of the native code and how the webview is loaded is different.

Could you please give it another try and let us know if the problem persists?

AndreasGassmann commented 2 years ago

I will close this issue because the app has changed a lot since this issue was created. Feel free to re-open if the problem persists in the latest version.