Romified problems - Sprint Samsung Galaxy S6

I have fully installed the romified rom. Updated the kernal. Tried the version with all the bloat ware. But whenever i try to use netflix with the rom i can get the app open but then it wont fully load a movie when i pick it. I have never had this problem with a rom before.

Same here

I got Netflix to work using Xposed and the patch shown here: http://forum.xda-developers.com/showthread.php?t=2101525

chuman72486 said:
I got Netflix to work using Xposed and the patch shown here: http://forum.xda-developers.com/showthread.php?t=2101525
Click to expand...
Click to collapse
Can't seem to get xposed framework installed, tells me it doesn't support the android version or the processor.

Related

Xposed Framework Work?

I can't get this working on the Nexus 7??? It threw my device into a boot loop
http://forum.xda-developers.com/showthread.php?t=1574401
Any thoughts on how to get this working on our devices? I love all the tweaks it allowed me to do on my other devices.
Is it a 4.3 issue?
Bump. Nobody?
Sent from my Nexus 7
The way I got the framework installed was to download Unicon from the play store. I opened it without the framework installed and it prompted me to download it through the app. Worth a try if you use Unicon. It installed without problems!
4.3 still have issues with ROMs and frameworks. It might not be stable even if you've managed to install it.
It works on CleanROM, but there are app issues with it. I find that PowerAmp can't play any files when I have Xposed / Per App DPI installed.
I love this new N7 but the 4.3 update I'm not liking it breaks so much stuff....
:crying:
Xposed Working now on Nexus 7 2013
Nosferatu. said:
I can't get this working on the Nexus 7??? It threw my device into a boot loop
http://forum.xda-developers.com/showthread.php?t=1574401
Any thoughts on how to get this working on our devices? I love all the tweaks it allowed me to do on my other devices.
Is it a 4.3 issue?
Click to expand...
Click to collapse
Nexus 7 2013 running CM12. Xposed working with Swipe Back and Gravity Box (most features). After numerous installation problems, too many to list here, got it to work after removing/rolling back Gmail Calendar. The biggest issue was inability to download installer APK (got unable to launch event errors ).
carisb said:
Nexus 7 2013 running CM12. Xposed working with Swipe Back and Gravity Box (most features). After numerous installation problems, too many to list here, got it to work after removing/rolling back Gmail Calendar. The biggest issue was inability to download installer APK (got unable to launch event errors ).
Click to expand...
Click to collapse
You bumped a year and a half old thread for that? Lol

[MOD][FIX] Grorkmod (STABLE|SYSTEMLESS|LOS-Version)

Hello.
After many many tinkering and a small hint from @rovo89, finally i can present you the first stable version of the grorkmod.
Added v1.7 LineageOS-Version
Fix for bluetooth
Updated Audio_policy.conf will be copied. Result is a working audio.
Click to expand...
Click to collapse
Added v1.0 LineageOS-Version
Until the fix is integrated in the Rom, you can use the LOS-Version for a working fm-radio.
The Fix will add the following rights to selinux:
system_app fm_device:chr_file {write, read, open, ioctl}
This is a quick'n'dirty way.
Click to expand...
Click to collapse
Added v1.1 lite
In this version the fix is the same, but the script dont need an installed superuser. Also it will leave the system untouched.
Ive tested this version with Eragon v4.0 (With Gravitybox as testmodule, guess what... its working. Ive NOT tested if magisks will work properly with banking apps. please do it for me.
Click to expand...
Click to collapse
Review betaversions
In the past versions i have tried to workaround the problem.
At projectstart i have seen many audit denies. I tried to eliminate them with injecting allows to the sepolicy.
This was a part of the little success i had with the first versions. The other part was to set the classes internally to permissive.
These two components and the "bootprocesshack", in which i changed the sepolicy-binary in root, made the beta versions working.
The problem in the beta version was always, that in some cases the workaround didn't worked.
Click to expand...
Click to collapse
Stable
After an hint that @rovo89 gave me, i saw the problem in seconds, and.... *FACEPALM*
I've saw the problem and didn't saw it anyway.....
For a reason i don't know (maybe it's just a fault from Elephone or mediathek?) they "forget" to setup the contexts files not correctly.
With this mod i fix the entries in the seapp_contexts and file_contexts.
This is the whole magic.
Click to expand...
Click to collapse
Installation
Wipe Dalvik/Cache
Install ROM
Install SuperSU
Install grorkmod
Install xposed
then boot to system
Click to expand...
Click to collapse
Have fun with a fully working ROM!
greetings
vsrookie
CREDIT / INSPIRATION
@Chainfire - for his overwhelming work. @rovo89 - for making apps bend like metal
@skeleton1911 - for making his rom and his work
@Mikos - for his setools for android
@Deepflex - for all the work done to our device
Click to expand...
Click to collapse
Download mod LOS-Version v1.7
Download mod v1.1 lite
Download mod v1.0
Alternative Download
alternative Download mod v1.0
older Versions:
Download mod LOS-Version v1.5
Download mod LOS-Version v1.0
Download mod v0.94
Mirror v0.94
Download mod v0.8
Download mod v0.7
Download mod v0.6
Download mod v0.5
old Projectdescription:
About
This is a solution to get the xposed framework running in enforcing mode AND keep it running after a reboot, dalvik cache wipe and installation of any app.
The main goal is for sure the working xposed framework in enforcing mode, but as we all noticed there are several issues that come with a script that only set the selinuxmode to permissive. That's the second part of this project, trying to not change the behaviour of apps like on stockrom.
Click to expand...
Click to collapse
Background
As i get the p9000 and installed eragon the first time, i installed the xposed framework as fast as i can and.... everything works? Installed modules and... nothing worked!? I tried some things to get it working, but with everything i tried, i had to take a smear.
Pretty annoying, isn't it?
I took a deeper look into selinux and tinkered.... and tinkered ... and tinkered!
Now i think it's time to share my stuff with this great community and i hope that i will help with my mod.
Click to expand...
Click to collapse
BEWARE/Disclaimer
If you don't know what selinux is, then i think you have to read a "little bit" about it. (pure linux stuff; non Android)
If you google it, then you find everything you need, to learn more about it. If you don't know what rooting is, then play Angrybirds instead.
Understand this:
SELinux is a abbreviation for Security Enhanced Linux. That isn't just a name, it's the programm.
With this mod you will loose the S in the name.
Please be sure you have made a backup from everything that's important for you.
I've done this mod in all conscience, but I'm not responsable for bricked devices. Realize it!
You have been warned! :good:
Click to expand...
Click to collapse
The idea behind
This mod installs setools binaries to /su/bin, so you use them on terminal with this mod. We need them to inject permissions to the sepolicy binary. The next problem is, that the original sepolicy is compiled into the kernel (rootfs). Thats why it will be overwritten on boot. If you inject permissions manually, they are gone with every reboot. So i wrote a script that injects permissions on boot to a patched (with superkernel) sepolicy binary and copy it to root.
Click to expand...
Click to collapse
Installing
Now the funny part! :highfive:
What you need
I tested this mod on Eragon v2.8 and Aerom V3.
So you need one of these Roms (i think it will also work on rooted stockrom and Darksense, cause the two three other based on stockrom)
superSu 2.74
xposed framework v85
and of course my mod (see the attachement).
How to
Download everything to your SDCard.
Make sure you have wiped your device, so you can start fresh. (I don't have tried, only to flash this mod.)
Dont reboot. If you reboot, then reboot into recovery again!
Install the rom of your choice. (If you install Eragon v2.8, then be sure to delete the script inside /system/etc/init.d)
Install SuperSu 2.74
Install XposedFramework v85
Install Grorkmod
After this step just reboot. And check if everything is fine.
If not then let me know!
Click to expand...
Click to collapse
XDA:DevDB Information
Grorkmod, Tool/Utility for the Elephone P9000
Contributors
vsrookie
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2016-09-17
Current Beta Version: 0.94
Beta Release Date: 2016-06-09
Created 2016-06-09
Last Updated 2017-02-17
Reserved
LineageOS-Versions
v1.7
- FIX for not working audio over Bluetooth.
LineageOS-Versions
v1.0
- FIX for not working FM-Radio
Stockrom-Versions
v1.1 (lite version; systemless)
- reworked the script, so it will run systemless
- init.d support don't implemented in this version
- old grorkmods wil NOT be removed. So you have to install this one from scratch.
v1.0 (STABLE RELEASE!)
- live patching seapp_contexts and file_contexts
- live patching sepolicy binary at flashing time, add some allows were missing
- add init.d support as supposed to be
- disabling old grorkmod versions at flashin time.
v0.94
- live patching sepolicy binary at flashing time.
- works on all stockbased Roms
- Add init.d support, if it is not implemented already (For Stockrom; busybox EXCLUDED; it has to be installed afterwards to /system/xbin).
Minor changes are:
- cleared out Installer
Current issues:
- sometimes it's lost on reboot. Workaround: just reboot another time, or shutdown phone and reboot again.
v0.8
tidied up scripts
changed hook for injecting sepolicy
v0.7
simplified script
fixed an issue if phone shutdown
v0.6
fixed logcat support in scripts.
v0.5
Beta release
What exactly does your mod do then?
Sent from my P9000 using Tapatalk
mrbubba999 said:
What exactly does your mod do then?
Sent from my P9000 using Tapatalk
Click to expand...
Click to collapse
Hi.
Thank you. Didn't noticed!
I've added "the idea behind" to the first post.
greetings
vsrookie
Sent from my P9000 using XDA-Developers mobile app
do you need the xposed app?
Hi.
What do you mean?
You have to install it for installing xposed modules. Just install it after boot.
Greetings
Vsrookie
Sent from my P9000 using XDA-Developers mobile app
ok, thanks. did a quick test with AeromV3. At first gravitybox, app settings, flat color keyboard* worked after a soft reboot. Ebay app also worked.
Then on next soft reboot there was 2 loops of optimizing apps and only gravity worked.
Shut off the phone and restarted, none worked. After what I have read that was expected.
Did a soft reboot in xposed,then loops of android is starting- optimizing app . after third loop i shutdown the phone and restarted. Then xposed did not work. Tried another soft reboot, this time no loop and xposed modules are working and ebay app works.
mangoman said:
ok, thanks. did a quick test with AeromV3. At first gravitybox, app settings, flat color keyboard* worked after a soft reboot. Ebay app also worked.
Then on next soft reboot there was 2 loops of optimizing apps and only gravity worked.
Shut off the phone and restarted, none worked. After what I have read that was expected.
Did a soft reboot in xposed,then loops of android is starting- optimizing app . after third loop i shutdown the phone and restarted. Then xposed did not work. Tried another soft reboot, this time no loop and xposed modules are working and ebay app works.
Click to expand...
Click to collapse
Hi.
Never tried to softreboot the phone. I will try and report back as fast as i can.
Did you made a clean install? Or dirty flashed the mod?
greetings
vsrookie
clean AeromV3 install. normal reboots do not work
Good I have 3 sim cards on same number the way I mess with my phones.
Hi.
Tried to softreboot the phone from xposed installer. That don't work, that's sure.
On Eragon normal reboots work. I will test with Aerom soon.
greeting
vsrookie
Sent from my P9000 using XDA-Developers mobile app
ok, will test eragon. It stopped working altogether now on AeromV3 after several soft reboots, shutdowns and normal reboots.
gravitybox seemed to work, but other modules seemed to stop. Disabled gravity but that did not seem to work.
Also the android starting, optimizing app message loops seems random.
Seems better on eragon. Works after normal reboot, and from powered off. Ebay also works.
edit2..
so after installing same apps and some reboots, xposed modules will not function sometimes. A few reboots and this time they came back working.
one app that does not work is amplify, maybe just coincidence but that one seems to brake the other when selected.
mangoman said:
ok, will test eragon. It stopped working altogether now on AeromV3 after several soft reboots, shutdowns and normal reboots.
gravitybox seemed to work, but other modules seemed to stop. Disabled gravity but that did not seem to work.
Also the android starting, optimizing app message loops seems random.
Seems better on eragon. Works after normal reboot, and from powered off. Ebay also works.
edit2..
so after installing same apps and some reboots, xposed modules will not function sometimes. A few reboots and this time they came back working.
one app that does not work is amplify, maybe just coincidence but that one seems to brake the other when selected.
Click to expand...
Click to collapse
Is your edit 2 referring to eragon 2.8?
yes.
3-4 reboots, and not working. 1 soft reboot and they came back.
so seems a luck of the draw when it works after a reboot.
mangoman said:
yes.
3-4 reboots, and not working. 1 soft reboot and they came back.
so seems a luck of the draw when it works after a reboot.
Click to expand...
Click to collapse
Thanks, I'll leave it for now.
I made a backup of my eragon before I did any xsposed stuff, I can install that for eBay etc ...
PS - so I can't install this with xposed already running?
mangoman said:
yes.
3-4 reboots, and not working. 1 soft reboot and they came back.
so seems a luck of the draw when it works after a reboot.
Click to expand...
Click to collapse
That s not true.... sorry.
I am on aeromv3 right now rebooted around 5 times (normal, not over xposedinstaller).
Everything works as expected. Even with amplify.
Do you use backuped Apps?
Greetings
Vsrookie
Sent from my P9000 using XDA-Developers mobile app
arlrb said:
Thanks, I'll leave it for now.
I made a backup of my eragon before I did any xsposed stuff, I can install that for eBay etc ...
PS - so I can't install this with xposed already running?
Click to expand...
Click to collapse
Hi.
You have to do a clean install of the Rom of your choice. Install newest supersu and xposed, install this mod.
Everything should work fine.
If it is not so, there is another Problem. Maybe backuped Apps?
Greetings
Vsrookie
PS: if you install Eragon, don't forget ti delete the initd Script.
Sent from my P9000 using XDA-Developers mobile app
yes, strange. At first on eragon it worked with reboots, but after a few of them not so much. Then soft reboots seemed to do the trick.
Right now got amplify working. This time did not enable it in xposed first, but rather ran the app then enabled it in xposed when it asked.
vsrookie said:
Hi.
You have to do a clean install of the Rom of your choice. Install newest supersu and xposed, install this mod.
Everything should work fine.
If it is not so, there is another Problem. Maybe backuped Apps?
Greetings
Vsrookie
PS: if you install Eragon, don't forget ti delete the initd Script.
Sent from my P9000 using XDA-Developers mobile app
Click to expand...
Click to collapse
They say you should flash the framework before installing the installer & modules.
So should I install this after framework but before installer, or after framework & installer?
mangoman said:
yes, strange. At first on eragon it worked with reboots, but after a few of them not so much. Then soft reboots seemed to do the trick.
Right now got amplify working. This time did not enable it in xposed first, but rather ran the app then enabled it in xposed when it asked.
Click to expand...
Click to collapse
Hi.
Can you give the new version 0.7 a shot?
I had issues if the phone shut down completely. At this point i had also no running xposed anymore.
Fixed this.
Now i can reboot also out of xposed installer.
Greetings
vsrookie
Sent from my P9000 using XDA-Developers mobile app
arlrb said:
They say you should flash the framework before installing the installer & modules.
So should I install this after framework but before installer, or after framework & installer?
Click to expand...
Click to collapse
Hi.
This order:
wipe
install rom
install supersu
install xposed franework
install mod
boot
install xposed installer
install modules
activate them
restart phone
greetings
vsrookie
Sent from my P9000 using XDA-Developers mobile app

xposed now working on tab s3

A modified xposed installer and framework for nougat is now available thanks to the Purify os team and rovo
https://forum.xda-developers.com/xposed/xposed-android-nougat-sdk-25-arm64-t3639221
Follow the link above.
1. Make backups, twrp/titanium
2. Install the modified xposed installer first, must be done first!
https://forum.xda-developers.com/devdb/project/?id=13191#downloads
Use the top one on the list it may get updated
3. Next download the modified xposed framework from Purify here
http://fastkit.org/xposed/
Follow the links.... SDK24 for nougat 7.0..... Then download the xposed version 87 model... Flash from twrp
Again make sure you fully back up, it all went fine for me, but sometimes these things don't go right.
Plenty of posts in the linked forum but a bit of a jumble as usual, all with varied results, but the above will work for us.
Not sure how many modules are usable yet, I have one working so I know it does work.
Which are you using, and what would you like to use?
undrwater said:
Which are you using, and what would you like to use?
Click to expand...
Click to collapse
Status bar sleep.. Working
Status bar download progress.... Working (mostly)
Status bar cpu temp.. Not working
Status bar cpu frequency.. Not working
Any of the status bar theming such as wanams xtouchwiz would be good
Also xinternalsd was useful but not working
Can you change aspect ratio yet?
blaze82 said:
Can you change aspect ratio yet?
Click to expand...
Click to collapse
Not something I would normally do, is there a particular module you use for that?
It's been such a long time since I came across this, being able to adjust screen ratio and dpi on a per app basis. No real reason to now but with the 4:3 ratio on this tab, it'll be nice.
Also, been a while since I've used xbosed
does not work for me.. i get a recovery-boot loop and it does not start the system
Ch3ck3rM0n said:
does not work for me.. i get a recovery-boot loop and it does not start the system
Click to expand...
Click to collapse
I have been using it without problem for a while, but the versions used are crucial to success, I couldn't get the magisk systemless to work. Try going back to the beginning and make sure each download is correct, the method in the first post will work.
hmm.. but i need magisk :-/
Ch3ck3rM0n said:
hmm.. but i need magisk :-/
Click to expand...
Click to collapse
Ok, it may be possible for it to work, I didn't persist with it, what is the benefit with magisk for you?
rorymc928 said:
Ok, it may be possible for it to work, I didn't persist with it, what is the benefit with magisk for you?
Click to expand...
Click to collapse
Get it work with super su but installed OBBonSD does not work (with GTA, KotoR,...). Do you have any idea?
EDIT: Found a solution with http://repo.xposed.info/module/com.pyler.xinternalsd
I have followed the directions exactly and I tried twice to install xposed on my t825 rooted with magisk 14. No luck unfortunately. Has anybody been successful in installing it ??
If yes, could he share the methodology ?
xpil said:
... with magisk 14
Click to expand...
Click to collapse
had the same problem.. remove magisk and install superSU.. xposed do not work with magisk -.-' on this tablet..
Question, how do I remove xposed again?
Can I do it with the installer app, or do I need a special skript? Never used Xposed on Samsung before and I know everything works differently.
Hello,
Your experience : Do you have a "" Tab S3 SM-T825, Nougat 7.0, Root SuperSU "" on which you have installed Xposed.
1- Does Xposed work normally with different modules?
(No Bootloop or tablet block?)
2 - Which version xposed * .zip ?
3 - Which Version XposedInstaller _ *. Apk ?
Thank you
Cordially
Yam_y
Yam_y said:
Hello,
Your experience : Do you have a "" Tab S3 SM-T825, Nougat 7.0, Root SuperSU "" on which you have installed Xposed.
1- Does Xposed work normally with different modules?
(No Bootloop or tablet block?)
2 - Which version xposed * .zip ?
3 - Which Version XposedInstaller _ *. Apk ?
Thank you
Cordially
Yam_y
Click to expand...
Click to collapse
Fairly old thread this, I have a T820, however I've made roms for both variants, the t825 thread is here,
https://forum.xda-developers.com/galaxy-tab-s3/development/rom-sm-t825-tweaked-t3769742
the earlier versions are nougat the latest 3.0 on are oreo both work fine, you'll find instructions in the thread, if changing to oreo you need to flash the oreo bootloader, through odin, if returning to nougat you need to flash the older nougat bootloader as they're not cross compatible.
Xposed works fine on both, xposed installer included after booting, start the xposed installer app and select install it picks the correct version.
Root is by magisk.
rorymc928 said:
Fairly old thread this, I have a T820, however I've made roms for both variants, the t825 thread is here,
https://forum.xda-developers.com/galaxy-tab-s3/development/rom-sm-t825-tweaked-t3769742
the earlier versions are nougat the latest 3.0 on are oreo both work fine, you'll find instructions in the thread, if changing to oreo you need to flash the oreo bootloader, through odin, if returning to nougat you need to flash the older nougat bootloader as they're not cross compatible.
Xposed works fine on both, xposed installer included after booting, start the xposed installer app and select install it picks the correct version.
Root is by magisk.
Click to expand...
Click to collapse
Hello Rorymc
Thanks for the answer and for the link SM-T825 TWEAKED, but I'm already Root with SuperSU + Dm-Verity with Rom ARA2 Nougat 7.0 and I just have to flash Xposed with TWRP.
So, I think I have to take Xposed.zip and Xposedinstaller APK from rovo89 in pure version without add and unmodified ?
I hope I'm not mistaken .....
Cordially
Yam
Yam_y said:
Hello Rorymc
Thanks for the answer and for the link SM-T825 TWEAKED, but I'm already Root with SuperSU + Dm-Verity with Rom ARA2 Nougat 7.0 and I just have to flash Xposed with TWRP.
So, I think I have to take Xposed.zip and Xposedinstaller APK from rovo89 in pure version without add and unmodified ?
I hope I'm not mistaken .....
Cordially
Yam
Click to expand...
Click to collapse
Yes that's correct, just make sure you get the correct versions, if anything goes wrong just restore your backup.
rorymc928 said:
Yes that's correct, just make sure you get the correct versions, if anything goes wrong just restore your backup.
Click to expand...
Click to collapse
Hello,
Thank you. Well understood. I like your precise answers
Cordially
Yam

Official Xposed for Nougat now available

Official Xposed Framework for Android Nougat is Here – Download your Favorite Modules Now!
Announcement by rovo89 in XDA thread
Anyone tried it yet? Please give your feedback here.
He also says Xposed for Oreo won't be a long wait!
Tried it on a stock build, rooted, BL unlocked, etc. Installs great. The Youtube adaway works well, greenify doesnt work yet. the others I use arnt supporting N yet. only a matter of time
either way, its safe to install, make sure you install the correct version, and wipe cache on boot, or else stuff breaks
I mainly used (on my Moto X Pure running MM): GravityBox (which is supposed to be ready), Youtube adaway, and Youtube background play. Greenify and Amplify too but not nearly as important on this phone. OG Youtube has given me pretty much the same capability using custom ROMs, though, along with some of the customization you get in Gravitybox. I do wonder about a potential performance hit running the Xposed framework, but it'd sure be nice having the full stock camera functionality again.
Karlinski said:
Tried it on a stock build, rooted, BL unlocked, etc. Installs great. The Youtube adaway works well, greenify doesnt work yet. the others I use arnt supporting N yet. only a matter of time
either way, its safe to install, make sure you install the correct version, and wipe cache on boot, or else stuff breaks
Click to expand...
Click to collapse
Can you please share the direct download link of what needs to be flashed/installed first? It would be great if you can mention the order of flash/install as well? This is for users like me who would be requiring some help.
Also, I have magisk 14 installed on my rooted g5 Plus and am seeing Xposed Installer in the Downloads section? Can you please confirm if this is the official one?
Dahenjo said:
I mainly used (on my Moto X Pure running MM): GravityBox (which is supposed to be ready), Youtube adaway, and Youtube background play. Greenify and Amplify too but not nearly as important on this phone. OG Youtube has given me pretty much the same capability using custom ROMs, though, along with some of the customization you get in Gravitybox. I do wonder about a potential performance hit running the Xposed framework, but it'd sure be nice having the full stock camera functionality again.
Click to expand...
Click to collapse
I'm using the GB beta. It's working well for me. No need to flash AOSP anymore :laugh:
GB has all the things I like to flash LOS for and I don't have to deal with any bugs :good:
I've got it running too, thanks to the favorable feedback getting me to take the plunge after not being on stock for several months. Am using the Youtube Adaway that appears under Installer/Download, then found a Youtube Background Playback module apk that seems to work fine, and the GravityBox/Nougat also as an apk (says it's alpha, not beta). No errors or problems so far and settings are holding after reboots.
I'm really not a big camera user but the stock camera is noticeably brighter and just works way better than those on the custom roms. Viper4Arise (flashed as a zip in TWRP) works on everything but SoundCloud, which I think is a nougat thing because it works on all the oreo roms I tried, but also didn't on most nougat roms.
I'd say it's definitely a go for those wanting to try it, just do some research to see if your preferred modules are working or not, and don't expect it to be perfect yet since it just came out.
Dahenjo said:
I've got it running too, thanks to the favorable feedback getting me to take the plunge after not being on stock for several months. Am using the Youtube Adaway that appears under Installer/Download, then found a Youtube Background Playback module apk that seems to work fine, and the GravityBox/Nougat also as an apk (says it's alpha, not beta). No errors or problems so far and settings are holding after reboots.
I'm really not a big camera user but the stock camera is noticeably brighter and just works way better than those on the custom roms. Viper4Arise (flashed as a zip in TWRP) works on everything but SoundCloud, which I think is a nougat thing because it works on all the oreo roms I tried, but also didn't on most nougat roms.
I'd say it's definitely a go for those wanting to try it, just do some research to see if your preferred modules are working or not, and don't expect it to be perfect yet since it just came out.
Click to expand...
Click to collapse
Does not work on moto g5plus for me . get architecture error
update :after reinstalling apk it stated framework was active

working adaway on mix 2

Can anyone recommend a working adaway app or zip for the mix 2, I've tried several and it's not working. I am rooted.
Just download it off fdroid. You're rooted right?
sbeaber4 said:
Just download it off fdroid. You're rooted right?
Click to expand...
Click to collapse
Yeah I did, but it's not working. I've tried using the module from magisk and even with that it's not working.
I'm using the Unified Hosts Adblock Magisk module (available in the app repository). I have the systemsless hosts option enabled in Magisk settings. Then I installed Unified Hosts Manager from the playstore to enable it. Not a ton of options. But seems to be working. That being said, I am on XenonHD. It seemed to work on Epic ROM as well. But I was only on it a day.
I have a whitelist to allow 2 Google urls that seem to drive Google Play Music crazy.
no problem here,watch your permission
***TAPATALKING***
juggaknot77 said:
Can anyone recommend a working adaway app or zip for the mix 2, I've tried several and it's not working. I am rooted.
Click to expand...
Click to collapse
I did notice a issue in the past on stock miui using magisk 15.2 adaway wasn't working. Latest version is working now.
Take DNS66 from fdroid ... no root needed!
Works perfect for me since months
For whatever reason Adaway has stopped working for me on the EU MIUI ROM, there's been 3 weekly releases since my current version but I'm waiting on the Oreo release to bother updating again. It did work on the version before this but I only realised due to this thread it wasn't - just gave me a black screen on loading the APK to update the hosts file.
I've since swapped to the magisk unified hosts module like above and it works perfectly - wish I'd not bothered with Adaway.
I have a Globe Rom installed.
My first try was with magisk and adaway did not function.
Second try using SU without magisk and adaway worked perfectly!
Adaway worked for me on xiaomi.eu 7.12.21 with magisk
lapocompris said:
Adaway worked for me on xiaomi.eu 7.12.21 with magisk
Click to expand...
Click to collapse
not working in this release but with oreo it works for me

Categories

Resources