Any patches for using (Ed)Xposed on Pie? - Sony Xperia XZ2 Questions & Answers

i'm using edxposed(0.4.3.2 alpha YAHFA variant) on my XZ2 with firmware 52.0.A.8.50, when it comes to xposed modules using resource hooks the system won't boot
something similar happens when doing the same thing on oreo firmwares but there was a xposedfix patch for oreo that can fix this (both for the original xposed and edxposed)
using the oreo patch for pie would also cause booting problems

asz_kt said:
i'm using edxposed(0.4.3.2 alpha YAHFA variant) on my XZ2 with firmware 52.0.A.8.50, when it comes to xposed modules using resource hooks the system won't boot
something similar happens when doing the same thing on oreo firmwares but there was a xposedfix patch for oreo that can fix this (both for the original xposed and edxposed)
using the oreo patch for pie would also cause booting problems
Click to expand...
Click to collapse
Which modules, for example?

levone1 said:
Which modules, for example?
Click to expand...
Click to collapse
in greenify, if the third box and the gcm thing is on(in xposed mode list), system wouldn't boot
another one is perfectcolorbar (i wonder if this module supports english)

asz_kt said:
in greenify, if the third box and the gcm thing is on(in xposed mode list), system wouldn't boot
another one is perfectcolorbar (i wonder if this module supports english)
Click to expand...
Click to collapse
I can confirm about PerfectColorBar. My guess is that it just needs to be updated.
Greenify seems OK to me so far, but I can't figure out what the 'third box and the gcm thing' is...
---------- Post added at 03:26 PM ---------- Previous post was at 03:21 PM ----------
asz_kt said:
in greenify, if the third box and the gcm thing is on(in xposed mode list), system wouldn't boot
another one is perfectcolorbar (i wonder if this module supports english)
Click to expand...
Click to collapse
Oh, I think I found it. I can't test gcm, though, because it says donation package required...

asz_kt said:
in greenify, if the third box and the gcm thing is on(in xposed mode list), system wouldn't boot
another one is perfectcolorbar (i wonder if this module supports english)
Click to expand...
Click to collapse
I found out from Perfectcolorbar thread that v.15.2 works. Just don't install the newest...

Related

Xposed active but no modules

Hello,
I have android 6.0 with the latest version of Xposed framework #85#.
In the app it says that is active, but all the modules that i have installed, don't stay active.
Can anyone help me.
Thanks
Sent from my UMI TOUCH using Tapatalk
Device? Logs from xPosed installer app?
We need much more information in order to even know what the issue might be.
Also 86 is now the latest, maybe not for the unofficial forks but we won't even know if you might need one of those until we know what device you have
It says that cannot read the log file
tiagoggama said:
It says that cannot read the log file
Click to expand...
Click to collapse
How about any of my other MUCH MORE important questions, like what device.
Hello,
The version of Android is marshmallow, and the terminal is Umi touch.
Thanks for the help
Ok I guess this is going to be me/us pulling every little answer from you, but...
What version of xPosed installer (the APK)?
Is your kernel permissive?
When you say the modules say not active what do you mean, I'm assuming that you've place tick/check marks in each of the modules (xPosed installer modules tab) and rebooted?
Which modules are you running?
Please provide more than one answer per post. Give us more information than we're asking for. Tell us in screenshots if you need to.
---------- Post added at 01:01 AM ---------- Previous post was at 12:49 AM ----------
This person had similar issues
http://community.umidigi.com/thread-3201-2-1.html
http://community.umidigi.com/thread-3022-1-1.html
So very important to know which modules
---------- Post added at 01:03 AM ---------- Previous post was at 01:01 AM ----------
Don't know if this guide is correct as I don't have your terminal
http://community.umidigi.com/thread-1967-1-1.html
Hello,
I have the same Problem. Xposed Installer says Xposed is active (ver. 86) but none of the modules are working.
The modules alwasy asking me to activate them in Xposed and reboot, if iam doing so its the same after the next reboot.
I Tried this with some modules and it seems like really none of them is working.
I tried:
Xprivacy
Audio Balance
CPU Temp
and some more others.
Im Using a Blackview BV6000
It is a Android 6.0 Device
Im using Xposed-v86-sdk23-arm64
APK is: XposedInstaller_3.0_alpha4
I´am Using SuperSu v 2.76 (if that´s Important - Super user is Working)
Woud be cool if somebody can help me.
noboby said:
Hello,
I have the same Problem. Xposed Installer says Xposed is active (ver. 86) but none of the modules are working.
The modules alwasy asking me to activate them in Xposed and reboot, if iam doing so its the same after the next reboot.
Click to expand...
Click to collapse
It would be better, for you and the OP, for you to start a new thread as a different device at least points to different needs/means/efforts to fix; if not be a completely different issue with a completely different reason
Also read logs, it's likely some of them are incompatible with v86 as it forbids modules that package xPosed classes into their own apk instead of calling them from xPosed
Nergal di Cuthah said:
It would be better, for you and the OP, for you to start a new thread as a different device at least points to different needs/means/efforts to fix; if not be a completely different issue with a completely different reason
Also read logs, it's likely some of them are incompatible with v86 as it forbids modules that package xPosed classes into their own apk instead of calling them from xPosed
Click to expand...
Click to collapse
Ok, I Will start a new Thread.

[MODULE] Nano-Miitomo 1.0.20161115

As many of you know Nintendo's first mobile app Miitomo crashes on most custom kernels and ROMs. Since version 1.2.0 Miitomo does no longer check for root, but it checks the value of 'ro.debuggable'. If 'ro.debuggable' is set to '1' by the kernel (in /default.prop), Miitomo will crash.
So what this Module does, is to set 'ro.debuggable' to '0', using the shiny new resetprop introduced in Magisk v9. This Magisk Module is meant for people who can't use Xposed or don't want to.
For Xposed users, check my SecurityBypasser Xposed Module.
Tested on Lux (Moto X Play).
Download and Code over at github.
Can you make another module that sets ro.build.type=user in build.props?
Link_of_Hyrule said:
Can you make another module that sets ro.build.type=user in build.props?
Click to expand...
Click to collapse
Should not be a problem. Any particular reason?
Setialpha said:
Should not be a problem. Any particular reason?
Click to expand...
Click to collapse
Because Android Wear won't work if it's userdebug.
EDIT: I was able to make a script based on an existing script for something else thanks for your reply. This is the script I made if anyone needs it.
@Setialpha This still works great and you should get it put on the Magisk module repo.
Link_of_Hyrule said:
@Setialpha This still works great and you should get it put on the Magisk module repo.
Click to expand...
Click to collapse
+1
I can't install this on magisk with the install module feature. Does it work through twrp?
Brentboy said:
I can't install this on magisk with the install module feature. Does it work through twrp?
Click to expand...
Click to collapse
That's likely an issue with MagiskManager, flashing through TWRP will work.
Setialpha said:
That's likely an issue with MagiskManager, flashing through TWRP will work.
Click to expand...
Click to collapse
Thanks, and is there away to make this work for puzzle and dragons jp? I'm in nougat so can't use your xposed module :/
Just FYI it also helps with Super Mario Run.
This actually allows me to play Mario on my Oneplus One with resurrection remix ROM.
Thank you very much
So I do need to run that script of I don't want to have Android Wear issues?
well it helped in playing Mario Run but it made Yugioh duel links stop working so i uninstalled it
going to give this a try for mario. thanks very much!
WORKS!
Guys... Since v11.5 Magisk changes this prop value by default. If you're keeping up to date, there's really no need to flash the module, just enable Hide...
That is not working in resurrection remix (redmi note 3)
---------- Post added at 03:40 PM ---------- Previous post was at 03:36 PM ----------
Didgeridoohan said:
Guys... Since v11.5 Magisk changes this prop value by default. If you're keeping up to date, there's really no need to flash the module, just enable Hide...
Click to expand...
Click to collapse
That is not working in resurrection remix (redmi note 3)
I still think it would be great if this was added to the magisk module repo I know a lot of people probably use it.
Sent from my Nexus 7 using Tapatalk
Link_of_Hyrule said:
I still think it would be great if this was added to the magisk module repo I know a lot of people probably use it.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
It won't be added...
1 - Magisk Hide changes this prop by default. If someone has issues with Hide, there's always modules like this and you could also very easily make a boot script utilising resetprop.
2 - @topjohnwu have clearly stated he won't add modules that only changes a prop value to the repo. This is an upcoming feature in the Manager.
Didgeridoohan said:
It won't be added...
1 - Magisk Hide changes this prop by default. If someone has issues with Hide, there's always modules like this and you could also very easily make a boot script utilising resetprop.
2 - @topjohnwu have clearly stated he won't add modules that only changes a prop value to the repo. This is an upcoming feature in the Manager.
Click to expand...
Click to collapse
Oh ok so basically I don't even need this module any more?
Sent from my A0001 using Tapatalk
Link_of_Hyrule said:
Oh ok so basically I don't even need this module any more?
Click to expand...
Click to collapse
U don't need it, because magisk already does what this module does since months.

Module working with unofficial Xposed but not with official Xposed ?

Before Xposed for nougat was official I used the unofficial Xposed by purifyos and had the module "enable ambient display"
it works very fine with the xposed of purifyos but not with the official Xposed. is It possible to fix this ?
I rebooted a few times and also installed the module again and I'm sure that it dont works with the official Xposed.
Same is happening with amplify.
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
You can also add "UNICON".
It's was fully working with the experimental version but partially with the official.
By partially I mean that the already applied icon theme stood, but whenever I open unicon it asks you to activate it even if it's already activated.
All my modules aren't working with Xposed 7.0 SDK 24 v88 right now. I did a clean install and modules like Amplify and Greenify, etc aren't working but Xposed Installer says the framework is running. Anyone else experiencing the same?
chibichuba said:
All my modules aren't working with Xposed 7.0 SDK 24 v88 right now. I did a clean install and modules like Amplify and Greenify, etc aren't working but Xposed Installer says the framework is running. Anyone else experiencing the same?
Click to expand...
Click to collapse
same isue with Greenify. It won't work with both official and unofficial
Probably its bug from module itself, dev need to make compability to xposed Nougat official
exodius48 said:
Probably its bug from module itself, dev need to make compability to xposed Nougat official
Click to expand...
Click to collapse
Sadly, that won't happen with Unicon. I was so jazzed to have it working on Nougat but now back to not working.
Word has it Greenify 3.7.1 via apkmirror works on official Xposed.
ZTE Axon 7 A2017U, Dark ROM, Tapatalk 4.9.5
The problem lies with the unofficial Xposed.
It generally makes a mess out of your ART cache and even after you uninstall it the cache is left corrupted.
You need to clear your ART cache (from TWRP or FlashFire) before installing the official Xposed.
Xspeed said:
The problem lies with the unofficial Xposed.
It generally makes a mess out of your ART cache and even after you uninstall it the cache is left corrupted.
You need to clear your ART cache (from TWRP or FlashFire) before installing the official Xposed.
Click to expand...
Click to collapse
Did that - no success.
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
chibichuba said:
All my modules aren't working with Xposed 7.0 SDK 24 v88 right now. I did a clean install and modules like Amplify and Greenify, etc aren't working but Xposed Installer says the framework is running. Anyone else experiencing the same?
Click to expand...
Click to collapse
slimli said:
same isue with Greenify. It won't work with both official and unofficial
Click to expand...
Click to collapse
Try v3.7.1, it seems to work.
Edit : it works.
lahceneamine said:
Try v3.7.1, it seems to work.
Edit : it works.
Click to expand...
Click to collapse
But where to download v3.7.1
slimli said:
But where to download v3.7.1
Click to expand...
Click to collapse
It you have just tipped "Greenify 3.7.1" on Google, you would have found it as the first result :
https://www.apkmirror.com/apk/oasis...-release/greenify-3-7-1-android-apk-download/
Same problem with "enable ambient display"
Enviado desde mi SM-G930F mediante Tapatalk
@ Everyone :
Try this version here made by ahrion.
It made unicon work, then it may get some other modules work too !
---------- Post added at 02:05 ---------- Previous post was at 02:03 ----------
marcdw said:
Sadly, that won't happen with Unicon. I was so jazzed to have it working on Nougat but now back to not working.
Word has it Greenify 3.7.1 via apkmirror works on official Xposed.
ZTE Axon 7 A2017U, Dark ROM, Tapatalk 4.9.5
Click to expand...
Click to collapse
Read my previous post, You're gonna be happy
lahceneamine said:
Read my previous post, You're gonna be happy
Click to expand...
Click to collapse
You referring to the ahrion link? Yeah I just saw your post in another thread. Directory is empty now but I'll check back in a day or two.
In the meantime I was messing around a bit. Reading things here and there it seems the installer used makes a difference.
My Xposed testing has mostly centered around GravityBox and Unicon. Both worked on Xposed by PurifyOS using @DVDandroid's installer.
After official Xposed came out (and moved to another ROM) I tried again with the recommended official installer.
GB works. Unicon does not. I assumed it didn't work because of Xposed v88.x but...
Disabled modules and rebooted.
Uninstalled 3.1.2 installer and rebooted for good measure. Made sure no cruft was left over.
Installed DVDandroid's installer and activated GB and Unicon.
GB does not work. Unicon works.
Reverting back to official installer, I get the flipside again.
At least that proved to me it isn't the framework that's the main issue.
I await something from ahrion or the next Material Design installer.
LG G3 D851, LiquidSmooth v4.1 ROM, MultiROM, Tapatalk 4.9.5
marcdw said:
You referring to the ahrion link
Click to expand...
Click to collapse
I've spoken with rovo and wanam, they explained to me the main difference with the installers:
- Previous installers (like dvdandroid) put the "enabled module list" into data/data/appid.
- Actual installer (3.1.2) put it in data/user_de/appid.
As unicon has hard coded path, it checks if it's installed in the first folder, that's why it detecte it's activation status with dvdandroid's installer and not with the official one.
Vice Versa with gravity box, cause it has been updated to check into the new folder.
Thanks for that.
I had actually checked those locations previously.
In my desktop days I would've symlinked an expected location to the new one. Here I'll just wait it out and see what happens.
Would be nice if the Unicon dev were to get back in the game, especially since the module still works in general.
ZTE Axon 7 A2017U, Dark ROM, Tapatalk 4.9.5
marcdw said:
Thanks for that.
I had actually checked those locations previously.
In my desktop days I would've symlinked an expected location to the new one. Here I'll just wait it out and see what happens.
Would be nice if the Unicon dev were to get back in the game, especially since the module still works in general.
ZTE Axon 7 A2017U, Dark ROM, Tapatalk 4.9.5
Click to expand...
Click to collapse
I would love to see that too, but it's a kind of utopia.
Then, after deep thought, I told myself why wouldn't we ask another dev (especially launchers devs) to create a module like unicon since they already do icon theming through their launchers. They only need to add the "system wide" thing.

XPOSED on Note 9?

Has anybody got XPOSED to work on their Exynos? Tried installing using Magisk. It says it's installed but not active. Any step by step tutorial? Thanks
AlfaM03 said:
Has anybody got XPOSED to work on their Exynos? Tried installing using Magisk. It says it's installed but not active. Any step by step tutorial? Thanks
Click to expand...
Click to collapse
there are 2 magisk modules a unified one v 90b3r14 and a per device one. if unified dosent work, use the perdevice sdk27 v90.2b3.
then be sure to use exposed installer 3.1.5 to manage exposed modules. also be sure magisk did not block any su requests.
bober10113 said:
there are 2 magisk modules a unified one v 90b3r14 and a per device one. if unified dosent work, use the perdevice sdk27 v90.2b3.
then be sure to use exposed installer 3.1.5 to manage exposed modules. also be sure magisk did not block any su requests.
Click to expand...
Click to collapse
Thanks. Has this worked for you?
AlfaM03 said:
Thanks. Has this worked for you?
Click to expand...
Click to collapse
It says
Xposed is not (yet) compatible with Android SDK version 27 or your processor architecture (arm64-v8a)
AlfaM03 said:
It says
Xposed is not (yet) compatible with Android SDK version 27 or your processor architecture (arm64-v8a)
Click to expand...
Click to collapse
really? what is saying that, xposed manager? if so again be sure that:
A- either of the 2 magisk modules i spoke of are enabled in magisk modules
B- you are using xposed manager 3.1.5
because its working fine o my side with either magisk modules and using v 3.1.5 of exposed manager.
AlfaM03 said:
Has anybody got XPOSED to work on their Exynos? Tried installing using Magisk. It says it's installed but not active. Any step by step tutorial? Thanks
Click to expand...
Click to collapse
Working for me with no issues
Install the xposed installer app and then the module from within the app... View attachment 4648867
Sent from my SM-N960F using Tapatalk
no issues here
It's working with Dr. Ketan's ROM. But I'm not sure if it's reliable, I've got some small bugs when Xposed and/or its modules is/are enabled.
Hi,
Does it work with Pie???
Thanks a lot
---------- Post added at 02:37 PM ---------- Previous post was at 02:36 PM ----------
Hi,
Does it work with Pie??
Thanks a lot
I can't uninstall Xpposed. Pls help me. My phone is Samsung Galaxy Note 9 with Oreo 8.1.0. I try uninstaller xposed-uninstaller-20180117-arm64.zip but no work.
How uninstall?

Xposed

Can we install xposed in this device?
vasilis EDESSA said:
Can we install xposed in this device?
Click to expand...
Click to collapse
yes you can
No , you cant. The support for xposed finished on Oreo. But you can like me, install EdXposed which is port of Xposed for newer androids by other developer.
Tomek0000 said:
No , you cant. The support for xposed finished on Oreo. But you can like me, install EdXposed which is port of Xposed for newer androids by other developer.
Click to expand...
Click to collapse
Yes he can. But it can base on magisk manager.
hamidezat20 said:
yes you can
Click to expand...
Click to collapse
I use YAHFA hook on xiaomi.eu stable but the TWRP doesn't work well with encryption and a OTA update means you have to reinstall magisk
Layer_DE said:
I use YAHFA hook on xiaomi.eu stable but the TWRP doesn't work well with encryption and a OTA update means you have to reinstall magisk
Click to expand...
Click to collapse
Are you using Mauronofrio's TWRP or Brigudav's one? They support encryption just fine.
There is essentially no point installing Xposed anymore. You should opt to use Magisk Modules instead. They are a lot better from my experience. Many of the Xposed modules are not supported by the later versions of Android anyways unlike Magisk Manager. If you are still persistent with installing Xposed, then use EdXposed.
iuliusdeblobbis said:
Are you using Mauronofrio's TWRP or Brigudav's one? They support encryption just fine.
Click to expand...
Click to collapse
https://forum.xda-developers.com/mi-cc9/development/recovery-unofficial-twrp-xiaomi-mi-9-t4029705 this one but installing more than one zip doesnt work with encryption
---------- Post added at 10:22 AM ---------- Previous post was at 10:18 AM ----------
Echo2124 said:
There is essentially no point installing Xposed anymore. You should opt to use Magisk Modules instead. They are a lot better from my experience. Many of the Xposed modules are not supported by the later versions of Android anyways unlike Magisk Manager. If you are still persistent with installing Xposed, then use EdXposed.
Click to expand...
Click to collapse
There is a reason No Play Games and XInternalSD (for whatsapp to not waste my internal storage) this two just work fine and help a lot. But you are right many great modules doesnt work and this two modules are old too but working fine
Layer_DE said:
https://forum.xda-developers.com/mi-cc9/development/recovery-unofficial-twrp-xiaomi-mi-9-t4029705 this one but installing more than one zip doesnt work with encryption
Click to expand...
Click to collapse
You mean quequeing zips? 'cause you're not supposed to do that if both zips act on the System partition; you have to flash one, reboot to recovery and flash the other.
Brigudav's OrangeFox supports MIUI's OTA updates, FYI

Categories

Resources