SD-Karten-Zugriff, Kitkat 4.4

  • 2 Antworten
  • Letztes Antwortdatum
Status
Für weitere Antworten geschlossen.
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 :

  • Rooted Android device running on the latest KitKat update.
  • Installed ES File Manager or any root files explorer app.
Steps :

  1. Open “ES File Explorer” and press on the top left icon.
  2. Go to Tool > Root Explorer > Mount R/W
  3. Change “Path /” and “/system” from RO to RW
  4. Go to Local > / Device > system > etc > permissions > and open platform.xml as text in “ES Note Editor”.
  5. Find :
    “android.permission.WRITE_EXTERNAL_STORAGE” permission
  6. Change it from : <permission name="android.permission.WRITE_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> </permission>
  7. to : <permission name="android.permission.WRITE_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> <group gid="media_rw" /> </permission>
8. Save the changes to the file and Reboot your device, and the issue will be fixed.


Gruß
Heiko
 
Daher mache ich hier zu
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben Unten