(Tutorial)How to Add any Application to clone with Flyme App Clone

4748

8

2017-10-12 20:58

Show all posts
Edited by prostornet at 2017-10-12 16:35

Good time for everyone.

I use M3Note M681Q with new chinese firmware based on Android Nougat, version is 6.2.0.1A
In this firmware, we have such a future as App Clone, so we can use two accounts in the same application and we do not need to install other app, such as Parallels or App Twin or App Cloner. But the problem is that no apps in the list that could be clone. Meizu, how is that?
We can solves this problem. I tested all on my device.
Attention!!! Exclusively for those who understand what ADB and Terminal are and how to work with them.
P.S.: At this moment i got that Telegram(Wind) app doesn't work correctly, all other apps that i use as clone work correctly (viber, wechat, whatsapp, bank app and etc.)

Using ADB (no root):
  1. prostornet:~> adb shell settings put secure mz_app_clone_enabled_pkgs "com.tencent.mm.messenger,ru.beeline.services,com.viber.voip"
Copy the Code
Apps are separated by commas.
You can get the list of apps through the commands:
  1.     prostornet:~> adb shell cmd package list package
  2.     or
  3.     prostornet:~> adb shell cmd package list package -f
Copy the Code

Using Terminal (with root):
  1. m3note:/ # su
  2. m3note:/ # settings put secure mz_app_clone_enabled_pkgs "com.tencent.mm.messenger,ru.beeline.services,com.viber.voip"
Copy the Code
Apps are separated by commas.
You can get the list of apps through the commands:

  1.     m3note:/ # cmd package list package
  2.     or
  3.     m3note:/ # cmd package list package -f
Copy the Code


Some proof:
S71012-145705.jpg S71012-104713.jpg