SOLVED
ok i did it kinda
i deleted anything that had to do with these lines
in all the values folders (about 50)
<item type="drawable" name="ic_ab_back_holo_dark">false</item>
<item type="drawable" name="ic_ab_back_holo_light">false</item>
<item type="drawable" name="popup_inline_error">false</item>
<item type="drawable" name="popup_inline_error_above">false</item>
<item type="drawable" name="popup_inline_error_above_holo_dark">false</item>
<item type="drawable" name="popup_inline_error_above_holo_light">false</item>
<item type="drawable" name="popup_inline_error_holo_dark">false</item>
<item type="drawable" name="popup_inline_error_holo_light">false</item> @grgsiocl
in the values folders. and kept deleting any line that got in my way *apktoool gave me other new errors* , this is un usable *it wont boot your device* but it compiles and decompiles without problems, after your done, just transfer the
edited files to the original apk with winrar. and use "store" for compression method
i spent like 4 hours on that. thats sad, anyways,
heres the link http://d-h.st/1qE
ok i have the latest apktool and aapt for api 17
its the framework-res.apk deodexed
i get this error
heres the full thing
ok i did it kinda
i deleted anything that had to do with these lines
in all the values folders (about 50)
<item type="drawable" name="ic_ab_back_holo_dark">false</item>
<item type="drawable" name="ic_ab_back_holo_light">false</item>
<item type="drawable" name="popup_inline_error">false</item>
<item type="drawable" name="popup_inline_error_above">false</item>
<item type="drawable" name="popup_inline_error_above_holo_dark">false</item>
<item type="drawable" name="popup_inline_error_above_holo_light">false</item>
<item type="drawable" name="popup_inline_error_holo_dark">false</item>
<item type="drawable" name="popup_inline_error_holo_light">false</item> @grgsiocl
in the values folders. and kept deleting any line that got in my way *apktoool gave me other new errors* , this is un usable *it wont boot your device* but it compiles and decompiles without problems, after your done, just transfer the
edited files to the original apk with winrar. and use "store" for compression method
i spent like 4 hours on that. thats sad, anyways,
heres the link http://d-h.st/1qE
ok i have the latest apktool and aapt for api 17
its the framework-res.apk deodexed
i get this error
Code:
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
invalid resource directory name: C:\Work here\Compile\framework-res\res/drawable-ldrtl-hdpi
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F.....
Code:
C:\Work here\Compile>apktool b "C:\Work here\Compile\framework-res"
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
invalid resource directory name: C:\Work here\Compile\framework-res\res/drawable
-ldrtl-hdpi
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
sdk-version, 17, --target-sdk-version, 17, -F, C:\Users\SALMAN\AppData\Local\Tem
p\APKTOOL2695060268938746519.tmp, -x, -0, arsc, -S, C:\Work here\Compile\framewo
rk-res\res, -M, C:\Work here\Compile\framework-res\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, C:
\Users\SALMAN\AppData\Local\Temp\APKTOOL2695060268938746519.tmp, -x, -0, arsc, -
S, C:\Work here\Compile\framework-res\res, -M, C:\Work here\Compile\framework-re
s\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 17, --target-sdk-version, 17, -F, C:\Users\SALMAN\AppData\Local\Temp\
APKTOOL2695060268938746519.tmp, -x, -0, arsc, -S, C:\Work here\Compile\framework
-res\res, -M, C:\Work here\Compile\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
C:\Work here\Compile>
Last edited: