Hier eine SUPER ALPHA xposed Version für Lollipop 5.1 >>
ZitatI want to start this post off with a couple of very clear points:
- @rovo89 is the creator of the Xposed framework
- This is a derivative work posted with his permission
ZitatThis also means the following statements are true:
- I have only worked to bring the Xposed framework to Android 5.1
- I have not rewritten the framework from scratch
- If Xposed doesn't work on your 5.0 device, chances are it won't work on 5.1 either (I'm looking at you Samsung users)
ZitatWith that said, I present to you my first unofficial release of Xposed for Android 5.1. It is my hope that ultimately my changes can be reviewed and an official release posted. But first, the bugs must be squashed! I've written a few Xposed modules that work fine but by posting this unofficial release, I hope to expand my audience of module writers and testers.
How To Test
- You must be on Android 5.1. It will NOT work on Android 5.0 (too many changes to ART).
- You should have a working recovery (the busted ass "OEM" TWRP releases that don't have busybox are not "working recoveries"). The installer will try to detect this ahead of time.
- If you left the Xposed app installed from Android 5.0, you should disable all modules before installing this framework. Busted modules may keep you from booting after installation otherwise.
- I will need Xposed logs (and possibly logcats) to debug any issues. Remember, if your device won't boot after installation, its likely you can reboot to recovery and still grab the Xposed log (assuming Zygote started). It will be in /data/data/de.robv.android.xposed.installer/log as error.log orerror.log.old.
ZitatKnown Issues
- Devices with very little free space on /system may have trouble installing. This installer has been tweaked slightly over the 5.0 installer. It will attempt to move your original libraries off /system, install the framework, compress the original libraries and then move the compressed originals back to the root of /system.
- If Xposed for Android 5.0 didn't work on your device, its unlikely this one will either. This is more or less the exact same source code, just an updated ART runtime. But feel free to try, just make sure you know how to backup and restore.
ZitatDownloads
First, I'm going to shamelessly point you to the original Xposed for Lollipop thread. Why? Because I want you to read it. This release hardly differs from that one. And maybe, just maybe, it'll save some unnecessary private messages.
- Did you read the original Xposed for Lollipop thread?
- xposed-arm-*-5.1.zip - Must be flashed with a custom recovery to install the framework.
- XposedInstaller_3.0-alpha*.apk - Must be installed to manage installed modules.
- XposedBridgeApi-20150213.jar - The API for module developers, in case they want to make use of some new features. Might be changed slightly until the stable release!
Can't find some of the downloads? Surprise! They're in the original Xposed for Lollipop thread. They're unchanged, so there's no need to post them here too.
Module Developers
It would be incredibly useful to me for people to test the framework in the smallest "units" possible at first. By "unit" I mean things such as "resource replacement", "method replacement", "before method hooks", "after method hooks", etc. It doesn't do me a lot of good to know that some huge, complicated module causes system_server to crash without understanding at what level that's happening. This is actually what held me back from releasing. I have some test modules to use, but I don't have infinite time to write test modules, test the framework, etc.For discussions, please use the other thread or another matching one in this subforum.
DOWNLOAD >>
xposed-sdk22-arm-20150514.zip
xposed-sdk22-arm64-20150514.zip
Quelle