[Q] ASUS ME302C problem - Xposed General

ASUS ME302C 5.0.11 android 4.3
after installing the xposed framework 2.5.1, i was stuck in a bootloop, after recover ROM ME302C can use
i afraid to install xposed 2.5.1 ,think it's a not matching xposed , how to solve? 3Q!

miracle1973 said:
ASUS ME302C 5.0.11 android 4.3
after installing the xposed framework 2.5.1, i was stuck in a bootloop, after recover ROM ME302C can use
i afraid to install xposed 2.5.1 ,think it's a not matching xposed , how to solve? 3Q!
Click to expand...
Click to collapse
https://github.com/rovo89/Xposed/issues/6

@rovo89
I've tried the 2.6 version of xposed. I'm sorry to say, that it doesn't work on the MeMO Pad FHD.
Your commit "v57: Make offset for the JIT reset flag configurable" should solve the problem, but it didn't. I switched back to the special Asus version.
Edit: I attached log and current libdvm.so as zip

perpe said:
@rovo89
I've tried the 2.6 version of xposed. I'm sorry to say, that it doesn't work on the MeMO Pad FHD.
Your commit "v57: Make offset for the JIT reset flag configurable" should solve the problem, but it didn't. I switched back to the special Asus version.
Edit: I attached log and current libdvm.so as zip
Click to expand...
Click to collapse
Did you actually configure it?
I planned to contact you to create a mapping with MD5 hash of libdvm.so, the ROM version where it is used and the offset that needs to be configured. I don't have time for that this weekend though.

I tried it with my installed modules and afterwards with disabled modules. The log is with disabled modules. Everything else is configured like out of the box.

As you mentioned the commit, I thought you had looked at it in detail. Seems like this isn't the case?
You need to create a file /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset and write the correct offset to it (e.g. "0x94"). I don't have the time to analyse the file you posted now. If I have you sent it to me before, I probably wrote the offset into the GitHub issue.

Ah, OK, didn't saw that, my fault.
Added 0x98 as offset and it works
This is the offset, that you found. How can I check for the offset? (for future versions)

perpe said:
Ah, OK, didn't saw that, my fault.
Added 0x98 as offset and it works
This is the offset, that you found. How can I check for the offset? (for future versions)
Click to expand...
Click to collapse
It's hard to describe as you have to decompile the libdvm.so file, find the assembler representation of a certain C++ statement (which might be different between versions), find out the offset of a global variable, substract them, ... Sorry, too difficult and too variable to give a step by step guide.

rovo89 said:
It's hard to describe as you have to decompile the libdvm.so file, find the assembler representation of a certain C++ statement (which might be different between versions), find out the offset of a global variable, substract them, ... Sorry, too difficult and too variable to give a step by step guide.
Click to expand...
Click to collapse
I rovo
i love your creation, but with my me302c all versions go on bootloop.
for make usable my tablet i have performed a factory reset from asus stock recovery and all workly good.
my question is this: the tab is cleaned or i have others file to delete?
i'm noob,please make me an answear
thanks for your great job,i look forward for use xposed on this device
bye

is a good idea manually remove app process.orig from system\bin?
or i remove app process and rename app process.orig to app process?

pit84 said:
is a good idea manually remove app process.orig from system\bin?
or i remove app process and rename app process.orig to app process?
Click to expand...
Click to collapse
It's better if you install Xposed installer again and just hit "uninstall". That will make sure that don't forget an important step, such as assigning the correct permissions.

rovo89 said:
It's better if you install Xposed installer again and just hit "uninstall". That will make sure that don't forget an important step, such as assigning the correct permissions.
Click to expand...
Click to collapse
i did it,thanks rovo
a little thing:in the application list of titanium backup, i find a name of one file cutted with a line called "hdcpfilealert.bin",i think is not present in the system,you know this file? is important for the system?
thanks for the answear and for your great work,expect a compatible version of xposed for memo pad fhd10 intel
bye

rovo89 said:
It's better if you install Xposed installer again and just hit "uninstall". That will make sure that don't forget an important step, such as assigning the correct permissions.
Click to expand...
Click to collapse
dear rovo
i'm sorry for all,because xposed 2.6 on memo pad me302c work great,just type the following command"echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset" after xposed installation before reboot and all is ok.
A good number of modules works very good(gravitybox,appsetting etc.)is important read again and again the guide(for the noob like me).
Thanks again for all
pit84
---------- Post added at 12:41 PM ---------- Previous post was at 12:26 PM ----------
miracle1973 said:
ASUS ME302C 5.0.11 android 4.3
after installing the xposed framework 2.5.1, i was stuck in a bootloop, after recover ROM ME302C can use
i afraid to install xposed 2.5.1 ,think it's a not matching xposed , how to solve? 3Q!
Click to expand...
Click to collapse
download a terminal emulator from play store
install xposed 2.6(only 2.6 version,is important)but don't reboot,open a terminal and run this command:
su
echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
reboot
enjoy
guys!
xposed is amazing, 3 modules, gravitybox-app setting-app ops and in have all feature i want in one asus stock rom,amazing!! ROVO89 IS A GENIUS!!!

pit84 said:
download a terminal emulator from play store
install xposed 2.6(only 2.6 version,is important)but don't reboot,open a terminal and run this command:
Click to expand...
Click to collapse
So with 2.6.1 it would not work with this offset?

Jepediah said:
So with 2.6.1 it would not work with this offset?
Click to expand...
Click to collapse
yes,work,sorry...
i have tested it with the same command without problems

Jepediah said:
So with 2.6.1 it would not work with this offset?
Click to expand...
Click to collapse
It should work, and you don't need to execute the command again unless you have uninstalled the Xposed Installer app in between.
I should also note that offset 0x98 is not the correct offset for every ROM. In the worst case, you will be in a bootloop again or Xposed will not work correctly. Then just post your /system/lib/libdvm.so and I'll check for the correct offset.

rovo89 said:
It should work, and you don't need to execute the command again unless you have uninstalled the Xposed Installer app in between.
I should also note that offset 0x98 is not the correct offset for every ROM. In the worst case, you will be in a bootloop again or Xposed will not work correctly. Then just post your /system/lib/libdvm.so and I'll check for the correct offset.
Click to expand...
Click to collapse
Ok will give it a try. For the asus fhd 10 there are no custom ROM's available. So i think it should work with the rooted original v.5.0.17 i have installed on the tablet. Later will give a report and thanks for reply.
Gesendet von meinem ME302C mit Tapatalk

Mission accomplished - xposed framework installed and some modules tested. Looking very good for now. Big thanks for development and support!
Gesendet von meinem ME302C mit Tapatalk

Hi @rovo89
I have an Asus Zenfone 5 running 4.4.2.
It also has a dual core clover trail processor.
I installed Xposed 2.7.1, 2.7, 2.6 and 2.5
The phone freezes when you try to open an app, and after some time SystemUI restarts.
This problem was most easily seen in 2.7.1, and least seen in 2.5
Can you please advise me on what to do?
I have attached my phones libdvm.so if you need to take a look. (Compressed it into a .zip as XDA won't allow me to attach a .so file. Please extract the .zip)
Thanks.

Thank you!!!! worked like a charm!!
pit84 said:
dear rovo
i'm sorry for all,because xposed 2.6 on memo pad me302c work great,just type the following command"echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset" after xposed installation before reboot and all is ok.
A good number of modules works very good(gravitybox,appsetting etc.)is important read again and again the guide(for the noob like me).
Thanks again for all
pit84
---------- Post added at 12:41 PM ---------- Previous post was at 12:26 PM ----------
download a terminal emulator from play store
install xposed 2.6(only 2.6 version,is important)but don't reboot,open a terminal and run this command:
su
echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
reboot
enjoy
guys!
xposed is amazing, 3 modules, gravitybox-app setting-app ops and in have all feature i want in one asus stock rom,amazing!! ROVO89 IS A GENIUS!!!
Click to expand...
Click to collapse

Related

Xposed for our Razr I

Tungstwenty is in develogment to build a X86 Version of Xposed and i had tested it.
Unfortunately, there is problems and Tungstwenty can´t solve the problem.
The good news:
I know what the problem is - your x86 ROM includes JIT support in the Dalvik VM, and xposed was compiled without JIT support as it's what the AOSP sources use for x86 specifically.
That's the reason for the crash.
The bad news:
I have no idea how to get the AOSP code to compile the dalvik code with JIT support on x86. It fails with the 4.1.2 sources, and also 4.2.1.
On the other hand, with the latest 4.2.2 it appears to compile properly.
I'll give it another shot and try compiling once I grab the android-4.1.2_r2 branch, on which your ROM might be based and with luck might have working JIT support on x86...
EDIT: No luck, android-4.1.2_r2 doesn't compile either
Either the reported version is wrong or the code used by the XT890 is different from AOSP
Click to expand...
Click to collapse
Maybe have anyone an idea or can help Tungstwenty to solve the problem?!
What about ask to Omar Avelar? He knows about source code for x86
Enviado desde mi XT890 usando Tapatalk 4 Beta
Any news about this?
No one is working on this, so no...
xposed for x86
no hope ? no news ?
Well, any updates?
or is over by now?
i think this is a dead project...
Xposed works now on my Razr I, and I can use Xprivacy.:good:
It is working with the XposedInstaller_2.3-beta1
http://forum.xda-developers.com/showpost.php?p=46002463&postcount=4050
ansa1234 said:
Xposed works now on my Razr I, and I can use Xprivacy.:good:
It is working with the XposedInstaller_2.3-beta1
http://forum.xda-developers.com/showpost.php?p=46002463&postcount=4050
Click to expand...
Click to collapse
can confirm, module Universal fix for "Master Key" + "Bug 9695860" vulnerabilities works. razr i ROM Omar Avelar
thank you
Works fine
i am use Xblast tools <<<---- no like
Edit:
I use too
The Gravity box module. note: works better for make transparent the status bar in the lock screen and the launcher
XthemeEngine module
jacbarahona72 said:
thank you
Works fine
i am use Xblast tools
Click to expand...
Click to collapse
De nada. i looked at the xblast tools too (quite impressive). there are a lot of modules around for xposed (don't understand how it works, but seems to be a very
sophiticated method).
With XthemeEngine applied, i have random soft reboot in M8 version of Omar Rom
Same with cydia substrate
Enviado desde mi GT-I8190
Xposed 2.4 crashes my phone, could only revert via /data/data/de.robv.android.xposed.installer/conf/disabled
No bootloop but just doesn't start up (before bootanimation)
If not everyone knows how to do it, here is a quick how to:
connect your phone
adb shell
su
mkdir /data/data/de.robv.android.xposed.installer/conf/disabled
now it should boot up again
dagoban said:
Xposed 2.4 crashes my phone, could only revert via /data/data/de.robv.android.xposed.installer/conf/disabled
No bootloop but just doesn't start up (before bootanimation)
If not everyone knows how to do it, here is a quick how to:
connect your phone
adb shell
su
mkdir /data/data/de.robv.android.xposed.installer/conf/disabled
now it should boot up again
Click to expand...
Click to collapse
Thank you very much, worked like a charm
If I hadn't had found that i'd done something drastic
Freeks said:
Thank you very much, worked like a charm
If I hadn't had found that i'd done something drastic
Click to expand...
Click to collapse
same here
don't forget to remove the disable folder again once you switched to a previous version.
Boot loop
Hello guys. I have intalled the apk and then when it installed the update and rebooted , my phone went into a boot loop. Can anyone help?
Thanks.
parthnatu said:
Hello guys. I have intalled the apk and then when it installed the update and rebooted , my phone went into a boot loop. Can anyone help?
Thanks.
Click to expand...
Click to collapse
go to TWRP and install file Xposed-Disabler-Recovery.zip it must be on internal sd created by xposed
parthnatu said:
Hello guys. I have intalled the apk and then when it installed the update and rebooted , my phone went into a boot loop. Can anyone help?
Thanks.
Click to expand...
Click to collapse
read my previous comment to fix it.
No problems here with latest xposed. But I've only do a soft reboot
Do you mean 4.2-beta3?
With official 2.4 (installed via installer) you will get into bootloop for sure.
via Razr I & Tapatalk 4

[Q] i confused!!! install but not active

I'm changing the settings of status bar but require exposed framework so I install framework and then i open status bar app but not work.
During xposed log say: Errors during Xposed initialization
So what I do?
Plz look attached picture for explain batter
I really hope this isn't it... But I have to ask... you DID reboot after installing xposed and then reboot after enabling the module correct?
If not, then do that.
Bakerboy448 said:
I really hope this isn't it... But I have to ask... you DID reboot after installing xposed and then reboot after enabling the module correct?
If not, then do that.
Click to expand...
Click to collapse
Dear baker!
I'm 4 or 5 time rebot phone but same result and then finely reset phone from recovery mode and again install xposed.........but failed...........
Dear please fix this.....
plz ans me im waiting for your fix… ..
Bakerboy448 said:
I really hope this isn't it... But I have to ask... you DID reboot after installing xposed and then reboot after enabling the module correct?
If not, then do that.
Click to expand...
Click to collapse
Dear Baker!
im waiting for your ans plz reply me fast… .
Custom ROM with themes?
HI!
Does your ROM includes a theme system? If so, that's the cause...
I've been looking for an answer too and I found this thred at GitHub. I haven't post much so I have no rights to post URLs as links for now... Please copy paste the following link:
PHP:
https://github.com/rovo89/XposedInstaller/issues/178
There we can read the following:
rovo89 commented on 19 may 2014 said:
ok, that's it then. Some roms have theming engines that conflict with xposed. I'm looking for solutions, but meanwhile, please use the "disable resources api" setting in the installer. You might not be able to use some modules, but most should still work.
Click to expand...
Click to collapse
Doing so enables Xposed and that rebooting red message dissapears. However many modules are not functional if this adjustment is set in the configuration, so it's useless...
As far as I understand, there is no fix forthat issue then. So you can try another ROM with no themes system.
I hope this has been helpful for you =)
Uninstall xposed installer apk, install xposed installer apk, reboot.
you DID reboot after installing xposed
Hello
framework should be installed manually i think
xj

[TUTORIAL] How to install Xposed Framework on Huawei P8 Lite

Hey guys!
Please notice this is my first xda post. I tried 2 days to make xPosed work on my P8 Lite and that would be just rude not to show you the exact way. So, there we go.
Tested and proven working on EMUI 3.1 Android 5.0.1. I've got some trouble with modules like Gravity Box, but I'm on my way of solving them.
I take no responsibility if you screw up. Do this tutorial step by step and be careful.
Xposed manual zip installer
(this will come in handy in step 7 and further)
EMUI 3.1 Android 5.0.*: http://dl-xda.xposed.info/framework/sdk21/arm64/xposed-v78-sdk21-arm64.zip (tested by me, working)
EMUI 3.1 Android 5.1.1: http://dl-xda.xposed.info/framework/sdk22/arm64/xposed-v78-sdk22-arm64.zip (tested by community, seems to work )
EMUI 4.0 Android 6.0: http://dl-xda.xposed.info/framework/sdk23/arm64/xposed-v78-sdk23-arm64.zip (might be a bit problematic, because result seems to be random, although I think you should be fine)
Installing Xposed Framework
Make sure you are a patient person. Some operations may require waiting, trying or even unbricking your device!
Unlock bootloader and root your phone. You can use (this tutorial).
Download and install XposedInstaller_3.0-alpha4.apk but don't install the framework.
This step is really messy. Firmwares differ a lot, but you should find appropriate file/line/folder in your device. Just remember about step 1)
Using any root browser (I'm using Root Browser) open your /system/build.prop file (on some firmwares the location can be /system/emui/base/prop/ or cust/hw/eu/local.prop thanks @Jak08)
Add those lines to the build.prop file. If they exist already, change their values (or simply delete them and add new ones):
Code:
ro.config.themecolor=0
ro.config.hwtheme=0
ro.config.hw_theme=0
NOTE: In some cases modifying ro.config.themecolor may cause bootloop. I recommend you try first time without this line!!!!
Save the file granting superuser permissions
Install TWRP (as described here)
Download and place in your root internal storage directory previously downloaded zip file.
Reboot your phone into recovery mode (you can use adb reboot recovery command, or you can simply start your phone holding power and volume up button but BE CAREFUL: PLUG OUT YOUR USB CABLE!!! if you decided to start it up without adb. If you won't, you'll go into bootloader mode) And also, step 1.
Install zip package
Wipe cache and dalvik cache
Reboot your phone to system
First time it can take up to 15 minutes to boot so don't panic (hey, step 1!). If nothing happens after 30 minutes, here's how you unbrick it. Notice that you only have to re-flash the system partition.
Proof it's working and what modules I'm using is in attachments. GravityBox has several problems, other than that, everything's good.
FAQ/Troubleshooter:
Q: Why do I get an error while...
A: Yeah, make sure you've got your bootloader unlocked and phone rooted correctly. You can check root with any 'root checker' app from store
Q: I'm booting into EMUI recovery instead of TWRP. Will it do the work?
A: No. You have to have TWRP installed, otherwise you won't be able to flash zip correctly and wipe cache.
Q: Can I flash zip in bootloader?
A: No! I had that idea once and it gave me hours of recovery. Don't even try.
Q: My modules modifying looks won't work. Why?
A: Make sure you modified build.prop as told
Who do you credit this solution to?
A: mfbcool and some guy at polish Android forum gave suggestion about lines in build.prop and rovo89 created Xposed. Other than that, I figured out everything by myself. I just gave you links to the parts I did by myself and did't want to describe here.
It isn't working. I bricked my phone. What to do?
A: Unbrick it, silly.
It is working. How can I thank you?
A: I think there's an option to say thanks here. Give me and rovo89 thumb up and we're fine.
It doesn't work for me with this method. It says Xposed Framework version 83 is installed but not active. The logs are empty.
Im on android 6.0 b550
PCSE said:
It doesn't work for me with this method. It says Xposed Framework version 83 is installed but not active. The logs are empty.
Im on android 6.0 b550
Click to expand...
Click to collapse
In that case you have to make sure that ro.config.hwtheme is set to 0. What you get is working Xposed Framework WITHOUT Resource Hooks. Huaweii Theme Engine works the same way as Xposed so one of those has to work or not. Make sure you saved your build.prop file properly.
Also, if your firmware has /system/emui/base/prop/local.prop, update that too.
Thanks for sharing your experience,
Kajtek
It works.
Thanks.
if someone tried this on B551?
Its works. Huawei P8 lite Android 6.0 B 550
Hello, does this work on Huawei P8 lite B551? Android MM, EMUI 4? ALE-L21.
Did someone have tried it? Thanks..
iMigz said:
Hello, does this work on Huawei P8 lite B551? Android MM, EMUI 4? ALE-L21.
Did someone have tried it? Thanks..
Click to expand...
Click to collapse
I didn't know there is EMUI 4 for MM. Not sure how to help you out on this one. Check the official xposed topic for more info about MM.
kaitek666 said:
I didn't know there is EMUI 4 for MM. Not sure how to help you out on this one. Check the official xposed topic for more info about MM.
Click to expand...
Click to collapse
Oh yes, EMUI 4 is Android 6 as you have posted above. Android 6 is Android Marshmallow right? I want to install Xposed Framework for my device.
iMigz said:
Oh yes, EMUI 4 is Android 6 as you have posted above. Android 6 is Android Marshmallow right? I want to install Xposed Framework for my device.
Click to expand...
Click to collapse
There are two solutions. Either you go ahead and try to get it working, or you wait several days, because I wanted to update my p8lite to MM.
Sorry for editing this post so often, I'm still a bit sick and because of fever I understood you wrong.
Cheers!
kaitek666 said:
There are two solutions. Either you go ahead and try to get it working, or you wait several days, because I wanted to update my p8lite to MM.
Sorry for editing this post so often, I'm still a bit sick and because of fever I understood you wrong.
Cheers!
Click to expand...
Click to collapse
No worries, bro. I understand that you are still stick. Take your time though.
And yeah, I am willing to wait several days so you can go ahead and update to MM and if it is successful I will try to install the Xposed Framework. Sorry, I'm a beginner on tweaking phones especially this Xposed Framework. Just wanted to have it because all rooted apps need the Xposed Framework Thanks bro, cheers!
Works great without any Problems on my Huawei p8lite B188 rooted device!!!
EMUI 3.1 Android 5.0 with the V84 Exposed Version.
Good Job dude!
snitchedable said:
Works great without any Problems on my Huawei p8lite B188 rooted device!!!
EMUI 3.1 Android 5.0 with the V84 Exposed Version.
Good Job dude!
Click to expand...
Click to collapse
Hi bro, can you tell me how you did it? I want to install Xposed Framework on mine. But I am currently on P8 lite B551 EMUI 4.0 Android 6.0. Im regretting I upgraded. I wish I have stayed on Lollipop. But it says it can install too on EMUI 4. Hmm..
---------- Post added at 10:55 AM ---------- Previous post was at 10:54 AM ----------
kaitek666 said:
There are two solutions. Either you go ahead and try to get it working, or you wait several days, because I wanted to update my p8lite to MM.
Sorry for editing this post so often, I'm still a bit sick and because of fever I understood you wrong.
Cheers!
Click to expand...
Click to collapse
Have you upgraded to MM, bro?
---------- Post added at 11:35 AM ---------- Previous post was at 10:55 AM ----------
koxyman88 said:
if someone tried this on B551?
Click to expand...
Click to collapse
Hey, i'm also on B551. Have you tried it? I might try it tho
Hey bro, can I use latest version of Xposed? This is on 78. There is a 84 version.
I would just confirm that on B550 MM work like a charm
i used :
xposed-v84-sdk23-arm64.zip
XposedInstaller_3.0_alpha4.apk
and i have just modified the buil.prop as described
hwtheme=0
hw_theme=0
themecolor not added
my phone take up to 30 min to boot the first time, so be patient
PS remember that the theme engine will not work anymore and you are unable to change the theme on the phone
Personally I have xposed fully working without edit my build prop, And my devices and my quick toogles is theme when I switch between theme, how and why I don't know.(i like tw theme) I post screenshoot when Im back at home.
But I have use a others modified xposed version (not by me)
Sent from my SM-N910F using XDA-Developers mobile app
xander33 said:
I would just confirm that on B550 MM work like a charm
i used :
xposed-v84-sdk23-arm64.zip
XposedInstaller_3.0_alpha4.apk
and i have just modified the buil.prop as described
hwtheme=0
hw_theme=0
themecolor not added
my phone take up to 30 min to boot the first time, so be patient
PS remember that the theme engine will not work anymore and you are unable to change the theme on the phone
Click to expand...
Click to collapse
Sadly im on B551 MM. But i guess its just the same? I might try it. Im waiting on someone do it on B551 but i guess ill be the one doing it. Maybe in B551 will work like a charm too.
---------- Post added at 07:57 PM ---------- Previous post was at 07:56 PM ----------
dkonect said:
Personally I have xposed fully working without edit my build prop, And my devices and my quick toogles is theme when I switch between theme, how and why I don't know.(i like tw theme) I post screenshoot when Im back at home.
But I have use a others modified xposed version (not by me)
Sent from my SM-N910F using XDA-Developers mobile app
Click to expand...
Click to collapse
Really? Could you please tell or share us how you did it without editing the build prop? Im scared editing it. Thats why i still cant do this tutorial
EMUI 3.1 Android 5.0.1, followed instructions to the letter.
Boot loop.
m3ta said:
EMUI 3.1 Android 5.0.1, followed instructions to the letter.
Boot loop.
Click to expand...
Click to collapse
What did you miss in the instructions? Maybe you have edited the hw themecolor?
iMigz said:
What did you miss in the instructions? Maybe you have edited the hw themecolor?
Click to expand...
Click to collapse
I didn't "miss" anything.
And the OP says clearly "I recommend you try first time without this line", so I did not do it, obviously.

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.

App Settings Module for Magisk?

hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
satand said:
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Downgrade to marshmallow or write xposed for nougat. The first is easy, the second will make many people happy over here.
Sent from my ONEPLUS A3003 using Tapatalk
satand said:
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Just to clarify on the above response: No.
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
cobram3 said:
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
Click to expand...
Click to collapse
It would be just ultra hard to code that, or just impossible.
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
satand said:
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
Click to expand...
Click to collapse
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
satand said:
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
Click to expand...
Click to collapse
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
Didgeridoohan said:
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Click to expand...
Click to collapse
thanks...but that is too high for me
Do we have a petition to develop this form? hahaha
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
bush911 said:
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
Click to expand...
Click to collapse
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Thank you so much for the advice.
My phone is 1st generation Pixel with latest android, mgaisk installed. I will try to figure it out.
daniel_m said:
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Click to expand...
Click to collapse
Anybody have a suggestion - I'm looking to change the dpi of chrome app (8.1) without Xposed
Maybe this could help
https://joyofandroid.com/change-screen-resolution/

Categories

Resources