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

Clone to SD card on android 4.4 #110

Open
cbarreholm opened this issue Aug 26, 2014 · 2 comments
Open

Clone to SD card on android 4.4 #110

cbarreholm opened this issue Aug 26, 2014 · 2 comments

Comments

@cbarreholm
Copy link

Android 4.4 has restricted write access to SD cards only to the app that created the folder. Therefore agit needs create the folders when cloning. See more:
http://support.solidexplorer.pl/responses/kit-kat-442-issue

@rtyley
Copy link
Owner

rtyley commented Aug 26, 2014

Hey @cbarreholm, thanks for reporting this issue - quite unexpected :(

Therefore agit needs create the folders when cloning.

I'm confused about this - although I was initially able to reproduce the issue, once the git-repos folder is created, even after it's deleted, clones successfully work - and anyway, Agit always creates the git-repos folder if it doesn't exist.

@cbarreholm
Copy link
Author

Hi,

See the attached screenshot. ES Fileexplorer knows which application that owns the folder and labels it with the appropriate icon. Android 4.4.2 keeps track of the owner. I believe it's in /system/etc/permissions. So the initial creation will likely store the permission and subsequent clones will be allowed even if the folder is deleted in between.

Tell me if I can be of any more assistance.

Best regards,
Christer

On 26 augusti 2014 22:46:49 CEST, Roberto Tyley [email protected] wrote:

Hey @cbarreholm, thanks for reporting this issue - quite unexpected :(

Therefore agit needs create the folders when cloning.

I'm confused about this - although I was initially able to reproduce
the issue, once the git-repos folder is created, even after it's
deleted
, clones successfully work - and anyway, Agit always creates
the git-repos folder if it doesn't exist.


Reply to this email directly or view it on GitHub:
#110 (comment)

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

2 participants