[[ROM] [GPL] [JB 4.3 JWR66Y] [Linaro gcc 4.8] PURITY ROM (Maguro) 24/10

Danke für den Tipp! Das hatte geklappt. :D

Hatte aber Probleme mit SMS, die wurden nicht versendet.
Hab nochmal meine vorher gemachtes Backup mit dem original Kernel eingespielt und zack....SMS gingen wieder.

Hab gelesen, dass viele auf den Fancy Kernel schwören.

Wie sind die Ehrfahrungen mit dem Kernel in Verbindung mit der neuesten Purity Rom?
 
V5.7.2 ...


http://www.mikeysplayhouse.com/DariosF/Maguro/


DariosF schrieb:
Purity v5.7.2 online!

# Purity v5.7.2 # 19/7

Build:
- Use codefirex build flags
- Updated gcc 4.8+

External_Webkit:
- Webkit: Utilize LTO (cfxe)

Frameworks_av:
- Store rtsp accessunit until PLAY response parsed
- Typo in CameraParameters::set

Frameworks_base:
- Fix requery behaviour of MemoryCursor.
- Notification cancellation fixes
- Validate restored file paths against their nominal domain
- Ensure install-during-restore is like install-then-restore
- Add a delimiter between scheme and host
- libdrm: fix bad strncpy / snprintf calls
- Revert "PackageInfo class incorrectly referenced as a struct."
- Fixes for clang
- New Event: ACTION_NEW_OUTGOING_SMS
- Fix occasionally flickering music control widget.
- Revert "Auto-close if you swipe away the last notification."
- FastScroller: Fix to use appropriate index
- Fix typo in AlertController.java
- systemui: Add CONNECTIVITY_INTERNAL permission
- Avoid unnecessary FindClass("java/lang/String").
- BT: Fix memory leak when BT on & off done many times
- PreferenceActivity should not leave message in looper when destroyed
- Revert "Rework thumbnail handling"

Frameworks_opt_telephony:
- Revert "CallTracker: Add delay to reduce cpu load"
- CallTracker: Add additional check for pendingMO to verify that a dial is
- Refactor SMS Middleware and SMS Send path.
- SMS Broadcast result receiver fix

Hardware_ril:
- Rild: Ril should try to write again to the socket EAGAIN error
- Fixes typo in logging string.

Libcore:
- Add detail messages to all the easy IllegalArgumentException cases.
- Remove support for duplicate file entries
- Clean up ZipFile a little, fix a few bugs, and improve the documentation.
- Don't install APK files with unsupported General Purpose Bit Flag bits.
- Only enforce the encrypted bit in the GPBF, and ignore other unsupported bits.
- Values in ZIP files are unsigned.

Phone:
- Add android.permission.INTERCEPT_SMS permission.

Settings:
- Let accessibility feature instructions scroll.
- Fix IllegalArgumentException in Privacy Guard Manager

System_core:
- Correct LOCAL_LDLIBS of adb

Vendor:
- Updated babel
 
  • Danke
Reaktionen: DaBe77
Neue Purity JB 4.3 online....

Changelog

# Purity # 27/7

Bionic:
- libc: krait: Use performance version of memcpy. …
- headers: Unbreak some ARM syscalls …
- getopt(): fix missing carriage return on bad parameters …
- Use GCC's __attribute__((const)) to reduce code size

Build:
- updated code to "JSS15J"

Contacs:
- Contacts: fix missing December in Date Picker

Dalvik:
- Add barriers for proper observation sequence. …
- Excessive JNI: Dump HPROF dump. …
- Revert "Disable -Xjnigreflimit." …
- Revert "Support debug info in dexmerge." …
- JIT: Combine add with shift and offset for array load & store. …
- JIT: Combine add with shift. …
- JIT: Hoist loop load operations above loop. …
- JIT: Use rsb and shift in easy multiply. …
- JIT: Combine shift & sub for monitor unlock. …
- JIT: Allow use of cbz/cbnz for conditional branch gen. …
- debug: allow ability to hide GC freed lines in logcat …
- Zygote: Restrict slave mountspace so Dalvik apps can mount system-wid… …
- Support debug info in dexmerge and fix max blowup of annotations …
- Added missing <include sys/resource.h> for gcc-4.7.1 …
- ThumbVFP.cpp:231:10: error: variable 'wide' set but not used [-Werror… …
- dalvik: fix a bug in redundant branch elimination
- Exclude sha1.c when building libdex for device

DeskClock:
- DeskClock: Add support for XXHDPI devices (e.g. Galaxy S4 and HTC One) …
- DeskClock : Lockscreen dismiss Fix …
- Add empty view when no alarms are set …
- Remove redundant background from ClockFragment …
- DeskClock: the first day of the week depends on a locale …
- DeskClock: implement onDowngrade for alarm DB …
- Clock: fix layout for 320dp devices

Frameworks_base:
- Added power menu settings
- Brig back audio features. (volume rocker wake, volume unlinked, volume music control)
- QuickSettings : Fix alarm intent
- Status Bar settings
- Long press back kill app (1/2)
- Added display rotation settings
- Improve tethering notification icons
- Remove GB alert drawable from reboot menu
- AudioService: Don't adjust volume when vol-downing to vibrate or silent
- keyguard: fix layout for 320dp devices
- Remove cm clock code
- Center clock (1/2)
- Remove statusbar notif count.
- Add "Option to control cursor in text fields using volume keys (1/2)"
- Add led settings
- Purity is upgrading...
- Smooth Spinners: Makes the loading "spinner" animation smoother in no…
- Forward port statusbar brightness control
- Fix FindBugs issues
- Port "Framework Track Control : Switch from broadcast to audio service"
- Lockscreen VolCtrls : Don't raise volume on skipTrack
- enable market restore
- A tiny optimalization
- Fix brightness control
- extend PreferenceActivity for title text on a single pane mode
- Fix for ambiguous and broken disk formatting dialog
- SystemUI: always use transparent notification shade
- AudioService: allow volume control on analog dock
- Keyguard: Reduce font size of clock in status keyguard (sw720dp)
- Prevent audio players starting on startup.
- Framework: Fix multi-user support in AudioService
- SystemUI: Remove the dark pixel artifacts from the back arrow drawable
- PackageManager: Restrict system packages to protected storage
- Framework: Enable multi-user support for Notification light
- SystemUI: HSPA+ Support
- SystemUI: Make the HSPA+ drawables more consistent with the HSPA draw…
- Fix up notification led behaviour
- Fix build

Phone:
- Remove incall_call_banner_background
- Support for led notification

Settings:
- Add power menu settings & Purity Category
- Bring back audio features.
- Settings: Add Utility function
- DreamSettings : Insert help url
- Settings : Insert missing help urls
- Status Bar Settings
- Long press back kill app (2/2)
- Add Display Rotation settings
- Remove cm clock code
- Add center clock settings.
- Remove Statusbar notif count
- Add "Option to control cursor in text fields using volume keys (2/2)"
- FindBugs: Call to equals() comparing different types
- Use DefaultContainerService for all file operations
- Settings : Switch state fix
- Add LED settings
- Revert "Use DefaultContainerService for all file operations"
- Fix volume cursor
- Add Statusbar brightness control

System_extras:
- procmem: fix procmem crash issue …
- procrank/procmem fail on 0-length page mappings …
- remove su for Superuser version.
 
  • Danke
Reaktionen: DaBe77 und Radagast
Läuft perfekt!!! Und hat zu dem schöne Einstellmöglichkeiten!
 
  • Danke
Reaktionen: DaBe77
Kannst Du mal schauen, ob NavBar mindestens 5 'Knöpfe' möglich sind?
Das ist für mich ein muß ;)
 
Power Knopf ist ein muss

Gesendet von meinem Galaxy Nexus mit der Android-Hilfe.de App
 
@bvt... Leider nein, sonst hat es aber alles und läuft super!
 
  • Danke
Reaktionen: Radagast
Hier ein paar pics...
 

Anhänge

  • uploadfromtaptalk1377712689986.jpg
    uploadfromtaptalk1377712689986.jpg
    34 KB · Aufrufe: 375
  • uploadfromtaptalk1377712701029.jpg
    uploadfromtaptalk1377712701029.jpg
    60 KB · Aufrufe: 369
  • uploadfromtaptalk1377712713337.jpg
    uploadfromtaptalk1377712713337.jpg
    3,2 KB · Aufrufe: 546
  • Danke
Reaktionen: Radagast
Hey Leute,

Ich hab kürzlich Panorama Bilder ausprobiert. Leider stürzt bei mir das Programm beim rendern des Bildes immer ab. Hat jemand ähnliche Erfahrungen?

Ich flash mir mal die photosphere Sache drüber und versuche es nochmal.
 
Kann ich bestätigen. Bei mir läuft auch lediglich Photosphere.
 
Nabend, hab mal eben 2 Panorama-Bilder gemacht und es hat alles problemlos funktioniert.

Hab die aktuellste Purity Version drauf. Klappt also bei mir. ;)

Gesendet von meinem Galaxy Nexus mit der Android-Hilfe.de App
 
Neue Version verfügbar:

HIER

Changelog

\\\\\\ JELLYBEAN 4.3 //////
# Purity # 08/09

Bluetooth_bluedroid:
- Bluetooth: Change Sampling Frequency to 48 kHz

Build:
- Enabled gcc 4.8 …
- Prepare upcoming GCC 4.8 release. …
- O3 is back.
- Squash fix from linaro
- Print optimizer options
- Option to use Linaro's compiler flags (see 9c83953) …
- build: Add option to disable strict-aliasing optimizations …
- build: Explicitly disable -Werror=strict-alising for HOST builds …
- build: Don't add -fno-strict-aliasing to HOST compiler flags …
- build/core: Don't use -fno-strict-aliasing …
- build: Add support for TARGET_EXTRA_C{,PP}FLAGS

 
  • Danke
Reaktionen: DaBe77
Neue Purity Version ist da: Klick

Changelog gibt es hier !

Viel Spaß damit!
 
Tastatur stürzt ständig ab. Zurück zu atom

Gesendet von meinem Galaxy Nexus mit der Android-Hilfe.de App
 
Kann ich nicht bestätigen, bei mir funzt alles.

Gesendet von meinem Galaxy Nexus mit der Android-Hilfe.de App
 
Das nächste update scheint auch das letzte öffentliche zu werden. Genervt von undankbaren und frechen usern will der dev wohl nicht mehr auf xda veröffentlichen...
 
Bitter :glare: Die erste ROM die ich geflasht habe und bin nun drauf hängen geblieben.
 
Neue Version da von heute, sorry, keine Links von mir ....
 

Ähnliche Themen

Bojesse
Antworten
7
Aufrufe
1.068
rene3006
R
G
Antworten
7
Aufrufe
5.166
MoRtAl
M
Pierro
Antworten
3
Aufrufe
2.261
Pierro
Pierro
Zurück
Oben Unten