Xposed installed and active, but not working. - Xposed General

I recently updated my OP2 to OOS 3.0.2, and I installed xposed on it like i normally would. Everything installed without problems, but none of my modules are working. Can someone help me?
I have checked that I have the correct xposed for marshmallow. I have checked that I have the newest apk, any other suggestions?

By any chance, do you have Xposed Status disabled?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Nexus 6P using Tapatalk

If it still doesn't work, you can try to uninstall Xposed Installer > reboot your phone > install Xposed Installer and than do a soft reboot (by function on Xposed Installer app ).
This work for me. I think the problems happen because I flash xposed *.zip file after install Xposed Installer
Goodluck.

Curiousn00b said:
By any chance, do you have Xposed Status disabled?
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
What apk is that? When I said latest I ment 3.0 Alpha 4. The apk you use doesnt look one bit like that.
Mark2014 said:
If it still doesn't work, you can try to uninstall Xposed Installer > reboot your phone > install Xposed Installer and than do a soft reboot (by function on Xposed Installer app ).
This work for me. I think the problems happen because I flash xposed *.zip file after install Xposed Installer
Goodluck.
Click to expand...
Click to collapse
Did not change anything, sadly

lauge2000 said:
What apk is that? When I said latest I ment 3.0 Alpha 4. The apk you use doesnt look one bit like that.
Click to expand...
Click to collapse
Material Design Xposed Installer.
Did not change anything, sadly
Click to expand...
Click to collapse
Could you either upload screenshots from your Xposed Installer framework section or upload your Xposed log file? It would be easier to help you without only guessing around based on few information.
You could also try to uninstall your framework by flashing the uninstaller.zip within recovery and flash the systemless Xposed afterwards.

Portgas D. Ace said:
Material Design Xposed Installer.
Could you either upload screenshots from your Xposed Installer framework section or upload your Xposed log file? It would be easier to help you without only guessing around based on few information.
You could also try to uninstall your framework by flashing the uninstaller.zip within recovery and flash the systemless Xposed afterwards.
Click to expand...
Click to collapse
Here is a picture of my Xposed installer section.
https://i.imgur.com/tcqZNH3.png
Here is my Xposed log file: https://www.dropbox.com/s/zibe3nywkxzyqzc/xposed_error_20160615_100528.log?dl=0

lauge2000 said:
Here is a picture of my Xposed installer section.
https://i.imgur.com/tcqZNH3.png
Here is my Xposed log file: https://www.dropbox.com/s/zibe3nywkxzyqzc/xposed_error_20160615_100528.log?dl=0
Click to expand...
Click to collapse
Any specific reason why you are using v83 instead of the latest version?

Also disable all of your modules
Enable one of them; imho, start with snapprefs because it looks, from your log that it is working.
Reboot, open snapchat if it works disable snapprefs and enable another module reboot and check if that module's functions work.
Continue doing this until done.
One of your modules is bad, I am 75% sure it is custom alert slider from nqk. The last comments in its thread seem to point to it not working in Android6.0.1.
http://forum.xda-developers.com/oneplus-2/themes-apps/app-alert-slider-oneplus-2-t3248005/page13

Portgas D. Ace said:
Any specific reason why you are using v83 instead of the latest version?
Click to expand...
Click to collapse
Tried v85 and it didnt work, just thought I would try v83 instead
Nergal di Cuthah said:
Also disable all of your modules
Enable one of them; imho, start with snapprefs because it looks, from your log that it is working.
Reboot, open snapchat if it works disable snapprefs and enable another module reboot and check if that module's functions work.
Continue doing this until done.
One of your modules is bad, I am 75% sure it is custom alert slider from nqk. The last comments in its thread seem to point to it not working in Android6.0.1.
http://forum.xda-developers.com/oneplus-2/themes-apps/app-alert-slider-oneplus-2-t3248005/page13
Click to expand...
Click to collapse
Will try this, thanks!
EDIT: I have now tried this, and it didn't work. Anything else I can try?

Can no one help with this??

lauge2000 said:
Can no one help with this??
Click to expand...
Click to collapse
Having the same problem, tried everything with no luck...

Hi.
We had the same issues on the Elephone P9000, also on the UMI Super.
I've made a MOD (grorkmod http://forum.xda-developers.com/showthread.php?p=67247504 ) that will create a patched sepolicy (thanks again to @Chainfire for his sukernel and supolicy) which will be copied into root on every boot.
On boot the stocksepolicy will stay initially, but in the later bootprocess it will be overwritten with a patched one.
The problem in detail:
We have only stockbased ROMs with an enforcing kernel. If we set selinuxmode to permissive with an initd script lots of apps won't work. EBay, google messenger, runtastics and more will just crash. Xposed modules will work but not the apps.
With the grorkmod you have both and that on an enforcing ROM.
It should work on other devices also, but it has to be tested.
Maybe it could solve your problems, too?
For other devices than the elephone p9000 it is strongly recommend to use the latest v0.94.
Greetings
Vsrookie
Sent from my P9000 using XDA-Developers mobile app

vsrookie said:
Hi.
We had the same issues on the Elephone P9000, also on the UMI Super.
...[/URL]
Click to expand...
Click to collapse
I have set SElinux to permissive with terminal, but modules still don`t work.

gaich said:
I have set SElinux to permissive with terminal, but modules still don`t work.
Click to expand...
Click to collapse
You have to boot in permissive mode. Create a script in init.d with setenforce 0.
greetings
vsrookie
ps: On our chinese phones that was a problem, thats why i created grorkmod.
Sent from my P9000 using XDA-Developers mobile app

vsrookie said:
You have to boot in permissive mode. Create a script in init.d with setenforce 0.
greetings
vsrookie
ps: On our chinese phones that was a problem, thats why i created grorkmod.
Sent from my P9000 using XDA-Developers mobile app
Click to expand...
Click to collapse
Great!!!! This did the trick! I flashed your mod and my modules began to work!:laugh:

Hi.
Nice to hear. May i ask you what phone you have?
greetings
vsrookie
Sent from my P9000 using XDA-Developers mobile app

vsrookie said:
Hi.
Nice to hear. May i ask you what phone you have?
greetings
vsrookie
Sent from my P9000 using XDA-Developers mobile app
Click to expand...
Click to collapse
Yes, it`s in my signature - Ulefone Vienna with Marshmallow test build.

i have the same problem and ended up just uninstall xposed and installer.

Related

*Walkthrough* Screen off animation using Xposed

Hi All,
As with my previous devices I've always looked out for the useless but still cool, screen off animation (remember the CRT animation on the old phones? ) as it has not yet been created for our device our only other option is to use Xposed.
Thanks to @zst123 for creating the Xposed module.
Cheers :good:
I've tested this to work with most ROMs, however it should work on any other ROM running android 6.0.XXX
Requirements
Root Access
A device running Android 6.0.XXX Marshmallow
A custom recovery (TWRP)
1. Go here and download this http://forum.xda-developers.com/attachment.php?attachmentid=3383776&d=1435601440
This is the alpha apk
2. Go here and download this http://dl-xda.xposed.info/framework/sdk23/arm64/xposed-v81-sdk23-arm64.zip
This is the framework
3. Go here and download this http://dl-xda.xposed.info/framework/uninstaller/xposed-uninstaller-20150831-arm64.zip
This is the Xposed uninstaller just in case you want to remove it.
You now have everything you'll need for now
4. Install the Alpha APK and reboot to recovery.
5. Once in recovery, flash the Xposed Framework, once installed, reboot system, this may take a while, a few minutes is not uncommon.
Once back in the android system, you'll find that it indexes all your apps, this is normal, allow it to finish.
6. Open the Xposed Alpha app and click download.
7. Search for and download the ScreenOffAnimation module and enable it under modules within the Xposed app.
8. Reboot your device.
9. Open the ScreenOffAnimation app and enable an animation. Reboot, again this may take a few minutes although it should be quicker than the framework reboot, no application indexing should take place.
10. Done and Enjoy
You will need to reboot to fully implement any new changes to this app, it also hasn't been updated for a while so the current version is v1.3, however it is functional and should work as expected.
You might be able to squeeze this whole process with maybe a few less reboots, however this is how I first did it and how it worked for me so it should (if you follow to the letter) work for you
At the time of writing the versions used are as follows.
Alpha APK v3.0alpha4
Framework v80sdk23 for ARM64 devices.
ScreenOffAnimation v 1.3
Any questions, please ask and I'll do what I can to assist.
Great idea, I loved this CRT Screen Off animation but I´ve stopped using Xposed a while ago. I remember having problems with it on Android 5.1.1 and I guess that it´s still buggy with ART ? If Xposed is the only way to get this old animation again, I will have to pass on this one.
Gorgtech said:
Great idea, I loved this CRT Screen Off animation but I´ve stopped using Xposed a while ago. I remember having problems with it on Android 5.1.1 and I guess that it´s still buggy with ART ? If Xposed is the only way to get this old animation again, I will have to pass on this one.
Click to expand...
Click to collapse
exactly the same as me mate, I was avoiding xposed for so long but thought I'd try it, and maybe make a little tutorial to go with it.
up until now, no excessive drain, no issues.
I also haven't installed any other modules either. I'm very sure that this can be done without xposed , however until that time, this will do.
but I do agree with you. if I could get this mod without xposed I would.
there's also an uninstaller too so no need to worry
Xposed has been running great for me on 6.0.1
Gorgtech said:
Great idea, I loved this CRT Screen Off animation but I´ve stopped using Xposed a while ago. I remember having problems with it on Android 5.1.1 and I guess that it´s still buggy with ART ? If Xposed is the only way to get this old animation again, I will have to pass on this one.
Click to expand...
Click to collapse
Any chance you're talking about the storage issue that appeared from ART?
I can't run my device without Xposed, lmfao. I set the apps I need with Xposed to not update unless it's compatible with the Xposed modules I run.
Sent from my Nexus 6P using Tapatalk
Gorgtech said:
Great idea, I loved this CRT Screen Off animation but I´ve stopped using Xposed a while ago. I remember having problems with it on Android 5.1.1 and I guess that it´s still buggy with ART ? If Xposed is the only way to get this old animation again, I will have to pass on this one.
Click to expand...
Click to collapse
Exposed is ruining great on mm
Have to say, after my first day. I've not had a single change in battery, hadn't even dropped by 1% overnight
This doesn't work for me. I'm on stock ROM and kernel with Xposed.
Edit: Although it does work with Cataclysm mod/ROM.
Krunk83 said:
This doesn't work for me. I'm on stock ROM and kernel with Xposed.
Edit: Although it does work with Cataclysm mod/ROM.
Click to expand...
Click to collapse
Had you already had xposed installed ? I can't see why it would make a difference so long as you're rooted, have twrp and can successfully install xposed. Also check your version vs the one I used.
I've never installed xposed on a stock ROM so can't comment but I'd have thought it would have worked.
dladz said:
Had you already had xposed installed ? I can't see why it would make a difference so long as you're rooted, have twrp and can successfully install xposed. Also check your version vs the one I used.
I've never installed xposed on a stock ROM so can't comment but I'd have thought it would have worked.
Click to expand...
Click to collapse
Yeah, everything was installed correctly it just didn't work for some reason. It's all good because I just flashed the Cat mod and it worked.
Krunk83 said:
Yeah, everything was installed correctly it just didn't work for some reason. It's all good because I just flashed the Cat mod and it worked.
Click to expand...
Click to collapse
Cat mod?
Also I'd have to verify if it definitely doesn't work on stock ROMs and find out why to update the OP. Might be the version you've got installed.
FYI, try Franco kernel. Apparently xposed plays nicely with it.
I don't mess with custom kernels anymore. Too buggy. The cat mod is a mod to flash over stock to give you the Cataclysm settings. It's not the full cat ROM. So no system wipe/restore needed.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Nexus 6P
Krunk83 said:
I don't mess with custom kernels anymore. Too buggy. The cat mod is a mod to flash over stock to give you the Cataclysm settings. It's not the full cat ROM. So no system wipe/restore needed.
Sent from my Nexus 6P
Click to expand...
Click to collapse
Interesting. So it actually has xposed as part of it. Nice. Will check it out.
Nice module, working fine on Screw'd ROM. I have several xposed mods running & have no issue with battery usage or glitches.
I like the random feature & choosing duration - an excellent find thanks
tweeny80 said:
Nice module, working fine on Screw'd ROM. I have several xposed mods running & have no issue with battery usage or glitches.
I like the random feature & choosing duration - an excellent find thanks
Click to expand...
Click to collapse
Very welcome mate, the vertu one is spot on
The module has not been updated since 2014 or am I looking at the wrong one?
May I ask, if I have all system animations disabled via developer options, will this still work?
EarlZ said:
The module has not been updated since 2014 or am I looking at the wrong one?
Click to expand...
Click to collapse
No you are correct, the thing is it really doesn't matter. It works perfectly.
cd993 said:
May I ask, if I have all system animations disabled via developer options, will this still work?
Click to expand...
Click to collapse
Yes it does, functions as expected whilst everything else is off..just tested now.
dladz said:
Yes it does, functions as expected whilst everything else is off..just tested now.
Click to expand...
Click to collapse
That's great, many thanks for helping out
---------- Post added at 06:42 PM ---------- Previous post was at 06:24 PM ----------
Really like this! Favourite so far would be Fade set at 250ms

Xposed framework v86 for 5.1.1/6.0

Hi all
At last working xposed for huawei device
I download and tested this xposed and work that same as before in kitkat.
Here you have pack to download v86
https://mega.nz/#!M4YTFJLY!RcGD_28N_SbbwWZm_rXS5jl_Uzyn31jgp6jgo8BE9E0
How install
Download and extract
Install apk and open
Go to setting and select this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now go back and go to twrp
Flash api22 for lp or api23 for mm
When it's finish do it wipe cache, dalvic cache and reboot
First time you be have optimalization that same as you flash stock lp or mm
Now you have working xposed on your mate7
Cheers and all credits to @rovo89
Changelog ---> http://forum.xda-developers.com/showpost.php?p=67658523&postcount=35
Send from
chudy_85 said:
Hi all
At last working xposed for huawei device
I download and tested this xposed and work that same as before in kitkat.
Now you have working xposed on your mate7
If you want change something in them you must edit build.prop in this two line
ro.config.hwtheme=0
ro.config.hw_theme=0
Cheers and all credits to @rovo89
Send from
Click to expand...
Click to collapse
Thanks, i understand it so, that i can nothing change on the Device befor edit build.prop in this two line
ro.config.hwtheme=0
ro.config.hw_theme=0
Thats right?
edited. wrong post
Guys i use Android 4.4.2 Kitkat, and i want to install Xposed on my phone, Can anyone help me? I find old xposed installer, can any give me a link?
KayraINCI said:
Guys i use Android 4.4.2 Kitkat, and i want to install Xposed on my phone, Can anyone help me? I find old xposed installer, can any give me a link?
Click to expand...
Click to collapse
Here you have xposed framework 2.6.1
http://dl-xda.xposed.info/modules/de.robv.android.xposed.installer_v32_de4f0d.apk
Send from ?
chudy_85 said:
Here you have xposed framework 2.6.1
http://dl-xda.xposed.info/modules/de.robv.android.xposed.installer_v32_de4f0d.apk
Send from ?
Click to expand...
Click to collapse
I downloaded already at a other website, but when i go to: framework catagory, and i need to install/update framework, it says in red: "blablabla, you phone can be damaged...", can i ignore?
Siemens Mikrodalga cihazımdan Tapatalk kullanılarak gönderildi.
i Don't have this communication. Yes you can but do you have twrp backup
Send from ?
I can't find "hwtheme" or "hw_theme" in B513 and when i try to use flat style apps it dosen't work
Whta to do ??
I tried this in my oppo and got it working on Lollipop despite ColorOS being used. Didn't need buildprop mods in that. The Mate 7 has the custom navbar which creates problems. Just installed Xposed on the Mate 7. Edit your buildprop first if you want to try it because Xposed framework install stops navbar working if you don't. About to test it, rebooting. System optimising.
I may flash back my TWRP backup as I don't really need Xposed on this phone, but I did need it with the oppo as it's my daily driver now and my music player. If MinMinGaurd works properly it will be worth keeping because the pop up ads here on XDA make me insane! I almost stopped visiting this site because of them and I won't pay every three months to be ad free. That's extortion.
I'd be happy to donate to the cause for better reasons, but ads are one thing I detest and a reason I start to dislike Google. Now XDA follows with this......
EMUI actually replaces a lot of tweaks I used to use Xposed for anyway.
Do not do this without doing a recovery backup first!
Edit:
Installed.
I did the buildprop alteration and it boots ok, no bootloops and navbar still works with hide and pulldown present.
Will install a few modules and test. Gravitybox runs but can't use a lot of the cosmetic alteration settings of course. I do now have my skipping music tracks with volume buttons and changed it to 25 volume steps. YES!!!
installed as per guide. Xposed framework is active but those module i installed told me framework is not active. all module is not working.
any solution? do i need to flash the uninstaller before the apk installation?
Not all moduls work I don't now wy but on my don't work gravitybox
Send from ?
I found most modules won't work but the phone is stable and framework is stable and active.
I have installed ActivityForceNewTask but not sure if it's doing anything yet.
Gravitybox (not many settings activated as some will FC the UI or just not work) which does work for some settings I wanted.
MinMinGaurd (add blocker) which is working.
VolumeSteps+ (only changed number of volume steps for all audio streams as other checkbox settings don't work)
Hi,
Thanks for this tutorial. I would like customize my phone ( battery ect ) but i don't find in BUILD.PROP these two line :
ro.config.hwtheme=0
ro.config.hw_theme=0
i try add these line but apparently that's doesn't work.
Any solution ?!
Thanks a lot for your reply
KoganFR said:
Hi,
Thanks for this tutorial. I would like customize my phone ( battery ect ) but i don't find in BUILD.PROP these two line :
ro.config.hwtheme=0
ro.config.hw_theme=0
i try add these line but apparently that's doesn't work.
Any solution ?!
Thanks a lot for your reply
Click to expand...
Click to collapse
You won't be able to customise cosmetic things in the Mate 7 because of EMUI.
If that's all you want Xposed for, don't install it.
If you fiddle too much trying to make cosmetic changes to the UI, it will force close or bootloop.
You need to have a rooted phone with a decent file manager like ES
That first line is in the buildprop but has a 1 at the end. Change that to 0.
The second line needed to be added in mine, then save the file and reboot.
In buildprop, the 1 or 0 is a digital switch, on or off. Like options of true or false.
RobboW said:
You won't be able to customise cosmetic things in the Mate 7 because of EMUI.
If that's all you want Xposed for, don't install it.
If you fiddle too much trying to make cosmetic changes to the UI, it will force close or bootloop.
You need to have a rooted phone with a decent file manager like ES
That first line is in the buildprop but has a 1 at the end. Change that to 0.
The second line needed to be added in mine, then save the file and reboot.
In buildprop, the 1 or 0 is a digital switch, on or off. Like options of true or false.
Click to expand...
Click to collapse
Thanks for your reply Robbo.
I understand what you say but when a was on Lollipop i use Xposed with module like flat bar indicator and that work fine.
For buildprop i don't find any line with ro.config.hwtheme or ro.config.hw_theme.
Maybe because i'm in B513 still beta in France. If it's not possible to change icon bar or something I think rollback my phone to Lollipop.
Skorpi58 said:
Only for battery icon i must have lucky patched?
Click to expand...
Click to collapse
I think his message got lost in translation somewhat. Lucky Patcher and Xposed are two separate things. Lucky Patcher is used to patch (it's in the name lol) applications to do things like add new features, emulate in app purchases (ie free IAPs) and so on. It also does not require Xposed, only root access.
Xposed is something entirely different, and is also something I do not know much about. I will definitely install this and see if it works.
KoganFR, you're likely to be right about the difference with MM and LP. Mine is on B331 LP. It runs stable, no bugs so didn't want to risk MM and never tried it.
That's right!
I'll try rollback this afternoon for LL and install a custom rom.
I like too much customize my phone first reason to choose android phones.
On b522 its work but change theme automatic. I can use this xposed
Wysłane z mojego HUAWEI MT7-L09 przy użyciu Tapatalka
Update in first post. Now it's v83
And added good place where you can modded file ro.config.hwtheme
Send from hell ✌

Collection of Magisk Modules

Collection of modules for @topjohnwu's Magisk!
General Information
I wanted to make a single thread where everyone can contribute and add modules to serve as a one stop shop for modules until the Magisk Manager gets an xposed-like module downloader. All files are attached in the order that they are introduced.
My Modules
Busybox Installer - Credits: YasadSharaf for the binaries
The installer detects what architecture (ARM/ARM64, x86/x86_64, MIPS/MIPS64) your device uses and installs the correct busybox binary accordingly.
Better Battery Stats Installer - Credits: @JudgeDread11
The installer systemless-ly installs the Better Battery Stats app.
Screen Density Changer - Credits: @JudgeDread11
The zip changes your screen density systemless-ly, extract the zip to set the value that you would like.
Debloater - Credits: @JudgeDread11
The zip debloats your ROM, he uses for Asus Zenfone 2 could probably be adapted to many more devices.
Mount Magisk
The simple script mounts the magisk.img to /magisk to allow it to be edited in case a module or script is causing a bootloop.
ViPER4Android Installer - Credits: @topjohnwu edit by me
The installer systemless-ly installs the ViPER4Android app as well as the driver. Detects and supports the x86 V4A driver. It uses the material design version 2.3.4.0 because it is of higher quality than 2.4.0.1. Two zips, one for dark theme and other for light theme.
Ad-Block Installer
The installer systemless-ly installs my ad-blocker, which supports updating by running hosts as root in terminal. The updater utilizes a wget port to android. The entire hosts file is 18 MB and has over 600k unique entries. Hosts is located at GitHub.
Liveboot Installer - Credits: @topjohnwu edit by me
The installer systemless-ly installs the LiveBoot app and script. Credits to @topjohnwu for this one I just edited the settings to the way I prefer it. Two zips, one with boot logs and one without both have 60 lines as default.
Credits & Thanks: Mainly @osm0sis for his awesome odds & ends thread that I used as a template and @topjohnwu for Magisk. Also everyone else who has contributed in any way to installer scripts for various mods, I've tried to include your name by the module you contributed to.
Disclaimer: Naturally, you take all the responsibility for what happens to your device when you start messing around with things.
Contributing: Post a reply with your module attached or a link to it with a short description. I'll add it to the OP with credits and a link to your post. Or even post ideas for modules!
Source Code:Working on it.
These are all very simple modules, but good for noobs like me, who would like some examples.
A better battery stats systemless system app
The sample from the magisk thread, changing screen density by script.
And a sample for a de-bloat module that I use on stock Asus Zenfone 2 laser.
JudgeDread11 said:
These are all very simple modules, but good for noobs like me, who would like some examples.
A better battery stats systemless system app
The sample from the magisk thread, changing screen density by script.
And a sample for a de-bloat module that I use on stock Asus Zenfone 2 laser.
All coming soon, on the road and I keep getting failure to upload.
Click to expand...
Click to collapse
Nice man! Yeah I whipped these up relatively quickly just trying to get some out there, working on an Aroma that lets you choose the density you'd like to change to. :good:
thanks for this. it seems that for me, V4A installs fine, but when i go to use it, it does not work. I did not install the drivers within the app, pretty sure you're not supposed to right?
also, installed the new adblocker and i can't seem to disable it still:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
steveo17 said:
thanks for this. it seems that for me, V4A installs fine, but when i go to use it, it does not work. I did not install the drivers within the app, pretty sure you're not supposed to right?
also, installed the new adblocker and i can't seem to disable it still:
Click to expand...
Click to collapse
What does it say when you open it?
RatchetPanda said:
What does it say when you open it?
Click to expand...
Click to collapse
Sent from my Nexus 6P using Tapatalk
Try these or whichever one you used
removing/disabling modules?
Hi,
I was wondering what the process is for removing modules since there isn't a manager like there is for xposed? Please let me know when you have a moment.
Thanks
RatchetPanda said:
Try these or whichever one you used
Click to expand...
Click to collapse
the drivers seem to be installed now. no prompt at startup to install drivers, but it still does not appear to be working. i've tried toggling effects via bluetooth and wired headphones and neither work.
I'm on a Nexus 6P, encrypted, Android N Official, Magisk v6, selinux enforcing
kryptikal said:
Hi,
I was wondering what the process is for removing modules since there isn't a manager like there is for xposed? Please let me know when you have a moment.
Thanks
Click to expand...
Click to collapse
Open up the /Magisk folder and delete the module folder that you don't want.
steveo17 said:
the drivers seem to be installed now. no prompt at startup to install drivers, but it still does not appear to be working. i've tried toggling effects via bluetooth and wired headphones and neither work.
I'm on a Nexus 6P, encrypted, Android N Official, Magisk v6, selinux enforcing
Click to expand...
Click to collapse
Play music after you've changed settings and then tap driver status and screenshot it. I'm pretty sure Android N needs permissive.
RatchetPanda said:
Open up the /Magisk folder and delete the module folder that you don't want.
Click to expand...
Click to collapse
Or if you afraid things go seriously wrong when you delete something that is essential in your running system add a file called remove to the mod folder. The mod will be removed on the next reboot.
JudgeDread11 said:
Or if you afraid things go seriously wrong when you delete something that is essential in your running system add a file called remove to the mod folder. The mod will be removed on the next reboot.
Click to expand...
Click to collapse
How would u accidently delete something essential if your in the Magisk folder? This works too but the reasoning behind it doesn't make sense, your nowhere near deleting anything 'essential' while in the /magisk folder.
RatchetPanda said:
How would u accidently delete something essential if your in the Magisk folder? This works too but the reasoning behind it doesn't make sense, your nowhere near deleting anything 'essential' while in the /magisk folder.
Click to expand...
Click to collapse
From my understanding you can change anything in the system folder, and i believe there is some essential stuff in there. When you run a mod that changes this stuff the files in the mod folder are the files the system is linked to. So removing these files on the fly would have the same result as removing the files on the fly in an unmodded system.
I might be wrong. But I'm learning
RatchetPanda said:
Play music after you've changed settings and then tap driver status and screenshot it. I'm pretty sure Android N needs permissive.
Click to expand...
Click to collapse
No difference. Music is playing, with permissive via Magisk Manager
Sent from my Nexus 6P using Tapatalk
steveo17 said:
No difference. Music is playing, with permissive via Magisk Manager
Click to expand...
Click to collapse
had this problem too
installing v4a apk v2.4.0.1 fixed this
Sent from my SHIELD Tablet K1 using XDA Labs
mati_boy said:
had this problem too
installing v4a apk v2.4.0.1 fixed this
Sent from my SHIELD Tablet K1 using XDA Labs
Click to expand...
Click to collapse
From the magisk thread?
Sent from my Nexus 6P using Tapatalk
steveo17 said:
From the magisk thread?
Click to expand...
Click to collapse
no, from the material design v4a thread
http://forum.xda-developers.com/android/software/app-material-viper4android-2-3-4-0u-t3190352/page45
Sent from my SHIELD Tablet K1 using XDA Labs
mati_boy said:
no, from the material design v4a thread
http://forum.xda-developers.com/android/software/app-material-viper4android-2-3-4-0u-t3190352/page45
Sent from my SHIELD Tablet K1 using XDA Labs
Click to expand...
Click to collapse
yep that did the trick!
thanks!
mati_boy said:
had this problem too
installing v4a apk v2.4.0.1 fixed this
Click to expand...
Click to collapse
I'll switch to that apk in the script :good:

[MODULE][Test-C01] ★ Alienoid-OS ★ | Custom Overlay ROM

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Intro:
This is an overlay rom for many devices featured by AlienoidMod.
NOTE!!! All thing are prototypes now and in very experimental condition.​
Feature Updates:
Apps
ViPERFX | Modified Viper4Android
Lawnchair | Customizable Pixel Launcher
Phonograph | Music Player
Binaries
7za, adb, busybox, fastboot, sqlite3, zipalign
and AlienoidMod Framework script (amf).
AlienoidMod Framework script
For now it's in a very under-developing condition but the future concept is (amf) will be the hive mind of whole overlay system. It will understand the current android rom conditions where it will be installed then it will define the tasks... I'll write more later...
Downloads:
Follow the attachments...
Contributors
metaspook
Version Information
Status: Test
Test Version: C01
Release Date: 2017-09-17
Reserved
Reserved
metaspook said:
★
★​
AlienoidMod
This is a framework where many apps, mods, binaries for cross-devices, multi-arch, different roms with versions are belongs to.
Alienoid-OS
This is an overlay rom for many devices featured by AlienoidMod
NOTE!!! All thing are prototypes now and in very experimental condition.​
Test-A logs: <<< Regular check this for updates
App: ViPERFX (modified Viper4Android for AlienoidMod )
Bin: 7za, adb, fastboot, sqlite3
and a HiveMind written by me.
Downloads:
Follow the attachments...
Click to expand...
Click to collapse
Hello,
I don't understand what your magisk module does make after installed.
You mean: "Bin: 7za, adb, fastboot, sqlite3", it contain all theses binaries and an ViperFX modded apk too ?
Yea I'm interested as to what the binaries and other mods besides viper are for. If I use this I'd just take viper out anyway, I use ARISE instead.
Sent from my LG Nexus 5X using XDA Labs
Dont know about the other bin files.
Finally! Your Viper is now 4.5.0.5 driver.. asks for install driver... It should install on flashing... Maybe
The new interface is much better!
All working fine! ?
L.F.B. said:
Dont know about the other bin files.
Finally! Your Viper is now 4.5.0.5 driver.. asks for install driver... It should install on flashing... Maybe
The new interface is much better!
All working fine! ?
Click to expand...
Click to collapse
Wait 4.5.0.5? Don't you mean 2.5.0.5?
Sent from my LG Nexus 5X using XDA Labs
Rom said:
Hello,
I don't understand what your magisk module does make after installed.
You mean: "Bin: 7za, adb, fastboot, sqlite3", it contain all theses binaries and an ViperFX modded apk too ?
Click to expand...
Click to collapse
Yes...
Its an overlay ROM so u can use it over many lollipop+ roms
adb and fastboot are for arm, arm64 archs now...
metaspook said:
Yes...
Its an overlay ROM so u can use it over many lollipop+ roms
adb and fastboot are for arm, arm64 archs now.
Click to expand...
Click to collapse
What do the mods do though exactly? Any explanations?
Sent from my LG Nexus 5X using XDA Labs
metaspook said:
Yes...
Its an overlay ROM so u can use it over many lollipop+ roms
adb and fastboot are for arm, arm64 archs now.
Click to expand...
Click to collapse
Ok, so many framework in one package, right ?
Galaxy S6 7.0 magisk 13
kapiszon53 said:
Galaxy S6 7.0 magisk 13
Click to expand...
Click to collapse
What's screenshot is this? This is not the ViPERFX app from Alienoid-OS !!
Rom said:
Ok, so many framework in one package, right ?
Click to expand...
Click to collapse
not framework but kind of that It Alienoid-OS will utilize the AlienoidMod framework.
Sorry, wrong screenshot
So, I flashed your zip without errors but ViperFX was not installed after boot. So I installed ViperFX manually from your zip and that's what happend:
metaspook said:
not framework but kind of that It Alienoid-OS will utilize the AlienoidMod framework.
Click to expand...
Click to collapse
Is there a link for information on AlienoidMod I can look at?
Sent from my LG Nexus 5X using XDA Labs
---------- Post added at 10:50 AM ---------- Previous post was at 10:49 AM ----------
kapiszon53 said:
Sorry, wrong screenshot
So, I flashed your zip without errors but ViperFX was not installed after boot. So I installed ViperFX manually from your zip and that's what happend:
Click to expand...
Click to collapse
Yea you can't install viper manually unless its the original one. It needs to patch the necessary lines in your audio_effects.conf to register the driver.
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
Is there a link for information on AlienoidMod I can look at?
Sent from my LG Nexus 5X using XDA Labs
---------- Post added at 10:50 AM ---------- Previous post was at 10:49 AM ----------
Yea you can't install viper manually unless its the original one. It needs to patch the necessary lines in your audio_effects.conf to register the driver.
Sent from my LG Nexus 5X using XDA Labs
Click to expand...
Click to collapse
So i'm a bit cunfused. All I want is ViperFX running on magisk 13 as it did on magisk 12. Is this mod for me?
Skittles9823 said:
Is there a link for information on AlienoidMod I can look at?
Click to expand...
Click to collapse
Not yet cuz I didn't open thread for it and as u can see I wrote everything is very experimental now even this thread would also temporary may be, for now this thread is for test builds testing so whenever I upload the new test builds please install it and let me know what have u experienced, explored like about the apps, mod, bins etc working or not and how about it etc...
All of your feedback could help me build this thing better and make a matured form..
kapiszon53 said:
So i'm a bit cunfused. All I want is ViperFX running on magisk 13 as it did on magisk 12. Is this mod for me?
Click to expand...
Click to collapse
Yes there are other modules which are just ViperFX in this magisk forum. Given I haven't used them since I prefer to have the modules from ARISE over just viper any day of the week.
Sent from my LG Nexus 5X using XDA Labs
kapiszon53 said:
So i'm a bit cunfused. All I want is ViperFX running on magisk 13 as it did on magisk 12. Is this mod for me?
Click to expand...
Click to collapse
Did you flashed using Magisk 13.3???
metaspook said:
Not yet cuz I didn't open thread for it and as u can see I wrote everything is very experimental now even this thread would also temporary may be, for now this thread is for test builds testing so whenever I upload the new test builds please install it and let me know what have u experienced, explored like about the apps, mod, bins etc working or not and how about it etc...
All of your feedback could help me build this thing better and make a matured form..
Click to expand...
Click to collapse
Alright I'll give it a flash and see what I come up with. I'm not exactly sure I have use for bins and stuff though. I am curious as to what hive mind is though.
Sent from my LG Nexus 5X using XDA Labs

[Non-Root Xposed] LSPatch : An open-source alternative for non-root LSPosed

Hi all!
Many in this community seem to be unaware of LSPatch (https://github.com/LSPosed/LSPatch), which is an alternative for non-root LSPosed.
I just tested it out, and seems to work perfectly with the apps I tested with my Xposed module AllTrans. Ofcourse being non-root, it does not work with system-wide modules.
There are other such apps such as SandVXPosed, VirtualXposed, TaiChi. Like Taichi, LSPatch does not create a full virtual "parallel-space" launcher, but modifies the apk and injects LSPosed into it.
LSPatch is also open-source and non-restricted, so its safe and anyone can use it.
Dislaimer - I am in no way associated with LSPatch. All credits go to the developers at https://github.com/LSPosed/LSPatch
Tested on Android 11 Samsung, with the latest Canary build of LSPatch.
You say no system wide usage, I'm assuming this would mean something like mockmocklocations wouldn't work?
Can you tell me how to install this module?
Usage​
Through jar
Download lspatch.jar
Run java -jar lspatch.jar
Through manager
Download and install manager.apk on an Android device
Follow the instructions of the manager app
Click to expand...
Click to collapse
I am stuck at the "Through jar" part. What do I need to to with the downloaded lspatch.jar?
Tried this on my Samsung S22 Ultra with AllTrans and it actually seemed to work! Only app I had to try was Telegram X so it had some glitches but the fact the module worked is amazing! I've been playing with iOS recently and found out you can inject frameworks on there so I was recently wondering if it was possible on android and then I found this! Thank you! Any ideas what other modules might work?
Galaxy-Geek#1 said:
Tried this on my Samsung S22 Ultra with AllTrans and it actually seemed to work! Only app I had to try was Telegram X so it had some glitches but the fact the module worked is amazing! I've been playing with iOS recently and found out you can inject frameworks on there so I was recently wondering if it was possible on android and then I found this! Thank you! Any ideas what other modules might work?
Click to expand...
Click to collapse
telegram has now builtin translation? right? atleast in my desktop app (official) and nekogramx (unofficial mod)
Rararikuri said:
Can you tell me how to install this module?
Click to expand...
Click to collapse
Just download and install the precompiled Manager.apk from https://github.com/LSPosed/LSPatch/releases/
If you don't already know to build things with jar files, it's not worth trying to do it yourself.
Link575 said:
You say no system wide usage, I'm assuming this would mean something like mockmocklocations wouldn't work?
Click to expand...
Click to collapse
I have a similar questions. I've found two modules that I've tried to install Undo and ****Location, and while they do show up in the LSpatch modules page, I don't see any way to actually use them, nor do I see any way to further activate or configure them...
Is it just that these are system-wide apps, so LSpatch (with Shizuku) can't run them?
If that's the case, can anyone suggest some useful modules that DO work with LSpatch?
User.Hemlock said:
I have a similar questions. I've found two modules that I've tried to install Undo and ****Location, and while they do show up in the LSpatch modules page, I don't see any way to actually use them, nor do I see any way to further activate or configure them...
Is it just that these are system-wide apps, so LSpatch (with Shizuku) can't run them?
If that's the case, can anyone suggest some useful modules that DO work with LSpatch?
Click to expand...
Click to collapse
I never looked into it much further but I do think that the way LSpatch seems to work is you choose the module and then you get a list of your apps from which you can choose. Picking those apps will then patch those apps with that module....I think, I could be totally wrong. Either way, mockmocklocations did not work when patching pokemon go with it.
I'm having trouble getting the apps/modules to work.
I've got shizuku working perfectly for other apps, now I have lspatch but hidemyapp list, GPS setter, and android faker all say that xposed module isn't enabled, any advice?
But I got undo working and I have secure flag disable too but Idk what app to test it on
spart0n said:
I'm having trouble getting the apps/modules to work.
I've got shizuku working perfectly for other apps, now I have lspatch but hidemyapp list, GPS setter, and android faker all say that xposed module isn't enabled, any advice?
But I got undo working and I have secure flag disable too but Idk what app to test it on
Click to expand...
Click to collapse
I want to try out secure flag disable, can you check if it works with WhatsApp? The one time pics in WhatsApp
aadeshiscool said:
I want to try out secure flag disable, can you check if it works with WhatsApp? The one time pics in WhatsApp
Click to expand...
Click to collapse
Well I don't use whatsapp but I did just take a screebshot in Netflix of an episode of blacklist....
spart0n said:
Well I don't use whatsapp but I did just take a screebshot in Netflix of an episode of blacklist....
Click to expand...
Click to collapse
Awesome
spart0n said:
Well I don't use whatsapp but I did just take a screebshot in Netflix of an episode of blacklist....
Click to expand...
Click to collapse
Can give the link to the apk that you have used, disable secure flag. Also which one ui version are you running
aadeshiscool said:
Can give the link to the apk that you have used, disable secure flag. Also which one ui version are you running
Click to expand...
Click to collapse
lsposed module list
I'm on stock oneui 5.1 on January update s23 ultra
spart0n said:
lsposed module list
I'm on stock oneui 5.1 on January update s23 ultra
Click to expand...
Click to collapse
Weird I'm also using the same exact phone but Netflix fails to open and crashes when I patch it. Did you do anything different? Can you please tell your steps? I'm using this apk, is this what you're using also?
com.varuns2002.disable_flag_secure
aadeshiscool said:
Weird I'm also using the same exact phone but Netflix fails to open and crashes when I patch it. Did you do anything different? Can you please tell your steps? I'm using this apk, is this what you're using also?
com.varuns2002.disable_flag_secure
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
spart0n said:
View attachment 5841739
Click to expand...
Click to collapse
What about your Netflix version? Maybe can you upload the patched apk here, I'll try it out. Btw do you have telegram for easier communication?
aadeshiscool said:
What about your Netflix version? Maybe can you upload the patched apk here, I'll try it out. Btw do you have telegram for easier communication?
Click to expand...
Click to collapse
I didn't patch Netflix. Its just the stock app from play store
spart0n said:
I didn't patch Netflix. Its just the stock app from play store
Click to expand...
Click to collapse
You have to patch the applications and tick the modules in the modules scope right?
aadeshiscool said:
You have to patch the applications and tick the modules in the modules scope right?
Click to expand...
Click to collapse
The only apps I patched was the xposed apps I installed

Categories

Resources