Check for existing issues
Describe the bug / provide steps to reproduce it
Expected behaviour:
The embedded terminal should be able to create files and initialize Git repositories in directories under /sdcard, just as the editor can create and edit files in those directories.
Actual behaviour:
The editor can create and save files in a folder under /sdcard, but the embedded terminal cannot create regular files in the same location.
Because of this, git init fails when Git attempts to create its repository files.
Steps to reproduce:
- Create an empty folder under /sdcard.
- Open it in Acode.
- Open the embedded terminal.
- Run:
cd /sdcard/
touch test
Expected:
A file named test is created.
Actual:
touch: test: Operation not permitted
- Run:
git init
Expected:
A Git repository is initialized.
Actual:
Git fails because it cannot create files inside .git.
Environment
Environment:
Device: Google Pixel 7a
Android: 16
Acode Play Store: 1.11.8 (967)
Acode F-Droid: 1.12.7 (1002)
If applicable, add mockups / screenshots regarding your vision
No response
If applicable, attach your Acode.log file to this issue.
Acode.log
Check for existing issues
Describe the bug / provide steps to reproduce it
Expected behaviour:
The embedded terminal should be able to create files and initialize Git repositories in directories under /sdcard, just as the editor can create and edit files in those directories.
Actual behaviour:
The editor can create and save files in a folder under /sdcard, but the embedded terminal cannot create regular files in the same location.
Because of this, git init fails when Git attempts to create its repository files.
Steps to reproduce:
cd /sdcard/
touch test
Expected:
A file named test is created.
Actual:
touch: test: Operation not permitted
git init
Expected:
A Git repository is initialized.
Actual:
Git fails because it cannot create files inside .git.
Environment
Environment:
Device: Google Pixel 7a
Android: 16
Acode Play Store: 1.11.8 (967)
Acode F-Droid: 1.12.7 (1002)
If applicable, add mockups / screenshots regarding your vision
No response
If applicable, attach your Acode.log file to this issue.
Acode.log