K
Kaestorfer
Erfahrenes Mitglied
- 21
Sehr gut, dann werde ich mir mal fix einen bis morgen bestellen und dann wieder berichten! =)
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.
Das kann schon sein...Kaestorfer schrieb:Komisch, dass ich bei Trickster kein Profil anlegen kann. Geht dsa nur in der Donate-Version?
Also das ist schwer zu sagen. Kommt alles auch darauf an was so auf deinem Gerät läuft (Apps, Rom etc.). Ich für meinen Teil habe echt gute Laufzeiten und das ohne besondere Spar-Vorkehrungen. Ich würde mal wie von owie beschrieben eine Zeit Standard laufen lassen und dann nochmal gucken. Probier evtl mal Greenify (https://play.google.com/store/apps/details?id=com.oasisfeng.greenify&hl=de). Kann je nach Konstellation auch durchaus was bringen...Kaestorfer schrieb:Mag jemand mal meine Frage mit dem Akku beantworten?
Kaestorfer schrieb:Komisch, dass ich bei Trickster kein Profil anlegen kann. Geht dsa nur in der Donate-Version?
Mag jemand mal meine Frage mit dem Akku beantworten?
I just pushed r41 to the download servers. The main new feature is HUGEMEM for the ext kernel, which gives you ~73 MB more available RAM. Credits go of course to mpokwsths. Here is the change log:
- update to Linux 3.0.95
- extended version only: add and enable HUGEMEM (releases ~73 MB of otherwise reserved RAM. Note that 1080p video recording modes are disabled because of this!)
- Revert "mm: lazy cache flushing on non-mapped pages" (could cause occasional reboots)
- opp4xxx_data.c: fix incorrectly sized MPU IVA VDD dependency table
- ondemandplus governor: remove adaptive timer_rate logic (It is unlikely this gives any power savings and only adds some ugly code)
- i/o schedulers: cfq, deadline, row tweaks from Franco Dev Team
- ARM: assembler.h: use same WRITE_ALIGN_BYTES on omap4 as on armv6 platforms (since Cortex-A9 has the same amount of L1 cache)
- defconfig: back to default 3G/1G vmsplit
- hardcode vfs_cache_pressure = 65
- hardcode read_ahead_kb = 256
- harcode nr_requests = 256
- RAMdisk: disable 1080p video modes with HUGEMEM-enabled kernels
- RAMdisk: don't set content adaptive brightness to 0 on boot
- RAMdisk: swappiness = 35
- RAMdisk: small block tweaks
- RAMdisk: upstream changes from CM10.2
Das liegt daran, dass die neue ext Version "Bigmem" ist. Das heißt du hast 73MB mehr RAM zur Verfügung, allerdings kein 1080p Video recording mehr.Patman75 schrieb:Mir fällt auf, da dürfte am RAMmanagement gedreht worden sein, hält auf alle Fälle auf meinem Gerät mehr RAM frei als alle bisherigen Versionen die ich kenne.
Hi again,
r42 is ready for you. The change log is self-explanatory:
- update to Linux 3.0.96
- split up extended version and BIGMEM for a seperate BIGMEM ('big') version. The big version is like the ext one, but with additional BIGMEM.
- HUGEMEM: rename to BIGMEM and add 8 MB to HEAP_TILER again ('only' 65 MB of additional available RAM now, but apps shouldn't crash anymore)
- mm: remove compressed copy from zram in-memory (less wasted zram)
- ext4: Speed up FITRIM by recording flags in ext4_group_info (the automatic periodic trimming performed by Android will be way faster by keeping track of blocks that need to be trimmed)
- ARM: implement optimized percpu variable access (picked from mpokwsths' repo; small performance improvement for some workloads)
- ondemandplus governor: re-add the adaptive timer_rate logic (sorry for back and forth
)- RAMdisk: fix root issues on some ROMs (I simply forgot to add two command lines last time when updating the RAMdisk)
- RAMdisk: still disable 1080p recording with BIGMEM-enabled kernels, BUT also put an init.d script in place, which will automatically re-add the 1080p modes when another kernel is installed
Have fun
[edit] regarding RAMdisk: still disable 1080p recording with BIGMEM-enabled kernels, BUT also put an init.d script in place, which will automatically re-add the 1080p modes when another kernel is installed
I have to add the following: This mechanism fails if you had r41 or pre42-1 installed. There are three different solutions (by performing ONE of them, you're all good):
1) Dirty-flashing your ROM
2) Copy /sbin/bigmemcheck to /system/etc/init.d/62bigmemcheck and set permissions to rwxr-xr-x (755)
3) In case there is a file named /system/etc/media_profiles.xml.bak present, delete /system/etc/media_profiles.xml and rename /system/etc/media_profiles.xml.bak to /system/etc/media_profiles.xml