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

Read / Write permissions removed (android 14) #64

Open
BACI78 opened this issue Oct 7, 2024 · 3 comments
Open

Read / Write permissions removed (android 14) #64

BACI78 opened this issue Oct 7, 2024 · 3 comments

Comments

@BACI78
Copy link

BACI78 commented Oct 7, 2024

Samsung S23 Ultra – android 14
The app permitions are removed by the phone (the app permitions list is empty and inactive) and somehow cannot be amended. Does anyone have an idea how to amend this error?
Thank you

@ToullelanM
Copy link

Hi,
The same for me
When I want to update a backup from my other mobile phone I have the message :
Read/Write permissions are not granted, check app permissions settings .
The same if I want to make a backup.
In the Apps Settings is impossible to change the permissions for Nswallet
My mobile : Motorola G84 5G / Android 14
Please Help
Thanks

@SandeshBhavsar
Copy link

I could not take back up

@antontul
Copy link

ADB Storage Permission Fix (temporary workaround)

For Android 14 & nswallet 4.11 users experiencing storage issues, permissions can be temporarily granted via ADB:

adb shell pm grant com.nyxbull.nswallet android.permission.READ_EXTERNAL_STORAGE
adb shell pm grant com.nyxbull.nswallet android.permission.WRITE_EXTERNAL_STORAGE

Note: Looks like the app have to be updated to properly request runtime permissions on Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@SandeshBhavsar @ToullelanM @BACI78 @antontul and others