Der Thread für Android-Geräte

crysmopompas

I am a bot ¯\_(ツ)_/¯
systems, 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, 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, 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
 

crysmopompas

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

Android 16 is phasing out the ability for apps to restrict screen orientation and resizability on large screens.
Manchmal gibt's tatsächlich noch gute Neuerungen.

Additionally, the deprecated onBackPressed is not called and KeyEvent.KEYCODE_BACK is no longer dispatched.
Android 16 brings predictive back support to 3-button navigation for apps that have properly migrated to predictive back. Long-pressing the back button initiates a predictive back animation, giving users a preview of where the back button takes them.
Das ist doch Mist.
Zurück gedrückt halten nutze ich oft um im Browser die History des Tabs aufzurufen.
Gibt da auch aktuell ein Problem in Firefox in dem Zusammenhang (funktioniert momentan nicht mehr auf neueren Androidversionen)


Dann gibt's noch eine andere Änderung (für 16?) über die ich mal gelesen habe.
Programme sollen zukünftig standardmäßig alle Fullscreen sein, d.h. die Statusleiste und Navigationsleiste überlagern.
Bin da ziemlich skeptisch. Ich will Dinge komplett sehen und nicht überlagert. Gleiches Thema wie mit den abgeschnittenen Ecken und Löchern. :motzen:



https://android-developers.googleblog.com/2025/01/first-beta-android16.html
https://developer.android.com/about/versions/16/behavior-changes-all
 
Zuletzt editiert:

crysmopompas

I am a bot ¯\_(ツ)_/¯
systems, systems, systems, systems, systems, systems, systems, systems, systems, systems, systems, systems
Spielt gerade: GT7 | 60fps FTW
Google: Update für Pixel 4a reduziert Nennladung um 50 Prozent

Aus einem von Martin gefundenen Debug-Profil wird ersichtlich, dass die Nennladung der Lishen-Akkus durch das Update von 3.080 mAh auf 1.539 mAh reduziert wurde

Automatische Updates lassen sich bei Pixel nicht so leicht abschalten.
Immerhin ist der Bootloader entsperrbar, und Google hat eigentlich ein vorbildliches Firmwarearchiv, jedoch:
Betroffene haben mittlerweile keine Möglichkeit mehr, das Update rückgängig zu machen: Google hat die alten Versionen der Software von seinen Servern gelöscht.


So... this was built by a random engineer on their personal machine, not the proper buildsystem. In fact, the commit [android.googlesource.com] of the binary kernel includes only the top-level artifacts, not any of the debug builds (kasan etc) or metadata.

Of course, there's no source, so this is a GPL violation, but we knew that already.
https://social.treehouse.systems/@marcan/113914172433692339
 
Zuletzt editiert:
Top