I have documentsui and its enabled and i use 6.0Desmanto wrote:@Bluscre : That two is different problem. For granting external SDcard access, it seem your documents didn't response properly. If you have no problem reselecting SDcard path for all other app, you can try to clear data for the documents (com.android.documentsui), and try to grant the permission again. Sometimes the database corrupt and can't be written with new app permission.
For can't select file at root folder, it has been ever asked before. It is probably because the action was run using normal user privilege.
viewtopic.php?f=5&t=6895
You have to use execute root command.
@Akt : Do you have that documents (com.android.documentsui) at your phone? What is your phone, and what ROM do you use? Some ported Lolipop ROM may have remove this feature for kernel compatibility with kitkat. For that, Automagic can't do anything about it.
Sd fix
Moderator: Martin
Re: Sd fix
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Sd fix
Thanx friend for your help and time.
I installed marshmallow sd fix app and that solved my problem.
I installed marshmallow sd fix app and that solved my problem.
Re: Sd fix
Did it happen only to automagic or other app can't be granted external sdcard access too? I check your log again, there is something about xposed. Do you apply any xposed module to automagic? What modules do you use? I also use xposed and several modules but none of them interferes with automagic's functionality.Bluscre wrote: I have documentsui and its enabled and i use 6.0
That UID 10243 is which app?
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Sd fix
How would i know which app belongs to a uid? 

Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Sd fix
You can use Automagic init variable package info and use script to search for uid in the map value and return the key. But since it is one time search, it is easier to save the variable to text file and search for the uid.
Other way around, since you have root; you can directly open /data/system/packages.list using your favourite root file manager, and search for the uid. You can get the package name and then you can check the App name in automagic, using getAppName() or just search for in launch App action.
Other way around, since you have root; you can directly open /data/system/packages.list using your favourite root file manager, and search for the uid. You can get the package name and then you can check the App name in automagic, using getAppName() or just search for in launch App action.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Sd fix

Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Sd fix
So UID 10243 is the automagic itself. That xposed line before the error seems to give the hints. You probably use some xposed that conflict with the storage access framework. I see there is Link2SD there. Probably you can try to disable Xposed, restart and try to grant automagic the SAF permission.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Sd fix
Did you know this existed?Desmanto wrote:That UID 10243 is which app?


Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Sd fix
Yes, but I just use only single java function so far, that is URLDecoder. Because Automagic has URLEncoder, but no decoder. It is use to parse special character from file stream_uri (intent share) back to original path. Don't know how use the other function, as Java is too difficult for me and not practical in most of my daily activities. So the insentive to learn it is too small.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Sd fix
I already use about 6 and i'm looking into a way to utilize XPosed but i'm not quite sure if XPosed would need to be added to AM in the first place for that to work. @Martin ?Desmanto wrote:Yes, but I just use only single java function so far, that is URLDecoder. Because Automagic has URLEncoder, but no decoder. It is use to parse special character from file stream_uri (intent share) back to original path. Don't know how use the other function, as Java is too difficult for me and not practical in most of my daily activities. So the insentive to learn it is too small.

Just realized i had https://www.xda-developers.com/appconte ... th-xposed/ installed all the time and was still using crappy usage statistics.
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.