Beiträge von derpennerwinter

    Ich gebe euch da ja teilweise recht und die Gehälter sind sicherlich überzogen, aber warum sollten die Vereine die Preispolitik bei den Eintrittsgeldern ändern, wenn die Stadien voll sind?

    Gesendet von meinem Nexus 7 mit Tapatalk

    V50, 26.02.2014:

    Spoiler anzeigen
    • hlte: V50 comes with temasek kernel v2.04
    • Add "Change density on the fly" - SlimROM
      - Due to possibly my poor porting, I have to inject a SystemUI restart to complete it if not at times the statusbar doesn't get resized.
      - This density change WILL SURVIVE reboots & reflashing of ROMS
    • Add "Wakelock Blocker"
    • Add "Speed up booting on multicore devices."
      1. Add multithreading support to Installer/installd.
      2. Parallelize package scanning.
      3. Parallelize boot dexopt.
    • Add "Day and week on data usage"
      - Adds the ability to set day and week on when the data usage graph resets, instead of just month.
    • frameworks/base: Bluetooth: Add SDK apis for Wipower and Peripheral feature
      - changes needed for Wipower and Periferal features.
      - CRs-fixed: 587811
    • frameworks/base: Bluetooth: Handle exceptions for bluetoot socket read
      - Handled IO exception in read function of BluetootSocket, and also introduced a null check for mSocketIS.
      - CRs-Fixed: 605606
    • frameworks/base: Bluetooth: Add Power apply enable event handling
      - Add Wipower Power apply enable related event handling in frameworks
      - CRs-fixed: 612628
    • frameworks/base: Tethering: Skip link local addresses when enabling NAT
      - Only one entry is allowed to be added to route table 60 for all interface ipv6 link local addresses, so skip ipv6 link local addresses on all interfaces when enabling NAT
    • frameworks/base: Structure device not freed in error case …
      - In case of an error in the call usb_device_get_fd() the memory created by usb_open_device() is never freed.
      - Added a call to usb_device_close in case of error to release the allocated memory.
    • frameworks/base: Fixed a possible infinite loop in JsonReader#skipValue() …
      - Bug: https://code.google.com/p/android/is...etail?id=65846
    • frameworks/base: Remove java.io.tmpdir assignment in AndroidRuntime. …
      - This value is overridden by the framework anyway (see ActivityThread.handleBindApplication). Besides, it doesn't seem like a great idea to let tools clutter /sdcard/ with temp files.
    • frameworks/base: EGL14.eglCreateWindowSurface should set producerControlledByApp …
      - Interface of Surface class changed. To reflect the change for EGL14, add producerControlledByApp flag. Similar change can be seen in 0fa257f
    • frameworks/base: Release locked buffer when it fails to acquire graphics buffer …
      - The JNI buffer in ImageReader_imageSetup is not released when it fails to acquire graphics buffer. After all JNI buffers are exhausted, ACQUIRE_MAX_IMAGES will be returned and leads to error. The JNI buffer should be released when it fails to acquire graphics buffer.
    • frameworks/base: Add 2 APIs (suspend/resume) in MediaPlayer …
      - API:suspend() will just pause the player and release all the decoders
      to replace release() which will release the whole player
      - API:resume() will just init the decoders again,
      then start() will be called to start to play the streaming
    • frameworks/base: VideoView: Implement the suspend/resume operation in VideoView …
      - To use the new APIs (suspend/resume) of MediaPlayer
      - Add a new status "SUSPENDED"
    • frameworks/base: MediaRecorder: Add pause interface …
      - add pause in java level
      - add pause in jni level
      - CRs-Fixed: 587051
    • frameworks/base: Revert "Added sahlnaskh arabic font and give it higher precedence than DroidNaskh"
    • frameworks/base: Revert "Added sahlnaskh arabic font to Android.mk & fonts.mk files to actually get the font installed"
    • frameworks/base: Revert "data usage cycle length"
    • hlte: Improve boot speed
      - Start with noop, finish with ROW. Similar to stock.
    • hlte: Add custom audio_effects.conf
      - Enable offload for visualizer
    • hlte: hlte: Enable SIM hotswap
      - Even though this isn't possible due to the battery location, it is possible for an invalid SIM to cause a persistent modal dialog to be presented upon boot. This works around it.
    • hlte: Add qcmediaplayer to the build
    • Updated CM Source - Lots of camera, bluetooth, av...commits.

    Seit dem 26.02.2014 gibt es die aktuelle Version V50:

    "Changelog"
    • hlte: V50 comes with temasek kernel v2.04
    • Add "Change density on the fly" - SlimROM
      - Due to possibly my poor porting, I have to inject a SystemUI restart to complete it if not at times the statusbar doesn't get resized.
      - This density change WILL SURVIVE reboots & reflashing of ROMS
    • Add "Wakelock Blocker"
    • Add "Speed up booting on multicore devices."
      1. Add multithreading support to Installer/installd.
      2. Parallelize package scanning.
      3. Parallelize boot dexopt.
    • Add "Day and week on data usage"
      - Adds the ability to set day and week on when the data usage graph resets, instead of just month.
    • frameworks/base: Bluetooth: Add SDK apis for Wipower and Peripheral feature
      - changes needed for Wipower and Periferal features.
      - CRs-fixed: 587811
    • frameworks/base: Bluetooth: Handle exceptions for bluetoot socket read
      - Handled IO exception in read function of BluetootSocket, and also introduced a null check for mSocketIS.
      - CRs-Fixed: 605606
    • frameworks/base: Bluetooth: Add Power apply enable event handling
      - Add Wipower Power apply enable related event handling in frameworks
      - CRs-fixed: 612628
    • frameworks/base: Tethering: Skip link local addresses when enabling NAT
      - Only one entry is allowed to be added to route table 60 for all interface ipv6 link local addresses, so skip ipv6 link local addresses on all interfaces when enabling NAT
    • frameworks/base: Structure device not freed in error case …
      - In case of an error in the call usb_device_get_fd() the memory created by usb_open_device() is never freed.
      - Added a call to usb_device_close in case of error to release the allocated memory.
    • frameworks/base: Fixed a possible infinite loop in JsonReader#skipValue() …
      - Bug: https://code.google.com/p/android/is...etail?id=65846
    • frameworks/base: Remove java.io.tmpdir assignment in AndroidRuntime. …
      - This value is overridden by the framework anyway (see ActivityThread.handleBindApplication). Besides, it doesn't seem like a great idea to let tools clutter /sdcard/ with temp files.
    • frameworks/base: EGL14.eglCreateWindowSurface should set producerControlledByApp …
      - Interface of Surface class changed. To reflect the change for EGL14, add producerControlledByApp flag. Similar change can be seen in 0fa257f
    • frameworks/base: Release locked buffer when it fails to acquire graphics buffer …
      - The JNI buffer in ImageReader_imageSetup is not released when it fails to acquire graphics buffer. After all JNI buffers are exhausted, ACQUIRE_MAX_IMAGES will be returned and leads to error. The JNI buffer should be released when it fails to acquire graphics buffer.
    • frameworks/base: Add 2 APIs (suspend/resume) in MediaPlayer …
      - API:suspend() will just pause the player and release all the decoders
      to replace release() which will release the whole player
      - API:resume() will just init the decoders again,
      then start() will be called to start to play the streaming
    • frameworks/base: VideoView: Implement the suspend/resume operation in VideoView …
      - To use the new APIs (suspend/resume) of MediaPlayer
      - Add a new status "SUSPENDED"
    • frameworks/base: MediaRecorder: Add pause interface …
      - add pause in java level
      - add pause in jni level
      - CRs-Fixed: 587051
    • frameworks/base: Revert "Added sahlnaskh arabic font and give it higher precedence than DroidNaskh"
    • frameworks/base: Revert "Added sahlnaskh arabic font to Android.mk & fonts.mk files to actually get the font installed"
    • frameworks/base: Revert "data usage cycle length"
    • hlte: Improve boot speed
      - Start with noop, finish with ROW. Similar to stock.
    • hlte: Add custom audio_effects.conf
      - Enable offload for visualizer
    • hlte: hlte: Enable SIM hotswap
      - Even though this isn't possible due to the battery location, it is possible for an invalid SIM to cause a persistent modal dialog to be presented upon boot. This works around it.
    • hlte: Add qcmediaplayer to the build
    • Updated CM Source - Lots of camera, bluetooth, av...commits.

    Geht mir ähnlich, ein wirkliches Hightlight habe ich da nicht. Wobei ich das Huawei MediaPad X1 7.0 recht interessant finde, läuft komischerweise nur Android 4.2 drauf.
    Bei den Samsung Flaggschiffen ist es auch immer das gleiche. Schon vor dem S3 gab es Gerüchte, dass es aus Metall besteht und ach was nicht für tolle neue Funktionen mit sich bringt. Jetzt gibt es ja schon wieder Gerüchte, dass schon bald eine Premium Variante kommen soll.
    Samsung Galaxy S5 und Sony Xperia Z2 sind bestimmt gute Geräte, aber halt nichts, was einen mit der Zunge schnalzen lässt.
    Von diesen Wearables halte ich persönlich nicht so viel, aber wie ich mich kenne, werde ich so etwas trotzdem in näherer Zukunft mal testen :D

    Ich nutze NFC zwar im Alltag nicht, aber es ist tatsächlich so, dass es nur funktioniert, wenn das Gerät entsperrt ist.
    Habe es eben auch nochmal mit Nexus 7 und Optimus G ausprobiert.
    Interessant fand ich, dass Navigon startet, wenn ich meinen Studentenausweis ans Optimus G halte^^

    Gesendet von meinem LG-E975 mit Tapatalk