[MOD][ZSALED][SecPhone] Enable Call Recording

Status
Not open for further replies.

eitama

Senior Member
Sep 18, 2010
625
202
0
Hod Hasharon
Good idea, but you are looking on the wrong file :D , it's easy to do on "SecContacts.apk", just edit :

  1. "SecContacts.apk\res\layout-sw359dp-xhdpi\dialpad_additional_buttons.xml"
  2. "SecContacts.apk\res\layout-sw359dp-xhdpi\dialpad_additional_buttons_land.xml"
  3. "SecContacts.apk\res\layout-sw359dp-xhdpi\dialpad_additional_buttons_land_can.xml"
and swap your lines.

I made a cwm patch (+ hidden sms logs) if you want to try it.
GT-I9300_WanamLite.XXALF2.Swap.Video.Voice.Call.zip
Buddy, Thanks!
I managed to get it done!
The CWM you made includes the button swap?
I prefer SMS logs shown :)

Edit :
Another question :)
Wanam, do you know how to mount() or run_program(mount....) the sdcard from updater-script?
I tried hard but couldn't find it.
 
Last edited:

wanam

Recognized Contributor / Developer
Jan 26, 2011
6,193
29,973
263
Toulouse
wanam.net
Buddy, Thanks!
I managed to get it done!
The CWM you made includes the button swap?
I prefer SMS logs shown :)

Edit :
Another question :)
Wanam, do you know how to mount() or run_program(mount....) the sdcard from updater-script?
I tried hard but couldn't find it.
I don't know, but i saw many Rom scripts just extracting files to sdcard without mounting it!
 

eitama

Senior Member
Sep 18, 2010
625
202
0
Hod Hasharon
I always use my packed ApkManager, and yes you may have to fix some plurals even if you didn't change it, it's maybe a baksmali issue.

Fix these lines :
Code:
<string name="throttle_status_subtext">"%1$s (%2$d٪) of %3$s period maximum
Next period starts in %4$d days (%5$s)"</string>
    <string name="throttle_data_usage_subtext">%1$s (%2$d٪) of %3$s period maximum</string>
like this :
Code:
<string name="throttle_status_subtext">"%1$s (%2$d) of %3$s period maximum
Next period starts in %4$d days (%5$s)"</string>
    <string name="throttle_data_usage_subtext">%1$s (%2$d) of %3$s period maximum</string>
It should work now.
I don't know, but i saw many Rom scripts just extracting files to sdcard without mounting it!
Hmmm. Interesting, thanks for the tip.
 

wanam

Recognized Contributor / Developer
Jan 26, 2011
6,193
29,973
263
Toulouse
wanam.net

JaGuR

Senior Member
Jul 27, 2009
174
3
0
Not at home at the moment, but will post tomorrow.

I reinstalled sdk, but still get error 21.

Was using wannalite v2 for call recording but lagging on wake up and the home screen was displaying before the lock screen, so went back to your stock ROM, but call recording from this thread, doesn't work with it :(

Sent from my GT-I9300 using xda premium
 

JaGuR

Senior Member
Jul 27, 2009
174
3
0
Any error logs?
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
Could Not Find C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\place-apk-here-for-modding\../place-apk-here-for-modding/signedSecPhone.apk
Could Not Find C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedSecPhone.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=id, value=0x0102039d
I: Decoding values*/* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x0104059e
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResScalarValue.java:54)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlItemValue(ResScalarValue.java:47)
at brut.androlib.res.data.value.ResArrayValue.serializeToResValuesXml(ResArrayValue.java:55)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=id, value=0x0102039d
I: Decoding values*/* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x0104059e
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResScalarValue.java:54)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlItemValue(ResScalarValue.java:47)
at brut.androlib.res.data.value.ResArrayValue.serializeToResValuesXml(ResArrayValue.java:55)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=id, value=0x0102039d
I: Decoding values*/* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x0104059e
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResScalarValue.java:54)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlItemValue(ResScalarValue.java:47)
at brut.androlib.res.data.value.ResArrayValue.serializeToResValuesXml(ResArrayValue.java:55)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk


Cheers
 

wanam

Recognized Contributor / Developer
Jan 26, 2011
6,193
29,973
263
Toulouse
wanam.net
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
Could Not Find C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\place-apk-here-for-modding\../place-apk-here-for-modding/signedSecPhone.apk
Could Not Find C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedSecPhone.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=id, value=0x0102039d
I: Decoding values*/* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x0104059e
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResScalarValue.java:54)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlItemValue(ResScalarValue.java:47)
at brut.androlib.res.data.value.ResArrayValue.serializeToResValuesXml(ResArrayValue.java:55)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=id, value=0x0102039d
I: Decoding values*/* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x0104059e
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResScalarValue.java:54)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlItemValue(ResScalarValue.java:47)
at brut.androlib.res.data.value.ResArrayValue.serializeToResValuesXml(ResArrayValue.java:55)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk
I: Baksmaling...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk
I: Loaded.
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x01030317
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=id, value=0x0102039d
I: Decoding values*/* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x0104059e
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:59)
at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlValue(ResScalarValue.java:54)
at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlItemValue(ResScalarValue.java:47)
at brut.androlib.res.data.value.ResArrayValue.serializeToResValuesXml(ResArrayValue.java:55)
at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:264)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:137)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
I: Framework installed to: C:\Documents and Settings\xxxxxxxxx\apktool\framework\2.apk


Cheers
Push framework-res.apk & twframework-res.apk :
Code:
apktool.bat if filename
 
  • Like
Reactions: JaGuR

JaGuR

Senior Member
Jul 27, 2009
174
3
0
Thanks mate,

Is there something I can edit, to disable increasing ring tone too ?

Cheers

---------- Post added at 01:15 AM ---------- Previous post was at 12:52 AM ----------

Ok, trying to recompile, using option 11 and getting this error

An error occurred check error log 21

--------------------------------------------------------------------------
|Sun 24/06/2012 -- 10:07:28.45|
--------------------------------------------------------------------------
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'auto_dialing_guide' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_1' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_2' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_3' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_disable' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_guide_1' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_guide_2' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'callFailed_timeout_408_487' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: pt
aapt: warning: string 'country_setting_1' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'country_setting_2' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'country_setting_3' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'noservice_reselection_network_ril' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'noservice_reselection_network_title_ril' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_illegal_me_6' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_illegal_ms_3' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_imsi_unknown_in_hlr_2' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_location_reg_fail_7_14' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_location_reg_fail_8_11_12_13_15' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_location_registering_16_17_22_254' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_skt_registering_255' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason11_12_13_15_roaming' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason16_17_22_lgt' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason16_17_22_roaming' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason8_11_12_13_15_lgt' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'target_country_setting' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'what_is_autodialing' has no default translation in C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\DOCUME~1\GLENNB~1\LOCALS~1\Temp\APKTOOL6897385514793217442.tmp, -I, C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk, -S, C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res, -M, C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\DOCUME~1\GLENNB~1\LOCALS~1\Temp\APKTOOL6897385514793217442.tmp, -I, C:\Documents and Settings\xxxxxxxxx\apktool\framework\1.apk, -S, C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res, -M, C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es\strings.xml:195: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es\strings.xml:196: error: Unexpected end tag string
C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es-rUS\strings.xml:200: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es-rUS\strings.xml:201: error: Unexpected end tag string
C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-it\strings.xml:197: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\Documents and Settings\xxxxxxxxx\Desktop\Wanam_Apk_Manager_ICS\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-it\strings.xml:198: error: Unexpected end tag string


Excuse my noobness, am new to this

Cheers
 

cmd512

Senior Member
Aug 25, 2009
3,348
841
0
Shanghai
Hey wanam, getting similar errors when just decompiling/compiling SecPhone.apk:

D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es\strings.xml:195: error: Multiple substitutions specified in non-positional for
mat; did you mean to add the formatted="false" attribute?
D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es\strings.xml:196: error: Unexpected end tag string
D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es-rUS\strings.xml:200: error: Multiple substitutions specified in non-positional
format; did you mean to add the formatted="false" attribute?
D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-es-rUS\strings.xml:201: error: Unexpected end tag string
D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-it\strings.xml:197: error: Multiple substitutions specified in non-positional for
mat; did you mean to add the formatted="false" attribute?
D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res\values-it\strings.xml:198: error: Unexpected end tag string
aapt: warning: string 'auto_dialing_guide' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_1' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_2' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_3' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_enable_disable' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found:
ko
aapt: warning: string 'autodialing_guide_1' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'autodialing_guide_2' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'callFailed_timeout_408_487' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found:
pt
aapt: warning: string 'country_setting_1' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'country_setting_2' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'country_setting_3' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'mobile_data_dialog_text' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar
az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur
uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'noservice_reselection_network_ril' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res;
found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th
tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'noservice_reselection_network_title_ril' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.ap
k\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr
sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_illegal_me_6' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found:
ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk u
r uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_illegal_ms_3' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found:
ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk u
r uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_imsi_unknown_in_hlr_2' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res
; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv t
h tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_location_reg_fail_7_14' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\re
s; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv
th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_location_reg_fail_8_11_12_13_15' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPho
ne.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk
sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_location_registering_16_17_22_254' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecP
hone.apk\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru s
k sl sr sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'reject_cause_skt_registering_255' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res;
found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th
tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason11_12_13_15_roaming' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk
\res; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr
sv th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason16_17_22_lgt' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; f
ound: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th t
r uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason16_17_22_roaming' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\re
s; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv
th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'rts_reject_reseason8_11_12_13_15_lgt' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\r
es; found: ar az bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv
th tr uk ur uz vi zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'target_country_setting' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
aapt: warning: string 'warning_alert_check' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ar az
bg ca cs da de el en_PH en_US es_ES et eu fa fi fr fr_CA ga gl hr hu hy in is iw ja ka kk ko lt lv mk ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv th tr uk ur uz v
i zh_CN zh_HK zh_SG zh_TW
aapt: warning: string 'what_is_autodialing' has no default translation in D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res; found: ko
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CMD\AppData\Local\Temp\APK
TOOL5980580882848376300.tmp, -I, C:\Users\CMD\apktool\framework\1.apk, -S, D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res, -M, D:\Temp\
Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\CMD\AppData\Local\Temp\APKTOOL5980580882848376300.tmp, -I, C:\Users\CMD\apk
tool\framework\1.apk, -S, D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\SecPhone.apk\res, -M, D:\Temp\Galaxy S III\Apk_Manager_ICS\other\..\projects\Se
cPhone.apk\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
The system cannot find the file specified.
Press any key to continue . . .
 
Last edited:

Darkklown

New member
Dec 6, 2010
1
0
0
BUG - bluetooth disables recording

hi,

After starting a call and starting the recorder if you turn on a bluetooth device the recording stops.
 

mario06

Senior Member
May 11, 2010
206
3
0
LA
www.all-unlock.com
I've been reading pages down that alot of people are having the same problem, hope it gets resolved because if it was harder to modifiy on the S2 and it worked there stock e custom it should work here to no?.

Happy Vacation.
 
Last edited:

scinty83

Member
Nov 21, 2009
27
2
0
I ask for info ...
I would like to enable call recording but not disable increasing ringtone on my stock rom "I9300XXALF6"! how can I do?
 
Status
Not open for further replies.