Last active
December 1, 2016 05:57
-
-
Save shakalaca/3fa7ed3b18d31ae130a4030f06282df4 to your computer and use it in GitHub Desktop.
Enable multi-user on ZenFone 2 (x86)
This file contains hidden or 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
1. 適用於 ZenFone 2 ZE551ML & ZE550ML & ZX551ML | |
2. bootloader (fastboot) 請使用 5.0 的最新版本 | |
3. 手機開啟到 bootloader 模式後執行 go.bat |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<permissions> | |
<feature name="asus.software.snapview" /> | |
</permissions> |
This file contains hidden or 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
fw.show_multiuserui=true | |
fw.max_users=10 |
This file contains hidden or 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
fastboot oem mount system ext4 | |
fastboot flash /mnt/system/vendor/build.prop build.prop | |
fastboot flash /asus.software.snapview.xml asus.software.snapview.xml | |
fastboot oem shell_cmd "chmod 644 /asus.software.snapview.xml" | |
fastboot oem shell_cmd "mv /*.xml /mnt/system/etc/permissions" | |
fastboot reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment