[HELP] No Modules Working - Xposed General

Hi,
I have been using Xposed for a Long time. The first time I downloaded it and installed the latest version, it would keep saying in red that the latest version still needs to be installed. After installing it all different ways, it still didn't work so I discovered that older versions might work. Ever since I have been using version 2.5.1.
Recently, because of the older version, I couldn't download and activate a lot of the modules because they required the later Xposed version so I decided to try fix it and now I'm using version 2.6.1.
I disabled resource hooks and it seemed to work. I'm now using the later version of Xposed and the red message doesn't appear anymore. However, NONE of my modules seem to be working now and I can't figure out why.
If anyone can help me that would be greatly appreciated!
Device: HUAWEI G610-U20
Android 4.2.1 JellyBean
I have attached my latest log file from Xposed.
If any other further information is required I will be happy to provide!
EDIT: one of my modules seem to have randomly started working but the rest still do nothing. They are activated and I have rebooted multiple times.

Anyone?

MasterReturnz said:
I disabled resource hooks
Click to expand...
Click to collapse
According to the log file, multiple modules require those hooks in order to work.
Code:
Loading modules from /data/app/com.elesbb.snapchatfullcaption-2.apk
Loading class com.elesbb.snapchatfullcaption.Xposed
This class requires resource-related hooks (which are disabled), skipping it.
It seems to me that you need to enable the hooks. There are also some other errors, which I can't figure out right now (tired...)

Someguyfromhell said:
According to the log file, multiple modules require those hooks in order to work.
Code:
Loading modules from /data/app/com.elesbb.snapchatfullcaption-2.apk
Loading class com.elesbb.snapchatfullcaption.Xposed
This class requires resource-related hooks (which are disabled), skipping it.
It seems to me that you need to enable the hooks. There are also some other errors, which I can't figure out right now (tired...)
Click to expand...
Click to collapse
If I enable resource hooks then Xposed doesn't work, it says I need the latest version them even tough I already have it installed.
Is there a work around for this?

Im trying to manually flash the ZIP file but I can't actually seem to flash the Xposed installer.zip file. It keeps saying installation aborted in recovery mode. How do I fix this?

Newest version is 2.7 of Xposed Installer. http://repo.xposed.info/module/de.robv.android.xposed.installer

The problem with using the latest version is that it doesn't work. My modules don't work unless I disable resource hooks but then only like 2 of them work
I want to know how to successfully install the latest version onto my phone because currently I can't flash the .zip file to my device. I can't use any custom recovery because there is none that support my device currently.

hi, im running Xposed on lollipop v3.0 aplha 2 !
what is the default setting for the "experimental disabled resource hooks" ?
should it be ticked by default or should it be unticked !
what is the default setting ?

shaajrocks said:
hi, im running Xposed on lollipop v3.0 aplha 2 !
what is the default setting for the "experimental disabled resource hooks" ?
should it be ticked by default or should it be unticked !
what is the default setting ?
Click to expand...
Click to collapse
By default, it should not be ticked.

Related

Problem with xposed at Alcatel 6030D

Hi all!
Having problem with exposed framework version newer 2.3.1.
2.3.1 works fine but new modules required newer version of framework.
I got bootloop after installing versions 2.6.1 and 2.7
Logcat collected.
before_reboot.zip - during installation and reboot
after_reboot.zip - during bootloop.
Please help with running new versions of framework.
p.s. clean install works (at least 2.6) but with gravitybox bootlooped.
p.p.s Android 4.2.2.
p.s. clean install works (at least 2.6) but with gravitybox bootlooped.
Click to expand...
Click to collapse
Looks like a problem with GravityBox, then (or, more specifically, with your device: GravityBox only supports AOSP devices and you're probably running something else).
GermainZ said:
Looks like a problem with GravityBox, then (or, more specifically, with your device: GravityBox only supports AOSP devices and you're probably running something else).
Click to expand...
Click to collapse
Clean stock fw. On 4.1.1 all works fine.
Btw. Not only gravitybox reproduce problem. With modules "Alternate app picker" and "Xposed preferences injector" also bootloop. Tried with only theese modules one by one.
baragoon said:
Clean stock fw. On 4.1.1 all works fine.
Btw. Not only gravitybox reproduce problem. With modules "Alternate app picker" and "Xposed preferences injector" also bootloop. Tried with only theese modules one by one.
Click to expand...
Click to collapse
The logcat you posted shows nothing related to Xposed (or anything else, for that matter).
Damn, maybe I can collect some kind of other logs?
baragoon said:
Damn, maybe I can collect some kind of other logs?
Click to expand...
Click to collapse
It just seems like a coincidence to be honest (correlation/causation). Maybe someone else can suggest something, I can't say any more.
GermainZ said:
It just seems like a coincidence to be honest (correlation/causation). Maybe someone else can suggest something, I can't say any more.
Click to expand...
Click to collapse
Anyway thanks for the help.
Could you send me your /system/lib/libdvm.so file please?
rovo89 said:
Could you send me your /system/lib/libdvm.so file please?
Click to expand...
Click to collapse
You can find requested file in attachment.
Thanks.
any news?
Sorry, I forgot about it... It's not the known issue that I though it might be. Unfortunately, the log doesn't contain enough information, it seems to start later than when the error occurs.
Could you try this please?
1. Execute adb logcat -v time > logcat.txt on your PC
2. Tap "install/update" in Xposed Installer, but don't restart yet
3. Tap "soft reboot"
4. Wait half a minute, then press Ctrl+C
rovo89 said:
Sorry, I forgot about it... It's not the known issue that I though it might be. Unfortunately, the log doesn't contain enough information, it seems to start later than when the error occurs.
Could you try this please?
1. Execute adb logcat -v time > logcat.txt on your PC
2. Tap "install/update" in Xposed Installer, but don't restart yet
3. Tap "soft reboot"
4. Wait half a minute, then press Ctrl+C
Click to expand...
Click to collapse
Fresh logcat
Thanks. This includes the startup sequence and all looks fine, but then it suddenly stops without any error message. I assume that this will require creating several versions between 2.3.1 and 2.4, but I'm too busy for this in the next time...
Some things you could try yourself:
- Disable all module to ensure that it's caused by the framework
- Enable the "Disable Resource API" setting in Xposed Installer
- Try it with JIT disabled: https://github.com/rovo89/Xposed/issues/14#issuecomment-45664672
rovo89 said:
Thanks. This includes the startup sequence and all looks fine, but then it suddenly stops without any error message. I assume that this will require creating several versions between 2.3.1 and 2.4, but I'm too busy for this in the next time...
Some things you could try yourself:
- Disable all module to ensure that it's caused by the framework
- Enable the "Disable Resource API" setting in Xposed Installer
- Try it with JIT disabled: https://github.com/rovo89/Xposed/issues/14#issuecomment-45664672
Click to expand...
Click to collapse
1. Successfully boot with all modules disabled;
1.1 Works with greenify (2.3 build1) and Xposed preference injector (1.3) enabled;
1.2 Doesn't work with gravitybox (3.1.7 and latest) and Alternate app picker (1.02-beta);
2. No effect;
3. No effect;
P.S. all these modules work with xposed installer 2.3.1
baragoon said:
1.1 Works with greenify (2.3 build1) and Xposed preference injector (1.3) enabled;
1.2 Doesn't work with gravitybox (3.1.7 and latest) and Alternate app picker (1.02-beta);
Click to expand...
Click to collapse
Well, that is strange...
AlternateAppPicker is a rather small module, maybe I can send you some reduced (non-working) versions of it to check what exactly makes it fail. But please have some patience, I'm quite busy at the moment and also want to get some time off Xposed.
rovo89 said:
Well, that is strange...
AlternateAppPicker is a rather small module, maybe I can send you some reduced (non-working) versions of it to check what exactly makes it fail. But please have some patience, I'm quite busy at the moment and also want to get some time off Xposed.
Click to expand...
Click to collapse
Thanks, take your time.
I just want to remind about the problem.
it's sad that no news according my problem

[Q] Apps not installing after installing xposed framework

So yesterday I installed xposed framework on my Moto G XT1033 5.0.2, after the process i tried installing some modules with no success, "App not Installed". I rebooted my phone and tried installing again, this time it got stuck on " installing...". I have tried to install using lucky patcher and it gave an error saying that some directory didn't exist.
Please help
Similar problem on my LG L90. I installed version 86 and it's active. I'm able to download modules, but unable to install them.
It says, "Application not installed." I've tried this for several modules and received the same results.
In the installer logs section I have an error:
"E/Xposed ( 298): Cannot load any modules because /data/data/de.robv.android.xposed.installer/conf/modules.list was not found"
Any assistance would be greatly appreciated.
Hello, I also have the same problem with my Alcatel One Touch Fierce 2 running Android 4.4.2. I try to install the Xposed apk and its says "App not installed". Someone please help.
truthinallmighty said:
Similar problem on my LG L90. I installed version 86 and it's active. I'm able to download modules, but unable to install them.
It says, "Application not installed." I've tried this for several modules and received the same results.
In the installer logs section I have an error:
"E/Xposed ( 298): Cannot load any modules because /data/data/de.robv.android.xposed.installer/conf/modules.list was not found"
Any assistance would be greatly appreciated.
Click to expand...
Click to collapse
Hey there, did you find a solution for this problem since you posted this? I am experiencing this exact problem right now, it says that modules.list was not found in that directory. Framework is working, modules can be downloaded but not installed.
Thanks
reserve...
For an unknown reason I had the same issue. I was able to download and install from Xposed, and than one day it wouldn't allow me to press the "install button". Long story made short I was able to get it working by installing this app:
[XPOSED] [KK] [FIX] KitKat BUGS fixer
https://forum.xda-developers.com/xposed/modules/mod-service-bug-63793-fix-t2830732
Hope that helps someone and saves them time trying to figure out what happened.
I've had this problem and the way that I do it is by disabling the exposed framework then rebooting, then it will allow you to install apps. After, activate the module, that re eneble xposed, and reboot!
Hey
I was having the same issue but i fixed it.
This might be because google get to know that the phone is modified thats why no apps get installed so the fix it that download GMS PROTECTED app from xposed download and inatall it. Activate it and reboot. And if you're unable to install then simply turn the framework off and install the module that I've mentioned above.after installing the module activate it,turn on the framework and reboot the fone. Bang.... You're good to go

Need help installing arm64 sdk23 on HTC10. Installed but currently not active.

Hi,
My goal is to successfully install the Xposed framework on the HTC10. I have a stock RUU ROM, unlocked the bootloader, installed TWRP recovery, and rooted it with Supersu with force encryption per Rootjunky.com videos on YouTube. Specifically, I'm using the xposed-v86-sdk23-arm64.zip, SuperSU-v2.71-forceencrypt_v2, TWRP-3.0.2-6-pme. Then I proceeded to install the Xposed framework and APK. It flat out dosesn't work. the Bin folder and log folders are empty and I receive "The latest version of Xposed is currently not active. Did you install the framework and reboot?" I have verified my root is working with a number of other apps. I have tried resolved the issue by executing the methods listed in this article: Can't post links yet cause I'm a noob. And they didn't work. I have completely wiped my device internal and external and tried rerooting and reinstalling and I still get the same result. I also have tried installing older version of the Xposed framwork. I have spend days troubleshooting it and I can't figure it out. No matter what I get the Currently not active.
Some of my reading points to the SE Linux Mode being set to "Enforcing" being the culprit as to why it is not working. I have no idea what this is. However, I can confirm that mine is set to Enforcing despite me executing all three steps in the aforementioned article. I installed that lean kernel so it should be set to permissive I would think but Device Control app shows otherwise.
When I click on Logs in the the Xposed Installer, it says Could not read log /data/data/de.robv/android/xposed.installer/log/error.log. I can confirm that it is installing something because the DE.ROBV.ANDROID.XPOSED.INSTALLER directory is there. And all of the sub directories are present. But bin and log directories are empty which I find odd. I would expect to see many files in there especially the Bin folder.
Any ideas how to resolve this without a log file? I'm sure the HTC10 is arm64 so that shoudn't be the issue. any ideas why this isn't installing correctly? Is it the SE Linux Mode? Do I need to S-Off of something? Any help appreciated!
Regards, Matt.:good:

Xposed for RK3288 Devices

Hi, im new here and this is my first post, so i appreciate all the help and feedback you can give me.
im interested in using xposed in android TV Box's and Dongles, i've been reading and learning all about it for more than a month now. i've got it to work on most TV Box's and dongles that i have "RK based devices with android V 4.4 or less",but i still have a problem with one device which is an RK3288 based with android 5.1 that is already rooted.
i used twrp to flash xposed-v86-sdk22-arm.zip which was successful, than i wiped Dalvik/cache and rebooted, but the boot stuck on bootanimation, i disabled xposed by installing the uninstaller.zip and everything went back to normal. i tried it many times but with no use. i noticed that twrp doesnt mount internal SD, i installed an older version of bootloader which gave me the ability to mount the internal Sdcard, and i tried to install xposed again and this time it pass the animation and goes to a black screen where i can use the mouse but nothing else. with some research i found that UT3+ is based on firefly board and their original ROM is available for download and it has the same bootloader version that came installed with the device, after flashing the new ROM i was able to mount the internal Sdcard and i tried to install xposed again, and this time it gives me optimizing apps but after it finish the device reboot and get stuck again on bootanimation.
my question is, if there is a log for errors to know why the system/boot get stuck , where can i find them??
and if there is no logs how can i monitor the booting process to find the info i need??
also i know or read what bootloader is but i dont understand how it is effecting xposed installation.
Sorry for the long post, and thank you for your help in advanced
EDIT: i finally got adb connection with the device and used logcat to get the logs, but im not sure how to attach the files. if anyone can help i will gladly send the logs. thanks
Update 1
i was looking at the logs "didnt know what to search for im not a developer" and i noticed that everything is crashing and "Not granting permission" ,"Unknown permission " are everywhere .
sample of logs:
Code:
"com.google.android.partnersetup.permission.WRITE_APP_PROVIDER in
package com.android.vendingW/PackageManager( 4712): Not granting
permission android.permission.BIND_WALLPAPER to package
com.android.camera2 (protectionLevel=18
flags=0x58bc45)W/PackageManager( 4712): Not granting permission
android.permission.BIND_APPWIDGET to package com.android.launcher3
(protectionLevel=18 flags=0x583e45)W/PackageManager( 4712): Unknown
permission android.permission.READ_SETTINGS in package
com.android.launcher3W/PackageManager( 4712): Unknown permission
com.android.launcher.permission.READ_SETTINGS in package
com.android.launcher3W/PackageManager( 4712): Unknown permission "
so i decided to root again with KingRoot, and i tried installing xposed again, and it kinda worked. the system boot and the launcher opens but crashing messages keeps showing "Stresstest for 5.0 has stopped running" , "The process com.android.phone has stopped running", and others.
now im not sure about what im doing but i'll test two methods:
1- i will unpake ROM.img put xposed in the root and update the updater script to install xposed when i flash the ROM.
2- the device can run Linux version from SD card so i might run it and manually install xposed files.
if anyone have any tips or info please let me know. thanks
SOLUTION
For those who are having problems with their RK based android TV Box with android 5.1, if you get stuck on Boot animation or the system boots with black screen and you can use your mouse only, or if you getting errors when you boot the main problem would be your firmware is modified and up to Xposed V.86 is not supported because of the error "No implementation found for void dalvik.system.VMRuntime.clam" you can read more about it in this post https://github.com/rovo89/Xposed/issues/167.
and luckily dsa8310 made a modefied version of xposed, i tested it and it works you can find the download link here http://forum.xda-developers.com/showpost.php?p=67787484&postcount=325
viVaPale said:
luckily dsa8310 made a modefied version of xposed, i tested it and it works you can find the download link here http://forum.xda-developers.com/showpost.php?p=67787484&postcount=325
Click to expand...
Click to collapse
I can't get to the page with the link. (I get a noob alert) We want to try this xposed on a ugoos ut3s (android 5.1 with a rk3288)
Would someone please be so kind to post it here or tell me where I can download it.
Anyone that can compile Xposed v87 to fix this problem for RK3288 Lollipop devices?
https://github.com/rovo89/Xposed/issues/167
https://android.googlesource.com/platform/art/+/379d09fe3c3feb7c2a2fb5a3623689b5ace7e79b
Are there instructions somewhere so we can compile it ourselves?
The code above looks like it needs to be applied to Android source code, what must be changed in Xposed Github code to fix it and compile our own new Xposed only for our devices?
Thanks
humptydumpty said:
I can't get to the page with the link. (I get a noob alert) We want to try this xposed on a ugoos ut3s (android 5.1 with a rk3288)
Would someone please be so kind to post it here or tell me where I can download it.
Click to expand...
Click to collapse
Please try this link https://mega.nz/#!300ggYoJ!1vdLP0OyU2D1ky6pWv-Y3VJFH5paHSAqV3Y8A64bvkk
i recommend you download the xposed uninstaller in case something wrong happend
viVaPale said:
Please try this link https://mega.nz/#!300ggYoJ!1vdLP0OyU2D1ky6pWv-Y3VJFH5paHSAqV3Y8A64bvkk
i recommend you download the xposed uninstaller in case something wrong happend
Click to expand...
Click to collapse
Wow ! Work nice on my haier pad971 (ifive air clone) rk3288 5.1.1 !!
Thanks so much
does anyone know if there's an RK3288 enabled xposed v89 built to avoid the issues described by viVaPale? Tried the one from 3.1.5 installer, but after boot it doesn't load the launcher, only mouse can be moved around like viVaPale describes.

Could not load available ZIP files (Xposed v 89)

Hello
I was required to re-flash a old LOS-release(LOS for microG 14.1.20180811) and addonsu to a retired MotoE 1524 Surnia.
(just for testing an old app)
Question:
Is the following error message critical and is it required to fix in order to have Xposed working properly?
"Could not load available ZIP files - Pull down to try again"
[ surnia:/ $ su ]
[ surnia:/ # ]
Xposed Installer (3.1.5)
Xposed Status
Xposed Framework version 89 is activ
[but the following error message is shown:]
"Could not load available ZIP files - Pull down to try again"
-> Xposed Installer (3.1.5)
-> Download
-> Pulldown to refresh download's module list
Downloading http://dl.xposed.info/repo/full.xml.gz
with staus 2 (error: Downloading http://dl.xposed.info/repo
/full.xml.gz failed: connect timed out). size 0 bytes
joe890 said:
Hello
I was required to re-flash a old LOS-release(LOS for microG 14.1.20180811) and addonsu to a retired MotoE 1524 Surnia.
(just for testing an old app)
Question:
Is the following error message critical and is it required to fix in order to have Xposed working properly?
"Could not load available ZIP files - Pull down to try again"
[ surnia:/ $ su ]
[ surnia:/ # ]
Xposed Installer (3.1.5)
Xposed Status
Xposed Framework version 89 is activ
[but the following error message is shown:]
"Could not load available ZIP files - Pull down to try again"
-> Xposed Installer (3.1.5)
-> Download
-> Pulldown to refresh download's module list
Downloading http://dl.xposed.info/repo/full.xml.gz
with staus 2 (error: Downloading http://dl.xposed.info/repo
/full.xml.gz failed: connect timed out). size 0 bytes
Click to expand...
Click to collapse
hello,
I think I have the same problem with the Samsung Tab 3 and LineageOS 14.1.
The framework version 89 SD 25 was flashed via TWRP-3.0.2-0.
The tab is rooted.
Error message that ZIPs were not loaded.
Download from server failed.
Are the links dead?
Also other links on this page to download zips and apps do not always respond.
Could someone help me with this?
I am still a newbie.
Greetings
As long as you can use it, I don't see the problem here. The site has been down for a couple of month now. So I guess that is very normal. And he doesn't really seems to care about xposed anymore.
CookieCream said:
As long as you can use it, I don't see the problem here. The site has been down for a couple of month now. So I guess that is very normal. And he doesn't really seems to care about xposed anymore.
Click to expand...
Click to collapse
Very good to know Thank you very much CookieCream for this answer!!
yes
Well, I have the same problem but before installing Xposed. I suppose I could source the files from somewhere but how do I import them into the app?
Alternatively, a fork of the app that still works in 2023 - whether through a web server where the files are rehosted or by allowing them to be sideloaded - would be greatly appreciated. LineageOS 18.1 (Android 10)
CookieCream said:
As long as you can use it, I don't see the problem here. The site has been down for a couple of month now. So I guess that is very normal. And he doesn't really seems to care about xposed anymore.
Click to expand...
Click to collapse
Thats the problem, we cant use it as it wont download its necessary files after a fresh install.
Is there a way of obtaining the necessary files elsewhere instead of Xposed so we can reinstall it manually?
stevieland58 said:
Thats the problem, we cant use it as it wont download its necessary files after a fresh install.
Is there a way of obtaining the necessary files elsewhere instead of Xposed so we can reinstall it manually?
Click to expand...
Click to collapse
yes. by searching for the apk file. the apk (doesn't matter if it has a UI or not) is the module
CookieCream said:
yes. by searching for the apk file. the apk (doesn't matter if it has a UI or not) is the module
Click to expand...
Click to collapse
It actually does matter for a fresh install as you also need v89 for whatever sdk version you have which comes from a download after installing, v89 doesn’t come with the apk.
stevieland58 said:
It actually does matter for a fresh install as you also need v89 for whatever sdk version you have which comes from a download after installing, v89 doesn’t come with the apk.
Click to expand...
Click to collapse
Actually, the xposed app is (normaly) in the zip and the module (you install) are apks. As far as I'm aware, you can't just install xposed directly with a apk (like magisk) but you need custom recovery to install it anyways... So, what's the problem there? The modules? You can install them with a apk. Like gravitybox or any xposedd module...

Categories

Resources