Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System change #3

Open
bolbolfolfol opened this issue Dec 7, 2023 · 5 comments
Open

System change #3

bolbolfolfol opened this issue Dec 7, 2023 · 5 comments

Comments

@bolbolfolfol
Copy link

Hi
is there a way to add this module to system directly without instaling it as a module ?

i can add the service.sh to data/adb/service.d

but the system.prop values don't look normal to me

and thank you

@DerGoogler
Copy link
Member

DerGoogler commented Dec 8, 2023

@bolbolfolfol, the system.prop is actually wrong configured.

@TukangM, please fix the system.prop file to a valid format (in both of your modules)

# This file will be read by resetprop
# Example: Change dpi
# ro.sf.lcd_density=320

net.eth0.dns1=94.140.14.14
net.eth0.dns2=94.140.15.15

net.dns1=94.140.14.14
net.dns2=94.140.15.15

net.ppp0.dns1=94.140.14.14
net.ppp0.dns2=94.140.15.15

net.rmnet0.dns1=94.140.14.14
net.rmnet0.dns2=94.140.15.15

net.rmnet1.dns1=94.140.14.14
net.rmnet1.dns2=94.140.15.15

net.pdpbr1.dns1=94.140.14.14
net.pdpbr1.dns2=94.140.15.15

DO NOT copy and paste!

@TukangM
Copy link
Collaborator

TukangM commented Dec 8, 2023

@TukangM, please fix the system.prop file to a valid format (in both of your modules)
https://github.com/Magisk-Modules-Repo/CloudflareDNS4Magisk/blob/master/system.prop . OK but maybe I just fork the repo from xerta555. but I created this repository only changing the cloudflare dns address to adguard dns.

DO NOT copy and paste!

https://xdaforums.com/t/q-permanently-set-dns-settings-without-app.1909019/
if I look at the xda forum. that seems like a valid configuration but for build.prop

@DerGoogler
Copy link
Member

@TukangM, please fix the system.prop file to a valid format (in both of your modules)
https://github.com/Magisk-Modules-Repo/CloudflareDNS4Magisk/blob/master/system.prop . OK but maybe I just fork the repo from xerta555. but I created this repository only changing the cloudflare dns address to adguard dns.

DO NOT copy and paste!

https://xdaforums.com/t/q-permanently-set-dns-settings-without-app.1909019/ if I look at the xda forum. that seems like a valid configuration but for build.prop

Screenshot_20231208-184048

@bolbolfolfol
Copy link
Author

@bolbolfolfol, the system.prop is actually wrong configured.

That's what i tought, i never saw any .prop value have "space"

DO NOT copy and paste!

So what should i do now ?

@DerGoogler
Copy link
Member

You could open an Pulli request where you remove the resetprop -n from each line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants