Flutter,Android. React to incoming calls without implementing full default phone handler.
If you want to be able to react to incoming calls, e.g. to block them on certain conditions without implementing all the functions the default phone handler has. The Solution is to become the default Call Screening Service. android/app/main/AndroidManifest.xml...REQUEST_INSTALL_PACKAGES forbidden in playstore
The android permission for REQUEST_INSTALL_PACKAGES have to be explained via video or has to be removed from your already published apps because the normal usage is now forbidden in playstore. Some plugins depend on this permission e.g. cordova-plugin-file-opener2, so...Android exported=true publishing error on playstore
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:...
Mysql function sys_eval does not exists
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...Windows 11 Capturing for MDT and WDS on Windows Server 2022
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...Fixing a Zip Path Traversal Vulnerability
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() ||...IntelliJ Idea mapstruct java: Internal error in the mapping processor: java.lang.NullPointerException
-Djps.track.ap.dependencies=false...ILIAS 7 upgrade problems
After the upgrade from ILIAS 6.6 to 7.0 and 7.1 there were various problems: WIKI page editor did not workdiverse admin links like content editor led to errorsSolution was in the new terminal CLI reload-control-structure furthermore, from 7.1 onwards, the following should be noted in the...Nextcloud 21 upgrade error
Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 438272 bytes) in /var/www/html/3rdparty/composer/autoload_real.php on line 37 problem: PHP_MEMORY_LIMIT environment variable is not set in user context www-data solution: sudo -u www-data...
Koha (library software) Docker Compose fast setup and production ready
https://de.wikipedia.org/wiki/Koha_(library software) Web Container Exposes 2 Ports. 5000 for Frontend and 5001 for Admin, you can map it to your machine with ports: - 5000:5000 - 5001:5001 version: '2' services: db: image:...
Recent Comments