Beiträge von Berlino

    Zitat


    blu_spark r36
    All right crew!
    New build is up, go get it!

    Quote:


    • msm: mdss: KCAL: Send a pp display commit when changes are made (thanks @savoca)
    • usb: gadget: Remove moto cdrom sysfs for drivedroid full support
    • usb: gadget: mass_storage: added sysfs entry for cdrom to LUNs (thanks @FrozenCow)
    • PM: Enable asynchronous noirq resume threads to save the resuming time
    • PM / Wakeup: Use rcu callbacks for better performance
    • lz4: fix system halt at boot kernel on x86_64
    • arm: smp: Update the topology masks before calling CPU_STARTING notifier
    • Makefile: sort list of defconfig targets in make help output
    • kbuild: remove warning about "make depend"
    • arm: irq: Tone down kernel logging

    romracer hat jetzt eine neue experimentelle UNOFFICIAL (Test-)Version auf Basis der offiziellen v74 von rovo89 rausgebracht für Leute, die z.B. Probleme mit der Installation der offiziellen Versionen von rovo89 hatten...

    Zitat

    Probably, but not without @rovo89's permission. This version was only posted with his permission 6 months ago. Xposed is not a competition between developers, its a collaboration. That's something that sometimes seems to be forgotten on XDA, regardless of which project we're talking about. /endrant

    I've uploaded an experimental v74 build for Android 5.1. If the official release works, great, there are no changes. But if you want to test an alternate backup method, or you could never get the official releases to install, give this version a go. I have already discussed these changes some with @rovo89, but neither of us were certain how necessary they were or weren't. So now we'll do a live field test and see...

    xposed-uninstaller-20150911-arm.zip
    xposed-uninstaller-20150911-arm64.zip
    xposed-uninstaller-20150911-x86.zip
    xposed-v74-sdk22-arm-by-romracer-20150911.zip (5.1)
    xposed-v74-sdk22-arm64-by-romracer-20150911.zip (5.1)
    xposed-v74-sdk22-x86-by-romracer-20150911.zip (5.1)

    Changelog

    20150911 - Never Forget.

    • Updated to v74. See @rovo89's post here for details.
    • If the official release works for you, there is no need to install this version, unless you want to test LZMA2 compression.
    • Experimental - Use LZMA2 compression for our backups. If you get errors while trying to install Xposed, this may help.
    • Experimental - Uninstaller supports LZMA2 compressed backups. Its also backward compatible with official and my previous unofficial releases.
    Zitat

    In framework version 74, I have fixed some more incompatibilities which could lead to bootloops or crashes. I assume that most of these crash logs contained the string "Incompatible set properties", which is actually a consequence of previous method verification errors. It's hard to say which ROMs and devices were affected - but flashing the new version shouldn't hurt even if everything looks fine with older versions. If you do notice any issues and are sure that it's not caused by yourself, you have higher chances of getting them fixed if you open a detailed GitHub issue (usually I will need at least a full logcat).

    I won't be able to work on Xposed for the next 2-3 weeks - no time for development, support or questions at all. If the rumors I have read are right, I should be ready just in time to start porting Xposed to M.

    XposedBridgeApi-20150213.jar
    XposedInstaller_3.0_alpha4.apk
    xposed-uninstaller-20150831-arm.zip
    xposed-uninstaller-20150831-arm64.zip
    xposed-uninstaller-20150831-x86.zip
    xposed-v74-sdk21-arm.zip (5.0)
    xposed-v74-sdk21-arm64.zip (5.0)
    xposed-v74-sdk21-x86.zip (5.0)
    xposed-v74-sdk22-arm.zip (5.1)
    xposed-v74-sdk22-arm64.zip (5.1)
    xposed-v74-sdk22-x86.zip (5.1)

    Zitat


    blu_spark r32
    All right crew!
    New build is up, enjoy!

    Quote:


    • Build with SaberMod 4.9.4 arm-eabi cortex-a15_neon-vfpv4
    • Revert wifi driver to previous state (Google introduced some changes to N5 and N6 that derped the performance and stability in some situations)
    • Disabled bcl driver (voltage mitigations thresholds, thanks to @hellsgod)
    • Memory compaction and other miscellaneous patches

    @Spevil
    DL-Link im OP funzt nicht mehr, hier der neue DL

    Update für Xposed Framework:

    Zitat

    With framework version 73, a bug on 64-bit ROMs is fixed which prevented modules from reading their preferences. I believe that the root cause is a bug in AOSP, but whatever - it should be fixed now. Thanks to @romracer and @cryptyk for the fix.
    I have additionally merged a few changes from CyanogenMod. Most of them control when the Dalvik cache is cleared automatically after a bootloop (new feature in 5.1 AOSP, now improved) and one is supposed to increase the compile performance on some ROMs. Don't expect too much though.

    XposedBridgeApi-20150213.jar
    XposedInstaller_3.0_alpha4.apk
    xposed-uninstaller-20150831-arm.zip
    xposed-uninstaller-20150831-arm64.zip
    xposed-uninstaller-20150831-x86.zip
    xposed-v73-sdk21-arm.zip (5.0)
    xposed-v73-sdk21-arm64.zip (5.0)
    xposed-v73-sdk21-x86.zip (5.0)
    xposed-v73-sdk22-arm.zip (5.1)
    xposed-v73-sdk22-arm64.zip (5.1)
    xposed-v73-sdk22-x86.zip (5.1)

    rovo89 hat jetzt eine erste offizielle Version von Xposed Framework für Lollipop 5.1 rausgebracht und gleich dazu auch die entsprechenden Uninstaller-Dateien:

    Zitat

    I finally created an official version for Android 5.1 (aka SDK22). You can download it as v72 from the first post.

    This version is not directly based on @romracer's port, however there aren't many differences. He had merged AOSP 5.1 into the Xposed codebase, I did it the other way around and used this opportunity to reorder and combine the commits. So it's a little bit cleaned up now, which will hopefully make it easier to port these changes to future Android versions. I have also cherry-picked two of his changes that weren't in the offical version yet: A fix for a special case in resource handling on 64-bit and compression of the backup Xposed creates during its installation. Many thanks to @romracer for providing the unofficial version - this gave me the chance to fix and improve many things (which were in turn merged by him and others).

    That said, there are also a few new changes:
    - In error messages, the Android version is now display as well, e.g. "Wrong Android version: 5.1 / SDK22 ... This file is for: 5.0 / SDK21"
    - The files for Android 5.1 can now handle gzip-compressed odex files (*.odex.gz). Those files only exist on certain ROMs (e.g. CM) that merged a few commits proposed by Intel. These commits weren't accepted into AOSP because the way they're handling the compressed files has some flaws. With Xposed installed, these files will be unpacked on-the-fly and recompiled.

    The gzip support might also be interesting for ROMs where the /system partition is almost full. It should be possible to gzip some of the .odex files before installing Xposed in order to free up some space. This should work on any odexed 5.1 ROM, even if the Intel commits aren't included. However, this would be very experimental. Volunteers are welcome, but don't forget to create a backup.

    Finally, I have updated the uninstaller zips. They include a timestamp now, as new installer zips might require new uninstaller versions. You should always be able to uninstall older versions with the latest uninstaller though. v72 requires at least the uninstaller from today (20150831).

    xposed-uninstaller-20150831-arm.zip
    xposed-uninstaller-20150831-arm64.zip
    xposed-uninstaller-20150831-x86.zip
    xposed-v72-sdk22-arm.zip
    xposed-v72-sdk22-arm64.zip
    xposed-v72-sdk22-x86.zip

    Da hast du recht @vergilbt
    Die SinLess ist lediglich abgespeckt von den Google Apps her und hat LED Benachrichtigung an Bord (aber nicht einstellbar -> ergo doch wieder LightFlow)...

    Bei SinLess und der JDX konnte ich nach nem Neustart die System-Partition nicht mehr r/w mounten, bei Tassadar und SinLess funzte die Aktivierung des Systemui-Tuner bei mir nicht (das ging mit JDX)...:wtf:

    Werde dann wohl doch wieder uffn Lutscher zurück und die Tassadar MPA44G wieder als 2nd installieren...:jaded: