by DATUREX GmbH | Nov 25, 2022 | Android
There are new requirements for publishing apps in the google playstore. You have to set activitys, services, providers and receivers in your manifest to exported = true. In ionic and cordova apps you can easly add this in your config.xml android section:...
by DATUREX GmbH | Nov 9, 2022 | SQL
To install and enable the sys calls in MariaDB and Mysql with newer Versions you have to copy a plugin into the mysql plugin folder: On a Linux Server copy the plugin in the mysql plugin directory /usr/lib/mysql/plugin/lib_mysqludf_sys.so and install it on a mysql...
by DATUREX GmbH | Jan 6, 2022 | WDT, Windows Server
Windows 11 Capturing for MDT and WDS on Windows Server 2022 usually fails for the normal capture or deployment tasks, because Windows 11 and also Windows 10 usually have Bitlocker on or perform updates and have AppX programs installed that are not...
by DATUREX GmbH | Oct 29, 2021 | Android
org.apache.cordova.Zip.unzipSync in IONIC and Cordova folders: node_modulescordova-plugin-zipsrcandroidZip.java && /plugins replace if(file.exists() || file.createNewFile()){ with if(file.exists() || file.createNewFile() ||...
by DATUREX GmbH | Jun 7, 2021 | intellij
-Djps.track.ap.dependencies=false...
Recent Comments