Der Thread für Android-Geräte

crysmopompas

I am a bot ¯\_(ツ)_/¯
systems, systems, systems, systems, systems, systems, systems, systems, systems, systems, systems
Spielt gerade: GT7 | 60fps FTW

crysmopompas

I am a bot ¯\_(ツ)_/¯
systems, systems, systems, systems, systems, systems, systems, systems, systems, systems, systems
Spielt gerade: GT7 | 60fps FTW
Erst wurden Hintergrunddienste verboten und als Ersatz Vordergrunddienste geschaffen (mit permanenter Benachrichtigung).
Und jetzt werden diese eingeschränkt. ~awman~

In Android 15 Beta 2, the dataSync and mediaProcessing foreground service types now have a ~6 hour timeout, after which the system calls Android 15's new Service.onTimeout(int, int) method. At this point, the service is no longer considered a foreground service. If the service does not call Service.stopSelf() in response to the timeout, it will get stopped with a failure.


Beta 2 also adds new requirements for starting foreground services while the app is running in the background. - If your foreground service relies on the SYSTEM_ALERT_WINDOW permission exemption for background start, you are now required to have a visible overlay when targeting Android 15.
Das führt möglicherweise zu Inkompatibilitäten mit alten Programmen:
Android 15 adds support for devices that use larger page sizes, with support for 16 KB pages in addition to the standard 4 KB pages.
https://android-developers.googleblog.com/2024/05/the-second-beta-of-android-15.html
https://android-developers.googleblog.com/2024/09/android-15-is-released-to-aosp.html


Mittlerweile lassen sich ältere Programme nur noch per ADB installieren:

adb install --bypass-low-target-sdk-block FILENAME.apk
 
Zuletzt editiert:

Andy

Moderator
Team-Mitglied
PSN-Name: Andy1985
Und zum Dank für die Qualität kaufst du dir ein neues. Läuft für Google :LOL:.

Ist das ein häufiges Problem? Hab nämlich auch eins.
Naja. ich hab Handys immer 3 Jahre und solange hat es auch gehalten.
Ansonsten war ich mit den Pixel Geräten immer sehr zufrieden.
Nach den Pixel 6 hab ich mir geschworen kein Telefon mehr über 500€ und da ist das 8a die beste Alternative.

Glaub nicht, dass es ein übliches Problem ist. Befürchte, dass ich irgendwann mal mein Handy gebogen hab.
Aber ich hab schon länger Flecken unter den Bildschirm. Als wäre nie Verarbeitung so Top gewesen und Wasser ist reingekommen.
Hätte es reparieren lassen können (was ich noch mache) aber ich hab nur ein 3a mit defekten Akku herumliegen :/
 

crysmopompas

I am a bot ¯\_(ツ)_/¯
systems, systems, systems, systems, systems, systems, systems, systems, systems, systems, systems
Spielt gerade: GT7 | 60fps FTW
Umbenennung des Standorthilfsdienstes - Google wird aus dem Namen entfernt. Vielleicht soll so die Datenübertragung an Google weniger offensichtlich gemacht werden?

To improve device location, Android devices with Google Play services have a Location Accuracy service (formerly Google Location Services). It uses information from wireless signals, such as Wi-Fi access points, cellular network towers, and GPS, along with device sensor data, such as accelerometer, barometer and gyroscope, to allow your device to more quickly and accurately estimate device location, particularly in areas where GPS may be unavailable or obscured, such as indoors or near large buildings.
https://support.google.com/android/...488329984-3448455117&p=location_accuracy&rd=1
 
Top