I want to change carrier label dynamically using tasker. Its a variable named TNET. Is there a shell command or something to change it?
Which ROM are you on?
Do you have root?
Related
Hi,
I have tried to perform the above action three different ways:
Using the CCName app
Adding an eri.xml file to /Data
Changing the eri.xml file in the framework-res.apk
None of these work and my Carrier Label remains (Vodafone UK).
Can somebody please help? Any advice is appreciated, I just cannot see where I can change this on my Milestone.
y wud u wanna change ur carrier label in the first place ?
So that I can have my name in the status bar rather than the carrier name!
r u 10 yrs old ?
evil_moses said:
Hi,
I have tried to perform the above action three different ways:
Using the CCName app
Adding an eri.xml file to /Data
Changing the eri.xml file in the framework-res.apk
None of these work and my Carrier Label remains (Vodafone UK).
Can somebody please help? Any advice is appreciated, I just cannot see where I can change this on my Milestone.
Click to expand...
Click to collapse
You need to decompile framework-res.apk with Apk Manager, then find xml file with carrier label string and change it. When you will be done compile it (as system apk), sign and push to phone.
What command is to set default messaging tone in build.prop if anybody knows?
Thank you in advance
You can't set a ringtone on build.prop. If you can't set on your phone, try an app to do.
e.g. market.android.com/details?id=com.herman.ringtone&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5oZXJtYW4ucmluZ3RvbmUiXQ.
You can choose from your music files and trim it with this app..
you did not understand me, i know how to set message tone, i just want to make default it before i even install my rom in build.prop, like it is for notification
e.g.
ro.config.notification_sound=Notification.ogg
That's what you can pre-define in build.prop
Code:
ro.config.ringtone=ringtone.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.config.cal_notification=missedcall.ogg
ro.config.msg_notification=sms.ogg
Instead of OGG files you can also use MP3 - of course the file you define has to exist in the corresponding sub directories under /media
B.Jay that is what i was looking for, thank you button pressed
This is absolutely not my work. I pulled and tested the following edits from here. I've been looking for this information for a while now and only came across it by chance. Big thanks to tiboric for putting the information together!
I have also tried some of the CSC apps out there that try to help. I didn't find any that worked if anyone knows of some that work post and let me know. I'll edit this OP but for now if you want something that works, this is the way to go!
This is not my work, just sharing.
To enable these you will need root, a root explorer and text editor.
Simply navigate to system/csc/Features.xml and add the corresponding line to the end of the file but before the very last few lines that say </feature> and </Samsung>
(if this file does not exist, create the csc folder in system and a txt file within it then change the name to features.xml and add the correct lines and save) if this does not work you can try the same method with Others.XML in the same folder
*Make sure you make backups of the stock files in case there are issues.*
Enable WiFi calling in phone settings:
Code:
<CscFeature_Setting_SupportWifiCall>TRUE</CscFeature_Setting_SupportWifiCall>
Enable native voice call recording(maybe illegal is some countries):
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
Enable shutter sound switch in camera settings(maybe illegal is some countries):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Enable camera during call:
Code:
<CscFeature_Camera_EnableCameraDuringCall></CscFeature_Camera_EnableCameraDuringCall>
Enable manual rotation option in gallery:
Code:
<CscFeature_Gallery_AddAutoRotationIcon>true</CscFeature_Gallery_AddAutoRotationIcon>
Continuous music while using camera:
Code:
<CscFeature_Camera_CamcorderDoNotPauseMusic></CscFeature_Camera_CamcorderDoNotPauseMusic>
Enable scheduled messaging option in messaging app:
Code:
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>true</CscFeature_Message_EnableScheduledMsgBox>
Enable exit buttons in default browser:
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Enable 2nd symbol keys on stock keyboard:
Code:
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Enable VoLTE Support: Thanks to IakobosJ
Code:
<CscFeature_RIL_SupportVolte>true</CscFeature_RIL_SupportVolte>
<CscFeature_IMS_EnableVoLTE>true</CscFeature_IMS_EnableVoLTE>
Remove NFC enabled icon in the status bar: Thanks to evonc
Code:
Delete line : <CscFeature_NFC_StatusBarIconType>DEFAULT</CscFeature_NFC_StatusBarIconType>
Sort app draw alphabetically:
Code:
<CscFeature_Launcher_EnableViewByAlphabetAsDefault>true</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
Remove quick connect and s finder thanks silversurfer9231:
Code:
build.prop... changed property ro.product.name value to "zeroltevzw"
If this isn't allowed I do apologize. I'm just trying to spread the good word! Thanks to tiboric for the guide over in the General Section!
nolimit78 said:
Enable WiFi calling in phone settings:
Code:
<CscFeature_Setting_SupportWifiCall>TRUE</CscFeature_Setting_SupportWifiCall>
Click to expand...
Click to collapse
@mikeyinid you should try popping this in your others.xml with that sales code change. This string is not included in stock tmobile
mrapp said:
@mikeyinid you should try popping this in your others.xml with that sales code change. This string is not included in stock tmobile
Click to expand...
Click to collapse
Indeed, I will tonight.
Cool, used it for app drawer default sort.
Hi
Is it possible to change the font from default?
Fonts from themes doesn't work, any ideas ?
@edit
i change language from polish to english and everythink it's ok.. but even if the font supports special characters, it'll not work with my language :/ ? ughhh Huawei why XD?
For some reason is diabled by default to change font type. Found a way to select (if you install them) which font in my question here
go to android sdk open adb shell and type
adb shell settings put system hw_hide_font_style false
reboot and look in display options for font style.
Anyone know how I can remove this? Is this normal or just in BeyondRom?
In case anyone is interested I found the file in system/product/omc then the active csc folder for my phone and the cscFeature.xml file is in the conf folder of the active csc. The line to change is <CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>TRUE</CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel> .
Just change to false, reboot and it's gone.