B4A Question Install Failed - Package signatures do not match with b4a version 11 - agraham (first post)    Nov 13, 2021 It seems that recompiling with B4A 11 produces a different package signature than B4A V9. This is what packager signing is about - and is as far as my knowledge goes!
https://source.android.com/security/apksigning/
I know that B4A v11 changes some things to do with signing. Hopefully Erel might se B4A Question Programmatically uninstall app on Android 11 - drgottjr (first post)    Mar 01, 2024   (1 reaction) permission needed: android.permission.REQUEST_DELETE_PACKAGES. i don't believe it's runtime, but check for dangerous permissions in the ide pop-up after you add it to the manifest. easy enough to remedy if it is. (also think about Intent.ACTION_UNINSTALL_PACKAGE if android.intent.action.DELETE do B4A Question Possible to get value from strings.xml for other app? - JordiCP (first post)    Mar 09, 2021   (4 reactions) Since the "" is only available since API30, I have taken another approach. This has worked for me (tested with Android 10). There are changes in Android 11 regarding the Packagemanager, that not all apps will be by default visible to the user. However, I don't think this affects system apps Pls con B4A Question Problem with Android 11, White screen and app doesn't start - Lello1964    Nov 30, 2021 intent.action.PACKAGE_ADDED, ngp.n(8): Invalidating cached PackageState for b4a.example11 Slow dispatch took 138ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@78f05fb m=0 Slow delivery took 287ms main h=android.app.Activ B4A Example Custom Intent Provider Requester Services, updated for Android 11 (API 30) - swChef    Mar 26, 2022   (3 reactions) Not long ago Don provided example Provider Requester Activity based communication via Intents. Although that Activity version had some hints in it for Service based version, it took several additional steps to get it working (Service Intent must be explicit, which may reflect more on my knowledge l B4A Question JRDC2 error (***Command not found: null) - Serge Nova (first post)    Oct 15, 2023 (Je pensais que l'erreur de commande introuvable s'était peut-être produite parce que j'avais modifié le code du packager B4JPackager11.
I just realized that B4JPackager11 is not useful in my example.
)
The problem I want to solve is command not found B4A Question B4J Standalone Package .exe not working for sqlite projects - Col    Jan 22, 2021 I can package any B4j project and the resulting .exe runs perfectly. However, when I have a project that uses sqlite, the resulting packaged .exe simply does nothing. Stepping through the code reveals that the problem is related to the ExecQuery statement. Here is the Project Attributes section: #R B4A Question Why doesn't Fire OS detect overlay permission in B4A apk, but it does for another apk? - OliverA (first post)    Oct 23, 2022 ): 'Input: Optionally, in versions of Android prior to 11, the Intent's data URI can specify the application 'package name to directly invoke the management GUI specific to the package name. For example "package:com.my.app". 'Notice the "prior to 11" 'WARNING: Below w Wish Update OpenJDK - Sagenut (first post)    Apr 27, 2022   (2 reactions) If possible I would ask @Erel to provide the complete new JDK package when supported.
As it was done with 11 and 14.
Thanks Java Question PendingIntent.FLAG_MUTABLE - Johan Schoeman (first post)    Aug 14, 2022 Erel, definately using SLC V1.11 for building Android Libs. Have just downloaded and extracted it again to make sure I am using the right one. This is the complete error - it builds the Jar successfully but fails to create the XML. Is it maybe because I am using Java 11? Starting step: Compiling Ja Page: 1   2   3   4   5   6   7   Powered by ColBERT |