Skip to content

Instantly share code, notes, and snippets.

@shakalaca
Last active December 1, 2016 05:57
Show Gist options
  • Save shakalaca/3fa7ed3b18d31ae130a4030f06282df4 to your computer and use it in GitHub Desktop.
Save shakalaca/3fa7ed3b18d31ae130a4030f06282df4 to your computer and use it in GitHub Desktop.
Enable multi-user on ZenFone 2 (x86)
1. 適用於 ZenFone 2 ZE551ML & ZE550ML & ZX551ML
2. bootloader (fastboot) 請使用 5.0 的最新版本
3. 手機開啟到 bootloader 模式後執行 go.bat
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<feature name="asus.software.snapview" />
</permissions>
fw.show_multiuserui=true
fw.max_users=10
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