Im currently working on my first module for Xposed framework. What i want to accomplish at the moment is that when i enable my module it will use my modified host file instead of the original one. Is this possible with Xposed and if so, can someone please point me into the right direction? Hopefully someone can help me with this, thanks in advance!
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
satand said:
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Downgrade to marshmallow or write xposed for nougat. The first is easy, the second will make many people happy over here.
Sent from my ONEPLUS A3003 using Tapatalk
satand said:
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Just to clarify on the above response: No.
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
cobram3 said:
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
Click to expand...
Click to collapse
It would be just ultra hard to code that, or just impossible.
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
satand said:
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
Click to expand...
Click to collapse
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
satand said:
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
Click to expand...
Click to collapse
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
Didgeridoohan said:
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Click to expand...
Click to collapse
thanks...but that is too high for me
Do we have a petition to develop this form? hahaha
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
bush911 said:
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
Click to expand...
Click to collapse
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Thank you so much for the advice.
My phone is 1st generation Pixel with latest android, mgaisk installed. I will try to figure it out.
daniel_m said:
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Click to expand...
Click to collapse
Anybody have a suggestion - I'm looking to change the dpi of chrome app (8.1) without Xposed
Maybe this could help
https://joyofandroid.com/change-screen-resolution/
Hello, I've been using a camera mod on my phone for a while now and I switched to magisk a couple weeks ago
I need some help to convert the flashable zip into a magisk module but i dont know how
If anyone is willing to help I would really appreciate it
I don't have an opportunity to help with that, but start here:
https://github.com/topjohnwu/Magisk/blob/master/docs/modules.md
It's quite easy to make a Magisk module... Just follow the instructions above, and the ones you'll find in the module template.
Can you repeat the tutorial on how to make modules?
You'll find the link to the new documentation in the release thread or on the Magisk GitHub.
Hi guys!!
I´m trying to change in a per app basis the default system language... but i cant use xposed module, because if i install it some apps stop working because they detect it...
is there any module for magisk that helps me doing this??
Thanks!!
This is not possible with Magisk. Magisk can apply a mask over system/vendor partitions, but not hook into them. You must use Xposed for this.
Does what @Jaymin.0.1910 wrote more than 3 years ago still apply now?
RootedLee said:
Does what @Jaymin.0.1910 wrote more than 3 years ago still apply now?
Click to expand...
Click to collapse
Now that Magisk has Zygisk (as of writing this, only on the Canary channel) it should be possible to do this kind of modification.
great @Didgeridoohan , thanks for sharing the news. So there is hope Zygist will eventually make it into the release channel after a period of testing and fine-tuning. I keep my eyes open.
Hello,
Attached you could see my current version. For some reason I can't see all of the modules in Magisk. There are some that I'm looking for and I know should be there but they are not.
Any suggestions? Is that becaus of android 11? Also would like to install edxposed but it is telling me version is to new? Is that the reason for all of it?
Thanks
Exactly what modules are you looking for? There's been many purges of the module repo, so maybe the one you're looking for is no longer there...
And if you check the EdXposed docs you'll see that it "supports Android 8.0-10".
Didgeridoohan said:
Exactly what modules are you looking for? There's been many purges of the module repo, so maybe the one you're looking for is no longer there...
And if you check the EdXposed docs you'll see that it "supports Android 8.0-10".
Click to expand...
Click to collapse
Im looking for Adaway and greenify for example
saar17 said:
Im looking for Adaway and greenify for example
Click to expand...
Click to collapse
No such modules in the repo. And I don't think there's ever been one for AdAway... You might be thinking of "Systemless hosts" that you activate from the Manager settings.
I used to have Adaway (a stop sign with a white bird inside) and greenify when I used magisk on my OP5 a bit more then a year and a half ago...
Can you maybe explain to the system less host thing? Is there another place to download those apps/modules? Did something happened to magisk that all of a sudden there are less app and a lot are not supported anymore?
Like I said, there's been many purges of the modules repo. Modules that didn't get their installation scripts updated when necessary (they were basically abandoned), modules that were deleted by their creators (Greenify4Magisk is one example, IIRC), modules that John found shouldn't be in the repo anymore, etc.
And again, there's never been an AdAway module in the official repo (I'm fairly sure about this). The systemless hosts module is what you need, and then the regular AdAway app will only alter that rather than your system files.
There are many places were you can find modules outside the official repo (and an option to add third-party repos is in the planning stages). Your best friends in this instance are all the search options available to you (mainly XDA search and you search engine of choice).