[Magisk] v9 Module - SD Write Access Enabler v1

Search This thread

_Exeedy_

Member
Oct 11, 2016
26
56
36
vienna
Magisk v9 Module: SD Card Write Access Enabler v1

Screenshot_20161119_180513.png


Tested on g935f with kyris echoe nougat beta3 rom.
Should work on other nougat roms too
Module made by me

Use the path /mnt/media_rw/


Here the link: https://mega.nz/#!fdYAjDYQ!jxXo-7H3PlchBN09GfeLeoNmkziX9jtS5ieCHXEvJUc
Mirror: http://www5.zippyshare.com/v/AQJ3d7oF/file.html

If you include the patch in your rom please give proper credit. Thank you
 
Last edited:

Xp3riaXpr3ss

Senior Member
Oct 13, 2016
544
188
Link works.
It isn't uploaded at magisk repo my friend.

Thanks for the clarification. Whenever I hit download link on my mobile, Chrome browser goes into a refresh loop on zippyshare. It's weird but I probably should try downloading via PC.

Edit: Downloaded zip file via PC. Testing in progress. Thanks for the effort.
 
Last edited:
  • Like
Reactions: _Exeedy_

Blauhasenpopo

Member
Jul 18, 2014
23
0
I do not understand how it works, everything works like before, Apps are installed in internal SD Card and data also in internal SD Card .
 

HaoZeke

Senior Member
Aug 16, 2009
860
655
Kanpur
rgoswami.me
Redmi Note 10 Pro
So, do i have do copy all on External Card or internal card to this mnt point?

no no, it simply is used for allowing apps to access the external sd card without having to use the Document Storage provider. eg. Say you have your titanium backup files on your sd card, you can point to the mount point to access them instead of using the external storage handler or anything else.
Or you could save files on the ext sd card by pointing to the mount point.
 

Songine

Member
Aug 9, 2016
45
5
Link works.
It isn't uploaded at magisk repo my friend.
Hi,I really want to get this module,but I can not download it by the link,could you upload it in another way please.

Thank you very much.

---------- Post added at 08:45 AM ---------- Previous post was at 08:26 AM ----------

Link works.
It isn't uploaded at magisk repo my friend.
OK,the link is working,but you add more one 'http' before the link,it is the right one: http://www5.zippyshare.com/v/AQJ3d7oF/file.html#39;

And the module works well on my kenzo(nougat),thank you very much !
 

Top Liked Posts

  • There are no posts matching your filters.
  • 54
    Magisk v9 Module: SD Card Write Access Enabler v1

    Screenshot_20161119_180513.png


    Tested on g935f with kyris echoe nougat beta3 rom.
    Should work on other nougat roms too
    Module made by me

    Use the path /mnt/media_rw/


    Here the link: https://mega.nz/#!fdYAjDYQ!jxXo-7H3PlchBN09GfeLeoNmkziX9jtS5ieCHXEvJUc
    Mirror: http://www5.zippyshare.com/v/AQJ3d7oF/file.html

    If you include the patch in your rom please give proper credit. Thank you
    6
    Little informations about my v2 update.

    Due to XDA servers issue i can't actually update my answer.
    My zip is actually in pending to be accepted in Magisk repo.

    So for now, you can download my update by my previously attachment or by my mirror link (its the same zip file).
    When i could finally edit my first answer, i could update the zip, i just have make very minor updates: in modules section in the module description and in the display text that appear during the flash, so as i said very minor update.

    Enjoy mans and girls :eek:
    6
    Yeah... I'm looking at this at the moment actually, but have no idea what I'm doing really. Someone who knows a little bit about magisk modules could probably do this in 5-10 minutes, might be a good idea to ask for help in Magisk's Main Forum.
    So, after working on this module its works on Magisk v14 !
    Tested on my phone, it works.
    Also, thanks to @ m0yP for his help
    https%3A%2F%2Fxdaforums.com%2Fimg.xda-cdn.com%2F4GyNTNurNSqZ3y_wLYFOuT6hU1Q%3D%2Fhttps%253A%252F%252Fforum.xda-cdn.com%252Fimages%252Fsmilies%252Fgood.gif


    You can download it in attachment.
    Mirror: http://uptobox.com/fqy9mh6zjqzj
    Now i will add it for the Magisk repo.

    All credit to @_Exeedy_.
    4
    Hi all, as development has stalled on this. I thought I would share my 2 cents. I had a look at this zip and it mostly seems to be latest template compliant except for a couple of differences when you download the newest template.

    I had a look at what this does and it seems to replace platform.xml in system/etc/permissions
    So I compared the platform.xml file in this to an untouched file from S8+ LightROM v5

    I noticed 42 changes, but I suspect the platform.xml in this file is an older version to that of the current one.
    Most of the changes were missing pieces of code in the newer platform.xml
    So the missing code was relating to new settings I guess

    What I did notice in the compare was these 4 additions. So I grabbed the latest platform.xml for my S8+ and edited it with these

    Code:
    <permission name="android.permission.WRITE_MEDIA_STORAGE" >
    add:
    <group gid="sdcard_all" />
    
    <permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
    add:
     <group gid="sdcard_r" />
    <group gid="sdcard_rw" />
    <group gid="media_rw" />

    I put this file in a TWRP patch I already use, or you could use a root explorer to replace the file.
    I have SDCard R/W access without this module now, with only those 4 pieces of additional code

    You are still required to use /mnt/media_rw/<sdcard_serial> to access it.

    I'm in no way an expert. Simply a hack. So please if you do this, it's at your own risk

    I will not be making my own module, or creating a patch as I am not even sure if the platform.xml I have is Samsung S8 specific or Android specific.. I suspect Samsung specific with some of the code that is in it looks like Samsung software..
    3
    OK, just had to chime in on this....
    Yes, sad to say, but this is not being updated in anyway, from the Dev.
    NOW... let talk about this ( SD Write)... not too long ago, I did have a module like this, from Exposed! Yep, I said Exposed...
    Like this mod for Magisk, the other is not being updated too. (do know, it did work w/Exposed on Marshmallow. but am on LOS 7.1.2)
    However, with the latest News on Magisk, v1400, can out exposed, systemlessly, in the system. SO, I am trying to get the latest Module for Exposed. So, Hopefully, I can put Exposed on, then add a mod for SD Writing, (w/ Extsd2 partition as well, yes, formatted to Ext4)
    So hopefully, in a day or two, I can have it running on mine, and will come back and Edit this post or add a New one on this matter (writing to the SD card)