Hello, who can build a module for Magisk to modify the build.prop file so that applic - Realme X2 Pro Questions & Answers

Hello, who can build a module for Magisk to modify the build.prop file so that applications think that I have a Samsung S10

Related

[Q] can androidmanifest.xml properties be altered by an xposed module?

Hello.
I know you can overwrite layouts, resources and other properties using an xposed module.
My question is - is it possible to write a module to alter an APK's manifest properties once it loads? (kinda like post-inflate hooks)?
Thanks
Theoretically yes, check PackageParser class or so..

how to edit system/csc/features.xml or others.xml systemlessly ?

any way to edit the features.xml file in system/csc/ foldser on a samsung g925i (india) nougat 7.0.0 , to enable a few features systemless ly ofcouurse using magisk to pass safetynet test
tried root explorer but failed ( need to edit a copy of it in some way to allow magisk to use it )
any help or knowledge on how magisk works with system/csc would be helpful
Make a Magisk module with the edited xml (copy the original to /system/csc in the module and edit it there). When you're done, make a zip and install through the Manager or in recovery.
Module creation details and instructions can be found in the module template and in the Magisk documentation.
ok it didnt workk
the phone didnt boot at all..
tkpro_sanjeet said:
ok it didnt workk
the phone didnt boot at all..
Click to expand...
Click to collapse
That could be caused by a number of things.
First ones that come to mind are that you might have done something you the xml that shouldn't be there or that you might not have set the proper permissions for the file.
It might be something completely different, of course...
permissions were set to 777
if i flash the g925f rom on g925i
i get the features such as stock call recording
if i revert to original firmware then no features at all and all bloated up
idk how the volte enabler module works for samsung devices which is in the repo
playstore has an app called csc feature enabler by wanaam.. but that wont pass safetynet as its not systemless
i made the plugin as stated..
its flashing alright
but not booting
Others.xml and the like need permissions 0644 just as anything there. Wrong permissions caused your brick..
Leave them original
tkpro_sanjeet said:
any way to edit the features.xml file in system/csc/ foldser on a samsung g925i (india) nougat 7.0.0 , to enable a few features systemless ly ofcouurse using magisk to pass safetynet test
tried root explorer but failed ( need to edit a copy of it in some way to allow magisk to use it )
any help or knowledge on how magisk works with system/csc would be helpful
Click to expand...
Click to collapse
Can u pls share the orignal csc folder to me pls.

How to modify system file with RootExplorer systemless?

I've installed magisk.
I need to modify /system/emui/base/xml/hw_clone_app_list.xml.
How to edit this file systemless with RootExplorer?
Just edit it, and it will be systemless ?
Or I should to modify the file in /sbin/.core/mirror/system/... ?
To modify it systemlessly you need to create a Magisk module that mounts your edited file over the original.
Instructions here:
https://github.com/topjohnwu/Magisk/blob/master/docs/modules.md
And in the module template:
https://github.com/topjohnwu/magisk-module-template
Didgeridoohan said:
To modify it systemlessly you need to create a Magisk module that mounts your edited file over the original.
Instructions here:
https://github.com/topjohnwu/Magisk/blob/master/docs/modules.md
And in the module template:
https://github.com/topjohnwu/magisk-module-template
Click to expand...
Click to collapse
OK, thanks.
So modify the file in /sbin/.core/mirror/system/ is not systemless?
dawnc said:
OK, thanks.
So modify the file in /sbin/.core/mirror/system/ is not systemless?
Click to expand...
Click to collapse
No worries, and no it's not.
dawnc said:
OK, thanks.
So modify the file in /sbin/.core/mirror/system/ is not systemless?
Click to expand...
Click to collapse
Hello,
You can create a magisk module that copy the specifiq file into your mod path, edit it using sed (for exemple), all theses steps could be done into post-fs-data stage, so at each phone boots.
Take the module template from the link of Didgeridoohan, and put necessary cmd lines into post-fs-data.sh file:good:
Why is it so hard to do such a system modification with Magisk... smh.

[Question] Module to change vendor/build.prop

Hello,
I want to try to include some change on vendor/build.prop in my magisk module, is that possible to do that?
If i try to put string on system.prop (resetprop), it'll write at build.prop not vendor/build.prop, how can i write into that file with magisk module?
Thank you...
Magisk's resetprop tool (that you use when you add stuff to the system.prop file in a module) does not write anything to the build.prop files, neither in /system or /vendor. They simply load new values over the stock ones. As long as you want to just load new prop values you don't have to bother with the files at all.

Magisk module for changing "build.prop"

Hello to all!
Who can create a module for magisk that would allow to change the build.prop in the system folder "vendor"?
If you change something there manually, the settings are returned again after the phone is rebooted.
There is already a module.. MagiskHide Props Config..

Categories

Resources