[Q] Problem Decompiling Huawei U8350 APKs - Android Q&A, Help & Troubleshooting

I'm having problems decompiling APKs from the Huawei U8350.
I have tried the latest versions of APKTool, APKManager, APK Multi-Tool and also Virtuous Ten Studio. Of the four VTS has the least errors but still it is not decompiling properly and it doesn't matter which APK it is. The typical errors are as follows.
Code:
09:54:39.800: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table...'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Config flags size > 36. Exceeding bytes: 0xFA000000.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Invalid config flags detected. Dropping resources: array-w101dp-ERR0'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Config flags size > 36. Exceeding bytes: 0x38000000.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Invalid config flags detected. Dropping resources: array-w224dp-ERR1'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Config flags size > 36. Exceeding bytes: 0x6C020000.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Invalid config flags detected. Dropping resources: array-w224dp-ERR2'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Config flags size > 36. Exceeding bytes: 0x3A030000.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Invalid config flags detected. Dropping resources: array-w224dp-ERR3'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Loaded.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Decoding AndroidManifest.xml with resources...'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table from file: C:\Users\Duncan\apktool\framework\1.apk'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Loaded.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Regular manifest package...'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Decoding file-resources...'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: W: Cant find 9patch chunk in file: "drawable/candidate_hl_bg2.9.PNG". Renaming it to *.png.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Decoding values */* XMLs...'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Done.'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'ApkTool: I: Copying assets and libs...'
09:54:39.801: [Debug] - ApkTool.DecompileApk: 'Apk decompiled!'
Can anyone help?

Related

Suddenly can't decompile apk's anymore...

Hi, I've been using APKManager for sometime, and for some unknown reason, it stopped working all of a sudden. It won't decompile anymore. I tried V10 Studio same weird problem. I have tried decompiling the same apk on another machine with V10 studio, and it worked, but not on my machine.
Log provided:
Code:
23:58:10.165: [Normal] - WorkspaceViewModel.LoadSolution: 'Loading solution, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS.tensln'
23:58:10.244: [Debug] - TenProjectViewModel.LoadBackups: 'Found 1 backups for project 'XS''
23:58:10.344: [Warning] - ApkProjectViewModel.AnalyzeAdditionalData: 'Can't find public.xml, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Data\res\values\public.xml'
23:58:11.275: [Normal] - WorkspaceViewModel.LoadSolution: 'Loading solution, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS.tensln'
23:58:11.289: [Debug] - TenProjectViewModel.LoadBackups: 'Found 1 backups for project 'XS''
23:58:11.342: [Warning] - ApkProjectViewModel.AnalyzeAdditionalData: 'Can't find public.xml, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Data\res\values\public.xml'
23:58:11.429: [Normal] - WorkspaceViewModel.LoadSolution: 'Loading solution, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS.tensln'
23:58:11.443: [Debug] - TenProjectViewModel.LoadBackups: 'Found 1 backups for project 'XS''
23:58:11.489: [Warning] - ApkProjectViewModel.AnalyzeAdditionalData: 'Can't find public.xml, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Data\res\values\public.xml'
23:58:13.378: [Normal] - StartupManager.SearchForUpdates: 'Searching for updates, beta: False, alpha: False'
23:58:30.857: [Debug] - ADBTool.Shell: 'Starting Adb...'
23:58:35.045: [Error] - ADBTool.Shell: 'ADB shell failed, Exitcode: 1'
23:58:35.045: [Error] - ADBTool.Shell: 'Shell command'su' failed'
23:58:35.046: [Error] - ADBTool.Shell: 'Shell command'find /data/app /system/app /system/framework -type f \( -iname "*.apk" -o -iname "*.jar" \)' failed'
23:58:50.461: [Normal] - BackupManager.CreateNewBackup: 'Creating new backup 'changed files (automatic backup before import)', source: 'C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Data', target: 'C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Backup''
23:58:54.576: [Debug] - TenProjectViewModel.LoadBackups: 'Found 2 backups for project 'XS''
23:58:54.581: [Debug] - <DeleteOldFilesAsync>d__2.MoveNext: 'Deleting old ApkTool files'
23:58:55.674: [Debug] - <>c__DisplayClass6.<ImportFilesAsync>b__5: 'Decompiling apk'
23:58:55.694: [Normal] - ApkTool.DecompileApk: 'Decompiling apk: MotoBlurV3.1.apk'
23:58:55.700: [Debug] - FileSystem.GetJavaInstallationPath: 'Searching for java.exe'
23:58:55.701: [Debug] - FileSystem.GetJavaInstallationPath: 'Using registry path: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment'
23:58:55.701: [Debug] - FileSystem.GetJavaInstallationPath: 'Current version: 1.7'
23:58:55.701: [Debug] - FileSystem.GetJavaInstallationPath: 'Subkey: 1.7'
23:58:55.701: [Debug] - FileSystem.GetJavaInstallationPath: 'Subkey: 1.7.0_03'
23:58:55.701: [Debug] - FileSystem.GetJavaInstallationPath: 'Using subkey: 1.7'
23:58:55.701: [Debug] - FileSystem.GetJavaInstallationPath: 'Found java path: C:\Program Files (x86)\Java\jre7\bin\java.exe'
23:58:55.701: [Debug] - ApkTool.DecompileApk: 'ApkTool args: -jar "C:\Program Files (x86)\Virtuous Ten Studio\External\ApkTool\apktool1.4.3.jar" d -f "C:\Users\Milad\Desktop\MotoBlurV3.1.apk" "C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Data"'
23:59:09.364: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Baksmaling...'
23:59:09.366: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table...'
23:59:09.367: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loaded.'
23:59:09.369: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table from file: C:\Users\Milad\apktool\framework\1.apk'
23:59:09.370: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loaded.'
23:59:09.371: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Decoding file-resources...'
23:59:09.371: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Decoding values*/* XMLs...'
23:59:09.371: [Error] - ApkTool.DecompileApk: 'ApkTool: Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x010301e9'
23:59:09.372: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)'
23:59:09.372: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)'
23:59:09.372: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)'
23:59:09.372: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)'
23:59:09.372: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)'
23:59:09.373: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResScalarValue.java:43)'
23:59:09.373: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml(ResStyleValue.java:48)'
23:59:09.373: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)'
23:59:09.373: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)'
23:59:09.373: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)'
23:59:09.374: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)'
23:59:09.375: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.apktool.Main.cmdDecode(Main.java:128)'
23:59:09.375: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.apktool.Main.main(Main.java:65)'
23:59:09.377: [Debug] - ApkTool.DecompileApk: 'ApkTool failed, see log for further details'
23:59:09.377: [Debug] - ApkTool.DecompileApk: 'Exitcode: 1'
23:59:09.377: [Error] - <>c__DisplayClass6.<ImportFilesAsync>b__5: 'Decompiling apk failed!'
23:59:09.406: [Debug] - TenProjectViewModel.LoadBackups: 'Found 2 backups for project 'XS''
23:59:09.433: [Warning] - ApkProjectViewModel.AnalyzeAdditionalData: 'Can't find public.xml, path: C:\Users\Milad\Documents\Virtuous Ten Studio\Projects\XS\XS\Data\res\values\public.xml'
I wanted to add APKManager's log as well, but now it just closes when select the decompile option.
It happened the exact same thing to me also today with the same log.
Same issue here... don't know where else to look for help. Anybody have any ideas?

[Q] APK Editor?

Hey,
I'm a little lost.
I a newbie, but want to try to change in a apk file, so that i can change the language to danish, because i am.
But i don't know which software to use.
I'm on windows 7.
Thx
velein
Found this by searching...
http://www.virtuousrom.com/p/ten-studio.html
Thx, but after changing some language stuff, i try to build the .apk file.
then this happens:
22:46:11.952: [Error] - ApkTool.CompileApk: 'ApkTool: I: Checking whether sources has changed...'
22:46:11.952: [Error] - ApkTool.CompileApk: 'ApkTool: I: Checking whether resources has changed...'
22:46:11.953: [Error] - ApkTool.CompileApk: 'ApkTool: I: Building resources...'
22:46:11.954: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\arrays.xml:30: error: Error parsing XML: not well-formed (invalid token)'
22:46:11.954: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:105: error: Public symbol array/album_art_size_values declared here is not defined.'
22:46:11.954: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:104: error: Public symbol array/album_art_sizes declared here is not defined.'
22:46:11.955: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:108: error: Public symbol array/camera_button declared here is not defined.'
22:46:11.955: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:109: error: Public symbol array/camera_button_values declared here is not defined.'
22:46:11.955: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:106: error: Public symbol array/default_tab declared here is not defined.'
22:46:11.956: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:107: error: Public symbol array/default_tab_values declared here is not defined.'
22:46:11.956: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:110: error: Public symbol array/repeat_modes declared here is not defined.'
22:46:11.956: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res\values\public.xml:111: error: Public symbol array/repeat_modes_values declared here is not defined.'
22:46:11.956: [Error] - ApkTool.CompileApk: 'ApkTool: Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Mikkel\AppData\Local\Temp\APKTOOL743745514086871364.tmp, -I, C:\Users\Mikkel\apktool\framework\1.apk, -S, C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res, -M, C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\AndroidManifest.xml]'
22:46:11.957: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)'
22:46:11.957: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)'
22:46:11.957: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.androlib.Androlib.buildResources(Androlib.java:248)'
22:46:11.957: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.androlib.Androlib.build(Androlib.java:171)'
22:46:11.958: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.androlib.Androlib.build(Androlib.java:154)'
22:46:11.958: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.apktool.Main.cmdBuild(Main.java:182)'
22:46:11.958: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.apktool.Main.main(Main.java:67)'
22:46:11.959: [Error] - ApkTool.CompileApk: 'ApkTool: Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Mikkel\AppData\Local\Temp\APKTOOL743745514086871364.tmp, -I, C:\Users\Mikkel\apktool\framework\1.apk, -S, C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\res, -M, C:\Users\Mikkel\Documents\Virtuous Ten Studio\Projects\TEST\TEST\Data\AndroidManifest.xml]'
22:46:11.959: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.util.OS.exec(OS.java:83)'
22:46:11.959: [Error] - ApkTool.CompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)'
22:46:11.959: [Error] - ApkTool.CompileApk: 'ApkTool: ... 6 more'
22:46:11.960: [Debug] - ApkTool.CompileApk: 'ApkTool failed, see log for further details'
22:46:11.960: [Debug] - ApkTool.CompileApk: 'Exitcode: 1'
22:46:11.960: [Error] - <>c__DisplayClass15.<BuildApkAsync>b__14: 'Apktool failed while compiling apk!'
22:46:11.960: [Error] - <>c__DisplayClass15.<BuildApkAsync>b__14: 'ApkTool failed, see log for further details'
Well then off hand I'd say there is a error in your modification. Or you could try a different version of Apktool. Try arrays.xml on line 30, just like the log says...
thewadegeek said:
Found this by searching...
http://www.virtuousrom.com/p/ten-studio.html
Click to expand...
Click to collapse
Will try it... Nice thing if I can adding new languange in my custrom.
With apk tool I just can do pack the apk, while do repack, I get some error.
ICS or GB
velein said:
Thx, but after changing some language stuff, i try to build the .apk file.
then this happens:
...
22:46:11.960: [Debug] - ApkTool.CompileApk: 'Exitcode: 1'
22:46:11.960: [Error] - <>c__DisplayClass15.<BuildApkAsync>b__14: 'Apktool failed while compiling apk!'
22:46:11.960: [Error] - <>c__DisplayClass15.<BuildApkAsync>b__14: 'ApkTool failed, see log for further details'
Click to expand...
Click to collapse
are u on GB or ics ?
if ICS try this one
http://forum.xda-developers.com/showthread.php?t=1752201
manually i have successfuly mod some apk with it
regards

Cant decompile MiuiSystemUI.apk using Virtuous Ten Studios

Hi guys,
I'm trying to decompile MiuiSystemUI.apk using Virtuous Ten Studios, but i'm getting errors. Someone can help me what i need to do ?
This MiuiSystemUI.apk is from Miui JB (20120817) version
New Error:
Code:
22:06:01.834: [Debug] - <>c__DisplayClass2.<ImportFilesAsync>b__1: 'Decompiling apk'
22:06:01.835: [Normal] - ApkTool.DecompileApk: 'Decompiling apk: MiuiSystemUI.apk'
22:06:01.837: [Debug] - FileSystem.GetJavaInstallationPath: 'Found java path: C:\Program Files (x86)\Java\jre7\bin\java.exe'
22:06:01.838: [Debug] - ApkTool.DecompileApk: 'ApkTool args: -jar "C:\Users\Administrator\Downloads\APK-Multi-Toolv1.0.8\other\apktool.jar" d -t miui4 -f "C:\Users\Administrator\Desktop\Miui\system\app\MiuiSystemUI.apk" "C:\Users\Administrator\Documents\Virtuous Ten Studio\Projects\MIUI Softkeys - Teste 1\MIUI SoftKeys - FrameWork MIUI4\Data"'
22:06:06.653: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table...'
22:06:06.653: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loaded.'
22:06:06.656: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Decoding AndroidManifest.xml with resources...'
22:06:06.657: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table from file: C:\Users\Administrator\apktool\framework\1-miui4.apk'
22:06:06.657: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loaded.'
22:06:06.657: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.658: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.658: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.658: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0020'
22:06:06.658: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0020'
22:06:06.659: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0020'
22:06:06.659: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0020'
22:06:06.659: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0020'
22:06:06.659: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.660: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.660: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.660: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.660: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x060d0015'
22:06:06.661: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Decoding file-resources...'
22:06:06.661: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=paddingLeft, value=0x060a0015'
22:06:06.661: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x060201fc'
22:06:06.662: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=background, value=0x0602013f'
22:06:06.662: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_marginBottom, value=0x060a0013'
22:06:06.662: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0013'
22:06:06.662: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=innerRadius, value=0x060a0024'
22:06:06.663: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=pointDrawable, value=0x06020203'
22:06:06.663: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=glowRadius, value=0x060a0025'
22:06:06.663: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=alwaysTrackFinger, value=0xffffffff'
22:06:06.663: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020142'
22:06:06.664: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020142'
22:06:06.664: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020142'
22:06:06.670: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=paddingLeft, value=0x060a0015'
22:06:06.750: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020150'
22:06:06.764: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020150'
22:06:06.781: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0013'
22:06:06.800: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0013'
22:06:06.800: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0000'
22:06:06.801: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=innerRadius, value=0x060a0024'
22:06:06.813: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=pointDrawable, value=0x06020203'
22:06:06.818: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=glowRadius, value=0x060a0025'
22:06:06.820: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=alwaysTrackFinger, value=0xffffffff'
22:06:06.822: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=paddingLeft, value=0x060a0015'
22:06:06.828: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x0602014a'
22:06:06.828: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x060201ff'
22:06:06.842: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=innerRadius, value=0x060a0024'
22:06:06.849: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=pointDrawable, value=0x06020203'
22:06:06.851: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=glowRadius, value=0x060a0025'
22:06:06.851: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=alwaysTrackFinger, value=0xffffffff'
22:06:06.852: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=innerRadius, value=0x060a0024'
22:06:06.852: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=pointDrawable, value=0x06020203'
22:06:06.877: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=glowRadius, value=0x060a0025'
22:06:06.892: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=prvandroid, name=alwaysTrackFinger, value=0xffffffff'
22:06:06.903: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=paddingTop, value=0x060a0000'
22:06:06.908: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0000'
22:06:06.913: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x060201fd'
22:06:06.914: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020141'
22:06:06.914: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x06020142'
22:06:06.915: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0013'
22:06:06.915: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=background, value=0x0602013f'
22:06:06.915: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=drawable, value=0x060201fc'
22:06:06.916: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=src, value=0x06020140'
22:06:06.916: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=background, value=0x0602013f'
22:06:06.916: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0013'
22:06:06.917: [Error] - ApkTool.DecompileApk: 'ApkTool: W: Could not decode attr value, using undecoded value instead: ns=android, name=layout_height, value=0x060a0013'
22:06:06.917: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Decoding values*/* XMLs...'
22:06:06.917: [Error] - ApkTool.DecompileApk: 'ApkTool: Can't find framework resources for package of id: 6. You must install proper framework files, see project website for more info.'
22:06:06.918: [Debug] - ApkTool.DecompileApk: 'ApkTool failed, see log for further details'
22:06:06.918: [Debug] - ApkTool.DecompileApk: 'Exitcode: 1'
22:06:06.918: [Error] - <>c__DisplayClass2.<ImportFilesAsync>b__1: 'Decompiling apk failed!'
Old Error
Code:
21:12:22.290: [Normal] - ApkTool.DecompileApk: 'Decompiling apk: MiuiSystemUI.apk'
21:12:22.291: [Debug] - FileSystem.GetJavaInstallationPath: 'Found java path: C:\Program Files (x86)\Java\jre7\bin\java.exe'
21:12:22.291: [Debug] - ApkTool.DecompileApk: 'ApkTool args: -jar "C:\Program Files (x86)\Virtuous Ten Studio\External\ApkTool\apktool_1.4.7.jar" d -f "C:\Users\Administrator\Desktop\MiuiSystemUI.apk" "C:\Users\Administrator\Documents\Virtuous Ten Studio\Projects\softkey\MiuiSystemUI\Data"'
21:12:22.993: [Error] - ApkTool.DecompileApk: 'ApkTool: I: Loading resource table...'
21:12:22.994: [Error] - ApkTool.DecompileApk: 'ApkTool: Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x7f0a009c string/status_bar_date_format, config=-zh-rCN'
21:12:22.998: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)'
21:12:23.019: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)'
21:12:23.021: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:197)'
21:12:23.021: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:166)'
21:12:23.022: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)'
21:12:23.022: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)'
21:12:23.023: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)'
21:12:23.023: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)'
21:12:23.024: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)'
21:12:23.024: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)'
21:12:23.025: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)'
21:12:23.025: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.Androlib.getResTable(Androlib.java:45)'
21:12:23.026: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:151)'
21:12:23.026: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.androlib.ApkDecoder.decode(ApkDecoder.java:101)'
21:12:23.027: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.apktool.Main.cmdDecode(Main.java:128)'
21:12:23.027: [Error] - ApkTool.DecompileApk: 'ApkTool: at brut.apktool.Main.main(Main.java:65)'
21:12:23.028: [Debug] - ApkTool.DecompileApk: 'ApkTool failed, see log for further details'
21:12:23.028: [Debug] - ApkTool.DecompileApk: 'Exitcode: 1'
21:12:23.028: [Error] - <>c__DisplayClass2.<ImportFilesAsync>b__1: 'Decompiling apk failed!'
i need to use 2 frameworks at the sametime, how i do this in vts ???
Nvm i got this!! Thanks all for the answer :cyclops: :good: :highfive:
carloscarvalho said:
Nvm i got this!! Thanks all for the answer :cyclops: :good: :highfive:
Click to expand...
Click to collapse
Please share the answer. I'm having the same problem.

Problem with rom Translate

Hello,
Im Trying to translate rom with unsucces
im get an error when im try to Decompile,That the errror:
Code:
largeScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR8
W: Could not decode attr value, using undecoded value instead: ns=android, name=
configChanges, value=0x00000fb0
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR9
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x0103000f
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR10
W: Could not decode attr value, using undecoded value instead: ns=android, name=
icon, value=0x7f020000
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR11
W: Could not decode attr value, using undecoded value instead: ns=android, name=
launchMode, value=0x00000001
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR12
W: Could not decode attr value, using undecoded value instead: ns=android, name=
screenOrientation, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR13
W: Could not decode attr value, using undecoded value instead: ns=android, name=
windowSoftInputMode, value=0x00000002
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources:
spec=0x0105005a dimen/multiwindow_gap, config=-v13
at brut.androlib.res.data.ResConfig.addResource(Unknown Source)
at brut.androlib.res.data.ResConfig.addResource(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readType(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readTable(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.decode(Unknown Source)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(Unknown Sou
rce)
at brut.androlib.res.AndrolibResources.loadFrameworkPkg(Unknown Source)
at brut.androlib.res.data.ResTable.getPackage(Unknown Source)
at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
at brut.androlib.res.decoder.ResAttrDecoder.decode(Unknown Source)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(Unknow
n Source)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValu
e(Unknown Source)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
ag(Unknown Source)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Unkno
wn Source)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(Unknown Source)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(Unknown So
urce)
at brut.androlib.res.decoder.ResFileDecoder.decode(Unknown Source)
at brut.androlib.res.AndrolibResources.decode(Unknown Source)
at brut.androlib.Androlib.decodeResourcesFull(Unknown Source)
at brut.androlib.ApkDecoder.decode(Unknown Source)
at brut.apktool.Main.cmdDecode(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Exception in thread "main" brut.androlib.AndrolibException: java.io.FileNotFound
Exception: 9 (■■∞ε≥°δ· αΘ∩ α⌠∙°σ· ∞α·° α· Σ≈σß⌡ ∙÷σΘ∩)
at brut.androlib.res.AndrolibResources.installFramework(Unknown Source)
at brut.androlib.Androlib.installFramework(Unknown Source)
at brut.apktool.Main.cmdInstallFramework(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: java.io.FileNotFoundException: 9 (■■∞ε≥°δ· αΘ∩ α⌠∙°σ· ∞α·° α· Σ≈σß⌡ ∙
÷σΘ∩)
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 java.util.zip.ZipFile.<init>(Unknown Source)
... 4 more
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR0
W: Could not decode attr value, using undecoded value instead: ns=android, name=
versionCode, value=0x00000002
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
installLocation, value=0x00000001
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR2
W: Could not decode attr value, using undecoded value instead: ns=android, name=
minSdkVersion, value=0x00000004
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR3
W: Could not decode attr value, using undecoded value instead: ns=android, name=
targetSdkVersion, value=0x0000000e
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR4
W: Could not decode attr value, using undecoded value instead: ns=android, name=
anyDensity, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR5
W: Could not decode attr value, using undecoded value instead: ns=android, name=
smallScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR6
W: Could not decode attr value, using undecoded value instead: ns=android, name=
normalScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR7
W: Could not decode attr value, using undecoded value instead: ns=android, name=
largeScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR8
W: Could not decode attr value, using undecoded value instead: ns=android, name=
configChanges, value=0x00000fb0
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR9
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x0103000f
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR10
W: Could not decode attr value, using undecoded value instead: ns=android, name=
icon, value=0x7f020000
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR11
W: Could not decode attr value, using undecoded value instead: ns=android, name=
launchMode, value=0x00000001
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR12
W: Could not decode attr value, using undecoded value instead: ns=android, name=
screenOrientation, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR13
W: Could not decode attr value, using undecoded value instead: ns=android, name=
windowSoftInputMode, value=0x00000002
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources:
spec=0x0105005a dimen/multiwindow_gap, config=-v13
at brut.androlib.res.data.ResConfig.addResource(Unknown Source)
at brut.androlib.res.data.ResConfig.addResource(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readType(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readTable(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.decode(Unknown Source)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(Unknown Sou
rce)
at brut.androlib.res.AndrolibResources.loadFrameworkPkg(Unknown Source)
at brut.androlib.res.data.ResTable.getPackage(Unknown Source)
at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
at brut.androlib.res.decoder.ResAttrDecoder.decode(Unknown Source)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(Unknow
n Source)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValu
e(Unknown Source)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
ag(Unknown Source)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Unkno
wn Source)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(Unknown Source)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(Unknown So
urce)
at brut.androlib.res.decoder.ResFileDecoder.decode(Unknown Source)
at brut.androlib.res.AndrolibResources.decode(Unknown Source)
at brut.androlib.Androlib.decodeResourcesFull(Unknown Source)
at brut.androlib.ApkDecoder.decode(Unknown Source)
at brut.apktool.Main.cmdDecode(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Could Not Find C:\ANDROTRANSLATE\place-apk-here-for-modding\../place-apk-here-fo
r-modding/signedTaskManager.apk
Could Not Find C:\ANDROTRANSLATE\place-apk-here-for-modding\../place-apk-here-fo
r-modding/unsignedTaskManager.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR0
W: Could not decode attr value, using undecoded value instead: ns=android, name=
versionCode, value=0x00000002
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
installLocation, value=0x00000001
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR2
W: Could not decode attr value, using undecoded value instead: ns=android, name=
minSdkVersion, value=0x00000004
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR3
W: Could not decode attr value, using undecoded value instead: ns=android, name=
targetSdkVersion, value=0x0000000e
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR4
W: Could not decode attr value, using undecoded value instead: ns=android, name=
anyDensity, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR5
W: Could not decode attr value, using undecoded value instead: ns=android, name=
smallScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR6
W: Could not decode attr value, using undecoded value instead: ns=android, name=
normalScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR7
W: Could not decode attr value, using undecoded value instead: ns=android, name=
largeScreens, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR8
W: Could not decode attr value, using undecoded value instead: ns=android, name=
configChanges, value=0x00000fb0
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR9
W: Could not decode attr value, using undecoded value instead: ns=android, name=
theme, value=0x0103000f
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR10
W: Could not decode attr value, using undecoded value instead: ns=android, name=
icon, value=0x7f020000
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR11
W: Could not decode attr value, using undecoded value instead: ns=android, name=
launchMode, value=0x00000001
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR12
W: Could not decode attr value, using undecoded value instead: ns=android, name=
screenOrientation, value=0xffffffff
I: Loading resource table from file: C:\Users\nar\apktool\framework\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR13
W: Could not decode attr value, using undecoded value instead: ns=android, name=
windowSoftInputMode, value=0x00000002
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources:
spec=0x0105005a dimen/multiwindow_gap, config=-v13
at brut.androlib.res.data.ResConfig.addResource(Unknown Source)
at brut.androlib.res.data.ResConfig.addResource(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readType(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.readTable(Unknown Source)
at brut.androlib.res.decoder.ARSCDecoder.decode(Unknown Source)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(Unknown Sou
rce)
at brut.androlib.res.AndrolibResources.loadFrameworkPkg(Unknown Source)
at brut.androlib.res.data.ResTable.getPackage(Unknown Source)
at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
at brut.androlib.res.decoder.ResAttrDecoder.decode(Unknown Source)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(Unknow
n Source)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValu
e(Unknown Source)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
ag(Unknown Source)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Unkno
wn Source)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(Unknown Source)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(Unknown So
urce)
at brut.androlib.res.decoder.ResFileDecoder.decode(Unknown Source)
at brut.androlib.res.AndrolibResources.decode(Unknown Source)
at brut.androlib.Androlib.decodeResourcesFull(Unknown Source)
at brut.androlib.ApkDecoder.decode(Unknown Source)
at brut.apktool.Main.cmdDecode(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Press any key to continue . . .
What is it mean?
Thnx.

I can't decompile an apk game for modding it

Well, I have a trouble with an apk game that i wanna mod, i extracted my apk with apk manager waiting that it will be modded by me, but when i tried to decompile i get this problem:
|12/05/2016 -- 19:55:24.00|
--------------------------------------------------------------------------
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) Client VM (build 25.91-b14, mixed mode, sharing)
Not found C:\Users\Gerardo Pèrez Vàsque\Downloads\Apk_Manager_5.0.2 e
n español\place-apk-here-for-modding\../place-apk-here-for-modding/signedair.com
.konami.ygo-1.apk
Not found C:\Users\Gerardo Pèrez Vàsque\Downloads\Apk_Manager_5.0.2 e
n español\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedair.c
om.konami.ygo-1.apk
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Users\Gerardo PÞrez VÓsque\apktool\frame
work\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR0
W: Config flags size > 32. Exceeding bytes: -3FFD0000.
W: Invalid config flags detected: dimen-v13-ERR1
W: Could not decode attr value, using undecoded value instead: ns=android, name=
versionCode, value=0x000f6d39
I: Loading resource table from file: C:\Users\Gerardo PÞrez VÓsque\apktool\frame
work\1.apk
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected: dimen-v13-ERR2
W: Config flags size > 32. Exceeding bytes: -3FFD0000.
W: Invalid config flags detected: dimen-v13-ERR3
W: Could not decode attr value, using undecoded value instead: ns=android, name=
versionName, value=0x0000001d
Exception in thread "main" java.lang.NullPointerException
at java.io.Writer.write(Unknown Source)
at brut.androlib.res.util.ExtMXSerializer.writeAttributeValue(ExtMXSeria
lizer.java:38)
at org.xmlpull.mxp1_serializer.MXSerializer.attribute(MXSerializer.java:
673)
at org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate.attribute(XmlSer
ializerDelegate.java:106)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartT
ag(StaticXmlSerializerWrapper.java:267)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(Stati
cXmlSerializerWrapper.java:211)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDe
coder.java:46)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(ResStreamD
ecoderContainer.java:34)
at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:1
00)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:114
)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
I will waiting for your help

Categories

Resources