[FIX][LEAKED 4.4]External Sdcard Mount Perms fix

Search This thread

Kyonyx

New member
Nov 8, 2012
2
1
after i replaced file i missed that permissions changed... then i had to reset default to get everything working :/ bluetooth stopped working and i had terrible glitches and freezes.. even when i changed to 644... so secont time i just added media_rw line by editing permissions.xml and now it worked flawlessly :)

I noticed that even now when i have rw acces to sdcard not everything is working as in 4.3 - for example solid explorer does not see by default external sdcard :/ but it is only beta so i can live with it ;)


I have the same problem as you, what have you added and where exactly?

Thank you
 
  • Like
Reactions: Bejda

deathnotice01

Senior Member
Feb 19, 2012
8,328
3,136
Cebu
I think this is due to google slowly trying to kill the codes for external storage.

I'm sure in the upcoming versions they'll finally reject support for external sdcards.



[A gorilla dies for every smartphone.
Stop using gorilla glass and save planet earth]
 

Andrewtst

Senior Member
Aug 4, 2009
4,840
1,792
Johor
I did everything according to procedure but doesn't quite work… how is that possible? I need of external memory!

Inviato dal mio SM-N9005 utilizzando Tapatalk
Did you change the permission and the permission confirm change. I always use root explorer to change permission and this permission thing is important, else it won't work.
 

xax41

Member
Oct 6, 2009
36
2
Pls Original Platform File for Poland Rom. Total Error. THX

Solved - Reinstall
 
Last edited:

Bladerummer

New member
Jul 13, 2011
1
0
Can't change permissions

I'm on Echoe V13, so have root. Also have ES File Manager. When changing permissions on platform.xml I get "Job failed". Can't delete the file and can't replaced it with the downloaded platform.xml. Any suggestions?:confused:
 

charlypaez

Senior Member
Sep 26, 2013
976
278
Good afternoon.. Sorry friends can anybody create a fix.zip (flasheable) of the correct Platform.xml?? Thanks :)

Sent from my N900W8 Telcel México for XDA Mobile Premium :)
 

czarnozeby

New member
Aug 13, 2010
1
0
Okay, so one of the issues currently with the leaked firmware is that some apps (e.g titanium backup, file explorers, etc) cannot save files to the extsdcard due to a incorrect parameter in the platforms.xml

So here is the fix:
1.) Download the attatchment and extract
2.) Navigate to ~/system/etc/permissions
3.) Replace the platforms.xml with this one
4.) Set permissions as RW-R--R-- (644)
5.) Reboot and test if apps now have access to external storage

And NOTE this may or may not work so do so at your own risk!

How to set permissions as RW-R--R-- (644) on the unrooted phone?
 

ManUtdRul3

Senior Member
Jun 29, 2010
121
9
Did you change the permission and the permission confirm change. I always use root explorer to change permission and this permission thing is important, else it won't work.

I did exactly that and got a bunch of errors. Do you have the original file?

edit: even Root Explorer doesn't work now, ****
 

Top Liked Posts

  • There are no posts matching your filters.
  • 77
    Okay, so one of the issues currently with the leaked firmware is that some apps (e.g titanium backup, file explorers, etc) cannot save files to the extsdcard due to a incorrect parameter in the platforms.xml

    So here is the fix:
    Method 1
    1.) Download the extsdcardfix-flashable.zip below and save to sdcard
    2.) Reboot to recovery (CWM/TWRP)
    3.) Flash the zip
    4.) Reboot


    Method 2
    1.) Download the platform.xml.zip attatchment and extract
    2.) Navigate to ~/system/etc/permissions
    3.) Replace the platforms.xml with this one
    4.) Set permissions as RW-R--R-- (644)
    5.) Reboot and test if apps now have access to external storage

    And NOTE this may or may not work so do so at your own risk!
    13
    this temporary solved my all problems.....works on both all S4 Versions i950.........

    <permission name="android.permission.READ_EXTERNAL_STORAGE" >
    <group gid="sdcard_r" />
    <group gid="media_rw" />
    </permission>

    <permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
    <group gid="sdcard_r" />
    <group gid="sdcard_rw" />
    <group gid="media_rw" />
    </permission>

    <permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE" >
    <group gid="sdcard_r" />
    <group gid="sdcard_rw" />
    <group gid="sdcard_all" />
    </permission>

    or download the file and flash it via recovery
    plus set 744 permission on folder mnt/media_rw [on every reboot]
    Using root explorer manually

    thx
    best regards
    6
    For me, most apps are working now, but the solution was NOT to replace the platform.xml file with the one attached to this thread. This, on the contrary, made things worse.
    What I did, is just add a simple line to the platform.xml file:
    (the one added is the 4th line below, in bold)

    <permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
    <group gid="sdcard_r" />
    <group gid="sdcard_rw" />
    <group gid="media_rw" />
    </permission>


    And that's it. Now, I still have issues with Poweramp but I think that's because the path name of the ExtSdCard changed from 4.3, as they had changed it from 4.2 also.
    Other Music players are not working either because they can't find the sdcard. JetAudio Plus can find it though.
    4
    Problem with Poweramp solved with atualization: 2.0.9.build 543: http://powerampapp.com/download/Poweramp-2.0.9-build-543-uni.apk
    3
    Poweramp still a no go?

    Sent from my SM-N9005 using xda app-developers app
    No it actually works doing the instructions mentioned in the link above and what TheJeremyWhite did (which is the same thing basically).
    I totally missed the part where I had to change the permissions on that folder. That FINALLY solves every single issues I had with my Ext SDCard now!