SystemUI force closes rotating to landscape on 5/28.
Beiträge von Berlino
-
-
After testing N for a while I have to say that latest build is incredibly fast and smooth - awesome. The only thing is lockscreen wallpaper couldn't be set through settings, inserted it manually - no biggie.
-
Zitat
Version 85:
- Fixed frequent boot freezes, especially with modules that access many files (details)
- Built-in way to get a full logcat (details)
- Crashes not related to Xposed/ART are no longer written to the normal Xposed logs
- On encrypted devices with boot password, the password prompt is now shown quicker
- Warning for developers to disable "Instant Run" in Android Studio, otherwise the module can't be loaded
- 6.0 only: Cherry-picked some ART commit included in CyanogenMod and other ROMs
- 6.0 only: Forced clearing Dalvik cache when upgrading from versions before 85 (would have been necessary for 84 and might have caused some boot loops)
I have also created a wiki page with detailed information how bugs should be reported: https://github.com/rovo89/XposedBridge/wiki/Bugs
Finally, a word to all module developers: In v84, I added a warning when a module's APK includes the Xposed API classes instead of just referencing them. I have also sent an email to the developers of all modules I could identify. With v86, I will turn the warning into an error and prevent the module from loading, as it could causes strange issues otherwise. Please update your module as soon as possible./QUOTE]
-
Zitat
Version 84:
- Added a warning in the Xposed log if a module isn't compiled correctly, i.e. the APK includes the Xposed API classes instead of just referencing them. Developers, seehttps://github.com/rovo89/XposedBrid...-Framework-API for how to do it correctly.
- 6.0 only: Added support for LG's encrypted apps, fixing crashes of their weather app/service.
- 6.0 only: Fixed crashes in Yandex apps, which were caused by an obviously unfinished AOSP commit.
-
Guess what...update!
ZitatVersion 83:
- Fixed some bootloops/crashing apps. At least some Nexus devices seem to be affected, but it might help on other devices as well (see https://github.com/rovo89/android_art/issues/28).
- 6.0 only: Fixed crashing apps and optimizing on every reboot on various HTC devices (seehttps://github.com/rovo89/Xposed/issues/149, https://github.com/rovo89/android_art/issues/21).
-
Hmmm, er hat noch mal eine neue Aroma-Version rausgebracht und das mit SuperSU (mount system im Updater-Skript) gefixt...scheinbar gibt es in Verbindung mit der 3er-TWRP und Aroma auch Probleme (kenne ich noch vom Sammy Note)...am besten mal mit TWRP 2.8.7.x probieren.
-
Und jetzt gibt es die ganzen Mod-Files in einem Aroma-Installer:
Zitat
Current changelog: 4.20.16
Added mod with Aroma Installer
Removed /data/app installation of Viper|Atmos since it now optional
Option for kernel to use, ElementalX, Elite or Patched Stock - no force encrypt or verification
Option to use 6P bootanimation or keep stock
Option to use EmojiOne or keep stock
Option to install freeform mode
Option to install 6P logo or keep stock
Option to install BusyBox
Option to block ads
Option to flash Viper|Atmos
Option to enable LED
Further into the LED
The lights.shamu.so file enables notification AND charging, but this can be configured in Light Manager. However if this is flashed AND ElementalX is flashed, charging CANNOT be disabled through Light Manager.
Option to flash SuperSU 2.71
Note you must reboot into bootloader and then recovery from thereEs gab bei einigen wohl Schwierigkeiten bzw. landeten sie im SafeMode, wenn die Option SuperSU im Aroma mit angewählt wurde...also besser im Aroma NICHT rooten und erst danach manuell SuperSU nachflashen.
-
Und wieder ein Update auf v1.8.1 mit gefixten wake gestures:
Zitatok 1.8.1 posted...links have been updated with the wake gesture fix in this new build as well as a few other small updates...
Upstream-Version: NPC91K_FullMod_3.zip
Stable Version: ungültiger Link
-
Noch mal ein paar Ausführungen vom Kernel-Dev zu beiden Versionen Upstream 3.10.101 und Stable 3.10.40:
ZitatI've also decided that im gonna be making 2 seperate kernel versions for shamu. One will have the most up to date Mainline kernel version and one that will remain 3.10.40 seeing as it only takes me 4 minutes to compile the kernel having 2 seperate branches wont be too hard lol
Zitat3.10.40 without the upstream has all the device neccesity files which are untouched by upstream commits that mess with them which could cause stability issues. What manufacturers like motorola do for our device is take a linux mainline kernel...example would be the standard 3.10.40...and apply all the neccessary files, drivers, etc to make it work specifically for this phone. with going higher in version in the upstream commits they overwrite what the OEM has done to make it device specific. thus causing possible issues with stuff that is device specific. see what im saying?
-
Update auf v1.8
ZitatNEW UPDATE 4/18/16 v1.8!!!! ok so most of this build was just going around and patching things up. a big update to f2fs and should be golden now. I also have introduced State Helper to go along with state notifier mode as well as adreno idler. i have also updated to use 7.0 toolchain. enjoy!!!
Upstream Version 3.10.101: NPC91K_FullMod_3.zip
"Stable" Version 3.10.40: NPC91K_FullMod_3.zip
-
Der neue Mod hat höchstwahrscheinlich die ganzen Fixes mit drin, die bisher von den Usern zusammengetragen wurden...
NPC91K_FullMod_3.zip
-
Nachdem der Ex mit Version 4.04 nun mit der Preview 2 funktioniert, gleich mal die flashbare Version von N installiert. Läuft soweit gut, Apps restoren mit TB ist etwas tricky/umständlich (man muss auf interaktive Wiederherstellung in den TB-Settings umstellen und danach für jede App die Daten separat zurück holen). Viper/Atmos habe ich nicht zum laufen bekommen, habe ich dann gelöscht.
Edit: Der Multi-Fenster-Modus von RemixOS ist auch ganz nett...
-
Update auf v82:
ZitatWith version 82, compatiblity with Huawei devices is improved, see https://github.com/rovo89/Xposed/issues/72.
Note that there's still an incompatiblity with their theming engine. You can either go to the Xposed Installer settings and disable the Xposed resource APIs (with the effect that some modules won't be loaded), or you have to disable their theming engine (obviously leading to theme limitations) by setting "ro.config.hwtheme" and "ro.config.hw_theme" to "0" in /system/build.prop. See also: Beitrag im Thema "Politik Talk"
-
Kleines update auf v81:
ZitatAfter a long time with mainly bug fixes, version 81 focuses on improvements for developers:
- There is a proper API now. Previously, I basically published the sources of XposedBridge.jar, which included many internal classes/methods that modules shouldn't use. Hiding them makes it easier to find the correct methods to use and also makes it easier for me to change implementation details.
- The API is published on Bintray/JCenter, so it's easy to use, especially with Gradle/Android Studio. Full explanations here:https://github.com/rovo89/XposedBrid...-Framework-API
- 100% of the API are documented with Javadoc now: http://api.xposed.info/
Apart from that, downloads have moved to http://dl-xda.xposed.info/framework/ and are GPG-signed now. You can verify them against this key (fingerprint: 0DC8 2B3E B1C4 6D48 33B4 C434 E82F 0871 7235 F333). That's actually the master key, the files are signed with subkey 852109AA.
There are no real changes for end-users in this release, nevertheless I would recommend that at least developers test their modules with it.
-
Es läuft super...und noch fluffiger mit MVK-Kernel und den build.prop-Tweaks.
Edit: Zugriff auf System funzt auch mit busybox 1.24.1 in su/bin und dem Total Commander sowie bzw. Root Browser von JRummy aus dem Playstore.
-
Bei mir läuft er auf AICP mit f2fs wie geschnitten Brot - sehr stabil, smooth und akkufreundlich.
-
Zitat
Version 80:
- 6.0 only: Fixed a bootloop, especially on LG devices, even though some crashes still occur in the settings (https://github.com/rovo89/Xposed/issues/100)
- 5.0/5.1 only: Fixed a bootloop on MediaTek devices (https://github.com/rovo89/Xposed/issues/81)
- 5.0/5.1 only: Fixed a crash of MyAndroidTools (and other apps with the same weird APK protection) (https://github.com/rovo89/Xposed/issues/102)
- Migrated the Java part (XposedBridge) to Android Studio / Gradle and integrated it into the build scripts.
XposedBridgeApi-20150213.jar
XposedInstaller_3.0_alpha4.apk
xposed-uninstaller-20150831-arm.zip
xposed-uninstaller-20150831-arm64.zip
xposed-uninstaller-20150831-x86.zip
xposed-v80-sdk21-arm.zip (5.0)
xposed-v80-sdk21-arm64.zip (5.0)
xposed-v80-sdk21-x86.zip (5.0)
xposed-v80-sdk22-arm.zip (5.1.)
xposed-v80-sdk22-arm64.zip (5.1)
xposed-v80-sdk22-x86.zip (5.1)
xposed-v80-sdk23-arm.zip (6.0/.x)
xposed-v80-sdk23-arm64.zip (6.0/.x)
xposed-v80-sdk23-x86.zip (6.0/.x) -
-
Zitat
Update!!!
-Add camera launch gesture, activated by swiping down when the screen is off. For this to work, you must have "Press power button twice for camera" enabled in settings. All the same caveats as other wake gestures apply to this feature.
-Fix reboot if wake gesture is enabled and screen times out right after boot
-Prevent BCL driver from hotplugging (I think this will fix the third and fourth cores coming back online with performance gov)
-Fix elementalx.conf, it wasn't saving properly for use with express version (express version wasn't keeping settings)
Download:
ElementalX-N6-3.08Changes:
-add camera launch gesture
-improve stability
-stop BCL hotplug
-fix http://elementalx.conf/express version -