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

CREATE BACKUP FILE NOT WORKING, FIXED #1365

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

MOA-YAD
Copy link
Contributor

@MOA-YAD MOA-YAD commented Dec 27, 2024

in android file system you can't use the char ' : ' so lnreader file name:
"Inreader_backup_YYYY-MM-DD_HH:mm.json"
you can't write it as a file.
so i edit it to looks like
"Inreader_backup_YYYY-MM-DD_HH_mm.json"

in android file system you can't use the char  ' : ' 
so lnreader file name:
"Inreader_backup_YYYY-MM-DD_HH:mm.json"
you can't write it as a file. 
so i edit it to looks like
"Inreader_backup_YYYY-MM-DD_HH_mm.json"
@MOA-YAD
Copy link
Contributor Author

MOA-YAD commented Dec 27, 2024

what i know is that you cant create a file contains : in his name
my device is android 14 and i can't use :

i try it in my another device is android 8 and it worked
so in new version of android you can't use :

Screenshot_20241227-140308_Settings

MOA-YAD added a commit to MOA-YAD/lnreader that referenced this pull request Dec 27, 2024
@nyagami nyagami merged commit e01cbef into LNReader:master Dec 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants