dana-at-cp / backdoor-apk

backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.
Apache License 2.0
2.17k stars 699 forks source link

failed in recompiling #115

Closed Doutianbao closed 7 years ago

Doutianbao commented 7 years ago

Use 3 examples, 2 fails. what a pity.

All occur at the point: [!] Failed to recompile original project with backdoor

The process before goes smoothly.

dana-at-cp commented 7 years ago

@Doutianbao See anything interesting in the run.log file?

Doutianbao commented 7 years ago

Building resources... W: warning: string 'menu_move' has no default translation. W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:165: error: invalid symbol: 'do' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:386: error: invalid symbol: 'do' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:563: error: invalid symbol: 'if' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:1719: error: invalid symbol: 'do' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:1895: error: invalid symbol: 'if' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:2395: error: invalid symbol: 'do' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:2571: error: invalid symbol: 'if' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:5090: error: invalid symbol: 'do' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:5314: error: invalid symbol: 'do' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/values/public.xml:5490: error: invalid symbol: 'if' W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a.xml:4: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/common_titlebar_layout'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a0.xml:6: error: Error: No resource found that matches the given name (at 'style' with value '@style/dm_boundary_line'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a0.xml:9: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/ad_vip_item'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a0.xml:11: error: Error: No resource found that matches the given name (at 'style' with value '@style/dm_boundary_line'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a1.xml:14: error: Error: No resource found that matches the given name (at 'style' with value '@style/dm_special_btn_normal_style'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a3.xml:4: error: Error: No resource found that matches the given name (at 'style' with value '@style/DialogTitleStyle'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a3.xml:6: error: Error: No resource found that matches the given name (at 'style' with value '@style/DialogTitleStyle'). W: W: /root/tools/android/backdoor-apk/backdoor-apk/original/res/layout/a3.xml:9: error: Error: No resource found that matches the given name (at 'style' with value '@style/DialogOKStyle').

Doutianbao commented 7 years ago

78 Maybe the same problem

dana-at-cp commented 7 years ago

@Doutianbao You are correct sir. Try other APKs. You will have better luck with APKs from the Play Store.