H
heikowb
Neues Mitglied
- 1
Hallo,
da ich zufällig bemerkt habe, das man bei Android 4.4 keinen Zugriff auf die SD-Karte hat, habe ich im Netz nach einer Lösung gesucht, und möglicherweise bin ich fündig geworden:
How to Fix ExtSdCard Issue on Android 4.4.2 KitKat | ZiDroid
How to Fix ExtSdCard Issue on Android 4.4.2 KitKat
Since Android 4.4.2 KitKat was released to the Galaxy S4/Note 3 and other android devices which support external sdcard, more users were having issue with some third-party apps in saving, writing or copying files to the external sdcard due to KitKat 4.4 security which was added by Google.
Here is how to fix this issue
Requirements :
Gruß
Heiko
da ich zufällig bemerkt habe, das man bei Android 4.4 keinen Zugriff auf die SD-Karte hat, habe ich im Netz nach einer Lösung gesucht, und möglicherweise bin ich fündig geworden:
How to Fix ExtSdCard Issue on Android 4.4.2 KitKat | ZiDroid
How to Fix ExtSdCard Issue on Android 4.4.2 KitKat
Since Android 4.4.2 KitKat was released to the Galaxy S4/Note 3 and other android devices which support external sdcard, more users were having issue with some third-party apps in saving, writing or copying files to the external sdcard due to KitKat 4.4 security which was added by Google.
Here is how to fix this issue
Requirements :
- Rooted Android device running on the latest KitKat update.
- Installed ES File Manager or any root files explorer app.
- Open ES File Explorer and press on the top left icon.
- Go to Tool > Root Explorer > Mount R/W
- Change Path / and /system from RO to RW
- Go to Local > / Device > system > etc > permissions > and open platform.xml as text in ES Note Editor.
- Find :
android.permission.WRITE_EXTERNAL_STORAGE permission - Change it from : <permission name="android.permission.WRITE_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> </permission>
- to : <permission name="android.permission.WRITE_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> <group gid="media_rw" /> </permission>
Gruß
Heiko