Connor Tumbleson
Connor Tumbleson
Going to mark as 3rd party. We need this fix - https://github.com/JesusFreke/smali/pull/816
> Seem like JesusFreke has discontinued Smali project, this issue won't fix any more :( Without a source, thats not the nicest thing to say.
Do you have an apk for this? I'm curious if the duplicated resources exist in the original or if apktool decoded them improperly.
Closing as duplicate - https://github.com/iBotPeaches/Apktool/issues/315
Thanks - I see what you mean. Reopened.
Confirmed. Must have regressed during: https://github.com/iBotPeaches/Apktool/pull/2631 ``` ➜ 2703 aapt d --values resources com.depop_17089781_apps.evozi.com.apk | grep 'not_as_described' spec resource 0x7f1203e9 com.depop:string/item_not_as_described: flags=0x00000004 spec resource 0x7f12054b com.depop:string/not_as_described: flags=0x00000004 resource 0x7f1203e9 com.depop:string/item_not_as_described:...
@KevinX8 https://source.android.com/security/apksigning#schemes Injection of files without resigning application will not work without taking out layers of AOSP security with modified ROMs. So best choice of action is to remove the...
I'll delay it till 2.6. Should be about 1-1.5 years.
Updated tool to reflect delay to 2.6 - https://github.com/iBotPeaches/Apktool/commit/94e224ee3f7ec456ace7ce153d28ab1435de03c8
I renamed 2.5.1 to 2.6.0 and after 2.6.0. Apktool is going in 2 branch directions * 2.6.1 - fixes release in 1-4 months after 2.6.0 * 3.0.0 - big picture,...