Advertisement
Xanbreon

Untitled

Jan 30th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. D:\Samsung GS2\apktool>apktool d -f twframework-res.apk
  2. I: Loading resource table...
  3. I: Loaded.
  4. I: Loading resource table from file: C:\Users\Angus\apktool\framework\1.apk
  5. I: Loaded.
  6. I: Decoding file-resources...
  7. W: Could not decode attr value, using undecoded value instead: ns=android, name=
  8. text, value=0x01040446
  9. I: Decoding values*/* XMLs...
  10. I: Done.
  11. Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec:
  12. 0x01040446
  13. at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
  14. at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
  15. at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
  16. at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferen
  17. ceValue.java:59)
  18. at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResRefe
  19. renceValue.java:46)
  20. at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResSca
  21. larValue.java:43)
  22. at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:4
  23. 0)
  24. at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlRe
  25. sourceParser.java:315)
  26. at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValu
  27. e(XmlPullParserDelegate.java:69)
  28. at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
  29. ag(StaticXmlSerializerWrapper.java:267)
  30. at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Stati
  31. cXmlSerializerWrapper.java:211)
  32. at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDe
  33. coder.java:46)
  34. at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(ResStreamD
  35. ecoderContainer.java:34)
  36. at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:1
  37. 00)
  38. at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:8
  39. 6)
  40. at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:132
  41. )
  42. at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
  43. at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
  44. at brut.apktool.Main.cmdDecode(Main.java:128)
  45. at brut.apktool.Main.main(Main.java:65)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement