Android Question Got a Pixel phone + usb connection + Android 16?

Sandman

Expert
Licensed User
Longtime User
There's two of us with that combination here in the forum that started getting "AppName isn't responding" messages.

If you are have the combination above, could you please comment on whether you get these messages now and then?
(Also post if you have the combination and do not get the messages.)


If you want to read more about this issue, here is the thread:
www.b4x.com/android/forum/threads/appname-not-responding.170706/
 

xeriko

Member
Licensed User
Longtime User
Same here — I have that combination and I'm getting the "AppName isn't responding" messages too. And it's not just now and then for me; it pops up roughly every 20 seconds, which makes it really annoying to work with.
 
Upvote 0

Alessandro71

Well-Known Member
Licensed User
Longtime User
Maybe not related at all, but I’m receiving complaints from users with Bluetooth issues on pixel phones after the latest Google patch.
maybe that latest patch has stability problems
 
Last edited:
Upvote 0

Dave O

Well-Known Member
Licensed User
Longtime User
I just got a crash reported by a user using my app on their Pixel 3a (Android 12), which was working fine until a few days ago. She just got a new Pixel 9a (Android 16) and the same crash is happening to it - <appname> keeps stopping - on app startup.

Wonder if mine is related to yours?
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
I have a Pixel 6a/Android 16 with all our apps running and have never encountered this issue. Has anyone done a 'adb logcat -d > device.txt' ? I would be glad to help if you want to send me an apk.

John.
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Wonder if mine is related to yours?
Best guess: yes.

Has anyone done a 'adb logcat -d > device.txt' ?
Oh yes, quite a bit. The only thing ever that comes up is that there is something with the Starter, even though it's completely unmodified from a blank project. (I'm guessing that there is a minor possibility that we'll get a B4A update at some point, with updated behind-the-scenes code for the Starter.) Check out the linked thread in #1 for a bit more info.
 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
Best guess: yes.


Oh yes, quite a bit. The only thing ever that comes up is that there is something with the Starter, even though it's completely unmodified from a blank project. (I'm guessing that there is a minor possibility that we'll get a B4A update at some point, with updated behind-the-scenes code for the Starter.) Check out the linked thread in #1 for a bit more info.
Guys, I'm might be mistaken correct me if I wrong, but as far as I remember there are some settings that turn on / off 16 KB mode on Google Pixel phone.

Checked with Google


Key Details on 16KB Settings
  • Purpose: To enable 16KB memory page size instead of the standard 4KB, reducing RAM overhead and improving app performance.
  • Requirement: Your Pixel 9a must be running Android 15 QPR2 or later.
  • Enabling the Setting:
    1. Go to Settings > System > Developer options.
    2. Locate and toggle Boot with 16 KB page size.
  • Crucial Note: Enabling this setting requires an unlocked bootloader and will trigger a factory reset to reformat the device's file system.
  • Reverting: Switching back to 4KB also requires a factory reset.
    Android Open Source Project
    Android Open Source Project +5
This setting is primarily for developers to test 16KB compatibility before it becomes mandatory for app submissions to the Play Store.
 
Upvote 0
Top