Skip to main content
Tidied up the linky :)
Source Link
t0mm13b
  • 13.5k
  • 1
  • 50
  • 59

Found an answer to my own question! Might as well share how I did it (DO IT AT YOUR OWN RISK, it worked fine for me). Needs root obviously.

  1. Using a root-enabled file manager, navigate to /system/etc/permissions
  2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
  3. Add an additional group definition for this permission...<group gid="media_rw" />
  4. Save the changes to the file.
  5. Restart.

Credits go to mateenfmateenf from the XDA-developers forum. http://forum.xdaXDA-developers.com/showthread.php?t=2617921 forum

Found an answer to my own question! Might as well share how I did it (DO IT AT YOUR OWN RISK, it worked fine for me). Needs root obviously.

  1. Using a root-enabled file manager, navigate to /system/etc/permissions
  2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
  3. Add an additional group definition for this permission...<group gid="media_rw" />
  4. Save the changes to the file.
  5. Restart.

Credits go to mateenf from the XDA-developers forum. http://forum.xda-developers.com/showthread.php?t=2617921

Found an answer to my own question! Might as well share how I did it (DO IT AT YOUR OWN RISK, it worked fine for me). Needs root obviously.

  1. Using a root-enabled file manager, navigate to /system/etc/permissions
  2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
  3. Add an additional group definition for this permission...<group gid="media_rw" />
  4. Save the changes to the file.
  5. Restart.

Credits go to mateenf from the XDA-developers forum

Source Link
Guillaume
  • 441
  • 1
  • 3
  • 11

Found an answer to my own question! Might as well share how I did it (DO IT AT YOUR OWN RISK, it worked fine for me). Needs root obviously.

  1. Using a root-enabled file manager, navigate to /system/etc/permissions
  2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
  3. Add an additional group definition for this permission...<group gid="media_rw" />
  4. Save the changes to the file.
  5. Restart.

Credits go to mateenf from the XDA-developers forum. http://forum.xda-developers.com/showthread.php?t=2617921