Er is een oplossing gekomen uit de community van Fairphone gebruikers op forum XDA-developers voor dit probleem:
bron:
http://forum.xda-developers.com/showthread.php?t=2362172&page=14Originally Posted by MrJekyll View Post
0. (install busybox and terminal emulator)
1. get superuser rights (Start terminal emulator, type "su" and press enter, grant root priveledges if asked for)
2. remount your system-partition with write access (type "mount -o rw,remount /system" and enter)
3. change the permissions for the following files to rw-r-r:
/etc/permissions/com.google.android.maps.xml
/system/etc/permissions/com.google.android.maps.xml
/system/framework/com.google.android.maps.jar
(to do so, type "chmod 644 $file" and enter, replace $file with the filename and path as written above, do this for all three files)
4. remount system-partition read only (type "mount -o ro,remount /system" and enter)
5. close terminalemulator, delete appdata and updates for Google playstore and reboot. For me that was all.
Dit is gedaan op m'n fairphone, en nu heb ik ook obsmapp, het werkt!