Guest kyan31 Posted March 1, 2013 Report Posted March 1, 2013 Some more Electra ROM screenshots. 48 mb used space, on CM its usually 70 so this is an improvement. Can't comment on RAM, I'm not really sure. Electra ROM settings now have a full change log, and OTA updates. I'm gonna add reboot to recovery in lightning too :)
Guest kyan31 Posted March 1, 2013 Report Posted March 1, 2013 EDIT: actually looking at the log there not in the right order error: Multiple entry names declared for public entry identifier 0x89a in type string (bluetooth_did_record_invalid vs header_category_lightning). [/xml] you have started adding from a place that is not the last id used send me the public.xml tomorrow and i will have a look for you and try and explain where you went wrong I attached my public.xml on this message, hope it's useful. I'm also going to use your reboot to recovery tutorial as it's like a nice addition :)public.xml
Guest tillaz Posted March 1, 2013 Report Posted March 1, 2013 I attached my public.xml on this message, hope it's useful. I'm also going to use your reboot to recovery tutorial as it's like a nice addition the last hex value used for the strings is <public type="string" name="svc_uuid_unknown" id="0x7f0c08eb" /> so the stuff your adding should be <public type="string" name="header_category_lightning" id="0x7f0c08ec" /> <public type="string" name="beats_settings_title" id="0x7f0c08ed" /> <public type="string" name="settings_label_beats" id="0x7f0c08ee" /> <public type="string" name="toggle_settings_title" id="0x7f0c08ef" /> <public type="string" name="settings_label_toggle" id="0x7f0c08f0" /> [/code]
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 the last hex value used for the strings is <public type="string" name="svc_uuid_unknown" id="0x7f0c08eb" /> so the stuff your adding should be <public type="string" name="header_category_lightning" id="0x7f0c08ec" /> <public type="string" name="beats_settings_title" id="0x7f0c08ed" /> <public type="string" name="settings_label_beats" id="0x7f0c08ee" /> <public type="string" name="toggle_settings_title" id="0x7f0c08ef" /> <public type="string" name="settings_label_toggle" id="0x7f0c08f0" /> Ok, this solved the major issue, thanks :) I still have one more error now, but it is a single error so it should be easy to fix. I'm adding the lines: <public type="drawable" name="ic_settings_beats" id="0x7f0200f0" /> <public type="drawable" name="ic_settings_toggles" id="0x7f0200f1" /> My public.xml is attached here on this message. Log: I: Checking whether sources has changed... I: Checking whether resources has changed... I: Building resources... Exception in thread "main" C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res\values\public.xml:261: error: Public symbol drawable/ic_settings_toggles declared here is not defined. C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res\values\public.xml:1102: error: Public symbol id/toggles_settings declared here is not defined. brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 15, --target-sdk-version, 15, -F, C:\Users\Learner\AppData\Local\Temp\APKTOOL254245603397943474.tmp, -0, arsc, -I, C:\Users\Learner\apktool\framework\1.apk, -S, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res, -M, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\AndroidManifest.xml] at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358) at brut.androlib.Androlib.buildResources(Androlib.java:283) at brut.androlib.Androlib.build(Androlib.java:206) at brut.androlib.Androlib.build(Androlib.java:176) at brut.apktool.Main.cmdBuild(Main.java:228) at brut.apktool.Main.main(Main.java:79) Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 15, --target-sdk-version, 15, -F, C:\Users\Learner\AppData\Local\Temp\APKTOOL254245603397943474.tmp, -0, arsc, -I, C:\Users\Learner\apktool\framework\1.apk, -S, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res, -M, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\AndroidManifest.xml] at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357) at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336) ... 5 more Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 15, --target-sdk-version, 15, -F, C:\Users\Learner\AppData\Local\Temp\APKTOOL254245603397943474.tmp, -0, arsc, -I, C:\Users\Learner\apktool\framework\1.apk, -S, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res, -M, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\AndroidManifest.xml] at brut.util.OS.exec(OS.java:89) at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355) ... 6 morepublic.xml
Guest tillaz Posted March 2, 2013 Report Posted March 2, 2013 Log: projects\Settings2.apk\res\values\public.xml:261: error: Public symbol drawable/ic_settings_toggles declared here is not defined. projects\Settings2.apk\res\values\public.xml:1102: error: Public symbol id/toggles_settings declared here is not defined. [/code] no need to manually add hex values for drawables, apktool will automatically generate them just delete [code]<public type="drawable" name="ic_settings_beats" id="0x7f0200f0" /> <public type="drawable" name="ic_settings_toggles" id="0x7f0200f1" /> also, remove this, its not actually needed <public type="id" name="toggles_settings" id="0x7f090215" /> looks like the you also forgot to add the ic_settings_toggles.png to drawable-hdpi add your images and compile
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 no need to manually add hex values for drawables, apktool will automatically generate them just delete <public type="drawable" name="ic_settings_beats" id="0x7f0200f0" /> <public type="drawable" name="ic_settings_toggles" id="0x7f0200f1" /> also, remove this, its not actually needed <public type="id" name="toggles_settings" id="0x7f090215" /> looks like the you also forgot to add the ic_settings_toggles.png to drawable-hdpi add your images and compile OK, that has also helped, now I have only one error. I think I can fix it myself now.
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 Urgh the public.xml is killing me. It just give's me more and more errors everytime. I'm gonna take a break from lightning and continue electra. Sorry about that.
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 I'd rather have electra ;-) Haha, ok :P
Guest tillaz Posted March 2, 2013 Report Posted March 2, 2013 Urgh the public.xml is killing me. It just give's me more and more errors everytime. I'm gonna take a break from lightning and continue electra. Sorry about that. lol, it takes some getting used to. if you need any help just let me know ;)
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 lol, it takes some getting used to. if you need any help just let me know Thanks, it seems the public.xml is harder to develop with on huawei based ROMS/ICS. CM10.1 is a breeze ;)
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 (edited) @Tillaz heres the error I get now, I really don't know what I did to cause it lol: I: Checking whether sources has changed... I: Checking whether resources has changed... I: Building resources... aapt: warning: string 'accessibility_power_button_category' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'accessibility_power_button_ends_call' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'accessibility_power_button_ends_call_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'accessibility_service_disable_warning' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'accessibility_service_security_warning' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'accessibility_services_category' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'accessibility_settings_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'airplane_mode_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'airplane_mode_turning_off' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'airplane_mode_turning_on' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'animations_summary_off' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'animations_summary_on' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'animations_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'audio_record_proc_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'bluetooth_device_info' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'bluetooth_disconnect_blank' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'bluetooth_display_passkey_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'bluetooth_not_connected' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'bluetooth_paired' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'bluetooth_summary_connected_to_a2dp' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'bluetooth_summary_connected_to_a2dp_headset' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'bluetooth_summary_connected_to_headset' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_access' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_access_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_category' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_confirm_password' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_disabled' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_first_time_hint' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_install_certificates' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_install_certificates_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_new_password' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_password_empty' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_passwords_empty' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_passwords_mismatch' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_set_password' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'credentials_set_password_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'date_time_changeDate_text' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'date_time_changeTime_text' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'dream_component_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dream_settings_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dream_settings_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dream_test' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dream_timeout_entries' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: pt_BR aapt: warning: string 'dream_timeout_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dream_timeout_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dream_timeout_zero_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: sr aapt: warning: string 'dtmf_tone_enable_summary_off' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'dtmf_tone_enable_summary_on' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_alert_dialog_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_cancel_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_cancel_confirm' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_category' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_disable_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_disable_dialog' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_enable' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_enable_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_enable_dialog' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'encrypted_fs_enable_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'haptic_feedback_enable_summary_off' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'haptic_feedback_enable_summary_on' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'input_methods_settings_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'location_gps_disabled' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'location_networks_disabled' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'location_security_settings_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'lock_after_timeout_entries' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: pt_BR aapt: warning: string 'lock_example_message' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'lock_example_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'lock_sounds_enable_summary_off' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'lock_sounds_enable_summary_on' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'network_settings_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'nfc_toggle_error' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR rm th zh_HK aapt: warning: string 'no_accessibility_services_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'notification_pulse_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'notification_sound_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: es_ES es_MX es_VE th aapt: warning: string 'ring_volume_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: es_ES es_MX es_VE th aapt: warning: string 'sd_unavailable' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'select_your_language' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'silent_mode_incl_alarm_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'silent_mode_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'sound_category_calls_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'sound_effects_enable_summary_off' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'sound_effects_enable_summary_on' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'sound_settings_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'status' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs fr_CA is pt_BR aapt: warning: string 'sync_settings_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'system_tutorial_list_item_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR rm sr th zh_HK aapt: warning: string 'system_tutorial_list_item_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR rm sr th zh_HK aapt: warning: string 'tether_settings_summary_both' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'tether_settings_summary_usb' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'tether_settings_summary_wifi' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'tether_settings_title_both' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'toggle_accessibility_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'tts_demo' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'unlock_set_unlock_launch_picker_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'usb_install_help_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: ru aapt: warning: string 'user_dict_settings_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'vibrate_in_silent_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vibrate_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vibrate_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR rm sr th zh_HK aapt: warning: string 'voice_input_category' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'voice_output_category' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_ca_certificate' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_ipsec_presharedkey' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_l2tp_secret' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_name' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_password' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_user_certificate' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_username' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_a_vpn_server' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_add_new_vpn' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_auth_error_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_back_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_ca_certificate' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_ca_certificate_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_challenge_error_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_confirm_add_profile_cancellation' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_confirm_edit_profile_cancellation' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_confirm_profile_deletion' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_confirm_reconnect' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_connect_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_connect_hint' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_connected' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_connecting' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_disable_field' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_disconnecting' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_dns_search_list' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_dns_search_list_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_edit_title_add' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_edit_title_edit' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_enable_field' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_error_duplicate_name' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_error_miss_entering' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_error_miss_selecting' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_field_is_set' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_field_not_set' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_field_not_set_optional' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_ipsec_presharedkey' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_ipsec_presharedkey_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_is_disabled' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_is_enabled' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_l2tp_secret_string_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_menu_cancel' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_menu_connect' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_menu_disconnect' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_menu_done' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_menu_revert' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_mistake_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_no_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_password_colon' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_ppp_negotiation_failed_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_pptp_encryption' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_pptp_encryption_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_profile_added' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_profile_replaced' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_reconnect_from_lost' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_remote_hung_up_error_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_remote_ppp_hung_up_error_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_save_username' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_secret_not_set' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_secret_not_set_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_secret_unchanged' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_settings_activity_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_settings_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_type_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_unknown_server_dialog_msg' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_user_certificate' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_user_certificate_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_username_colon' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_vpn_server' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_vpn_server_dialog_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_vpn_server_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpn_yes_button' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'vpns' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_disabled' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'wifi_frequency_band_entries' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: pt_BR aapt: warning: string 'wifi_ip_settings_invalid_ip' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk pt_BR th zh_HK aapt: warning: string 'wifi_ip_settings_titlebar' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_netmask' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_proxy_settings' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: et pt_BR aapt: warning: string 'wifi_secured' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_secured_with_status' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_setting_num_channels_channel_phrase' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_setting_num_channels_error' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_setting_num_channels_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_setting_num_channels_title' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_setting_sleep_policy_summary' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_sleep_policy_entries_wifi_only' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: pt_BR aapt: warning: string 'wifi_tether_settings_subtext' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_tether_settings_text' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifi_use_static_ip' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: bs de_AT es_ES es_MX es_VE et fr_CA is mk ms pt_BR th zh_HK aapt: warning: string 'wifip2p_cancel_current_connection' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: zh_CN aapt: warning: string 'wifip2p_disconnect_before_connect_dialog_message' has no default translation in C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res; found: zh_CN C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res\xml\settings_headers.xml:57: error: Error parsing XML: mismatched tag Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 15, --target-sdk-version, 15, -F, C:\Users\Learner\AppData\Local\Temp\APKTOOL329064383038465455.tmp, -0, arsc, -I, C:\Users\Learner\apktool\framework\1.apk, -S, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res, -M, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\AndroidManifest.xml] at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358) at brut.androlib.Androlib.buildResources(Androlib.java:283) at brut.androlib.Androlib.build(Androlib.java:206) at brut.androlib.Androlib.build(Androlib.java:176) at brut.apktool.Main.cmdBuild(Main.java:228) at brut.apktool.Main.main(Main.java:79) Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 15, --target-sdk-version, 15, -F, C:\Users\Learner\AppData\Local\Temp\APKTOOL329064383038465455.tmp, -0, arsc, -I, C:\Users\Learner\apktool\framework\1.apk, -S, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res, -M, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\AndroidManifest.xml] at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357) at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336) ... 5 more Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 15, --target-sdk-version, 15, -F, C:\Users\Learner\AppData\Local\Temp\APKTOOL329064383038465455.tmp, -0, arsc, -I, C:\Users\Learner\apktool\framework\1.apk, -S, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res, -M, C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\AndroidManifest.xml] at brut.util.OS.exec(OS.java:89) at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355) ... 6 more My public xml is attached, thanks :)public.xml Edited March 2, 2013 by kyan31
Guest tillaz Posted March 2, 2013 Report Posted March 2, 2013 @Tillaz heres the error I get now, I really don't know what I did to cause it lol: C:\Users\Learner\Desktop\APK MultiTool\other\..\projects\Settings2.apk\res\xml\settings_headers.xml:57: error: Error parsing XML: mismatched tag [/code] My public xml is attached, thanks :) your public.xml is actually fine lol, the problem is in settings_headers.xml (line 57) send me the above xml and i will have a look
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 your public.xml is actually fine lol, the problem is in settings_headers.xml (line 57) send me the above xml and i will have a look Line 57 is actually the last line :o Weird :P Here you go anyway http://www.solidfiles.com/d/9779156786/ Couldnt upload it on Modaco, it's giving me troubles.
Guest tillaz Posted March 2, 2013 Report Posted March 2, 2013 Line 57 is actually the last line Weird Here you go anyway http://www.solidfile...m/d/9779156786/ Couldnt upload it on Modaco, it's giving me troubles. 2 small problems on line 18 delete the red part as its not needed <header android:id="@id/lightning_section" android:title="@string/lightning_category_electra" /> and line 19 and 20 are incomplete <header android:icon="@drawable/ic_settings_beats" android:title="@string/beats_settings_title"> <intent android:targetPackage="com.bel.android.dspmanager" android:action="android.intent.action.MAIN" android:targetClass="com.bel.android.dspmanager.activity.DSPManager" /> [/xml] you need to add this below line 20 [xml] </header> so, line 19, 20, 21 should look like this <header android:icon="@drawable/ic_settings_beats" android:title="@string/beats_settings_title"> <intent android:targetPackage="com.bel.android.dspmanager" android:action="android.intent.action.MAIN" android:targetClass="com.bel.android.dspmanager.activity.DSPManager" /> </header> [/code]
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 (edited) 2 small problems on line 18 delete the red part as its not needed <header android:id="@id/lightning_section" android:title="@string/lightning_category_electra" /> and line 19 and 20 are incomplete <header android:icon="@drawable/ic_settings_beats" android:title="@string/beats_settings_title"> <intent android:targetPackage="com.bel.android.dspmanager" android:action="android.intent.action.MAIN" android:targetClass="com.bel.android.dspmanager.activity.DSPManager" /> [/xml] you need to add this below line 20 [xml] </header> so, line 19, 20, 21 should look like this <header android:icon="@drawable/ic_settings_beats" android:title="@string/beats_settings_title"> <intent android:targetPackage="com.bel.android.dspmanager" android:action="android.intent.action.MAIN" android:targetClass="com.bel.android.dspmanager.activity.DSPManager" /> </header> Hm, I just noticed I made a mistake lol. lightning_category_electra should of been header_category_device. I must of got it confused with my other rom :P Edited March 2, 2013 by kyan31
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 2 small problems on line 18 delete the red part as its not needed <header android:id="@id/lightning_section" android:title="@string/lightning_category_electra" /> and line 19 and 20 are incomplete <header android:icon="@drawable/ic_settings_beats" android:title="@string/beats_settings_title"> <intent android:targetPackage="com.bel.android.dspmanager" android:action="android.intent.action.MAIN" android:targetClass="com.bel.android.dspmanager.activity.DSPManager" /> [/xml] you need to add this below line 20 [xml] </header> so, line 19, 20, 21 should look like this <header android:icon="@drawable/ic_settings_beats" android:title="@string/beats_settings_title"> <intent android:targetPackage="com.bel.android.dspmanager" android:action="android.intent.action.MAIN" android:targetClass="com.bel.android.dspmanager.activity.DSPManager" /> </header> DUDE I LOVE YOU!!! It compiled, finally! I'm testing it now :D
Guest kyan31 Posted March 2, 2013 Report Posted March 2, 2013 Ok, the mod works perfectly :) Now i'm going to add reboot to recovery, and upload it. Thanks tillaz.
Guest kyan31 Posted March 3, 2013 Report Posted March 3, 2013 Yay, it worked perfectly! I also added custom settings, :) @ Thanks SO much Tillaz, your awesome dude ;) Now lightning ROM has a new boost of energy I will have the full mod uploaded tomorrow :D
Guest kyan31 Posted March 3, 2013 Report Posted March 3, 2013 Can't upload this until later today, as I'm outside.
Guest PCTechRoss Posted March 3, 2013 Report Posted March 3, 2013 Can't upload this until later today, as I'm outside. Nice work, you should see if you can add a theme tile, with stuff like (theme colours, battery icon options & page turning animations)
Guest blaster99999 Posted March 3, 2013 Report Posted March 3, 2013 (edited) this rom as transformed my phone and must give out a lot of thanks, I have had internal / sd card problems, kept reverting back to internal storage , but after last 3 or 4 boots seems to have stopped on sd now, I would love to see a 3 or 4 button key lock , and that would make this a perfect rom for me. Ive over clocked to 1152 and running my beebdroid emu smooth as butter , with a massive speed improvement, unplugged from charger 8am this morning a bit of use and texts and still 79% battery left so its all good. Only app I cant get to work is tvcatchup its never worked on any rom ive tried is there a alternative that works? Edited March 3, 2013 by blaster99999
Guest blaster99999 Posted March 3, 2013 Report Posted March 3, 2013 (edited) dup post Edited March 3, 2013 by blaster99999
Guest kyan31 Posted March 3, 2013 Report Posted March 3, 2013 Nice work, you should see if you can add a theme tile, with stuff like (theme colours, battery icon options & page turning animations) That's very hard to do on a stock ROM, near impossible actually. I don't think any dev here would be able to do it. I could make flashable themes though :)
Guest kyan31 Posted March 3, 2013 Report Posted March 3, 2013 this rom as transformed my phone and must give out a lot of thanks, I have had internal / sd card problems, kept reverting back to internal storage , but after last 3 or 4 boots seems to have stopped on sd now, I would love to see a 3 or 4 button key lock , and that would make this a perfect rom for me. Ive over clocked to 1152 and running my beebdroid emu smooth as butter , with a massive speed improvement, unplugged from charger 8am this morning a bit of use and texts and still 79% battery left so its all good. Only app I cant get to work is tvcatchup its never worked on any rom ive tried is there a alternative that works? I'm happy it works so well for you :) Have you tried the tvcatchup mobile site?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now