[21.07.14][OFFICIAL][4.4.4]SlimKat-N7000 [Build 6.6]

Jetzt mal nebenbei, wie heißt das Widget auf dem letzten Screenshot?
 
Update für SlimKAT Beta2

RepoSync: 01.01.2014 - 17:30

CherryPicks

#!/bin/bash
set -e


# TRDS: Darker Camera
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/65/1265/1 && git cherry-pick FETCH_HEAD

# White panorama ui
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/64/1264/2 && git cherry-pick FETCH_HEAD

# TRDS: Darker Gallery
cd ~/slim/packages/apps/Gallery2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Gallery2 refs/changes/66/1266/1 && git cherry-pick FETCH_HEAD

# Smoother Upload and Download Animation
cd ~/slim/frameworks/base
git fetch https://gerrit.slimroms.net/SlimRoms/frameworks_base refs/changes/91/891/2 && git cherry-pick FETCH_HEAD

# trds: improve dialogs and menu popups
cd ~/slim/frameworks/base
git fetch https://gerrit.slimroms.net/SlimRoms/frameworks_base refs/changes/72/1272/1 && git cherry-pick FETCH_HEAD

# trds: color adjustments
cd ~/slim/packages/apps/UnifiedEmail
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_UnifiedEmail refs/changes/67/1267/1 && git cherry-pick FETCH_HEAD

cd ~/slim
exit
 

Anhänge

  • Screenshot_2014-01-01-18-25-03.png
    Screenshot_2014-01-01-18-25-03.png
    20,5 KB · Aufrufe: 363
  • Danke
Reaktionen: Berlino, MichelFell, tlausl und 5 andere
wie aktiviere ich die Tastatur ?
 
Wie meinen? Neu installiert?
 
Falls sich der auf xda mal angesprochene Fehler eingeschlichen haben sollte: Einstellungen - > Sprache & Eingabe - > Keyboard nach Wahl einstellen
 
Nach der Neuinstallation kann ich nichts eingeben. Also kann ich die Tastatur auch nicht aktivieren
 
Welche Gapps.
Flashe immer die SlimGapps und alles geht, es wird keiner geschlagen wenn er mehr Infos gibt !!
 
  • Danke
Reaktionen: MichelFell und AA1973
Slim_minimal_gapps.4.4.2.beta.1.x habe ich verwendet damit ging die Tastatur nicht. Mit pa_gapps-modular-full-4.4.2-20131230-signed ging sie, aber ich hatte eine menge unnötige Google Soft.
 
Man kann die Gapps ja immer noch vorher am PC Öffnen, das nicht benötigte raus werfen und dann erst flashen


Edith: die PA gibt es auch als MINI - dort ist nur das notwendigste dabei
 
  • Danke
Reaktionen: MichelFell
Hi bangsti, great job, this rom is smooth and stable. The only problem is that ART does not work for me.

Thanks for your great work
 
@panamera991
Thanks for the Feedback and welcome but please give more Infos what is the ART Problem ( Gapps...?? )
ART working for me but is not stable and many apps make Troubles, i go back to dalvik and this is smooth for me. Also this is a German Forum and is better you translate with Google or other .

@für meine Freunde
Danke fürs Feedback, bitte etwas mehr Infos wo genau das Problem liegt ( Gapps ... ? )
ART geht bei mir aber ist wirklich nicht so stabil und daher gehe ich immer wieder auf Dalvik zurück, ist fluffig genug für mich.

Wieder eine Bitte wie schon öfters.
Es ist nicht wirklich hilfreich nur zu schreiben z.B. " ART geht nicht " , ich glaube das keiner hier Gedanken lesen kann und so schwer sollte es nicht sein mehr Infos zu geben, wobei mir manchmal vorkommt das einige für jeden Buchstaben bezahlen müssen oder Angst haben das ihre Tastatur zu stark abgenützt wird. Im N7000 Forum sind wirklich sehr hilfsbereite Menschen aber ohne jegliche Infos kann niemand helfen.

Mein Vorschlag bei Problemen:
1: genaue Problembeschreibung
2: wie geflasht ( dirty oder full wipe , Kernel, welche Rom vorher ...)
3: welche Gapps
usw .....
 

Anhänge

  • Screenshot_2014-01-03-22-47-29.png
    Screenshot_2014-01-03-22-47-29.png
    47 KB · Aufrufe: 551
  • Danke
Reaktionen: Berlino, MichelFell und AA1973
Maybe data partition is already full? ART needs more space.
Xposed framework?
...

Vielleicht ist die Data Partition schon voll oder Xposed framework ...
 
  • Danke
Reaktionen: Berlino und MichelFell
Update für SlimKAT Beta2

RepoSync: 03.01.2014 - 22:30

CherryPicks

#!/bin/bash
set -e

# Framework: Custom Tiles (1/2)
cd ~/slim/frameworks/base
git fetch https://gerrit.slimroms.net/SlimRoms/frameworks_base refs/changes/36/1336/6 && git cherry-pick FETCH_HEAD

# Settings: Custom Tiles (2/2)
cd ~/slim/packages/apps/Settings
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Settings refs/changes/35/1335/6 && git cherry-pick FETCH_HEAD

# Set original camera parameters while switching between modules.
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/45/1345/3 && git cherry-pick FETCH_HEAD

# Camera2: Fix for unsupported resolutions by codec.
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/44/1344/3 && git cherry-pick FETCH_HEAD

# Camera: Enable module switcher on resume
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/43/1343/3 && git cherry-pick FETCH_HEAD

# Camera: Set the width dynamic to parent from fixed 400px
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/42/1342/3 && git cherry-pick FETCH_HEAD

# Camera2: fix long press shutter behavior
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/41/1341/3 && git cherry-pick FETCH_HEAD

# Camera: Round camera settings icon margins to 8
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/40/1340/3 && git cherry-pick FETCH_HEAD

# Camera2: add extended volume key and power key control
cd ~/slim/packages/apps/Camera2
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_Camera2 refs/changes/32/1332/8 && git cherry-pick FETCH_HEAD

# DeskClock: Add back flip and shake actions
cd ~/slim/packages/apps/DeskClock
git fetch https://gerrit.slimroms.net/SlimRoms/packages_apps_DeskClock refs/changes/79/1379/1 && git cherry-pick FETCH_HEAD

cd ~/slim
exit
 
  • Danke
Reaktionen: Berlino, AA1973 und MichelFell
bangsti schrieb:
@panamera991
Thanks for the Feedback and welcome but please give more Infos what is the ART Problem ( Gapps...?? )
ART working for me but is not stable and many apps make Troubles, i go back to dalvik and this is smooth for me. Also this is a German Forum and is better you translate with Google or other .

@für meine Freunde
Danke fürs Feedback, bitte etwas mehr Infos wo genau das Problem liegt ( Gapps ... ? )
ART geht bei mir aber ist wirklich nicht so stabil und daher gehe ich immer wieder auf Dalvik zurück, ist fluffig genug für mich.

Wieder eine Bitte wie schon öfters.
Es ist nicht wirklich hilfreich nur zu schreiben z.B. " ART geht nicht " , ich glaube das keiner hier Gedanken lesen kann und so schwer sollte es nicht sein mehr Infos zu geben, wobei mir manchmal vorkommt das einige für jeden Buchstaben bezahlen müssen oder Angst haben das ihre Tastatur zu stark abgenützt wird. Im N7000 Forum sind wirklich sehr hilfsbereite Menschen aber ohne jegliche Infos kann niemand helfen.

Mein Vorschlag bei Problemen:
1: genaue Problembeschreibung
2: wie geflasht ( dirty oder full wipe , Kernel, welche Rom vorher ...)
3: welche Gapps
usw .....


Hi bangsti thanks for the reply, I used the SLIM Gapps and installed with Raw Kernel r4. I did wipe data, cache, dalvik cache, mount system and format.
Maybe I have too many apps installed and I used Xposed framework with too many modules. I think this is the problem that does not activate ART.

In the next update I try without installing anything
 
Xposed is not ART compatible!!!! That's all.
Read OP of Xposed framework thread, more precise post #2.
After installing Xposed, the runtime gets reset from ART to Dalvik. Can you stop it please?
You can be glad that I implemented this, otherwise you would be in a bootloop know. Xposed isn't compatible with ART (yet). It's a completely different architecture with pretty much no documentation. I hope that I can rewrite Xposed for the ART runtime, but don't expect it in the near future. It requires understanding the concept, the code structure and many details to know how it works. Afterwards, I have to think about ways to hijack it and this needs to be implemented, tested and improved again and again. So please don't ask when it will be available - you will surely know when it is ready.

Deutsch. Xposed ist nicht ART kompatibel!!! Das ist alles. Einfach den OP vom Xposed Framework lesen, genau genommen Post #2.
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: Berlino und CVH
AA1973 schrieb:
Xposed is not ART compatible!!!! That's all.
Read OP of Xposed framework thread, more precise post #2.


Deutsch. Xposed ist nicht ART kompatibel!!! Das ist alles. Einfach den OP vom Xposed Framework lesen, genau genommen Post #2.


Ok thanks, next time better use google translator. Sorry :smile:
 
SlimKAT Weekly 2.1 ist online

Leider gibt es noch keinen offiziellen Changelog, bitte posten falls ihn jemand vor mir findet.

RepoSync: 05.01.2014 - 14:00

Dirty über 2.0 geflasht und keine Probleme.
 

Anhänge

  • Bildschirmfoto vom 2014-01-05 14:52:40.png
    Bildschirmfoto vom 2014-01-05 14:52:40.png
    79,8 KB · Aufrufe: 494
  • Screenshot_2014-01-05-15-00-00.png
    Screenshot_2014-01-05-15-00-00.png
    19,9 KB · Aufrufe: 325
  • Danke
Reaktionen: Copkiller2011, Jrp Defy, accatone und 5 andere
Hier noch der Changelog der Weekly 2.1

SlimKat beta 2.1 weekly

Hey guys,

first off, the entire SimRoms team again wish you all a happy new year and we hope all slim users started well into 2014. Even through the holidays we worked hard to prepare the first weekly of the new year. So lets welcome the first automated build for 2014 :) We just started jenkins so the builds will drop soon.

As usual keep in mind that it is still beta and an automated build. So do a backup before you flash and do not flame anyone if you discover a small bug. This week major improvements were done especially on the devices with problems (maguro, toro, toroplus, crespo, galaxysmtd) and for all others, just read the changelog. More new devices hit SlimRoms officially this week as well. Say welcome to n7000, d2mtr and jflteusc.

Gapps still remain the same. We are working hard on TRDS packages which will come soon.

Thanks and have fun

SlimRoms


Changelog:


  • Camera2: check always for the highest supported video quality
  • Camera2: do not set a video quality default in video preferences
  • Camera2: ZSL and focus fixes
  • Camera2: White panorama ui
  • Camera2: Add options to better control video preview size
  • Camera2: add extended volume key and power key control
  • Camera2: enable UI for all Camera features
  • Camera2: enable settings UI for all video features
  • Camera2: Round camera settings icon margins to 8
  • Camera2: fix long press shutter behavior
  • Camera2: Set the width dynamic to parent from fixed 400px
  • Camera2: Enable module switcher on resume
  • Camera2: Fix for unsupported resolutions by codec.
  • Camera2: Set original camera parameters while switching between modules.
  • Camera2: save on external storage
  • Camera2: actually fix ArrayAdapter on MoreSettingsPopup
  • Camera2: Revert "camera2: set focusmode default always to auto"
  • Camera2: some aapt warnings cleanup
  • Settings: Fix Activity Names
  • Settings: Fix Tile Index
  • Storage Settings: Allow user to trigger a volume rescan
  • DeskClock: Add back flip and shake actions
  • Frameworks base: QS: Fix dynamic IME tile does not show up
  • Frameworks base: Allow applications to override power key
  • Frameworks base: Fix hardware home key behavior on wake-up
  • Frameworks base: Forward Port: Hide USB Debugging Icon
  • Frameworks base: trds: improve dialogs and menu popups
  • Frameworks base: Smoother Upload and Download Animation
  • Frameworks base: Turn off carrier provisioning by default
  • Frameworks base: fb: fix reconstruct statusbar illegal argument exception
  • Frameworks base: WifiController: fix high perf lock sometimes not respected
  • Dialer: Goodbye blue dialpad
  • Frameworks av: Increase max screen recording time from 30 minutes to 1 hour
  • Frameworks telephony: SamsungQualcommRIL: Add more validation of Signal Strength
  • Frameworks telephony: SamsungQualcommRil: reversed engineered implimentation of dial() from touchwiz
  • Art: Use /usr/bin/env python for the shebang in tools/generate-operator-out.py
  • blutetooth bluedroid (default branch): Fix uipc.c to never pass -1 to FD_ISSET.
  • blutetooth bluedroid (default branch): Fix array shifting logic of updating bg devices list.
  • blutetooth (default branch): Add null pointer check in A2DPService
  • blutetooth (default branch): Fix another duplicate response bug in AT+CSCS handling.
  • blutetooth (default branch): Added support for Filter parameter for PBAP function PullPhoneBook
  • blutetooth (default branch): Fix signal strength indicator.
  • netd: IPv6 Tethering Support
  • netd: enable IPv6 forwarding and handle upstream interface
  • Frameworks native: Graphics:Add error check when create GraphicBuffer
  • Frameworks native: surfaceflinger: Apply bugfixes to the correct hwc code paths
  • Phasebeam wallpaper: new shiny tweaked one
  • TRDS: Darker Gallery
  • TRDS: Darker Camera
  • a lot upstream in Frameworks av, hardware libhardware (legacy), diplay-caf. audio-caf, media-caf
  • a lot device specific tweaks fixes or upstrem (see specific changelog in weekly download section)
 
  • Danke
Reaktionen: dolenz, Jrp Defy, accatone und 4 andere
  • Danke
Reaktionen: AA1973
Da es seit heute eine offizielle Version gibt kommen keine Builds mehr von mir.
Thread halte ich natürlich aktuell, so nun viel Spass mit der ersten offiziellen KK4.4.2 SlimKAT Rom für unser Note.
 
  • Danke
Reaktionen: plauzeee, Jrp Defy, CVH und 2 andere

Ähnliche Themen

bauner
Antworten
3
Aufrufe
5.486
bauner
bauner
bauner
Antworten
76
Aufrufe
25.125
Talinsei
T
bauner
Antworten
333
Aufrufe
70.882
bauner
bauner
Zurück
Oben Unten