- Mar 5, 2011
- 7
- 11
hi there got some problems with unpacking some files like notes.apk launcher.apk
and few other apps
framework,accountsync and other apps work fine
here:
and few other apps
framework,accountsync and other apps work fine
here:
Code:
C:\Users\giorgi\Desktop\apk>apktool d mms.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\giorgi\apktool\framework\1.apk
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textColor, value=0x0106003b
W: Could not decode attr value, using undecoded value instead: ns=android, name=
src, value=0x01080422
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textSize, value=0x0105000e
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textSize, value=0x0105000e
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textColor, value=0x01060063
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b2
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b2
W: Could not decode attr value, using undecoded value instead: ns=android, name=
background, value=0x01080421
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b2
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textSize, value=0x0105000d
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textSize, value=0x0105000d
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b2
W: Could not decode attr value, using undecoded value instead: ns=android, name=
textAppearance, value=0x010300b2
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec:
0x010300b1
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 So
urce)
at brut.androlib.res.data.value.ResReferenceValue.toResXmlFormat(Unknown
Source)
at brut.androlib.res.data.value.ResStyleValue.serializeToXml(Unknown Sou
rce)
at brut.androlib.res.AndrolibResources.generateValuesFile(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)