Android has a very strict system of permissions, which are NOT granted according to file system permissions, but are managed seperately during runtime. I haven't understand how exactly, but was not able to tweak anything until now.
So you have to stick with the android way (which seems to change every release) Tho only place guaranteed to be readable by an android app seems to be the app's private folder at "/data/data/[app]/files/", data being "com.termux" for termux. Ruthard >== Auszüge aus der Nachricht von Dave Parker vom 2017-06-25 20:38: > I'm trying to get remind to run on android and i get this error: > > remind -c /storage/emulated/0/SyncFolders/scripts/homereminders.txt > +----------------------------------------------------------------------------+ > | June 2017 > | > +----------+----------+----------+----------+----------+----------+----------+ > | Sunday | Monday | Tuesday |Wednesday | Thursday | Friday | > Saturday | > +----------+----------+----------+----------+----------+----------+----------+ > Can't open file: /storage/emulated/0/SyncFolders/scripts/homereminders.txt > Error reading /storage/emulated/0/SyncFolders/scripts/homereminders.txt: > Can't open file > $ remind -q /storage/emulated/0/SyncFolders/scripts/homereminders.txt > Can't open file: /storage/emulated/0/SyncFolders/scripts/homereminders.txt > Error reading /storage/emulated/0/SyncFolders/scripts/homereminders.txt: > Can't open file > $ > > Any suggestions? > > (I'm hoping to have an Android device set up with remind running 24/7 and > syncing file changes made via the remind "run" command with syncthing) > > Thanks, > Dave > I'm trying to get remind to run on android and i get this error: > remind -c /storage/emulated/0/SyncFolders/scripts/homereminders.txt > > +----------------------------------------------------------------------------+ > | June 2017 > | > > +----------+----------+----------+----------+----------+----------+----------+ > | Sunday | Monday | Tuesday |Wednesday | Thursday | Friday | > Saturday | > > +----------+----------+----------+----------+----------+----------+----------+ > Can't open file: /storage/emulated/0/SyncFolders/scripts/homereminders.txt > Error reading /storage/emulated/0/SyncFolders/scripts/homereminders.txt: > Can't open file > $ remind -q /storage/emulated/0/SyncFolders/scripts/homereminders.txt > Can't open file: /storage/emulated/0/SyncFolders/scripts/homereminders.txt > Error reading /storage/emulated/0/SyncFolders/scripts/homereminders.txt: > Can't open file > $ > Any suggestions? > (I'm hoping to have an Android device set up with remind running 24/7 and > syncing file changes made via the remind "run" command with syncthing) > Thanks, > Dave -- Dr. Ruthard Baudach Speckertsweg 36a 97209 Veitshöchheim ---- Emails bitte verschlüsseln und signieren. Meine PGP-Id: 0xAC5AC6C2
signature.asc
Description: PGP signature
_______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
