B
Banarama
Neues Mitglied
- 0
Hallo, kann mir jemand ungefähr sagen wo hier das Problem liegt, denn ich werde daraus nicht schlau.
Das komische ist das es mit manchen apks geht, mit anderen wiederum nicht. Hab es mit mehreren modifizierten und nicht modifizierten apks getestet.
Das komische ist das es mit manchen apks geht, mit anderen wiederum nicht. Hab es mit mehreren modifizierten und nicht modifizierten apks getestet.
Code:
--------------------------------------------------------------------------
|06.12.2011 -- 0:27:51,08|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) Client VM (build 21.1-b02, mixed mode, sharing)
D:\Android\Apk_Manager_5.0.2\place-apk-here-for-modding\../place-apk-here-for-modding/signedContacts.apk konnte nicht gefunden werden
D:\Android\Apk_Manager_5.0.2\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedContacts.apk konnte nicht gefunden werden
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Users\Master\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
I: Loading resource table from file: C:\Users\Master\apktool\framework\2.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02060090
I: Decoding values*/* XMLs...
I: Done.
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x02060090
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResScalarValue.java:43)
at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:40)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlResourceParser.java:315)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(XmlPullParserDelegate.java:69)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(StaticXmlSerializerWrapper.java:267)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(StaticXmlSerializerWrapper.java:211)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:46)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(ResStreamDecoderContainer.java:34)
at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:100)
at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:86)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:132)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)