megafabian03
Dauer-User
- 147
Bin ich blind oder wie aktiviert man dass man die letzten App bzw Task Manager bei Langen Druck auf dem Homebutton sieht ?
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
Sangel schrieb:Hallo ohne mit den Dateien umzukopieren? Und läuft alles soweit?
kiki2010 schrieb:...und morgen gibt's die V50 :sly:
diginix schrieb:Ich stell mal wieder die Frage ob schon mal jemand mit Temasek im Ausland war und Daten Roaming genutzt hat? Hab den Eindruck keiner hier verlässt das Land ;-)
kiki2010 schrieb:...und morgen gibt's die V50 :sly:
build v50
hlte: Md5sum: D5e72d095ef0a76f9ee3968a5223ffc6
i9300: Md5sum: 5f53bfd34ad3318ede27882bd6e9f924
changelog since v49
- 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.