:good:haha, I made this same mod for sonydroid rom 3 days ago
![]()
Nice mods dude :good:First Message String Codes Not Work LWW framework![]()
ım try my Old Framework
error
Code:C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\place-apk-here-for-modding\. ./place-apk-here-for-modding/signedframework-res.apk Bulunamadı C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\place-apk-here-for-modding\. ./place-apk-here-for-modding/unsignedframework-res.apk Bulunamadı I: Loading resource table... I: Loaded. I: Decoding file-resources... I: Decoding values*/* XMLs... I: Done. I: Copying assets and libs... W: Could not find sources I: Checking whether resources has changed... I: Building resources... C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\other\..\projects\framework- res.apk\res\values\public.xml:2734: error: Public entry identifier 0x104051c ent ry index is larger than available symbols (index 1308, total symbols 1012). C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\other\..\projects\framework- res.apk\res\values\public.xml:2734: error: Public symbol string/permdesc_externa l_lockscreen declared here is not defined. C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\other\..\projects\framework- res.apk\res\values\public.xml:2733: error: Public entry identifier 0x104051b ent ry index is larger than available symbols (index 1307, total symbols 1012). C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\other\..\projects\framework- res.apk\res\values\public.xml:2733: error: Public symbol string/permlab_external _lockscreen declared here is not defined. Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce ption: could not exec command: [aapt, p, -F, C:\Users\OROCHI~1\AppData\Local\Tem p\APKTOOL3863448579740139576.tmp, -x, -S, C:\Users\OROCHI-TR\Desktop\Apk edit\Ap k_Manager_ICS\other\..\projects\framework-res.apk\res, -M, C:\Users\OROCHI-TR\De sktop\Apk edit\Apk_Manager_ICS\other\..\projects\framework-res.apk\AndroidManife st.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\OROCHI~1\AppData\Local\Temp\APKTOOL3863448579740139576.tmp, -x, -S, C:\User s\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\other\..\projects\framework-res.apk \res, -M, C:\Users\OROCHI-TR\Desktop\Apk edit\Apk_Manager_ICS\other\..\projects\ framework-res.apk\AndroidManifest.xml] at brut.util.OS.exec(OS.java:83) at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav a:191) ... 6 more
My Lock Screen and Worked LWW Code add first message
![]()
My Own private Mod Change Font-Add Owner Text
![]()
Codes in the OP do work.. From the log that you've posted, I notice that you haven't changed the hex codes according to your public.xml. It should be a continuation of the hex codes in <strings> names of your public.xml (should be the next hex code of the largest hex code used in <strings> names of your public.xml)
For example the previous largest hex code used in <strings> names in public.xml is 0x0104051a, thats why 0x0104051b and 0x0104051c are used in the case of the tutorial.
Thats what I meant by
0x0104051b,0x0104051c <<<< hex codes should be written in a way as a continuation of the codes that was above