antitree / AxmlParserPY

Python AxmlParser
77 stars 61 forks source link

Resolve resource strings #1

Open antitree opened 12 years ago

antitree commented 12 years ago

Right now, resource strings are not resolved to the resource.asc file. AXMLPrinter and other's don't do this either but it would be nice to have this option. aapt and apktool have already implemented simliar functionality.

Example:'<manifest android:versionCode="300" android:versionName="@7F040001"'

rossja commented 12 years ago

See also:

$android_source/frameworks/base/include/utils/ResourceTypes.h $android_source/frameworks/base/libs/utils/ResourceTypes.cpp

adesnos commented 12 years ago

Could you upload a clear "xml" and binary "xml" in order to fix this issue ?

antitree commented 12 years ago

added example folder with original manifest, compiled manifest, and decompiled version.

Notice line 4 of example/decompiled/AndroidManifest.xml

adesnos commented 12 years ago

Ok cool. It will be my next thing in my TODO :)