Hi, I have tried various ways to get Kitkat 4.4.2 to accept SD card as the default storage to install downloaded apps to. There is an option on my phone in settings for Phone and one for SD Card, but eventhough its set to SD card, my apps can't use SD card as storage. I use Fastnote and super backup from play store. that is those 2 I have noticed the problem with so far.
Sdfix did not fix this, it did not add the <group gid="sdcard_rw" /> to platform.xml
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
<group gid="media_rw" />
I have later added this myself, by following the XDA guide below - but still no access.
Reference: http://forum.xda-developers.com/show....php?t=2687734
The feature of using the MicroSD card as default storage is good in case the phone breaks, how Google could remove this feature is beyond me. I get that they did it because of security, but that is just laziness from Google.
Anyone have a suggestion?
JBJ
Sdfix did not fix this, it did not add the <group gid="sdcard_rw" /> to platform.xml
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
<group gid="media_rw" />
I have later added this myself, by following the XDA guide below - but still no access.
Reference: http://forum.xda-developers.com/show....php?t=2687734
The feature of using the MicroSD card as default storage is good in case the phone breaks, how Google could remove this feature is beyond me. I get that they did it because of security, but that is just laziness from Google.
Anyone have a suggestion?
JBJ
No comments:
Post a Comment