[ROM][I9300][4.4.4] Temasek's UNOFFICIAL CyanogenMod 11

Bei mir unter SlimKat hat Triangle Away v3.26 (Unlocked) funktioniert,
aber den Counter nicht zurückgesetzt, da Custom ROM und Kernel (Boeffla).
Verursachte aber keinen Brick. Weiß nicht weshalb es bei Tema's anders sein sollte,
garantieren kann ich das allerdings nicht. Werde es demnächst vielleicht mal ausprobieren.

LG
 
Danke für die Antwort aber der Flash counter wurde nicht zurück gesetzt? Wenn das stimmt wird cyanogenmod 11 ein Traum bleiben

Ps:bei omnirom Android 4.4.2 hat es Funktioniert.......

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
Wie bekomme ich auf dem neuen Lockscreen die Notification weg wenn ich sie mir nicht ansehen möchte. Kann mir jemand die letzten 2 Punkte in diesen Einstellungen zum neuen Lockscreen erklären.
 
paulphilip123 schrieb:
Danke für die Antwort aber der Flash counter wurde nicht zurück gesetzt?
Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App

Bei mir war die Rede von der KitKat SlimROM sowie dem Boeffla-Kernel.
 
@chrissi
Zu 1:Temasekerweiterungen/Bildschirm und Animation/Lockscreen Notifications Haken raus.
Zu 2: Verändert das Verhalten, wenn man durch eine Liste scrollt. Z. B. Datei Explorer. Einfach ausprobieren.

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: chrissi77
Finde die notification in dem lockscreen auch klasse hab das beim iphone gut gefunden wenn ich das bei anderen Leuten sah wo eins hatten. Was mich wundert das es so lange gedauert hat bis es zu Android kam
 
@stewwert
Meine eigentlich wie ich eine Notification vom Lockscreen bekomme falls ich sie mir nicht ansehen möchte. Z.B. bekomme ich eine Mail und möchte diese nicht lesen. Will die Benachrichtigung aber auch nicht mehr auf den Lockscreen. Bei Druck darauf geht sie auf und ein Wisch nach rechts legt sie nur an die Seite.

PS. Hat sich erledigt. Einfach nach links wischen und weg ist Sie. Kann dich so einfach sein.
 
Zuletzt bearbeitet:
V36 ist online
 
Hat mal jemand eine lösung parat?
Hatte vor ein paar System apps zu löschen, Google Movie etc, mit dem root app delete aus dem Playstore sagt es mir ich hätte keine Root rechte, was Schwachsinn sind ist da ich der App per su root rechte zu gewiesen habe und in dem Entwicklermenü root zugriff auch freigeschaltet habe, per Titanium Backup löscht es mir zwar die Apk aber das Icon bleibt im app drawer und beim drauf drücken kommt auch nur: "Google movies wurde beendet."
Einfrieren und löschen der apk geht zwar und es wird mir dann nicht mehr im app drawer angezeigt aber das ist ja nicht sinn der Sache.
Hoffe einer weiß eine bessere Lösung.

Der ursprüngliche Beitrag von 09:01 Uhr wurde um 09:03 Uhr ergänzt:

Und hier das Changelog zur v36:

FIXED - Settings FC on Security -> Screen Lock
FIXED - Settings FC on Temasek spare parts -> Notification & QS drawer -> Style
Add "Custom Carrier Label"
Add "Pimp up Notification Labels Hide"
This adds fine grain priorities to hide the labels in the notification
drawer in the following ways:
- Show all Labels
- Hide Carrier Label
- Hide WiFI Lable
- Hide all Labels
Add "Add option to always show battery status on lockscreen"
Add "Lockscreen Glowpad Torch"
frameworks/base: added national roaming for Noverca in Italia
frameworks/base: added national roaming for BSNL in India
frameworks/base: more fix Active Display (again)
- maybe fix
- Log in - OMNI
- Log in - OMNI
- Log in - OMNI
frameworks/base: alarms: clean up duplicated sounds
- another mess...
Alarm_Classic == Oxygen == Cesium
Promethium == Platinum
Argon == Fermium
Nobelium == Neon
Helium == Hassium
Plutonium == Krypton
Neptunium == Carbon
frameworks/base: FIX LTE QS Toggle
frameworks/base: Keyguard: don't refresh ui when screen off
- KeyguardStatusView is doing refresh all the time, which cause high power when screen off. ( MORE POWER SAVINGS !!! )
frameworks/base: ProcessList: use different polling interval when screen off
- We are using the same time interval for both screen off and screen on.
For process on top: ActivityManager.PROCESS_STATE_TOP, we will poll PSS
information every 120 sec.
- During polling PSS, we are grep /proc/%d/smaps which is a 10k lines file.
This cost quite a lot of CPU resource. But when screen off, we don't need to update TOP process PSS so frequently since we are not operating it. Lower polling circle to every 15min to reduce power. ( MORE POWER SAVINGS !!! )
frameworks/base: UI not updated correctly in expanded statusbar
- Sometimes when getting status changes in expanded statusbar the text disappear. Both NetworkController and PhoneStatusBar handles UI updates and they are not in sync. This fix allows PhoneStatusBar to update UI when NetworkController is updating the UI.
frameworks/base: onAccountsUpdated shouldn't be called back after listener unregistered
- There is a problem of AccountManager that onAccountsUpdated() is called back even after the OnAccountsUpdatedListener is unregistered. It may cause application crash.
- For example, when rotating a tablet 180 degree with Settings apk running, com.android.settings.Settings is re-launched 2 times successively. (Destroy->Create->Destroy->Create) It repeats adding&removing OnAccountUpdatedListener.
- When dialog was being opened in the following cases, NullPointerException at BackStackRecord.getBreadCrumbTitle() was happened on 10 inch tablet which has 2 panes on Settings.
* Settings > Language&input > Language
* Settings > Language & input > Text-to-speech output > Speech rate
* Settings > Wi-Fi > Menu > Advanced > Keep Wi-Fi on during sleep
* Settings > Wi-Fi > Menu > Wi-Fi Direct > Rename device
- This fix prevents the undesirable callback.
frameworks/base: Fix wrong IME state handlings on keyboard switches
- We assumed that calling updateFromSettingsLocked(true) is in all value changes a possible way to simplify the process. In reality this fails when the user switches eg between 2 IME keyboards several times due that we call every
time mIPackageManager.setApplicationEnabledSetting(imm. getPackageName(),
PackageManager.COMPONENT_ENABLED_STATE_DEFAULT, PackageManager.DONT_KILL_APP, mSettings.getCurrentUserId(),
mContext.getBasePackageName());
which results in wrong mCurMethodId which ends in method calling which should not be called and result in an NPE and hotreboot due of dieing service.
- To fix it go only for showinputmethod feature the old way and restore for all other value changes AOSP behaviour and check specifically if enabledChanged is true or not based on the getEnabledInputMethodsStr() method during we lock on mMethodMap
frameworks/base: Keyguard: do not allow to delete the system widget if widgets are disabled
- We overwrite the default widget with our own one. In this case it is detected
as a normal widget even though it widgets are disabled and starts listening to
longpress events
- Whatever check if widgets are disabled. If this is the case do not allow any
longpress events
frameworks/base: Fix preference puts with "null" values.
- Null values were being written out as <null /> elements in the XML prefs file (as expected). This allowed the getFoo() functions to work correctly because they treated null values as missing mappings but containsKey would fail.
frameworks/base: MountService listeners can not be unregistered
- When unregistering MountService listeners, their Binder proxy objects were compared to registered listeners instead of their backing objects.
frameworks/base: Add NULL check in updateProxyConfig
- If the exclusionList was null in updateProxyConfig the VM would crash when converting it to a UTF8 string. Avoid this by adding a null check.
frameworks/base: Before requerying a cursor, check if it is closed.
- Before updating a cursor, it needs to be checked if it is valid. Currently a defence code only checks if it is not null.
- But in case of "Cursor", it is not valid, if it is closed. So just like in CursorAdapter.onContentChanged(), add the additional defence code to check validation.
frameworks/base: Revert "ExternalStorageProvider: use mount point in device list"
Settings: Make Privacy Guard a first class citizen in the Settings app.
Settings: Fix up top level "Privacy" section
Settings: Fix NPE with null check on NFC adapter
- Verifies the adapter is not null before dereferencing it and log and error if so
Settings: Fix Bug Tile Size
- As reported very well by user Natakranta:
- xda-developers
- Layout files will take care of scaling down in this case.
Settings: Fix clock font style default setting
Updated cm source
 
  • Danke
Reaktionen: GhostDog75, Kani_23 und KingJames23
Finde die Rom einfach perfekt.
Das einzige was mich stört ist das ich bei den Kontakten nicht mehr die Bilder von facebook angezeigt bekomme.
Weiß einer was man da machen kann?

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
Was ist PSS?
 
APP Sync me aus Playstore kann Problem bei Kontakte Bilder mit Facebook synchronisieren
 
  • Danke
Reaktionen: Kani_23
Odin666 schrieb:
APP Sync me aus Playstore kann Problem bei Kontakte Bilder mit Facebook synchronisieren

Du bist der beste, jetzt bin ich wunschlos glücklich :D
Geht sowas auch mit whatsapp?

------------------

Hat sich erledigt.

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
Zuletzt bearbeitet:
Ich habe mal eine frage zur rom im verbindung mit light flow. Habe light flow installiert und auch im den bedienungshilfen an geschaltet. Leuchtet aber nicht beim nachrichten eingang. Ich hatte mal vor paar wochen die eine frühere temasek Version drauf. Da gab es iwo noch ne option wo man was an klicken musste. Finde sie aber nicht wieder.
 
Apropo Whats App: Hab immer noch das Problem das mir WA meine Kontakte nicht anzeigt. Kann also weiterhin nur mit Freunden Whatsappen wenn sie mir bereits geschrieben haben. Und selbst dann muss ich in der Nachrichtenübersicht immer raten, da ich nur die Telefonnummer seh. Ich denke das Problem ist, das WA auf die Kontakte zugreift, die auf dem Telefon gespeichert sind. Da ich aber meine Kontakte auf Googlemail hab, werden sie nicht angezeigt. Allerdings kann ich die Kontakte auch nicht auf dem Telefon speichern (warum auch immer). Hat da wer ne Idee??
 
Ich flash heute Tema's Build mal clean.
Hab zwar immer aktualisiert, aber SlimKat primär genutzt.
Scheint sich ja viel getan zu haben.

Neue GApps von heute gibt es auch, btw.
 
Bezüglich der Lockscreen-Notifications:
Wenn ich eine Tapatalk-Benachrichtigung anklicke und dadurch direkt zur Meldung komme, verschwindet die Benachrichtigung zwar vom Lockscreen, aber nicht von der Benachrichtigungsleiste.
Bei anderen klappt es...

Edit: Gleiches Problem bei Focus.
 
Zuletzt bearbeitet:
Ich wüsste nicht durch welche Einstellung sich das beheben lassen sollte.
Habe vorhin V36 sauber geflasht und noch viel Zeug aus der ROM rausgeschmissen,
ebenso bei den GApps von heute. Habe die Launcher rausgenommen und diese
durch NOVA ersetzt, ebenso die Gallerie mit QuickPic.

Jedenfalls traten bisher keinerlei Probleme auf, leider auch nicht deines.

LG
 
Super, endlich die erste Version seit langem, bei der es keine Aussetzer über meine Bluetooth Kopfhörer gibt. Endlich :)
 
@jackal
Bei mir verschwindet das Symbol aus der Leiste, wenn ich im Lockscreen auf die Meldung klicke. Hast du die neueste Version von Tapatalk? Da kam vor kurzem ein Update. Vielleicht liegt es ja daran.

Gruß, blinded
 

Ähnliche Themen

html6405
Antworten
27
Aufrufe
5.392
Verci
V
html6405
Antworten
15
Aufrufe
6.422
html6405
html6405
Zurück
Oben Unten