This is an Easy Tutorial, How to Decompile .apk and Recompile .apk FilesIf u like this Tutorial, Hit THANKS ButtonCREDITS
Memnoc - For Gud Ideas.
Xavierjohn22 - the amazing author of AutoApktool go Here, Hit thanks to Him Too.
Sandy7-For Motivation.
Requirements
Java (last version)
JDK (last version)
JDR (last version, usually included in JDK or Java)
Auto_Apktool 2.0.0 (DOWNLOAD THIS ONE NOT OTHERS)
HOW TO DO
NOTE: before start, select Apktool version with option 21, YOU MUST CHOOSE 1.4.1 version
1) Download and simply unpack Auto_ApkTool
2)Click on "autoapktoolmain.bat", prompt will open
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3)put the apk you want to EDIT, in "_INPUT_APK"
4) Nw u Should Choose "option 6" for 'decompiling .apk
5) when option 6 is being selected, drag the apk from _INPUT_APK folder into the windows prompt and click enter
6) A Note window will appear, and will show IF the decompiling process has been done properly. Once you close that window, you will see the decompiled folder in _INPUT_APK folder
7) do your edits (xml, smali, or png, WHATEVER)
8) recompile with option 7 (NOTE: this time you MUST drag all the FOLDER, NOT the apk)
9) Once recompiling finished, u will Get a Dcompiled NOTE window that Shows your apk is sucessfully Compiled, Close that Window, Once open the decompiled folder, go to "dist" folder, and here you got your edited apk
10) NOW this is the Last step, since u cannot Sign System app, u will have to Copy the META-INF foldrer frm the Orginal apk to the edited apk, for more Info See the "Screen"
11) Rename the apk if Needed, and push it.
Reserved, tutorial for editing, decompiling/compling .jar files, soon
Reserved 2, maybe a video tutorial if I get time, :beer:
FAQ'sWhy can't we use Apktool???
Well, you can, but it's more difficult, that's it.
Why do you say "must use 1.4.1 apktool version"??
The reason why is that since 1.4.2 version, apktool generate java code while recompiling process is going on, and this lead to errors that 9/10 makes decompile process fail
Get error when try to decompile SystemUI.apk
Code:
[*] "G:\Android World\Tools\AutoAPKTool2.0.0\_INPUT_APK\SystemUI.apk"
decompiling "G:\Android World\Tools\AutoAPKTool2.0.0\_INPUT_APK\SystemUI.apk"...
I: Baksmaling...
I: Loading resource table...
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x7f0a000e dimen/status_bar_icon_drawing_size, config=-v13
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:196)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:165)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)
at brut.androlib.Androlib.getResTable(Androlib.java:44)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:148)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
nishan432 said:
Get error when try to decompile SystemUI.apk
Code:
[*] "G:\Android World\Tools\AutoAPKTool2.0.0\_INPUT_APK\SystemUI.apk"
decompiling "G:\Android World\Tools\AutoAPKTool2.0.0\_INPUT_APK\SystemUI.apk"...
I: Baksmaling...
I: Loading resource table...
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x7f0a000e dimen/status_bar_icon_drawing_size, config=-v13
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:196)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:165)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)
at brut.androlib.Androlib.getResTable(Androlib.java:44)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:148)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
Click to expand...
Click to collapse
dont use this tool for system apps....
Nice work dude!!!
got boot loop after recompiling my framework-res.apk
If i got error like this..what's wrong with my work
[*] D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res
recompiling D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res...
W: Could not find sources
I: Building resources...
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-bn\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-bn\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-bs\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-bs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-es-rES\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-es-rES\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-et\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-et\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-eu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-eu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fr-rCA\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-fr-rCA\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-gl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-gl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-is\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-is\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-jv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-jv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-kk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-kk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-mk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-mk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pt-rBR\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pt-rBR\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sq\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sq\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-su\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-su\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-zh-rHK\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-zh-rHK\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\BERNAN~1.LUC\AppData\Local\Temp\APKTOOL4834755530929921259.tmp, -x, -S, D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res, -M, D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\BERNAN~1.LUC\AppData\Local\Temp\APKTOOL4834755530929921259.tmp, -x, -S, D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\res, -M, D:\File\KoDocs\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
The system cannot find the drive specified.
Click to expand...
Click to collapse
BeYoung_CareRockz said:
If i got error like this..what's wrong with my work
Click to expand...
Click to collapse
Try another program.
Related
Help me, I keep getting this...
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>cmd
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>apktool if framework-
res.apk
Exception in thread "main" brut.androlib.AndrolibException: java.io.FileNotFound
Exception: framework-res.apk (The system cannot find the file specified)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResource
s.java:406)
at brut.androlib.Androlib.installFramework(Androlib.java:365)
at brut.apktool.Main.cmdInstallFramework(Main.java:193)
at brut.apktool.Main.main(Main.java:69)
Caused by: java.io.FileNotFoundException: framework-res.apk (The system cannot f
ind the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResource
s.java:374)
... 3 more
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>
Try without spaces in the path...
Would have been better to ask in the apktool thread though...
sent from my HTC desire using xda premium
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Moving to Q&A
mattmanwrx said:
Try without spaces in the path...
Would have been better to ask in the apktool thread though...
sent from my HTC desire using xda premium
Click to expand...
Click to collapse
Hey thanks, got it working. Now there s another problem withing recompiling it...
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>cmd
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>apktool b framework-r
es
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues\plurals.xml:79: error: Multiple substitutions specified in non-positional fo
rmat; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-af\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-af\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-am\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-am\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-da\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-de\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-el\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hi\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-in\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-it\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lt\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sw\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-th\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zu\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Nicholas\AppData\Local\Tem
p\APKTOOL2981624911940374723.tmp, -x, -S, C:\Users\Nicholas\Desktop\APKTool and
the Template\APKTool\framework-res\res, -M, C:\Users\Nicholas\Desktop\APKTool an
d the Template\APKTool\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Nicholas\AppData\Local\Temp\APKTOOL2981624911940374723.tmp, -x, -S, C:\User
s\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res, -M, C:\Us
ers\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\AndroidManif
est.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
Please help...?
Nchls said:
Hey thanks, got it working. Now there s another problem withing recompiling it...
Code:
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>cmd
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool>apktool b framework-r
es
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues\plurals.xml:79: error: Multiple substitutions specified in non-positional fo
rmat; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-af\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-af\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-am\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-am\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-da\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-de\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-el\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hi\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-in\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-it\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lt\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sw\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-sw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-th\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positi
onal format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zu\plurals.xml:79: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
C:\Users\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res\val
ues-zu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\Nicholas\AppData\Local\Tem
p\APKTOOL2981624911940374723.tmp, -x, -S, C:\Users\Nicholas\Desktop\APKTool and
the Template\APKTool\framework-res\res, -M, C:\Users\Nicholas\Desktop\APKTool an
d the Template\APKTool\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\Nicholas\AppData\Local\Temp\APKTOOL2981624911940374723.tmp, -x, -S, C:\User
s\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\res, -M, C:\Us
ers\Nicholas\Desktop\APKTool and the Template\APKTool\framework-res\AndroidManif
est.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
Please help...?
Click to expand...
Click to collapse
Please use the code tags next time... It would make your post a lot shorter!
Anyway, check the apktool google respistory.. it is a known issue - http://code.google.com/p/android-apktool/issues/detail?id=277
I have found this one to be working with the ICS plurals error, I found it on XDa after doing some searching!!
Again, next time post in the apktool thread, there will be a lot more experienced users in that thread!
A big thank you! Sorry, I don't know how to use code...
Nchls said:
A big thank you! Sorry, I don't know how to use code...
Click to expand...
Click to collapse
No problem... the code tags are same as quote tags, but with code... code and /code but inside [ ]
Here is a full list of Bbcode... http://en.wikipedia.org/wiki/BBCode
sent from my HTC desire using xda premium
hey i was trying to compile my email.apk but keep getting errors sorry for the long post can anyone help me. this is what i am getting what have i done wrong.
C:\>cd "C:\Documents and Settings\belsmith\Desktop\Apktool"
C:\Documents and Settings\belsmith\Desktop\Apktool>apktool b email
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\DOCUME~1\belsmith\LOCALS~1\Temp\
APKTOOL5343843107761720866.tmp, -I, C:\Documents and Settings\belsmith\apktool\f
ramework\1.apk, -I, C:\Documents and Settings\belsmith\apktool\framework\2.apk,
-S, C:\Documents and Settings\belsmith\Desktop\Apktool\email\res, -M, C:\Documen
ts and Settings\belsmith\Desktop\Apktool\email\AndroidMan ifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:301)
at brut.androlib.Androlib.buildResources(Androlib.jav a:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\D
OCUME~1\belsmith\LOCALS~1\Temp\APKTOOL534384310776 1720866.tmp, -I, C:\Documents
and Settings\belsmith\apktool\framework\1.apk, -I, C:\Documents and Settings\bel
smith\apktool\framework\2.apk, -S, C:\Documents and Settings\belsmith\Desktop\Ap
ktool\email\res, -M, C:\Documents and Settings\belsmith\Desktop\Apktool\email\An
droidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:191)
... 6 more
aapt: warning: string 'account_settings_smime_import_certificate_title' has no d
efault translation in C:\Documents and Settings\belsmith\Desktop\Apktool\email\r
es; found: de es fr it ko
aapt: warning: string 'account_settings_smime_installed_certificates_lis t' has n
o default translation in C:\Documents and Settings\belsmith\Desktop\Apktool\emai
l\res; found: de es fr it ko
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-de\plurals.x
ml:4: error: Multiple substitutions specified in non-positional format; did you
mean to add the formatted="false" attribute?
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-de\plurals.x
ml:4: error: Found tag </item> where </plurals> is expected
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-es\plurals.x
ml:4: error: Multiple substitutions specified in non-positional format; did you
mean to add the formatted="false" attribute?
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-es\plurals.x
ml:4: error: Found tag </item> where </plurals> is expected
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-fr\plurals.x
ml:4: error: Multiple substitutions specified in non-positional format; did you
mean to add the formatted="false" attribute?
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-fr\plurals.x
ml:4: error: Found tag </item> where </plurals> is expected
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-it\plurals.x
ml:4: error: Multiple substitutions specified in non-positional format; did you
mean to add the formatted="false" attribute?
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-it\plurals.x
ml:4: error: Found tag </item> where </plurals> is expected
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-ko\plurals.x
ml:4: error: Multiple substitutions specified in non-positional format; did you
mean to add the formatted="false" attribute?
C:\Documents and Settings\belsmith\Desktop\Apktool\email\res\values-ko\plurals.x
ml:4: error: Found tag </item> where </plurals> is expected
C:\Documents and Settings\belsmith\Desktop\Apktool>
Has anyone had success in recompiling framework-res.apk?
Here is my error:
Code:
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-af\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-af\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-am\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-am\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:940: error: Public symbol attr/availableHeights declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:939: error: Public symbol attr/availableWidths declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:942: error: Public symbol attr/maxResizeHeight declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:941: error: Public symbol attr/maxResizeWidth declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:938: error: Public symbol attr/notifyResize declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\jared\AppData\Local\Temp\APKTOOL7021450950943684819.tmp, -x, -S, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res, -M, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\jared\AppData\Local\Temp\APKTOOL7021450950943684819.tmp, -x, -S, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res, -M, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
MasterZen88 said:
Has anyone had success in recompiling framework-res.apk?
Here is my error:
Code:
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-af\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-af\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-am\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-am\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:940: error: Public symbol attr/availableHeights declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:939: error: Public symbol attr/availableWidths declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:942: error: Public symbol attr/maxResizeHeight declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:941: error: Public symbol attr/maxResizeWidth declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:938: error: Public symbol attr/notifyResize declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\jared\AppData\Local\Temp\APKTOOL7021450950943684819.tmp, -x, -S, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res, -M, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\jared\AppData\Local\Temp\APKTOOL7021450950943684819.tmp, -x, -S, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res, -M, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
Click to expand...
Click to collapse
What apktool are you using? I am able to recompile framework-res.apk just not systemui.apk
Probably need to install the framework.
Before decompiling, do this command:
apktool if framework-res.apk
Attached is the apktool that I'm using. Everyone is saying you need one version to deompile & a different to recompile. This one works fine for me on the framework doing both... just like everyone else, can't recompile the systemui.apk successfully = annoying as hell.
Swiftks said:
Probably need to install the framework.
Before decompiling, do this command:
apktool if framework-res.apk
Attached is the apktool that I'm using. Everyone is saying you need one version to deompile & a different to recompile. This one works fine for me on the framework doing both... just like everyone else, can't recompile the systemui.apk successfully = annoying as hell.
Click to expand...
Click to collapse
Hi,
I do not know if THIS THREAD is of any use to you...
P.S. Can I use your logo?
malybru said:
Hi,
I do not know if THIS THREAD is of any use to you...
P.S. Can I use your logo?
Click to expand...
Click to collapse
To me? or to the OP?
No one has been able to re-compile the systemui for the Prime. Always get a aapt.exe crash on re-compile... not just me, everyone. decompiles just fine, but will not recompile. I've left multiple logs in multiple threads on multiple device forums, with not help. Since the G-Nexus is able to be decompiled/recompiled, we are thinking that this is a Transformer Prime specific problem. We will most likely need the source from Asus to properly recompile the SystemUI.
Yeah, feel free to use my logo.. nothing special.
**Edit**
Here are a few of the threads where I left messages... this is more for my reference, that way I don't have to go back through my post and find the threads again.
http://forum.xda-developers.com/showthread.php?t=1511755
http://forum.xda-developers.com/showthread.php?t=1511752
http://forum.xda-developers.com/showthread.php?t=1310151
http://forum.xda-developers.com/showthread.php?t=1511730
Swiftks said:
Probably need to install the framework.
Before decompiling, do this command:
apktool if framework-res.apk
Attached is the apktool that I'm using. Everyone is saying you need one version to deompile & a different to recompile. This one works fine for me on the framework doing both... just like everyone else, can't recompile the systemui.apk successfully = annoying as hell.
Click to expand...
Click to collapse
Oh cool.. I'll give it a shot..thanks. I was using apktool v1.4.3
MasterZen88 said:
Has anyone had success in recompiling framework-res.apk?
Here is my error:
Code:
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-af\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-af\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-am\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-am\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-sw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values-zu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:940: error: Public symbol attr/availableHeights declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:939: error: Public symbol attr/availableWidths declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:942: error: Public symbol attr/maxResizeHeight declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:941: error: Public symbol attr/maxResizeWidth declared here is not defined.
D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res\values\public.xml:938: error: Public symbol attr/notifyResize declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\jared\AppData\Local\Temp\APKTOOL7021450950943684819.tmp, -x, -S, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res, -M, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\jared\AppData\Local\Temp\APKTOOL7021450950943684819.tmp, -x, -S, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\res, -M, D:\Android\TF201\xdaAutoTool\_INPUT_APK\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
Click to expand...
Click to collapse
I was using AutoAPKTool and getting the same results. It was pissing me off so I had given up. Looks like I'll have to give it another shot now.
Put simply you nerd to build framework repositories with apktool 1.42 and also decompile with it.
Then recompile with 1.43
Sent from my Nexus S using xda premium
I have same error with othe device, any tip?
How to Center Align the Lock screen and Answer screen in Jellybean
All, I like most others have been really excited about the new CM10, 4.1.1 Jellybean ROMS. I however have been annoyed by the off centered lock screen unlock handle. As most of you know just about all of them are off. Well after many hours of looking through code I have found out how to center that unlock handle on the lockscreen as well as the incall answer screen.
Now the changes that need to be made have to be made per ROM, it is not just a simple flashable zip and boom you have it on any ROM. The changes have to be made in two files inside the "framework-res.apk" and the "Phone.apk". So because there are so many different JB ROMs out there I decided to just share the code I changed and where I changed it.
So if you have a ROM and want them centered for your users, or you are a user that knows how to de-compile an APK and re-compile it, then this is for you!
Files to change:
framework-res.apk - The file that needs to be edited is "keyguard_screen_tab_unlock.xml" this file can be found in framework-res.apk/res/layout
Phone.apk - The file that needs to be edited is "incall_touch_ui.xml" this file can be found in Phone.apk/res/layout
Code to change: CHANGES ARE IN RED
framework-res.apk - BEFORE:
Code:
<com.android.internal.widget.multiwaveview.GlowPadView
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@id/unlock_widget"
android:gravity="top"
android:focusable="true"
android:layout_alignParentBottom="true"
android:targetDrawables="@array/lockscreen_targets_with_camera"
android:targetDescriptions="@array/lockscreen_target_descriptions_with_camera"
android:directionDescriptions="@array/lockscreen_direction_descriptions"
android:handleDrawable="@drawable/ic_lockscreen_handle"
android:outerRingDrawable="@drawable/ic_lockscreen_outerring"
android:outerRadius="@dimen/glowpadview_target_placement_radius"
android:innerRadius="@dimen/glowpadview_inner_radius"
android:snapMargin="@dimen/glowpadview_snap_margin"
android:feedbackCount="1"
android:vibrationDuration="20"
android:glowRadius="@dimen/glowpadview_glow_radius"
android:pointDrawable="@drawable/ic_lockscreen_glowdot"
framework-res.apk - AFTER:
Code:
<com.android.internal.widget.multiwaveview.GlowPadView
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="[COLOR="Red"]wrap_content[/COLOR]"
android:id="@id/unlock_widget"
android:gravity="[COLOR="Red"]left|top[/COLOR]"
android:focusable="true"
android:layout_alignParentBottom="true"
android:targetDrawables="@array/lockscreen_targets_with_camera"
android:targetDescriptions="@array/lockscreen_target_descriptions_with_camera"
android:directionDescriptions="@array/lockscreen_direction_descriptions"
android:handleDrawable="@drawable/ic_lockscreen_handle"
android:outerRingDrawable="@drawable/ic_lockscreen_outerring"
android:outerRadius="@dimen/glowpadview_target_placement_radius"
android:innerRadius="@dimen/glowpadview_inner_radius"
android:snapMargin="@dimen/glowpadview_snap_margin"
android:feedbackCount="1"
android:vibrationDuration="20"
android:glowRadius="@dimen/glowpadview_glow_radius"
android:pointDrawable="@drawable/ic_lockscreen_glowdot"
Phone.apk - BEFORE:
Code:
<com.android.internal.widget.multiwaveview.GlowPadView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@id/incomingCallWidget"
android:visibility="gone"
android:layout_marginBottom="-46.0dip"
android:background="@color/incall_call_banner_background"
android:layout_gravity="bottom|center"
android:layout_marginTop="20.0dip"
android:gravity="top"
prvandroid:targetDrawables="@array/incoming_call_widget_3way_targets"
prvandroid:targetDescriptions="@array/incoming_call_widget_3way_target_descriptions"
prvandroid:directionDescriptions="@array/incoming_call_widget_3way_direction_descriptions"
prvandroid:handleDrawable="@drawable/ic_in_call_touch_handle"
prvandroid:innerRadius="@android:dimen/glowpadview_inner_radius"
prvandroid:outerRadius="@android:dimen/glowpadview_target_placement_radius"
prvandroid:outerRingDrawable="@android:drawable/ic_lockscreen_outerring"
prvandroid:snapMargin="@android:dimen/glowpadview_snap_margin"
prvandroid:vibrationDuration="20" prvandroid:feedbackCount="1"
prvandroid:glowRadius="@android:dimen/glowpadview_glow_radius"
prvandroid:pointDrawable="@android:drawable/ic_lockscreen_glowdot"
Phone.apk - AFTER:
Code:
<com.android.internal.widget.multiwaveview.GlowPadView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@id/incomingCallWidget"
android:visibility="gone"
android:layout_marginBottom="-46.0dip"
android:background="@color/incall_call_banner_background"
android:layout_gravity="bottom|center"
android:layout_marginTop="20.0dip"
android:gravity="[COLOR="red"]left|top[/COLOR]"
prvandroid:targetDrawables="@array/incoming_call_widget_3way_targets"
prvandroid:targetDescriptions="@array/incoming_call_widget_3way_target_descriptions"
prvandroid:directionDescriptions="@array/incoming_call_widget_3way_direction_descriptions"
prvandroid:handleDrawable="@drawable/ic_in_call_touch_handle"
prvandroid:innerRadius="@android:dimen/glowpadview_inner_radius"
prvandroid:outerRadius="@android:dimen/glowpadview_target_placement_radius"
prvandroid:outerRingDrawable="@android:drawable/ic_lockscreen_outerring"
prvandroid:snapMargin="@android:dimen/glowpadview_snap_margin"
prvandroid:vibrationDuration="20" prvandroid:feedbackCount="1"
prvandroid:glowRadius="@android:dimen/glowpadview_glow_radius"
prvandroid:pointDrawable="@android:drawable/ic_lockscreen_glowdot"
If you do not want to find and change the code, here is a ZIP that has both files with code in them so that you can just replace them with your old ones. I am pretty sure it is the same across devices, but the rest of the APK's may not be so only replace these files.
Center FIX Files
If you appreciate me sharing this information, please hit the THANKS button :good: and/or the "Donate to Me" Button :fingers-crossed:
If you want I nice smooth running CM10 ROM on your Samsung Galaxy Note i717 that already has the centered fixes, check out this ROM HERE by ManelScout4Life
Thanks for doing this moose! I appreciate it!
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Thank you for your hard work.
I don't know if this works for all rom but I just flash the inverted mms 4.1 (contacts.apk) without the phone.apk and it works beautifully.
The only problem I have with the paranoid rom is when I change the "settings" to phablet or tablet I get the offset lockscreen slider. & my system keeps rebooting from time to time but that's something with paranoid I guess.
So we cant just replace the files we have to decompile and recompile. Can u make them complied and upload. Thank u
Bradl79 said:
So we cant just replace the files we have to decompile and recompile. Can u make them complied and upload. Thank u
Click to expand...
Click to collapse
Yes you have to do that. And no I cannot do that for you, this has to be done "per ROM" every framework-res.apk and Phone.apk is different per ROM.
Now if you tell me what ROM you are on I can do it then but I cannot just simply get you the file, it will boot loop your phone if you are not on the ROM I de-compile and re-compile from.
Thanks MOOSE O.G triple O.G
Sent from my SAMSUNG-SGH-I717 using xda premium
Moose0704 said:
Yes you have to do that. And no I cannot do that for you, this has to be done "per ROM" every framework-res.apk and Phone.apk is different per ROM.
Now if you tell me what ROM you are on I can do it then but I cannot just simply get you the file, it will boot loop your phone if you are not on the ROM I de-compile and re-compile from.
Click to expand...
Click to collapse
I am running [ROM]4.1.1[Android Open Kang Project] BUILD 1 + Lockscreen Targets **Aug. 22nd,, specifically this version: aokp_quincyatt_jb-build-1_AUG_22_12.zip
If you could make a flash-able zip, I'd be most grateful.
Thanks!
ColSaulTigh said:
I am running [ROM]4.1.1[Android Open Kang Project] BUILD 1 + Lockscreen Targets **Aug. 22nd,, specifically this version: aokp_quincyatt_jb-build-1_AUG_22_12.zip
If you could make a flash-able zip, I'd be most grateful.
Thanks!
Click to expand...
Click to collapse
Hit that donate button under my name and I'll be glad to!
Thanks for this, I will get this changes on my nighlies for N7000.
Skickat från min GT-N7000 via Tapatalk 2
Is this flashable on PA JB ???
Jeshter2000 said:
Is this flashable on PA JB ???
Click to expand...
Click to collapse
If you make the fix from the files in that ROM, yes.
ok moose,...i F$%&%^ hate you right now!!!! lol....:crying::laugh:
holy crap this apk editing s%$! is a pain in the ars!!!!
just joking..it is a pain but since you left no choice but for me to learn how to do it i wanted to say thank you ..i been 2 days on this crap ..between braks at work/home..finally figured out how to edit..still havent finished it up, but again wanted to thank you!!!:highfive:
mejori said:
ok moose,...i F$%&%^ hate you right now!!!! lol....:crying::laugh:
holy crap this apk editing s%$! is a pain in the ars!!!!
just joking..it is a pain but since you left no choice but for me to learn how to do it i wanted to say thank you ..i been 2 days on this crap ..between braks at work/home..finally figured out how to edit..still havent finished it up, but again wanted to thank you!!!:highfive:
Click to expand...
Click to collapse
Lol what are you having problems with? What ROM are you on?
Sent from my SAMSUNG-SGH-I717 using xda premium
Moose0704 said:
Lol what are you having problems with? What ROM are you on?
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
nevermind i got it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i can not get it to recompile :
Code:
C:\Users\Admin\apktool>apktool b framework-res
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\Users\Admin\apktool\framework-res\res\values\plurals.xml:79: error: Multiple
substitutions specified in non-positional format; did you mean to add the format
ted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values\plurals.xml:79: error: Found tag
</item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-af\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-af\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-am\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-am\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ar\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ar\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-bg\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-bg\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ca\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ca\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-cs\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-cs\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-da\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-da\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-de\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-de\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-el\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-el\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-en-rGB\plurals.xml:79: error: Mu
ltiple substitutions specified in non-positional format; did you mean to add the
formatted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-en-rGB\plurals.xml:79: error: Fo
und tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-es\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-es\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-es-rUS\plurals.xml:79: error: Mu
ltiple substitutions specified in non-positional format; did you mean to add the
formatted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-es-rUS\plurals.xml:79: error: Fo
und tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-fa\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-fa\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-fi\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-fi\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-fr\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-fr\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-hi\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-hi\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-hr\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-hr\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-hu\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-hu\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-in\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-in\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-it\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-it\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-iw\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-iw\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ja\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ja\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ko\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ko\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-lt\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-lt\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-lv\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-lv\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ms\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ms\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-nb\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-nb\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-nl\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-nl\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-pl\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-pl\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-pt\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-pt\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-pt-rPT\plurals.xml:79: error: Mu
ltiple substitutions specified in non-positional format; did you mean to add the
formatted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-pt-rPT\plurals.xml:79: error: Fo
und tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ro\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ro\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-ru\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-ru\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-sk\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-sk\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-sl\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-sl\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-sr\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-sr\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-sv\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-sv\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-sw\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-sw\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-th\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-th\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-tl\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-tl\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-tr\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-tr\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-uk\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-uk\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-vi\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-vi\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-zh-rCN\plurals.xml:79: error: Mu
ltiple substitutions specified in non-positional format; did you mean to add the
formatted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-zh-rCN\plurals.xml:79: error: Fo
und tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-zh-rTW\plurals.xml:79: error: Mu
ltiple substitutions specified in non-positional format; did you mean to add the
formatted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-zh-rTW\plurals.xml:79: error: Fo
und tag </item> where </plurals> is expected
C:\Users\Admin\apktool\framework-res\res\values-zu\plurals.xml:79: error: Multip
le substitutions specified in non-positional format; did you mean to add the for
matted="false" attribute?
C:\Users\Admin\apktool\framework-res\res\values-zu\plurals.xml:79: error: Found
tag </item> where </plurals> is expected
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce
ption: could not exec command: [aapt, p, -F, C:\Users\RICHAN~1\AppData\Local\Tem
p\APKTOOL8798548609813210201.tmp, -x, -S, C:\Users\Admin\apktool\framework-res\r
es, -M, C:\Users\Admin\apktool\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U
sers\RICHAN~1\AppData\Local\Temp\APKTOOL8798548609813210201.tmp, -x, -S, C:\User
s\Admin\apktool\framework-res\res, -M, C:\Users\Admin\apktool\framework-res\Andr
oidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:191)
... 6 more
C:\Users\Admin\apktool>
ok moose i need help if you can or willing .. i decompiled using apk tool, changed the framework like your post says using note++, then recompiled. now i have the new apk, it seems to be about 3MB smaller?? and as far as installing it i used root explorer and replaced existing framework res apk(not sure of a better method)..phone worked for like 30 seconds then it went into bootloop ..can you point me in the right direction? this is fun stuff!! and yes i have searched but cannot find the answer..thanks!!!
mejori said:
ok moose i need help if you can or willing .. i decompiled using apk tool, changed the framework like your post says using note++, then recompiled. now i have the new apk, it seems to be about 3MB smaller?? and as far as installing it i used root explorer and replaced existing framework res apk(not sure of a better method)..phone worked for like 30 seconds then it went into bootloop ..can you point me in the right direction? this is fun stuff!! and yes i have searched but cannot find the answer..thanks!!!
Click to expand...
Click to collapse
You should get a tool called ticklemyandroid. That is what I use. After making the changes you have to recompile it then prepare it for pushing then push it to the phone (which you have to be in recovery mode for). Or you can create a zip and just flash it. But either way yes you are doing it wrong lol but your getting there
I was in the same boat as you when I figured this out
Sent from my SAMSUNG-SGH-I717 using xda premium
Add to the Super GNote Page
Tossed you in the JBean ROM Section, thx Moose!!
[Road & Ref Map]: Galaxy Note Super Everything Thread (I717)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
bigjoe2675 said:
Tossed you in the JBean ROM Section, thx Moose!!
[Road & Ref Map]: Galaxy Note Super Everything Thread (I717)
Click to expand...
Click to collapse
Sweetness!! Thank you Sir!! :highfive:
Moose0704 said:
Sweetness!! Thank you Sir!! :highfive:
Click to expand...
Click to collapse
btw bro love you sig pic, the hardcore moose bust'n thru my computer screen....that is GOOD TO GO! The Moose is Loose! :highfive:
I'm on LS980. I've taken Deodexed LGSettings.apk, and attempted to Decompile (worked.) but when I try to recompile, even without making any changes, I get errors. Not sure what the error is, aside from something in the /values folder. Anyone know how to get around this? I really want to invert LGSettings for Sprint users, but it seems like it wont be do-able until I can recompile.
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ca\strings.xml:3638: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-cs\strings.xml:3655: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-cs\strings.xml:3656: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-da\strings.xml:3576: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-da\strings.xml:3577: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-es-rES\strings.xml:3663: error: Multiple substitutions specifi
ed in non-positional format; did you mean to add the formatted="false" attribute
?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-es-rES\strings.xml:3664: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-et\strings.xml:3679: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-et\strings.xml:3680: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-eu\strings.xml:3637: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-eu\strings.xml:3638: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-fa\strings.xml:3714: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-fa\strings.xml:3715: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-fi\strings.xml:3661: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-fi\strings.xml:3662: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-fr-rCA\strings.xml:3592: error: Multiple substitutions specifi
ed in non-positional format; did you mean to add the formatted="false" attribute
?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-fr-rCA\strings.xml:3593: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-gl\strings.xml:3610: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-gl\strings.xml:3611: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-hi\strings.xml:3665: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-hi\strings.xml:3666: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-hr\strings.xml:3665: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-hr\strings.xml:3666: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-hu\strings.xml:3658: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-hu\strings.xml:3659: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-in\strings.xml:3631: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-in\strings.xml:3632: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-is\strings.xml:3693: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-is\strings.xml:3694: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-kk\strings.xml:3677: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-kk\strings.xml:3678: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-km\strings.xml:3659: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-km\strings.xml:3660: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-lv\strings.xml:3683: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\valuesaapt: warning: string 'please_type_passphrase' has no default t
ranslation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\pro
jects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_certificate' has no default translation in C:\Users\
Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.apk\re
s; found: zh_CN
aapt: warning: string 'wifi_context_menu_change_password' has no default transla
tion in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\
LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_context_menu_change_wapi_certificate' has no default
translation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\p
rojects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_context_menu_connect' has no default translation in
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res; found: zh_CN
aapt: warning: string 'wifi_context_menu_forget' has no default translation in C
:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSetting
s.apk\res; found: zh_CN
aapt: warning: string 'wifi_security_WAPI_CERT' has no default translation in C:
\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings
.apk\res; found: zh_CN
aapt: warning: string 'wifi_security_WAPI_PSK' has no default translation in C:\
Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.
apk\res; found: zh_CN
aapt: warning: string 'wifi_security_short_WAPI_CERT' has no default translation
in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSe
ttings.apk\res; found: zh_CN
aapt: warning: string 'wifi_security_short_WAPI_PSK' has no default translation
in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSet
tings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_as_cert' has no default translation in C:\Users
\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.apk\r
es; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_cancel_button' has no default translation
in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSet
tings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_create_subdir' has no default translation
in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSet
tings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_delet_subdir' has no default translation i
n C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSett
ings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_install' has no default translation in C:\
Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.
apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_install_button' has no default translation
in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSe
ttings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_as_dont_exist' has no default transla
tion in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\
LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_as_format_is_wrong' has no default tr
anslation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\proj
ects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_as_name_is_empty' has no default tran
slation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projec
ts\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_subdir_create_fail' has no default tr
anslation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\proj
ects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_subdir_exist' has no default translat
ion in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\L
GSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_subdir_name_is_empty' has no default
translation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\pr
ojects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_titlebar' has no default translation
in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSet
tings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_user_dont_exist' has no default trans
lation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\project
s\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_user_format_is_wrong' has no default
translation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\pr
ojects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_mgmt_user_name_is_empty' has no default tr
anslation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\proj
ects\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_uninstall' has no default translation in C
:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSetting
s.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_cert_uninstall_button' has no default translati
on in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LG
Settings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_certification_dont_exist' has no default transl
ation in C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects
\LGSettings.apk\res; found: zh_CN
aapt: warning: string 'wifi_wapi_user_cert' has no default translation in C:\Use
rs\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.apk
\res; found: zh_CN
-lv\strings.xml:3684: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-mk\strings.xml:3666: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-mk\strings.xml:3667: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ms\strings.xml:3643: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ms\strings.xml:3644: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-nb\strings.xml:3640: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-nb\strings.xml:3641: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-pl\strings.xml:3671: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-pl\strings.xml:3672: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-pt\strings.xml:3657: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-pt\strings.xml:3658: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ro-rMD\strings.xml:3629: error: Multiple substitutions specifi
ed in non-positional format; did you mean to add the formatted="false" attribute
?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ro-rMD\strings.xml:3630: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ru\strings.xml:3696: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-ru\strings.xml:3697: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sk\strings.xml:3665: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sk\strings.xml:3666: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sl\strings.xml:3679: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sl\strings.xml:3680: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sr\strings.xml:3680: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sr\strings.xml:3681: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sv\strings.xml:3626: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-sv\strings.xml:3627: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-th\strings.xml:3689: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-th\strings.xml:3690: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-uk\strings.xml:3671: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-uk\strings.xml:3672: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-vi\strings.xml:3687: error: Multiple substitutions specified i
n non-positional format; did you mean to add the formatted="false" attribute?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-vi\strings.xml:3688: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-zh-rHK\strings.xml:3717: error: Multiple substitutions specifi
ed in non-positional format; did you mean to add the formatted="false" attribute
?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-zh-rHK\strings.xml:3718: error: Unexpected end tag string
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-zh-rTW\strings.xml:3725: error: Multiple substitutions specifi
ed in non-positional format; did you mean to add the formatted="false" attribute
?
C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettin
gs.apk\res\values-zh-rTW\strings.xml:3726: error: Unexpected end tag string
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\Brandon\AppData\Local\Te
mp\APKTOOL142785111157111072.tmp, -0, arsc, -I, C:\Users\Brandon\apktool\framewo
rk\1.apk, -I, C:\Users\Brandon\apktool\framework\2.apk, -S, C:\Users\Brandon\Des
ktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.apk\res, -M, C:\U
sers\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.a
pk\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:353)
at brut.androlib.Androlib.buildResources(Androlib.java:281)
at brut.androlib.Androlib.build(Androlib.java:209)
at brut.androlib.Androlib.build(Androlib.java:177)
at brut.apktool.Main.cmdBuild(Main.java:237)
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\Brandon\AppData\Local\Temp\APKTOOL142785111157111072.tmp, -0, arsc, -I, C
:\Users\Brandon\apktool\framework\1.apk, -I, C:\Users\Brandon\apktool\framework\
2.apk, -S, C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projec
ts\LGSettings.apk\res, -M, C:\Users\Brandon\Desktop\Android\APK-Multi-Tool-Stabl
e-RELEASE\projects\LGSettings.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:406)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:334)
... 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\Brandon\AppData\Local\Temp
\APKTOOL142785111157111072.tmp, -0, arsc, -I, C:\Users\Brandon\apktool\framework
\1.apk, -I, C:\Users\Brandon\apktool\framework\2.apk, -S, C:\Users\Brandon\Deskt
op\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.apk\res, -M, C:\Use
rs\Brandon\Desktop\Android\APK-Multi-Tool-Stable-RELEASE\projects\LGSettings.apk
\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:404)
... 6 more
Press any key to continue . . .
Click to expand...
Click to collapse
That's the log I'm getting.
Ascertion said:
I'm on LS980. I've taken Deodexed LGSettings.apk, and attempted to Decompile (worked.) but when I try to recompile, even without making any changes, I get errors. Not sure what the error is, aside from something in the /values folder. Anyone know how to get around this? I really want to invert LGSettings for Sprint users, but it seems like it wont be do-able until I can recompile.
That's the log I'm getting.
Click to expand...
Click to collapse
The beginning of the log seems to be cut off...
I havent looked into rom theming for G2 yet, do you need to load a framework file to get system apks to compile right?