Software update: FP4.SP21.B.048.20230215

Else I think there were thoughts it might/could be connected to 5G, I assume you have seen those topics and tested it?

Edit: I think reboots were normal for the FP2 for various reasons and are not normal for FP3+FP4.

It happen to me at random moments with Android 11. Usually when I was typing something, so maybe it was a driver issue, just a guess of course. I don’t own a car, so I don’t use car navigation.

There is no option for that. Some vendor specific or custom roms implement this, but Android itself does not provide seconds display in the status bar.

You can use System UI Tuner to enable the option. Open the app and go to Status bar → Time → Show hours, minutes and seconds.

3 Likes

did you press both buttons at the same time and held them for a few seconds? it doesn’t take a screenshot instantly.

1 Like

A post was merged into an existing topic: Random brightness decrease after A12 update

Thanks, that works perfetly (for now)
R.

Yes.

  1. it moves the volume all the way down,
    2)it does not take a screen shot
    3)even if it did, I don’t want to spend my life waiting, it should be instantaneous.
    :frowning:

sounds to me like you’re only holding the volume down button, and not the power + volume down combo. the one second delay it takes is in order to prevent accidental screenshots.

2 Likes

Please keep in mind that showing the seconds could affect battery time since the phone is forced to redraw parts of the screen every second, which likely also prevents the processor to switch to a lower frequency.

I can’t tell you if this really is relevant and makes a difference, it depends on just too many factors. That’s why I just say “Please keep in mind”, so anyone enabling this may remember it if the battery time decreases afterwards.

I definitely held down both, I know what that means.
I tried again. It’s very difficult to do because of the protective case I’m using.
But it does work and there is actually almost no delay. However, as said, it is very difficult and if the buttons are not held exactly at the same time, it fails. I don’t want to take the protective case off of course.
So it is as good as unusable in my case (no pun intended), because in 80% of the cases it fails, and when it fails it either switches the phone off or sets the volume to 0.

But thanks.

1 Like

I don’t think it is relevant: it should happen only when the phone is on.
1Hz is a quite low frequency.
However, what you say may be the reason why the manufacturers don’t display the seconds.

Short update from my side concerning problems with speech recognition:
I had to deactivate the “Android System Intelligence” system app. Afterwards it seems that google engine is again really the default one (as Android SI seems to have been kind of hidden default one).
Now my automate flows work like a charm with other than US English language.

I reported this also to FP support. Hopefully they think about this edge case for the next update.

This is a new Android 12 addition. Google’s Pixel phones use “Google Tensor”, a processor which was initially intended as an accelerator for neural network machine learning (what marketing calls “AI”…).
As a smartphone chip it is rather unremarkable, which is probably the reason Google is injecting heaps of machine learning (“AI”) into Android, to give its processors a competitive edge over the competition…

“Android System Intelligence” is such a solution in search of a problem, sort of super-Clippy which observes 24/7 what you do (collecting all sort of useful marketing knowledge :smiling_imp:), and then takes initiatives, doing for you what it thinks you wanted to do (or rather what Google’s marketing thinks you should want to do)…

Unfortunately there is no “artificial intelligence”, there is only natural stupidity, and this will most certainly end in tears… :roll_eyes:

4 Likes

This data is stored and kept offline, such as quick suggestions for messaging, automatic quick shortcuts, keyboard improvements, adaptive brightness, image processing (until you upload it yourself to the Cloud of course) and many more.

Might be, although Google clearly states that although ASI is local, “Private Compute Services provides a secure bridge to the cloud”. So, apparently ASI does need access to Google’s “cloud” (fluffy name for “servers”), and it does that through PCS (which, having “Private” in its name, is highly suspect!)…
Anyway, whatever it is, Google being Google it is clear they will eventually “monetize” this. :smiling_imp:

Also, going through the features, besides the automatic translation I don’t see a single feature my Samsung Note 2 didn’t already have (in some form) 15 years ago, except of course some features I’d rather pay not to have, like “suggestions” (I rarely if ever do not know what I was about to do, so I don’t need some dumb Clippy bothering me with its silly remarks).
“Android System Intelligence” is another perfect example of “AI” being mostly hollow, meaningless marketing buzzwords…

1 Like

The Quickstep Launcher still causes problems. I’m having a hard time believing that these problems are hard to fix. The minimum display brightness is then turned down via update instead of correcting the error.

image

The launcher still has the problem that the header is displayed in the wrong color if you have previously scrolled down and started an app and then minimized or closed it. Then the header suddenly appears gray instead of black.
image

similar problem with light mode too. The header is also displayed in the wrong color here.

image

Darkmode colors are still wrong. white writing on a light blue background is just not legible.

image
in the bright mode, the contrast is as it should be.

I don’t think it’s rocket science to just match the colors. Please fix the problem! Please! This is your business card and the first impression you make.

1 Like

I’ve just updated my FP4 to Android 12 FP4.SP21.B.048.20230215 and I’m interested in how you managed to extract the boot.img via recovery. Could you please let me know?

Would it be something like the following?

         adb shell
         dd if=/dev/block/bootdevice/by-name/boot of=/sdcard/boot.img
         exit
         adb pull /sdcard/boot.img stock_boot.img

Do I require TWRP installed?

Yes, the commands are fine. I extracted /dev/block/bootdevice/by-name/boot_a and /dev/block/bootdevice/by-name/boot_b just n case. In fastboot mode you can check which is the active slot first to minimize the effort and then boot the TWRP image via fastboot. No need to install the recovery.

1 Like

Thanks @Lars_Hennig , do I need to boot TWRP at all or will adb shell not work without it?