Xposed for our Razr I - RAZR i Q&A, Help & Troubleshooting

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

Related

[Q] ASUS ME302C problem

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

[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

[Q] Xposed on Mi Note Pro

Does anyone have any experience with it?
I tried with Xposed arm 64 and the result is bootloop
It should be wsm tools instead of xposed I think. But I don't believe there is a version that is compatible with our device currently
brumie said:
Does anyone have any experience with it?
I tried with Xposed arm 64 and the result is bootloop
Click to expand...
Click to collapse
xposed is incorporated into their firmware, though it has been highly modified.
So did anybody managed to get a full Xposed support ?
Has anybody tried WSM tools ?
No, WSM cant install the framework either...
I tried this http://forum.xda-developers.com/showthread.php?t=3165211 and it didn't work either
Any update guys?
No Update, Unfortunately
I did manage to get a bit further, I already said this on MIUI forum. I have successfully flashed SDK21 without any bootloops but the problem is that WSM Tools does not support SDK21
Someone said it works now?
http://xiaomi.eu/community/threads/looking-for-xposed-or-wsm-mod.28030/#post-251612
I'll try the minks given by the user who said it works and I'll report.
However it's highly doubtful it'll work ?
Was going to try it out at home but since you are giving a go let us know how it goes.
Well I tried but Xposed is still incompatible with our processor's architecture :/
Still not working for me
Woo hoo - http://en.miui.com/thread-145999-1-1.html
Hope someone can reupload this to another file service.
thendless said:
Woo hoo - http://en.miui.com/thread-145999-1-1.html
Hope someone can reupload this to another file service.
Click to expand...
Click to collapse
I uploaded it to MEGA and posted the link (I'm Artemisiash) and I created a new thread in the Development section so that XDA users can try it but when I tried it I couldn't get Xposed to fully works
o really? Well ill give it a go tonight hopefully I have better luck
Still, xposed not compatible... https://github.com/rovo89/XposedBridge/issues/61
Please comment at this thread at github and get help from the developer.
Sent from my MI NOTE Pro using Tapatalk

[DISCUSSION] Xposed for Marshmallow

You can use this thread for discussions about Xposed for Marshmallow. Please check the read-only thread for the download links and official updates.
Going to post of list of modules that work after flashing in a few mins.
Here's the thread I made for it.
http://forum.xda-developers.com/xposed/unofficial-list-modules-xposed-t3249162
Is this update can be installed on 5.0.2 becouse I have problems whit modules not active after update so need to reboot phone at least two times..Thanks
djtiesto22 said:
Is this update can be installed on 5.0.2 becouse I have problems whit modules not active after update so need to reboot phone at least two times..Thanks
Click to expand...
Click to collapse
There will be a lollipop update within a few days.
Nexus 5 Cataclysm and ElementalX
Just flashed, gonna check and see what works. Nice break from working on my new pool pump, thanks @rovo89!
Finally! Thanks rovo89
Nexus 6P is ARM64
I just rooted my HTC One a9. It's not s-off yet. Can I still install xposed and if so which .zip is for me? Thanks.
Which modulds i need for working on nexus 6 cause there is some v76 module and i dont know what to use arm or x86 pleaee help
Thanks for your continued works, will flash now.
So far is looks like xposed gel settings doesn't work on Marshmallow hopefully soon
ohad129 said:
Which modulds i need for working on nexus 6 cause there is some v76 module and i dont know what to use arm or x86 pleaee help
Click to expand...
Click to collapse
Nexus 6(2014) is a arm32 device, use -arm.
ohad129 said:
Which modulds i need for working on nexus 6 cause there is some v76 module and i dont know what to use arm or x86 pleaee help
Click to expand...
Click to collapse
Use ARM for Nexus 6. ARM64 is for 64 bit processors and x86 is for Intel based chipsets.
Flashed version 76-ARM on my Nexus 6. Installed the apk and rebooted. Xposed framework is installed but not active. Anyone else having this issue?
SuperSmashedBro said:
Nexus 6P is ARM64, correct?
Click to expand...
Click to collapse
Yes it is.
riqdiq said:
Flashed version 76-ARM on my Nexus 6. Installed the apk and rebooted. Xposed framework is installed but not active. Anyone else having this issue?
Click to expand...
Click to collapse
same here on nexus 6P
riqdiq said:
Flashed version 76-ARM on my Nexus 6. Installed the apk and rebooted. Xposed framework is installed but not active. Anyone else having this issue?
Click to expand...
Click to collapse
Same on my Nexus 7 with M(MRA58V), be posting logs later.
ncsuwolfs said:
same here on nexus 6P
Click to expand...
Click to collapse
Did you flash arm or arm64? That device need arm64
riqdiq said:
Flashed version 76-ARM on my Nexus 6. Installed the apk and rebooted. Xposed framework is installed but not active. Anyone else having this issue?
Click to expand...
Click to collapse
As always - please post a logcat, otherwise I can't help you. Maybe the Xposed log will also be sufficient, that depends on the cause of the issue.
11-14 23:06:20.819 E/Xposed ( 316): Cannot load any modules because /data/data/de.robv.android.xposed.installer/conf/modules.list was not found
Click to expand...
Click to collapse
^This is all I'm getting after installing the APK and flashing the Zip with TWRP afterwards. (Shamu, Chroma, 6.0, Stock kernel)
andreglud said:
^This is all I'm getting after installing the APK and flashing the Zip with TWRP afterwards. (Shamu, Chroma, 6.0, Stock kernel)
Click to expand...
Click to collapse
Did you actually activate some modules? If yes, then please post a full logcat, taken as soon as possible after booting. Issues like this might occur if SELinux blocks access to the file. Maybe it doesn't appear on my Nexus 9 because I have installed SuperSU 2.52, including the modified boot image.

[Xposed][Lollipop][Emulator] How to install Xposed installer in 5.0 Emulator

Hi
I have successfully installed Xposed installer in kitkat emulator just by installing the apk. Now i want am trying to install the same in lollipop emulator. I am using XposedInstaller_3.0_alpha4.apk for lollipop as per link specified http://forum.xda-developers.com/showthread.php?t=3034811. Once it is installed it saying "Do manual recovery" but as per my knowledge we cant go to recovery mode for emulator. Can some help me how install Xpose successfully in lollipop
Thanks
Satya
satya64 said:
Hi
I have successfully installed Xposed installer in kitkat emulator just by installing the apk. Now i want am trying to install the same in lollipop emulator. I am using XposedInstaller_3.0_alpha4.apk for lollipop as per link specified http://forum.xda-developers.com/showthread.php?t=3034811. Once it is installed it saying "Do manual recovery" but as per my knowledge we cant go to recovery mode for emulator. Can some help me how install Xpose successfully in lollipop
Thanks
Satya
Click to expand...
Click to collapse
If you're using Genymotion, you can simply drag the Xposed zip file to the emulator window and it will flash it.
itandy said:
If you're using Genymotion, you can simply drag the Xposed zip file to the emulator window and it will flash it.
Click to expand...
Click to collapse
Cant we installed exposed installer without using genymotion in lollipop?
satya64 said:
Cant we installed exposed installer without using genymotion in lollipop?
Click to expand...
Click to collapse
I only use Genymotion as emulator. Dunno about other emulators.
I've a 'problem' with Xposed and Genymotion: it works right, no problem at all, but Genymotion emulates x86 Android. I've to test some modules on some apps that are using libraries compiled for ARM that don't even start using Genymotion (even without Xposed) (error 'e_machine: 40'). So, there are others virtual machines that can install Xposed on Lollipop (or Marshmallow) that support complete ARM emulation?
Thanks!
Looking forward to do this on Nox App Player. It's using Android Lollipop now. Any ideas?
K0media said:
Looking forward to do this on Nox App Player. It's using Android Lollipop now. Any ideas?
Click to expand...
Click to collapse
Same here. Did you solve it?
N4MC0D said:
Same here. Did you solve it?
Click to expand...
Click to collapse
Found a way. I even made a video about it.
It's in PT-BR locale. I'm still willing to add English subtitles sometime later on. But I believe I'm late with this tutorial, some people did it already out there.
The sources of everything are provided on the pinned comment and written on the video description.
I'd recommend you to turn on the automated English subs, even that it returns broken translations. That's what can be done for now.
I'll try to update this when I get the English subtitles done.
K0media said:
Found a way. I even made a video about it.
It's in PT-BR locale. I'm still willing to add English subtitles sometime later on. But I believe I'm late with this tutorial, some people did it already out there.
The sources of everything are provided on the pinned comment and written on the video description.
I'd recommend you to turn on the automated English subs, even that it returns broken translations. That's what can be done for now.
I'll try to update this when I get the English subtitles done.
Click to expand...
Click to collapse
Valeu! Sou de Brasília tbm

Categories

Resources