android 11

  1. E

    Android Question TTF graphics fonts don't shows on android 11+

    Hello. I made a very simple app to display characters from a graphics ttf font. On phones with Android 7 and Android 8 they show up fine. But in Android 11 and Android 12 characters from the system font are displayed. To rule out errors in the ttf file, I used the webdings.ttf font file, from...
  2. S

    Android Question Play button Exoplayer not visible after change color

    Hi, using this https://www.b4x.com/android/forum/threads/exoplayer-controls-color.142235/post-901743 to eye-candy the player a bit, the Play button is not visible until you touch it twice, so play and then pause. (on real device) How to get it visible before it is touched? Thank you.
  3. S

    Android Question App works ok on Android 9, crashes on Android 11 and 12 while scrolling

    Hello, an app where I'm working on runs ok on Android 9, but crashes on Android 11 and 12 emulators (10 I could not test). This happens while scrolling down to the last loaded image, and when reached it crashes (but not on Android 9). An no error is given in the filtered logs. I'm not...
  4. W

    Android Question Android 11 not playing mp3 soundpool DirAssets

    I'am playing a little mp3 file with soundpool (sound airhorn) which is located on DirAssets. This was allways working but now on Android 11 it doesn't work any more (several devices). When i send the mp3 file by a mail attachment it will normaly playing. Any suggestions? {code}Dim Snd As...
  5. N

    Android Question A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x740078008d

    I am getting the crash mentioned in the title. It occurs quite often and randomly, only on Android 11. I have the tombstone file, which I paste below. But I can't debug it using ndk-stack, as there is something I am missing: when issuing the command: ndk-stack -sym...
  6. Pedro Caldeira

    Android Question EscPOSPRinter and Android 1

    Hello, I need help, if possible. I have a B4A App that+ uses @agraham EscPosPrinter class to print to a BT Printer (40 columns). It works flawlessly, except in Android 11. It prints the first ticket and stop ate the middle of the second one Attached I send you an example from a Android 8 tablet...
  7. Pedro Caldeira

    Android Question EscPosPrinter and Android 11

    Hello All, My App prints (EscPOS Bluetooth printer) without errors or issues in Android 8 thru 10, but in Android 11 (Samsung Tab Active3) it can't print the whole ticket It always stop half way, even with resets between the prints, and after it misprints, I cannot print anything else. I have to...
  8. B

    Android Question Copy the file to the Android/data folder

    Hi I have been researching for a long time to be able to copy a file (folder) from dirinternal in the android / data folder. This is easily possible with file.copy in Android 10 below, but in newer versions of Android (some Android 10 and Android 11) it is very difficult and complicated. So I...
  9. Pedro Caldeira

    Android Question Google Maps is not installed or is disabled - android 11

    Hello All, I have an app that works with google maps, and all worked well until android 11 now when I click the Directions Icon, in the bottom right corner, instead of opening google maps and showing the directions I get the message "Google Maps is not installed or is disabled". I stumble across...
  10. W

    Android Question Android 11 error writing contacts: java.lang.SecurityException

    I'm puzzled. When writing contacts (trying to make any kind of modifications to contacts data) I'm getting the below error; the code works fine on Android 7, but not on my new toy with Android 11 (Xiaomi Redmi Note 10), B4A 10.90: RuntimePermissions PERMISSION_READ_CONTACTS and...
  11. Angelo Maradini

    Android Question Incompatibility with Android11

    I would like to install in Android 11 an app realized with B4A last year. When I install the app from apk, I receive a message like this: " This app was built for an older version of Android and may not work properly. Try checking for updates, or contact the developer." so I set in manifest...
  12. A

    Android Question Android 11 - How to create folder for database backup and storing user files?

    I’m writing an app that needs a folder(s) that can- 1. Store a backup copy of an SQLite database 2. Allow the user to copy CSV files into the folder for import into the database 3. Store PDF files produced by the app for printing by the user. I could see how to do this before Android 11 came...
  13. rleiman

    Android Question [Solved} - Fighting back against Samsung's battery management?

    Greetings, I'm using an unusual title to this thread because we are having a problem with Samsung S10 devices running Android 11. We are not sure if the problem is with Samsung or Android 11 or a combination of both, but it's causing many of our customers to complain that audio on existing...
Top