Open SebiderSushi opened 1 year ago
Apps are not allowed to write to that location anymore, change line 224 in;
app/src/main/java/ch/blinkenlights/android/vanilla/PreferencesMediaLibrary.java
final String path = context.getExternalFilesDir(Environment.DIRECTORY_DOWNLOADS) + "/dbdump-" + context.getPackageName() + ".sqlite";
This then dumps the file to \Phone\Android\data\ch.blinkenlights.android.vanilla\files\Download
Tested and works on my system
@CaptainKarma If this doesn't get merged, is there any way I can get a copy of the sqlite file myself via ADB or something?
1.3.0
[x]
):Description
Settings > Media library > 3-dot Menu > Dump database does not work. Vanilla Music does not report any error either.
Steps to reproduce the issue
Open the 3-dot Menu, then click Dump database
Database dumped to '/storage/emulated/0/dbdump-ch.blinkenlights.android.vanilla.sqlite'
Allow access to media only
is grantedAndroid/media/ch.blinkenlights.android.vanilla
orMusic/
or any other default storage folder android creates.)Error message from
adb logcat