Apk Manager 4.9 - Makes Modifying Ur Apk A Breeze (Windows/Linux)

Do you find the latest beta functional ?

  • Yes

    Votes: 1,105 74.6%
  • No

    Votes: 376 25.4%

  • Total voters
    1,481
Search This thread

mrvirginia

Senior Member
Jun 12, 2010
4,403
2,699
39
Charlotte, NC
hello again guys. have a quick question regarding compiling an apk...

i'm trying to compile the SpareParts.apk. this would be considered a system apk, correct? the file within this apk that i'm modifying is a strings.xml file, which is located within the values folder. when i compile, and the batch script asks you to delete stuff you've modified within the "keep" folder, there is no values folder for me to go into so i can delete that strings.xml file. i've tried deleting the resources.arsc and the entire res folder and i've also tried deleting just the resources.arsc. each time, when i go into spare parts and select battery history or battery information, i get a FC with the message "The application Spare Parts (process com.android.spare_parts) has stopped unexpectedly. Please try again."

does anyone know what i'm doing wrong? thanks for any help
 

Daneshm90

Retired Recognized Developer
Jun 1, 2009
3,332
662
hello again guys. have a quick question regarding compiling an apk...

i'm trying to compile the SpareParts.apk. this would be considered a system apk, correct? the file within this apk that i'm modifying is a strings.xml file, which is located within the values folder. when i compile, and the batch script asks you to delete stuff you've modified within the "keep" folder, there is no values folder for me to go into so i can delete that strings.xml file. i've tried deleting the resources.arsc and the entire res folder and i've also tried deleting just the resources.arsc. each time, when i go into spare parts and select battery history or battery information, i get a FC with the message "The application Spare Parts (process com.android.spare_parts) has stopped unexpectedly. Please try again."

does anyone know what i'm doing wrong? thanks for any help

Two things, an app is only a system app if it resides on the /system partition. Any app can be a system app if it resides there.

Secondly, yes the values folder is part of resources.arsc

So spareparts if its on system partition, u should be able to simply :

1. Decompile w/o dependency
2. Modify
3. Compile (yes to system app, yes to more than signature)
4. Delete resources.arsc
5. Push file back to your phone
 

mrvirginia

Senior Member
Jun 12, 2010
4,403
2,699
39
Charlotte, NC
Two things, an app is only a system app if it resides on the /system partition. Any app can be a system app if it resides there.

Secondly, yes the values folder is part of resources.arsc

So spareparts if its on system partition, u should be able to simply :

1. Decompile w/o dependency
2. Modify
3. Compile (yes to system app, yes to more than signature)
4. Delete resources.arsc
5. Push file back to your phone

okay, thanks. that's exactly what i've done numerous times and still get a FC with that process :(

any ideas as to why that might be happening? i'm not modifying anything drastic. just the title of the app lol

edit: nvm. it's the app itself. ROM dev added a few things and they messed it up. it FC's without my tweaks. thanks again!
 
Last edited:

RogerPodacter

Senior Member
Apr 12, 2010
5,654
425
Los Angeles, CA
i hope this hasnt been answered before, but does this script/app allow us to actually get into the classes and activities source code of apk's, or only the xml and resource items? just curious how deep we could go into an apk with this...

thx and awesome stuff!
 

androidman1

New member
Jan 9, 2011
1
0
Can someone please help me?

Hi everyone, Can someone please help

My Path includes c:\android-sdk-windows\platform-tools
is that correct?

I made an app with appinventor, and in order to upload to the android marketplace I need to basically add a version number and name to my androidmanifest.xml. So I decompile the apk successfully, edit the androidmanifest.xml, but when I go to try and recompile (using option 14) it always says 'an error has occured' and it goes back to the main menu...

How do I know if my app is a system app or not?

Below is my log:

Code:
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
I: Checking whether sources has changed...
I: Smaling...
Exception in thread "main" java.lang.NullPointerException
	at org.jf.util.PathUtil.getRelativeFile(Unknown Source)
	at org.jf.smali.smaliFlexLexer.getSourceName(Unknown Source)
	at org.jf.smali.smaliFlexLexer.getErrorHeader(Unknown Source)
	at org.jf.smali.smaliFlexLexer.nextToken(Unknown Source)
	at org.antlr.runtime.CommonTokenStream.fillBuffer(Unknown Source)
	at org.antlr.runtime.CommonTokenStream.LT(Unknown Source)
	at org.jf.smali.smaliParser.smali_file(Unknown Source)
	at brut.androlib.mod.SmaliMod.assembleSmaliFile(Unknown Source)
	at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
	at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
	at brut.androlib.src.SmaliBuilder.buildFile(Unknown Source)
	at brut.androlib.src.SmaliBuilder.build(Unknown Source)
	at brut.androlib.src.SmaliBuilder.build(Unknown Source)
	at brut.androlib.Androlib.buildSourcesSmali(Unknown Source)
	at brut.androlib.Androlib.buildSources(Unknown Source)
	at brut.androlib.Androlib.build(Unknown Source)
	at brut.androlib.Androlib.build(Unknown Source)
	at brut.apktool.Main.cmdBuild(Unknown Source)
	at brut.apktool.Main.main(Unknown Source)

Thanks,

Androidman1
 
Last edited:

fernando sor

Inactive Recognized Themer
Sep 7, 2010
9,744
5,640
12
north of the wall
i hope this hasnt been answered before, but does this script/app allow us to actually get into the classes and activities source code of apk's, or only the xml and resource items? just curious how deep we could go into an apk with this...

thx and awesome stuff!


When you decompile there is a smali folder
Sent from my ADR6300 using XDA App
 

pepi74

Senior Member
Dec 4, 2010
127
13
After I decompile app in one smali file Iv got this

Landroid/graphics/Color;->argb(IIII)I

in original java code it is value argb (255,32,32,32)

How to change value in smali file and make recompiled app to work
 

RocknSteve

Senior Member
Jul 3, 2010
77
23
Colorado
So I changed the images I wanted to in Handcent's apk and compiled it without errors. Put the modified apk on my phone, uninstalled the original Handcent, and the installed the modified one. The install was "successful" however the application does not work. I noticed that when I go to "Manage Applications" it is not listed as "Handcent SMS" but instead "com.handcent.nextsms". What did I do wrong?

Thanks again!
I don't mean to promote my own post (which is ironically exactly what I'm doing) but I'm still having this issue and was hoping someone could still help.

Thanks!
 

{davros}

Senior Member
Feb 12, 2010
511
101
Worcester MA
www.droidconcepts.com
anyone get this or know why i am getting this?? ubuntu 10.4


Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
 
Last edited:

KaTTeR

Senior Member
Feb 9, 2008
55
1
Rosenheim
Whats wrong... Im running on Win7 64bit

extract and zip APK works fine... but sign APK doesnt work :-(

I added the Path to Java... look here

%CommonProgramFiles%\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\GIS\Tools;C:\Program Files (x86)\QuickTime\QTSystem\;%SystemRoot%;C:\Program Files (x86)\Android\android-sdk-windows\platform-tools;C:\Program Files (x86)\Android\android-sdk-windows\tools;C:\Program Files (x86)\Java\jre6\bin

Here the ERROR LOG:

|10.01.2011 -- 11:33:56,73|
--------------------------------------------------------------------------
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)
Das System kann den angegebenen Pfad nicht finden.
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.ByteArrayOutputStream.write(Unknown Source)
at java.util.zip.DeflaterOutputStream.deflate(Unknown Source)
at java.util.zip.ZipOutputStream.closeEntry(Unknown Source)
at java.util.zip.ZipOutputStream.putNextEntry(Unknown Source)
at java.util.jar.JarOutputStream.putNextEntry(Unknown Source)
at com.android.signapk.SignApk.copyFiles(SignApk.java:401)
at com.android.signapk.SignApk.main(SignApk.java:473)
 
Last edited:

malibo

Member
Nov 27, 2010
18
0
HI all
I decomiple ok, next i try to compile, also without any change and obtain this error: I want to change language as english but i could not
|10.01.2011 -- 13:20:29.09|
--------------------------------------------------------------------------
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
--------------------------------------------------------------------------
|10.01.2011 -- 13:21:56.99|
--------------------------------------------------------------------------
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
C:\Users\onb\Downloads\Compressed\apk_manager_4.9_3\place-apk-here-for-modding\../place-apk-here-for-modding/signedSuperPlayer1.0.7.apk Bulunamad
C:\Users\onb\Downloads\Compressed\apk_manager_4.9_3\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedSuperPlayer1.0.7.apk Bulunamad
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\onb\apktool\framework\1.apk
I: Copying assets and libs...
I: Checking whether sources has changed...
I: Smaling...
Exception in thread "main" java.lang.NullPointerException
at org.jf.util.PathUtil.getRelativeFile(Unknown Source)
at org.jf.smali.smaliFlexLexer.getSourceName(Unknown Source)
at org.antlr.runtime.CommonTokenStream.getSourceName(Unknown Source)
at org.antlr.runtime.tree.CommonTreeNodeStream.getSourceName(Unknown Source)
at org.antlr.runtime.tree.TreeParser.getSourceName(Unknown Source)
at org.jf.smali.smaliTreeWalker.getErrorHeader(Unknown Source)
at org.antlr.runtime.BaseRecognizer.displayRecognitionError(Unknown Source)
at org.antlr.runtime.BaseRecognizer.reportError(Unknown Source)
at org.jf.smali.smaliTreeWalker.smali_file(Unknown Source)
at brut.androlib.mod.SmaliMod.assembleSmaliFile(Unknown Source)
at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
at brut.androlib.src.SmaliBuilder.buildFile(Unknown Source)
at brut.androlib.src.SmaliBuilder.build(Unknown Source)
at brut.androlib.src.SmaliBuilder.build(Unknown Source)
at brut.androlib.Androlib.buildSourcesSmali(Unknown Source)
at brut.androlib.Androlib.buildSources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)

olso this one
|10.01.2011 -- 14:11:38.67|
--------------------------------------------------------------------------
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
I: Checking whether sources has changed...
I: Smaling...
Exception in thread "main" java.lang.NullPointerException
at org.jf.util.PathUtil.getRelativeFile(Unknown Source)
at org.jf.smali.smaliFlexLexer.getSourceName(Unknown Source)
at org.antlr.runtime.CommonTokenStream.getSourceName(Unknown Source)
at org.antlr.runtime.tree.CommonTreeNodeStream.getSourceName(Unknown Source)
at org.antlr.runtime.tree.TreeParser.getSourceName(Unknown Source)
at org.jf.smali.smaliTreeWalker.getErrorHeader(Unknown Source)
at org.antlr.runtime.BaseRecognizer.displayRecognitionError(Unknown Source)
at org.antlr.runtime.BaseRecognizer.reportError(Unknown Source)
at org.jf.smali.smaliTreeWalker.smali_file(Unknown Source)
at brut.androlib.mod.SmaliMod.assembleSmaliFile(Unknown Source)
at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
at brut.androlib.src.DexFileBuilder.addSmaliFile(Unknown Source)
at brut.androlib.src.SmaliBuilder.buildFile(Unknown Source)
at brut.androlib.src.SmaliBuilder.build(Unknown Source)
at brut.androlib.src.SmaliBuilder.build(Unknown Source)
at brut.androlib.Androlib.buildSourcesSmali(Unknown Source)
at brut.androlib.Androlib.buildSources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)

Can you help me?
this is an original apk : View attachment SuperPlayer1.0.7.apk
 
Last edited:

Jumba

Senior Member
Nov 16, 2008
1,155
704
Johannesburg
Hi

I am trying to adjust styles.xml in my framework-res.apk but at the decompiling stage it converts the folders named e.g. "drawable-hdpi-v4" to "drawable-hdpi" and as a result the recompiled framework doesn't work. I even tried this on a straight uncompiled-compiled-signed .apk and no go.

Any tips on how to make this work?
 

nuggyunlimited

Senior Member
Dec 14, 2010
4,984
198
Detoit, MI
After running the script it says adb not found I don't know how to use adb but how do i get it to find adb in my sdk platform tools adb is present. I wanted to push my framework-res.apk to my phone because when I try to do it with root explorer my phone force close and isn't functional anymore that leads me to doing nand restores. Any help would be appreciated.

By the way I'm running Windows 7 64
 
Last edited:

dully79

Senior Member
Apr 29, 2010
2,844
3,395
res/drawable
droidcandy.weebly.com
Hi

I am trying to adjust styles.xml in my framework-res.apk but at the decompiling stage it converts the folders named e.g. "drawable-hdpi-v4" to "drawable-hdpi" and as a result the recompiled framework doesn't work. I even tried this on a straight uncompiled-compiled-signed .apk and no go.

Any tips on how to make this work?

After recompiling, open up your new zip, select the files you want and drag and drop them into your old zip.

After running the script it says adb not found I don't know how to use adb but how do i get it to find adb in my sdk platform tools adb is present. I wanted to push my framework-res.apk to my phone because when I try to do it with root explorer my phone force close and isn't functional anymore that leads me to doing nand restores. Any help would be appreciated.

By the way I'm running Windows 7 64

You need to enter the path under environment variables, here's how-
http://www.google.co.uk/search?hl=e...ronment+variables&spell=1&fp=de610b7113b09eab

or get stericsons autosign tool and that will automate the process for you.

Hope this helps.:)

Daneshm, how about adding an option in your tool to set the path for adb, there seems to be a lot of people with this problem, just a suggestion.

And i finally remembered to give you a thumbs up.
 

mindnumbinglyfun

Senior Member
Aug 28, 2010
165
5
me again. same problem more or less.. only now i cant compile any apk.

i have the latest apk manager installed and the correct version of apktool.jar in the "other" folder. i can decompile apks fine, but can not compile any. it always gives me png and public xml errors. what am i doing wrong?:confused:

here is the errors from the log. i had to delete some of the repetitive ones to not exceed character limit.

Code:
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_dark_pressed_off.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/keyboard_hint_9.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_normal_on.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/keyboard_hint_7.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_pressed_off.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/keyboard_hint_1.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_dark_normal_on.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_light_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_pressed_on.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_dark_pressed_on.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/keyboard_hint_4.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/btn_keyboard_key_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-mdpi/list_selector_background_pressed.9.png". Renaming it to *.png.
I: Copying assets and libs...
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_dark_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_dark_normal_off.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_dark_normal_on.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_dark_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_dark_pressed_off.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_dark_pressed_on.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_light_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_light_popup_selected.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_light_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_normal_off.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_normal_on.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_pressed_off.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\btn_keyboard_key_pressed_on.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_0.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_1.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_2.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_3.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_4.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_5.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_6.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_7.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_8.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_hint_9.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\keyboard_popup_panel_background.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\drawable-mdpi\list_selector_background_pressed.9.png
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:19: error: Public symbol drawable/btn_keyboard_key declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:20: error: Public symbol drawable/btn_keyboard_key2 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:21: error: Public symbol drawable/btn_keyboard_key3 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:28: error: Public symbol drawable/btn_keyboard_key_dark_normal declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:29: error: Public symbol drawable/btn_keyboard_key_dark_normal_off declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:30: error: Public symbol drawable/btn_keyboard_key_dark_normal_on declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:31: error: Public symbol drawable/btn_keyboard_key_dark_pressed declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:32: error: Public symbol drawable/btn_keyboard_key_dark_pressed_off declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:33: error: Public symbol drawable/btn_keyboard_key_dark_pressed_on declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:22: error: Public symbol drawable/btn_keyboard_key_fulltrans declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:34: error: Public symbol drawable/btn_keyboard_key_fulltrans_normal declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:35: error: Public symbol drawable/btn_keyboard_key_fulltrans_pressed declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:23: error: Public symbol drawable/btn_keyboard_key_gingerbread declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:24: error: Public symbol drawable/btn_keyboard_key_gingerbread_popup declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:36: error: Public symbol drawable/btn_keyboard_key_light_normal declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:37: error: Public symbol drawable/btn_keyboard_key_light_popup_normal declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:38: error: Public symbol drawable/btn_keyboard_key_light_popup_selected declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:39: error: Public symbol drawable/btn_keyboard_key_light_pressed declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:40: error: Public symbol drawable/btn_keyboard_key_normal declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:41: error: Public symbol drawable/btn_keyboard_key_normal_off declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:42: error: Public symbol drawable/btn_keyboard_key_normal_off_stone declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:43: error: Public symbol drawable/btn_keyboard_key_normal_on declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:44: error: Public symbol drawable/btn_keyboard_key_normal_on_stone declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:45: error: Public symbol drawable/btn_keyboard_key_normal_stone declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:46: error: Public symbol drawable/btn_keyboard_key_pressed declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:47: error: Public symbol drawable/btn_keyboard_key_pressed_off declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:48: error: Public symbol drawable/btn_keyboard_key_pressed_on declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:25: error: Public symbol drawable/btn_keyboard_key_stone declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:49: error: Public symbol drawable/cancel declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:50: error: Public symbol drawable/candidate_feedback_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:51: error: Public symbol drawable/caution declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:52: error: Public symbol drawable/dialog_bubble_step02 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:53: error: Public symbol drawable/dialog_bubble_step07 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:54: error: Public symbol drawable/highlight_pressed declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:55: error: Public symbol drawable/hint_popup declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:56: error: Public symbol drawable/ic_dialog_keyboard declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:57: error: Public symbol drawable/ic_mic_dialog declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:58: error: Public symbol drawable/ic_subtype_keyboard declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:59: error: Public symbol drawable/ic_subtype_mic declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:26: error: Public symbol drawable/ic_suggest_scroll_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:60: error: Public symbol drawable/ic_suggest_strip_microphone declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:61: error: Public symbol drawable/ic_suggest_strip_microphone_swipe declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:62: error: Public symbol drawable/keyboard_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:63: error: Public symbol drawable/keyboard_dark_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:64: error: Public symbol drawable/keyboard_hint_0 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:65: error: Public symbol drawable/keyboard_hint_1 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:66: error: Public symbol drawable/keyboard_hint_2 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:67: error: Public symbol drawable/keyboard_hint_3 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:68: error: Public symbol drawable/keyboard_hint_4 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:69: error: Public symbol drawable/keyboard_hint_5 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:70: error: Public symbol drawable/keyboard_hint_6 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:71: error: Public symbol drawable/keyboard_hint_7 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:72: error: Public symbol drawable/keyboard_hint_8 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:73: error: Public symbol drawable/keyboard_hint_9 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:27: error: Public symbol drawable/keyboard_key_feedback declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:74: error: Public symbol drawable/keyboard_key_feedback_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:75: error: Public symbol drawable/keyboard_key_feedback_more_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:76: error: Public symbol drawable/keyboard_popup_panel_background declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:77: error: Public symbol drawable/keyboard_suggest_strip declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:78: error: Public symbol drawable/keyboard_suggest_strip_divider declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:79: error: Public symbol drawable/list_selector_background_pressed declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:80: error: Public symbol drawable/mic_slash declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:81: error: Public symbol drawable/ok_cancel declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:82: error: Public symbol drawable/speak_now_level0 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:83: error: Public symbol drawable/speak_now_level1 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:84: error: Public symbol drawable/speak_now_level2 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:85: error: Public symbol drawable/speak_now_level3 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:86: error: Public symbol drawable/speak_now_level4 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:87: error: Public symbol drawable/speak_now_level5 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:88: error: Public symbol drawable/speak_now_level6 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:89: error: Public symbol drawable/sym_bkeyboard_123_mic declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:90: error: Public symbol drawable/sym_bkeyboard_delete declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:91: error: Public symbol drawable/sym_bkeyboard_done declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:92: error: Public symbol drawable/sym_bkeyboard_mic declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:93: error: Public symbol drawable/sym_bkeyboard_num0 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:94: error: Public symbol drawable/sym_bkeyboard_num1 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:95: error: Public symbol drawable/sym_bkeyboard_num2 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:96: error: Public symbol drawable/sym_bkeyboard_num3 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:97: error: Public symbol drawable/sym_bkeyboard_num4 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:98: error: Public symbol drawable/sym_bkeyboard_num5 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:99: error: Public symbol drawable/sym_bkeyboard_num6 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:100: error: Public symbol drawable/sym_bkeyboard_num7 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:101: error: Public symbol drawable/sym_bkeyboard_num8 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:102: error: Public symbol drawable/sym_bkeyboard_num9 declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:103: error: Public symbol drawable/sym_bkeyboard_numalt declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:104: error: Public symbol drawable/sym_bkeyboard_numpound declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:105: error: Public symbol drawable/sym_bkeyboard_numstar declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:106: error: Public symbol drawable/sym_bkeyboard_return declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:107: error: Public symbol drawable/sym_bkeyboard_search declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:108: error: Public symbol drawable/sym_bkeyboard_settings declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:109: error: Public symbol drawable/sym_bkeyboard_shift declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:110: error: Public symbol drawable/sym_bkeyboard_shift_locked declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:111: error: Public symbol drawable/sym_bkeyboard_space declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:112: error: Public symbol drawable/sym_bkeyboard_tab declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:113: error: Public symbol drawable/sym_keyboard_123_mic declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:114: error: Public symbol drawable/sym_keyboard_delete declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:115: error: Public symbol drawable/sym_keyboard_done declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:116: error: Public symbol drawable/sym_keyboard_feedback_123_mic declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:117: error: Public symbol drawable/sym_keyboard_feedback_delete declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:118: error: Public symbol drawable/sym_keyboard_feedback_done declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:119: error: Public symbol drawable/sym_keyboard_feedback_language_arrows_left declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:120: error: Public symbol drawable/sym_keyboard_feedback_language_arrows_right declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:121: error: Public symbol drawable/sym_keyboard_feedback_mic declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:122: error: Public symbol drawable/sym_keyboard_feedback_numalt declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:123: error: Public symbol drawable/sym_keyboard_feedback_return declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:124: error: Public symbol drawable/sym_keyboard_feedback_search declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:125: error: Public symbol drawable/sym_keyboard_feedback_settings declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:126: error: Public symbol drawable/sym_keyboard_feedback_shift declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:127: error: Public symbol drawable/sym_keyboard_feedback_shift_locked declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:128: error: Public symbol drawable/sym_keyboard_feedback_space declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:129: error: Public symbol drawable/sym_keyboard_feedback_tab declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:130: error: Public symbol drawable/sym_keyboard_language_arrows_left declared here is not defined.
C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res\values\public.xml:131: error: Public symbol drawable/sym_keyboard_language_arrows_right declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Jake\AppData\Local\Temp\APKTOOL8064659441350361982.tmp, -I, C:\Users\Jake\apktool\framework\1.apk, -S, C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res, -M, C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\AndroidManifest.xml]
	at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
	at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
	at brut.androlib.Androlib.buildResources(Unknown Source)
	at brut.androlib.Androlib.build(Unknown Source)
	at brut.androlib.Androlib.build(Unknown Source)
	at brut.apktool.Main.cmdBuild(Unknown Source)
	at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Jake\AppData\Local\Temp\APKTOOL8064659441350361982.tmp, -I, C:\Users\Jake\apktool\framework\1.apk, -S, C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\res, -M, C:\Users\Jake\Desktop\apk_manager_4.9(2)\other\..\projects\LatinIME.apk\AndroidManifest.xml]
	at brut.util.OS.exec(Unknown Source)
	... 7 more
 
Last edited:

deny_winarto

Senior Member
Jan 10, 2011
65
8
After recompiling, open up your new zip, select the files you want and drag and drop them into your old zip.



You need to enter the path under environment variables, here's how-
http://www.google.co.uk/search?hl=e...ronment+variables&spell=1&fp=de610b7113b09eab

or get stericsons autosign tool and that will automate the process for you.

Hope this helps.:)

Daneshm, how about adding an option in your tool to set the path for adb, there seems to be a lot of people with this problem, just a suggestion.

And i finally remembered to give you a thumbs up.

I'm getting the same problem, what exactly do i have to put in the environment variables?

I'm using this tutorial
http://xdaforums.com/showthread.php?t=532719

Then i put the environment variables in C:\android-sdk-windows\platform-tools
What am i doing wrong?
Thanks
 

xkape

Senior Member
Aug 7, 2009
309
78
OH-IO
I'm getting the same problem, what exactly do i have to put in the environment variables?

I'm using this tutorial
http://xdaforums.com/showthread.php?t=532719

Then i put the environment variables in C:\android-sdk-windows\platform-tools
What am i doing wrong?
Thanks

If you have updated your sdk to version 8 then all you are missing is at the end put a \adb

if you have not updated your sdk then instead of platform-tools, make it tools\adb
 

Top Liked Posts

  • There are no posts matching your filters.
  • 219
    So i have written a simple script to ease the process of editing apks. Got a lot of downloads so thought its in demand :rolleyes:

    Whether you're doing basic image editing or editing the smali or xml files, on average u have to use (Brut.all or JF's smali/baksmali) awesome tool to extract the apk, edit it, then sign the apk and then adb push/install it. This process is quite tiresome if you are testing a method that needs fine tweaking.

    This script should make the process a LOT smoother.
    Theres an option of compiling/signing/installing all in one step :)

    Thanks:
    Goes to Brut.all for his awesome tool.
    Goes to JF for ofcourse, smali/baksmali
    Goes to farmatito for porting this script to linux

    Features:
    - Extract, Zip apk's.
    - Optimize pngs (ignores .9.pngs)
    - Zipalign apks
    - Sign apks
    - Push to specific location on phone
    - Incorporates brut.all's apktool
    - Pull apk from phone into modding environment.
    - Batch optimize apk (Zipalign,optipng,or both)
    - Quick sign an apk (Batch mode supported)
    - Batch Ogg optimization
    - Compression level selector (monitor status above menu)
    - Batch install apk from script (option 16)
    - Logging on/off has been removed. Instead a log.txt is created which logs the activities of the script organized using time/date headers
    - User can change the max java heap size (only use if certain large apks get stuck when decompiling/compiling apks) (Option 19)
    - Improved syntax of questions/answers
    - Error detection. Checks if error occured anytime u perform a task, and reports it
    - Read log (Option 20)
    - U can now set this script as ur default application for apks. When u do, if u double click any apk it will install it for u.
    - Supports batch installation, so if u drag multiple apks into the script (not while its running) it will install them all for u. U can ofcourse drag a single apk as well
    - Added framework dependent decompiling (For non propietary rom apks). (Option 10). Checks whether the dependee apk u selected is correct.
    - Allows multiple projects to be modified, switch to and from.
    - Allows to modify system apk's using apktool but ensures maximum compatibility in terms of signature / manifest.xml
    - Stuff i forgot i guess :p

    Instructions (Windows):
    - Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created)
    - Run script
    - Minimize the script
    - Edit files inside the project folder
    - Maximize the script

    Instructions (Linux):
    - Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created)
    - Open terminal and change-directory to apkmanager (Easiest way is to type "cd ")
    - Chmod 755 Script.sh
    - Chmod 755 all files apps inside other folder (thanks for the tip bkmo ;) )
    - Run script by typing ./Script.sh
    - Minimize the script
    - Edit files inside the out folder
    - Maximize the script

    Requirements:
    Java
    Adb

    Future Improvements:
    - Manage multiple simultaneous apk edits (choose which apk to extract/build)
    - Option to optimize the apks
    - Option to adb push to user defined location
    - Other stuff i dont know yet




    Got problems ?

    1. Make sure your path has no spaces
    2. Your filename has no wierd characters
    3. Java/adb are in your path
    4. It's not a proprietary rom's apk (aka Sense,Motorola,Samsung) (If u are, then use option 11 and drag the required framework, eg com.htc.resources, twframework-res...etc)
    5. It's not a themed apk (if it is, expect .9 png errors, use as close to stock as possible)
    6. Look at the log to know whats happening
    7. If all else fails, post as much info as possible and we will try to assist you.

    MOD EDIT:
    New DL link from this post
    http://apkmultitool.com
    18
    Hi Download link dont work is there anything you can do to upload some other website or mirrior plzzz.:confused:

    New website http://apkmultitool.com
    7
    No lol i have windows 7, java is just not in ur path.

    Right click my computer, click properties, advanced settings, environment variables, in bottom window scroll to PATH click and edit it, at the end add ;<path to ur bin folder of java>

    so mine looks like
    c:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Droid Explorer\SDK\tools;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\QuickTime\QTSystem\
    4
    For people having the:


    The program sox is missing or is not in your PATH,
    please install it or fix your PATH variable

    problem on linux, here's the fix:

    open Ubuntu Software Center and search "sox" without the quotes

    install it

    problem solved. If OP wants to update, it'll help a LOT of people out ;)