arshidkv12 / android-apktool

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

Cannot decompile TouchWizCalendar.apk #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Decompile TouchWizCalendar.apk (from stock Samsung Vibrant KB5) using option 
(9)

errors occur:

--------------------------------------------------------------------------
|Sun 05/01/2011 --  7:43:23.83|
--------------------------------------------------------------------------
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)
Could Not Find D:\Cell Phone\Vibrant\1 Tools\Apk Manager 
4.9\place-apk-here-for-modding\../place-apk-here-for-modding/si
gnedTouchWizCalendar.apk
Could Not Find D:\Cell Phone\Vibrant\1 Tools\Apk Manager 
4.9\place-apk-here-for-modding\../place-apk-here-for-modding/un
signedTouchWizCalendar.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: 
C:\Users\Christopher\apktool\framework\1.apk
I: Loading resource table from file: 
C:\Users\Christopher\apktool\framework\2.apk
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
W: Could not decode attr value, using undecoded value instead: ns=android, 
name=background, value=0x010803ed
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 
0x010803ed
        at brut.androlib.res.data.ResPackage.getResSpec(Unknown Source)
        at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
        at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
        at brut.androlib.res.data.value.ResReferenceValue.getReferent(Unknown Source)
        at brut.androlib.res.data.value.ResReferenceValue.toResXmlFormat(Unknown Source)
        at brut.androlib.res.data.value.ResAttr.convertToResXmlFormat(Unknown Source)
        at brut.androlib.res.decoder.ResAttrDecoder.decode(Unknown Source)
        at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(Unknown Source)
        at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(Unknown Source)
        at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(Unknown Source)
        at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Unknown Source)
        at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(Unknown Source)
        at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(Unknown Source)
        at brut.androlib.res.decoder.ResFileDecoder.decode(Unknown Source)
        at brut.androlib.res.decoder.ResFileDecoder.decode(Unknown Source)
        at brut.androlib.res.AndrolibResources.decode(Unknown Source)
        at brut.androlib.Androlib.decodeResourcesFull(Unknown Source)
        at brut.androlib.ApkDecoder.decode(Unknown Source)
        at brut.apktool.Main.cmdDecode(Unknown Source)
        at brut.apktool.Main.main(Unknown Source)

Original issue reported on code.google.com by chris.re...@gmail.com on 1 May 2011 at 1:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Brut.alll on 3 May 2011 at 2:14