Skip to content

Instantly share code, notes, and snippets.

@sakuramilk
Created July 24, 2012 10:04
Show Gist options
  • Save sakuramilk/3169199 to your computer and use it in GitHub Desktop.
Save sakuramilk/3169199 to your computer and use it in GitHub Desktop.
MobileTV_JPN.apkをapltoolでdecodeしたときのログ
sakuramilk@devsvr007:~$ apktool d MobileTV_JPN.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: /apktool/framework/1.apk ※CM9のframerork-res.apk
I: Loaded.
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x02070012
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twMax, value=0x0000000f
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twBackgroundDrawable, value=0x7f020184
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twProgressDrawable, value=0x7f02007d
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twIndicatorThickness, value=0x00000601
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twProgressOrientation, value=0x00000001
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twSeekBarThumb, value=0x7f02021d
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x02070012
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twMax, value=0x0000000f
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twBackgroundDrawable, value=0x7f020184
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twProgressDrawable, value=0x7f02007d
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twIndicatorThickness, value=0x00000601
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twProgressOrientation, value=0x00000001
W: Could not decode attr value, using undecoded value instead: ns=touchwiz, name=twSeekBarThumb, value=0x7f02021d
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001
I: Decoding values*/* XMLs...
I: Done.
Can't find framework resources for package of id: 2. You must install proper framework files, see project website for more info.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment