V vercettyDev Active Member Licensed User Longtime User Jun 12, 2018 #1 Can I change the settings of a variable through an .exe software? For example I have an application that every client has a panel where they will modify this information, and generate a configured APK. I was told that with WriteAllBytes from VB.NET I can do this.
Can I change the settings of a variable through an .exe software? For example I have an application that every client has a panel where they will modify this information, and generate a configured APK. I was told that with WriteAllBytes from VB.NET I can do this.
Erel B4X founder Staff member Licensed User Longtime User Jun 12, 2018 #2 Amanda Sura said: I was told that with WriteAllBytes from VB.NET I can do this. Click to expand... Forget about VB.Net. Use B4J. If it is a B4A app then the best option is to modify a file that is inside the Files folder and then run the command line builder to build a new APK. Upvote 0
Amanda Sura said: I was told that with WriteAllBytes from VB.NET I can do this. Click to expand... Forget about VB.Net. Use B4J. If it is a B4A app then the best option is to modify a file that is inside the Files folder and then run the command line builder to build a new APK.