Help Needed With Pyqtdeploy
-
Hello to everyone, I've recently decided to take the plunge into deploying pyqt5 apps to android using pyqtdeploy. I've managed to deploy the pyqt-demo comfortably using linux, I've deployed my nifty and cool repository Wuddz-Search-Gui with some tweaks, it loads quite well and I've tested that all the imports work with the commands that work. My issue is that some of the commands in the modules don't work, leading me to think it must be permissions based, I've no prior experience with android apks but I've done some research and added some permissions to the AndroidManifest.xml template file using termux app permissions as reference. When I run the app still can't execute some of the commands.
Can anyone here help me with what I need to do for all python commands to function as they're supposed to in the apk?