phone: zenfone 9 - android 13
i have problem in the last step.
twinapps.xml edited - check
adb connected - check
file pushed -
D:\asusadb\platform-tools>adb push twinapps.xml /sdcard/twinapps.xml: 1 file pushed, 0 skipped. 11.6 MB/s (5277 bytes in 0.000s)
in total commander on zenphone i can see this file in emulated/0/
but cannot update CDN list
still getting this error:
D:\asusadb\platform-tools>adb shell am startservice -a "asus.intent.action.TWINAPPS_CDN_FILE_UPDATE" -d "file:///sdcard/twinapps.xml" --ei "ACTION" 1 com.asus.twinapps/.TwinAppsService. Starting service: Intent { act=asus.intent.action.TWINAPPS_CDN_FILE_UPDATE dat=file:///... cmp=com.asus.twinapps/.TwinAppsService. (has extras) } Error: Not found; no service started.
I had the exact same issue as you.
I think I know where I went wrong. You probably are making the same mistake as me.
I think you and me both kept copying the original XML file or changed that XML file to a TXT file and then changed that TXT file back to an XML or something like that.
I think you to save the github file for the original 'twin apps' list.
(Go to the code (The second link in this webpage https://zentalk.asus.com/t5/zenfone-6/%E8%87%AA%E8%A1%8C%E4%BF%AE%E6%94%B9%E6%87%89%E7%94%A8%E5%88%8...) , right click 'raw' at the top-right, click 'ctrl + s', and save the file as an XML file.
You can add whatever app you want from the play store to this new XML file but do not make any more changes (No copying the original XML file or editing this original XML file in any way, except to add more apps through the play store) and try to update the CDN list again through the command prompt/powershell/terminal.
I hope this helps.