Advertisement
grvrulz

Untitled

Jul 29th, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. $ apktool b SystemUI SystemUImy.apk
  2. I: Checking whether sources has changed...
  3. I: Smaling...
  4. W: Unknown file type, ignoring: SystemUI/smali/com/android/systemui/statusbar/phone/PhoneStatusBar.smali~
  5. [7685,4] The register number must be less than v16
  6. [8142,4] The register number must be less than v16
  7. [8142,25] mismatched tree node: Lcom/lidroid/systemui/quickpanel/PowerWidget; expecting I_CATCHES
  8. Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: /home/grv/Projects/android/theme/SystemUI/smali/com/android/systemui/statusbar/phone/PhoneStatusBar.smali
  9. at brut.androlib.src.DexFileBuilder.addSmaliFile(DexFileBuilder.java:45)
  10. at brut.androlib.src.DexFileBuilder.addSmaliFile(DexFileBuilder.java:33)
  11. at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:66)
  12. at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:50)
  13. at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:37)
  14. at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:257)
  15. at brut.androlib.Androlib.buildSources(Androlib.java:214)
  16. at brut.androlib.Androlib.build(Androlib.java:205)
  17. at brut.androlib.Androlib.build(Androlib.java:176)
  18. at brut.apktool.Main.cmdBuild(Main.java:228)
  19. at brut.apktool.Main.main(Main.java:79)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement