I have found a number of bugs with the File component and have already reported some of them.
To keep it clearer, more bugs should / can be posted here.
1. mp4 file from assets not found on Android 11 with Companion (APK works, on Android 9 both work):
@anonwins Your post does not provide an aia file to test, a note indicating the Android version and other information that could help debugging. The information is essentially useless ( a joke) because it does not provide the information necessary to replicate the behavior you observe.
Bug reports are useful only if they provide information sufficient for the developers to test.
Please provide an example. Thanks.
I made a tool to check the behavior of file component vs taifunfile. Taifunfile behaves normally but various commands to the file component cause the app to crash.
I guess it's related to not having permissions to edit other applications files (including previous installation of same app). So I'm not sure if first time trying will reproduce the problem, perhaps it needs re-installation
I'm on android 11 just installed new update lineageOS
Your app crashes because you set the scope for the source file to the app instead of assets.
Instead of building a universal app with many variables and routines creating paths, make an app that shows one bug, with simple blocks that make it easy to understand what's going on. It also makes no sense to compare the file component with the extensions. We're not looking for differences between the components, just bugs in the file component.
Yeah it crashes anyway and I don't think it's supposed to. A simple error notification would suffice. It's a bug, I didn't know that it was already reported. Now that I've seen the relevant threads I report that I didn't see any new bugs.