This widget could not be displayed.
This widget could not be displayed.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can't I add an app to the Twin App?

ryuhwa91
Star II
Hi !
In Korea, where I live now, Kakao Talk messenger is the most famous.
Kakao Talk does not support Twin App, so I would like to know how to add an app.
6 REPLIES 6

samuelx02
Star III
Maybe I can use my bad english to translate , seems not difficult
All credits goes to https://zentalk.asus.com/zh/discussion/12875/自行修改應用分身支援-app-列表#latest
(Stupid Zenforum do not allow me to post the hyperlink directly)
I only translate those Traditional Chinese to English , all credits belongs to OP in the link
1.Download file twinapps_required_apps.xml
https://gist.github.com/shakalaca/9c7a8c6769cb87c6e7d83e809cbe6e5d#file-twinapps_required_apps-xml
Remember, you must download the file from right corner "Raw" button, do not press "download zip" to download or copy and paste the strings from the link
2.Find out the app package name that you want to add , As the example from the tutorial, they choose "GoShare" as an example, you can check its package name from the website version Google play, the hyperlink after "id=" is its' package name.
For Example "https://play.google.com/store/apps/details?id=com.gogoro.goshare"
"com.gogoro.goshare" is the package name.
3.Edit the downloaded twinapps.xml. Find out this string from the file "" (for apps)
or (for games). Added in the front and after the package name. For example if you want to add "Goshare" in the app list, it should becom.gogoro.goshare. Add it after com.imo.android.imoim|imo free video calls and chat. And Save the file.
4 Connect your phone to your pc and use adb to push the edited twinapps.xml into your phone adb push twinapps.xml /sdcard/.
5 After pushed the xml file to your file, use this command to update the twinapps list
adb shell am startservice -a "asus.intent.action.TWINAPPS_CDN_FILE_UPDATE" -d "file:///sdcard/twinapps.xml" --ei "ACTION" 1 com.asus.twinapps/.TwinAppsService.

if my english is too bad and you can't understand, Please direct click on the link "all credits goes to xxxx"
Thank you

samuelx02
Star III
Nishaanth

Is root req for adb to enable "twin apps" for all apps.


View post
No Root require