Kitkat save problem

Subforum for discussion and help with ScummVM's Android port

Moderator: ScummVM Team

mac_es
Posts: 145
Joined: Mon Oct 31, 2005 9:37 am

Post by mac_es »

Hello,

There is a solution with no root access. Scummvm needs to use a new framework. With this framework it doesn't matter if you want to write in the sd, ext sd even in google drive

The pitfall is that the framework is new to kitkat so I don't know scummvm enough to evaluate the migration to the new sdk and adapt the code...

More info in http://developer.android.com/guide/topi ... orage.html

Most of file explorers are adapting their code and seems it is working...

Hope this helps
fuzzie
ScummVM Developer
Posts: 178
Joined: Mon May 24, 2010 3:02 pm

Post by fuzzie »

mac_es wrote:The pitfall is that the framework is new to kitkat so I don't know scummvm enough to evaluate the migration to the new sdk and adapt the code...
The pitfall is that the new framework is beyond idiotic. It's only accessible via Java and requires an *intent* to save a file (seriously?). Unless there's some way to get permission to write to a path (and I don't think there is), this isn't going to get fixed unless someone provides a patch.
Post Reply