Question for anyone that can help. I'm trying to compile a new theme chooser theme. Literally all i did is change the name of Cyanbread.apk in cm7. It compiles fine and it runs, shows up in theme chooser, everything. However, the minute i try to add redirects to new icons and stuff, it gives me an error.
'mode' is not recognized as an internal or external command,
operable program or batch file.
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)
'adb' is not recognized as an internal or external command,
operable program or batch file.
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\MATTAN~1\AppData\Local\Temp\APKTOOL403800 3544011172934.tmp, -x, -I, C:\Users\Matt and Alex\apktool\framework\1.apk, -S, C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res, -M, C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\AndroidManif est.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Un known 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\MATTAN~1\AppData\Local\Temp\APKTOOL403800 3544011172934.tmp, -x, -I, C:\Users\Matt and Alex\apktool\framework\1.apk, -S, C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res, -M, C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\AndroidManif est.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:172: error: Public symbol drawable/com_android_providers_calendar_appwidget_bg declared here is not defined.
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:178: error: Public symbol drawable/com_android_quicksearchbox_corpus_indicator_bg_nor mal declared here is not defined.
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:177: error: Public symbol drawable/com_android_quicksearchbox_google_icon declared here is not defined.
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:440: error: Public entry identifier 0xa0201b6 entry index is larger than available symbols (index 438, total symbols 438).
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:440: error: Public symbol drawable/frameworks_res_checkbox_on_background declared here is not defined.
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:441: error: Public entry identifier 0xa0201b7 entry index is larger than available symbols (index 439, total symbols 438).
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:441: error: Public symbol drawable/frameworks_res_rate_star_med_half declared here is not defined.
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:442: error: Public entry identifier 0xa0201b8 entry index is larger than available symbols (index 440, total symbols 438).
C:\All android\Android stuff\apk manager\other\..\projects\Skyblue.apk\res\values\p ublic.xml:442: error: Public symbol drawable/frameworks_res_rate_star_med_on declared here is not defined.
Anyone know what this is all about? Cannot execute aapt?