Hello.
I tried to install an apk (from android-python27 project) which unzip and 
chmod some files in my storage, but I get the following Error (API 21):

    Unzip extracted 
/storage/emulated/0/com.android.python27/extras/python/xml/etree/ElementPath.py
    01-18 17:08:54.403 20996-21039/com.android.python27 W/FileUtils: Failed 
to 
chmod(/storage/emulated/0/com.android.python27/extras/python/xml/etree/ElementTree.py):
 
android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)

This is happening for every file in folder extras. As a result I cannot run 
the python scripts. When I try to install the apk in my another android 
device (API 16) it chmod with success (and I really don't know why). 
I tried to change the permission via adb shell but it didn't work

So is there a way to solve this matter? 
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3bcf5019-d465-4ea8-aa44-4d845bb12a77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to