Cita:
Originalmente Escrito por Sanpablo
|
Hola @
Sanpablo, disculpa la molestia, será que me puedes ayudar en este error que obtengo al tratar de descompilar el SystemUI.apk
W: Could not decode attr value, using undecoded value instead: ns=androidprv, name=primaryUserOnly, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=androidprv, name=primaryUserOnly, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=handleDrawable, value=0x7f02004e
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=outerRingDrawable, value=0x7f020054
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=pointDrawable, value=0x7f02004a
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=outerRadius, value=0x7f0e0103
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=glowRadius, value=0x7f0e0059
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=vibrationDuration, value=0x00000014
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=snapMargin, value=0x7f0e0104
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=feedbackCount, value=0x00000001
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=firstItemOffset, value=0x7f0b0045
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=magneticTargets, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=allowScaling, value=0xffffffff
W: Could not decode attr value, using undecoded value instead: ns=android, name=background, value=0x0108079d
W: Could not decode attr value, using undecoded value instead: ns=internal, name=layout_maxHeight, value=0x00004001
W: Could not decode attr value, using undecoded value instead: ns=internal, name=layout_minHeight, value=0x00004001
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x011600b3
at brut.androlib.res.data.ResPackage.getResSpec(ResPa ckage.java:59)
at brut.androlib.res.data.ResTable.getResSpec(ResTabl e.java:57)
at brut.androlib.res.data.ResTable.getResSpec(ResTabl e.java:53)
at brut.androlib.res.decoder.ResAttrDecoder.decode(Re sAttrDecoder.java:36)
at brut.androlib.res.decoder.AXmlResourceParser.getAt tributeValue(AXmlResourceParser.java:369)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelega te.getAttributeValue(XmlPullParserDelegate.java:69 )
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializer Wrapper.writeStartTag(StaticXmlSerializerWrapper.j ava:267)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializer Wrapper.event(StaticXmlSerializerWrapper.java:211)
at brut.androlib.res.decoder.XmlPullStreamDecoder$1.e vent(XmlPullStreamDecoder.java:83)
at brut.androlib.res.decoder.XmlPullStreamDecoder.dec ode(XmlPullStreamDecoder.java:141)
at brut.androlib.res.decoder.XmlPullStreamDecoder.dec odeManifest(XmlPullStreamDecoder.java:153)
at brut.androlib.res.decoder.ResFileDecoder.decodeMan ifest(ResFileDecoder.java:134)
at brut.androlib.res.AndrolibResources.decode(Androli bResources.java:296)
at brut.androlib.Androlib.decodeResourcesFull(Androli b.java:131)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:10 1)
at brut.apktool.Main.cmdDecode(Main.java:165)
at brut.apktool.Main.main(Main.java:81)
I: Using Apktool 2.0.0-5d73e2-SNAPSHOT on SystemUI.apk
I: Loading resource table...
I: Decoding Shared Library (com.sonyericsson.uxp), pkgId: 2
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /data/data/per.pqy.apktool/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
Básicamente quiero agregarle esto:
http://forum.xda-developers.com/cros...el-to-t3212189
Pero siempre obtengo el mismo error al momento de descompilar el SystemUI.apk odex o deodex.
Gracias de antemano.