WSO2 Emm Agent update.apk open failed EACCES

247 views Asked by At

We are testing the emm agent in android kitkat 4.4.2, we defined a policy to force the installation of an application that we published into the store.

When the device try to download the apk from the server we face the following error :

java.io.FileNotFoundException: /mnt/sdcard/Download/update.apk: open failed: EACCES (Permission denied

Thanks!

Gabriel.

1

There are 1 answers

1
Dimiter On

Does this error come from an actual device, or from the Android Simulator? If its from the simulator, it could be you haven't set an sd-card size. Open the Android Virtual Device (AVD) manager from Eclipse and edit the AVD you are using. Set an SD-Card size large enough to hold your application.