Last active
January 23, 2020 21:01
-
-
Save jat001/551f496112fb70930645663e8b7e2519 to your computer and use it in GitHub Desktop.
Xiaomi Mix 2S CN Device (M1803D5XE) + Global ROM + Magisk Solution
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/system/bin/sh | |
resetprop ro.product.name mix2s |
@fcastellanosKreios There is no difference
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So simple and so beautiful. Thanks, just a little correction to the first command line:
adb push global /data/adb/post-fs-data.d/global
adb shell chmod 755 /data/adb/post-fs-data.d/global
Thanks for your help!!