sky201503 / android-apktool-1

Automatically exported from code.google.com/p/android-apktool
0 stars 0 forks source link

Reverse Engineering For Titanium Andorid App #363

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I gave my android apk (created using titanium) as a input to apktool
2.3.But 
What is the expected output? What do you see instead?

When i unzipped the actual apk it has "org and ti" folders along with 
assets,res etc.,

But the output folder has assets,lib,res,smali,AndroidManifest,apktool.ylm
files but not the org and ti folders

What version of the product are you using? On what operating system?

I dont know the version of apktool. Iam using it in Windows 7

Please provide any additional information below.

I need those folders to be copied to the output folder

Original issue reported on code.google.com by deepaksu...@gmail.com on 4 Dec 2012 at 2:50

Attachments:

GoogleCodeExporter commented 9 years ago
Sooo maybe its not deodexed? So the odex file is missing.

Can't do much without the APK.

Original comment by connor.tumbleson on 4 Dec 2012 at 7:59

GoogleCodeExporter commented 9 years ago
Those folders aren't standard. 

org/ti. They should be in raw or /assets. This isn't a supported Android 
structure.

Original comment by connor.tumbleson on 4 Dec 2012 at 8:30

GoogleCodeExporter commented 9 years ago
Is there any other way to do this.. I need those folders.. Give any other idea 
to do it..

Original comment by deepaksu...@gmail.com on 5 Dec 2012 at 4:55