Hello After the latest kodular update Downloading files to Downloads folder not working it showing error and please enable permission in settings.
But the permission alredy asking while opening app and in settings it enabled still shows the error and can’t download files
Please anyone clarify me reagards this​
Anil_M
(Codal Inc.)
July 19, 2022, 2:17am
#2
Use this block to solve your problem uninstall the app install again
i tried this method and not working the permission already enabled in settings
Anil_M
(Codal Inc.)
July 19, 2022, 2:37am
#4
Uninstall the app install again
Yes i tried uninstall and installed again but when opening it asking permission but after enable permission it says same error
Bidush24
(Coding Never Lies..!)
July 19, 2022, 2:52am
#7
Show your Downloading Block also…
It was working fine the problum is facing after kodular 1.5.6 update in settings the permission is already enabled
@Bidush24 this is the blocks
Anu10
(Anu)
July 19, 2022, 4:03am
#11
Also are you trying it in Android 11?
If so, Refer
The Download component incorrectly requests WRITE permission also on Android 11+.
Since a file is downloaded to the Shared folder /Download, no storage permissions are required on Android 11+.
[grafik]
If so (as I mentioned several times), build the APK, decompile it and edit the Manifest by declaring this line in the Manifest, recompile and try again.
[grafik]
Which means that now WRITE is incorrectly also declared on Android 11+ (but it can never be granted there, as it works the same way as READ on Android 11+).
This is of course (as also mentioned several times) a bug!
But it should solve your problem until this serious bug is (hopefully soon) fixed.
Here’s a quick guide on how to customize the Manifest (→ APK Studio Editor or A2M):
Decompile the APK
open the Manifest: AndroidManifest.xml
edit the Manifest
Recompile the APK
Done in less than 1 min!
@Anu10 ya i reffred this can you please clarify it?? In there i saw a post that downloads to shared folders like downloads folder no need such permission.
Is this any kodular bug or i have to do anything please replay
Taifun
Split this topic
April 24, 2023, 5:09pm
#13
A post was split to a new topic: What is the AAPT stage