RiwiHow / DeleteProps

This is a Magisk module to delete the leaks of IMEI, MEID, UUID and FP.UID in some devices' props.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeleteProps

简体中文

This is a Magisk module to delete the leaks of IMEI, MEID, UUID and FP.UID in some devices' props.

How to use?

Just install it in Magisk Manager

If you want to delete at an earlier time, you can change "$(getprop sys.boot_completed)" != "1" to others, such as "$(getprop gsm.sim.operator.iso-country)" != "cn".

Are there leaks in my device?

Use terminal application (such as Termux) run getprop | grep imei then check the output.

How it works?

Use resetprop powered by Magisk

Credits

About

This is a Magisk module to delete the leaks of IMEI, MEID, UUID and FP.UID in some devices' props.

License:MIT License


Languages

Language:Shell 100.0%