[ROM][N9005][4.4.4] *22.11.2014* Temasek's UNOFFICIAL Build V162 [CM11]

  • 1.250 Antworten
  • Letztes Antwortdatum
PoWeRcOrSa schrieb:
ständig der Kalender

Dirty oder clean flash?
Nochmal neu geflashed mit Full Wipe?
Problem danach immer noch vorhanden?
 
PoWeRcOrSa schrieb:
Mir stürzt bei der v127 ständig der Kalender ab. Lg Tino
Leere mal den Kalenderspeicher. Sollte dann wieder gehen. Hatte ich auch schon ein paar mal.
 
Huhu ihr zwei. Habe gerade den Speicher gelöscht. Brachte noch nix. Habe wie immer einfach dirty und dalvik gewiped.

Lg Tino
 
Build V128

md5sum: 4278f94ba94bfafdc7a89a1e5f1500dc

Changelog since V127
Comes with Temasek Kernel v3.93 EXP2.
- Revert "Revert "qseecom: Add support to handle multiple app load & upload""
- Updated FauxSound v3.2 to v3.5frameworks/base: Themes: Fix native crash in libandroidfw
- If a missing attribute needs to be added in somewhere in the middle
of the bag, a segfault would occur because we change curEntry to a
value that is beyond the set's allocated space. This patch stores
curEntry in prevEntry before changing it's value and memmove uses
prevEntry to index the set.frameworks/base: Keyguard: Can't enter PIN code when setting the SIM and PIN lock issue
- By original design, after unlock SIM PIN, SIM card's state is READY and it
will invoke resetStateLocked() to inflate KeyguardHostView. So there is
only one view be created in mSecurityViewContainer.
- Roll back previous solution.
Don't set mSimState before handleSimStateChange() and don't judge
isSecure() to be consistent with the original design.frameworks/av: stagefright: Move to 64 available tracks
Many games use numerous tracks. If the system
runs out of tracks, new tracks won't be able
to be created. This has been causing notifications
not to play if many apps are holding open tracks.frameworks/av: stagefright: stop audio source if player fails to startUpdated cm sources
Enjoy
 
  • Danke
Reaktionen: d407974
Jetzt gehts wieder Schlag auf Schlag...Danke für die Info.
 
Lese vermehrt das diese Rom bei vielen Usern Probleme macht ... Schade! :D:D
 
gell, du kannst einfach keine Ruhe geben :-(
 
  • Danke
Reaktionen: mareis1973 und Schneckmeier
Ich bin dann mal für 10 Tage ab in Urlaub; je nach WLAN Verfügbarkeit werde ich versuchen den Threadtitel aktuell zu halten...
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: d407974 und AMG Design
Ich habe gestern die 128 dirty über die (perfekte) 126 gelashed und den Chache gelöscht. Reboot und alles was mal im entferntesten angesprochen wurde, getestet...egal ob Kalender oder was auch immer...es läuft problemlos.

Über Nacht hatte ich sonst 3% Entladung, nun waren es 1%.

Wie gesagt:
- Basis war ein frisches, sauber eingerichtetes 126er Release (Format Data)
- das 128er Release einfach drüber gebügelt und den Cache gewiped
- ...läuft... :smile:
 
  • Danke
Reaktionen: Only-P und Schneckmeier
Intentus schrieb:
Lese vermehrt das diese Rom bei vielen Usern Probleme macht ... Schade! :D:D
Lese vermehrt, dass du keine Ahnung hast!
 
  • Danke
Reaktionen: Ghoster, d407974 und mareis1973
Bitte immer daran denken ;)
 

Anhänge

  • Do-not-feed-the-troll-01.gif
    Do-not-feed-the-troll-01.gif
    81,8 KB · Aufrufe: 343
  • Danke
Reaktionen: SunSide, Silver100HP, Darkman und 2 andere
Build V128.1

md5sum: 9167799563ea1ba8440da9a752c0b4fa

Changelog since V128


  • system/core: healthd: Disable the RTC wakeup timer
    The timer is used here to avoid battery drained to zero. But the periodic
    wakeup during suspend should not be needed as MSM PMIC already support
    that by trigger interrupt to avoid the critical low battery situation.
    This will save more power. And if the design is not support HW interrupt
    of low battery, need to enable the timer to periodic check.
  • system/core: healthd: increase healthd fast timer to 10mins instead of 1min
    healthd 1 min wakeups are causing significant power impact
    during static display use case. so increasing the timer to 10min.
  • system/vold: Fix Vold to properly handle full-disk file systems (full-disk: no partitions)
    - In Android, Vold recognizes a USB drive having a full-disk file system
    and mounts it properly, but when the drive is removed from system Vold
    won't unmount the device. This is because Vold only unmounts partitions.
    For a FAT32 USB drive (with partitions), kernel will create two devices:
    sda (disk device) and sda1 (partition device). When the drive is removed,
    Vold will receive two netlink events: one for partition remove (sda1)
    and one for disk remove (sda). The unmount occurs only when partition
    remove event is received.
    - For a full-disk FS USB drive, kernel will only create one device: sda
    (disk device). When the drive is removed, Vold will only receive one
    netlink event for disk remove (sda) and it won't unmount the device.
    - This patch will verify if there is a currently mounted device when disk
    remove event is received and will perform unmount, to properly unmount
    the device.
  • system/vold: Add more headroom for ext4 app package containers.
    - Code in the volume daemon that creates the filesystem image to contain
    an installed application package currently adds about 1.6% to the
    size estimate that is passed down to it to account for filesystem
    overhead. That figure is based upon an assumption that the filesystem
    is of type FAT, but is insufficient for some big application packages
    when the filesystem is of type ext4.
    - This change checks the filesystem type, and in the case where it's
    ext4, adds about 6% to the input estimate to account for journaling,
    etc.
  • MediaProvider: Avoid issue of android.process.media stop
    - "OK" and "Cancel" button's click event response at the same time
    lead to FATAL EXCEPTION. Make the click events do not happen at
    the same time.
  • MediaProvider: Add feature to support group music by folder path
    - There is no support to group music by folder path.
    - Add extra query sql statement for supporting group music
    by folder path.
  • MediaProvider: support streaming bookmark
    - Add bookmarks table and bookmark URI.
  • MediaProvider: Make folder music change when delete music
    - Lack the register for folder music uri,which cause the data
    not change we obtain the change from uri.
    - Register uri for folder music to make correspoing cursor
    change when data change.
  • MediaProvider: Structure and sanitize input in AUDIO_FOLDER logic from CAF.
  • mms: Fix NPE when attaching slides
  • frameworks/base: Revert "Use actual storage type of sdcard/usb"
  • frameworks/base: add persistent notification when USB OTG is connected
    - Tapping the notification will take the user into Storage settings, and
    highlight the 'Unmount' option.
  • frameworks/base: QuickSettings: Use a Bug Report tile icon of proper size
    Reuse of the ADB drawables causes alignment issues here.
  • Camera: Fix menu button margins.
    - Make sure the button is center aligned to the shutter and mode switcher
    buttons.
  • Updated cm sources
 
  • Danke
Reaktionen: gewürzwiesel, AMG Design und d407974
Ist die 128.1 ein Fix zur 128 oder ein Update welches man flashen sollte?
 
  • Danke
Reaktionen: Darkman
gewürzwiesel;8003163 schrieb:
Lese vermehrt, dass du keine Ahnung hast!

Einfach ignorieren.... Irgendwann wird's sicher auch ihm zu blöd.
 
  • Danke
Reaktionen: gewürzwiesel
Jungs jetzt ist es aber mal gut ;) gerade ist es ruhig geworden fangt ihr selber wieder damit an.
 
  • Danke
Reaktionen: Only-P und AMG Design
Kann man den yank 1.1 beta 15 eigentlich noch immer nutzen?
Ich finde, da ist Performance und Akku besser. Bin mir nur nicht sicher ob temasek was geschraubt hat, was dem yank unbrauchbar macht.
 
Geht 1A mit dem Yank ;)
 
  • Danke
Reaktionen: gewürzwiesel
Nice, vielen Dank.
 
Frage auch hier in die Runde.
Kann mir irgendwer sagen ob es möglich ist die Rom so zu verbiegen das, Egal was man an den Lautstärketasten drückt, der vibrationsmodus immer an bleibt.
Hatte letztens das Problem das ich nen wichtigen Anruf verpasst habe da ich mittels Lautstärketasten das phone auf mute gesetzt habe.
 
Ich muß auch mal dumm fragen...wie stelle ich denn aus dass das Display beim "in die Hand nehmen" NICHT immer angeht?

Ich habe mich da schon mal durch gewuselt aber irgendwie geht es immer noch an bei Bewegung ?!?
 

Ähnliche Themen

html6405
Antworten
18
Aufrufe
6.838
html6405
html6405
K
Antworten
17
Aufrufe
3.744
flying alien
flying alien
T
Antworten
30
Aufrufe
10.106
handyboy73
handyboy73
Zurück
Oben Unten