[Q] Why Can't I edit APNs File? - T-Mobile Samsung Galaxy S 4

I want to make a change to the APNs File but it's grayed out. when I click on the T-Mobile US LTE
I edited the build.prop with that LOL stuff that someone posted but it didn't change. I suspected that was bogus when I saw = LOL but tried it anyway.
Does anyone know how I can edit it to make changes?
Running a 4.2.2 Rooted stock T-Mobile Galaxy S4
Thanks!

Make a new APN.
☞ Sent from here☜???

bobolinko said:
I want to make a change to the APNs File but it's grayed out. when I click on the T-Mobile US LTE
I edited the build.prop with that LOL stuff that someone posted but it didn't change. I suspected that was bogus when I saw = LOL but tried it anyway.
Does anyone know how I can edit it to make changes?
Running a 4.2.2 Rooted stock T-Mobile Galaxy S4
Thanks!
Click to expand...
Click to collapse
Open /system/csc/customer.xml, and look for the APN you would like to be able to edit.
Change the value:
Code:
<Editable>no</Editable>
to:
Code:
<Editable>yes</Editable>
Then just reset APNs to make android reload them from the csc. You can also change the defaults that will be loaded for a given carrier MCC/MNC by editing the APNs in this xml.

Fenny said:
Open /system/csc/customer.xml, and look for the APN you would like to be able to edit.
Change the value:
Code:
<Editable>no</Editable>
to:
Code:
<Editable>yes</Editable>
Then just reset APNs to make android reload them from the csc. You can also change the defaults that will be loaded for a given carrier MCC/MNC by editing the APNs in this xml.
Click to expand...
Click to collapse
Thanks for the above info.
Question:
Do you know how to change/enable the grayed out "Turn APN on/off" so it can be un-checked? This is for TW4.3 ROM

Related

Help with build prop and apns and many xml

I'm new to the sgs2 and I got a us cellular sgs2 I'm running blend ICS rom... And was wanting to change sprint logo and apns to us cellular bit I lack the knowledge on how to do so... Any help would be greatly appreciated
Sent from my SPH-D710 using XDA App
Nobody not how to edit carrier name?
USCC SGS2
It is a string inside of framework-res.apk
1. decompile framework-res.apk
2. go to res\values\strings.xml
3. change these to whatever you want it to say
<string name="zz_roamingText1">Sprint</string>
<string name="zz_roamingText99">Sprint</string>​4. recompile the apk
5. flash to your phone.
Can't find value in the res folder
USCC SGS2
godofwar762 said:
Can't find value in the res folder
USCC SGS2
Click to expand...
Click to collapse
res is inside of framework-res.apk. you need to decompile framework-res.apk to get to it.
/system/framework or something i think?
Yeah, the values folder wont show up unless you decompile the apk first. Just use APK Manager and use SystemUI.apk as the dependency (if decompiling framework-Res.apk).

[Q] build prop

How do i edit my build.prop to make it at&t again? im using a verizon multicarrier rom and people said select verizon then install it, chane the framework res apk and then edit the build.prop . How do i change t to AT&T?
Tyler.Boston1 said:
How do i edit my build.prop to make it at&t again? im using a verizon multicarrier rom and people said select verizon then install it, chane the framework res apk and then edit the build.prop . How do i change t to AT&T?
Click to expand...
Click to collapse
Make a nandroid.
Use root explorer or adb only to edit the build.prop (located in /system) and change your device values to:
ro.product.model=SAMSUNG-SGH-I747
ro.product.name=d2uc
ro.product.device=d2att
Reboot.

[Q] CSC Customer.xml editing

I'm trying to edit my customer.xml in my /system/CSC folder from the ROM I'm building.
I'm trying to make it so LTE is default APN. I edited the file... But I still get the epc.T-Mobile.com APN as the only one available and even worse, its not selected by default.
Can someone look at my xml and possibly help?
http://db.tt/MamsQyBw
Thanks
Sent from my SGH-M919 using Tapatalk 2
If you are just replacing it in a rom already running are you hitting menu reset default APNs?
Thanks for the reply. @Jamison904 helped me out.

[Q] apns on 4.3 roms

I've seen some talk and a post with the correct apns for 4.3 ROMs. I was wondering where these files are located and how would I go about replacing them. I want to try it on my phone.
rixter1972 said:
I've seen some talk and a post with the correct apns for 4.3 ROMs. I was wondering where these files are located and how would I go about replacing them. I want to try it on my phone.
Click to expand...
Click to collapse
place it in /system/etc/
change to proper permissions
http://www.mediafire.com/?bt5fm7bq11h8mm2
waeponx said:
place it in /system/etc/
change to proper permissions
Click to expand...
Click to collapse
Have you given this a shot yet? Any results to report?

[MOD] [GUIDE] [HOW-TO] Enable all/hidden toggles in CSC without scripts [08/04/2014]

Don't want to run toggles enabler scripts to edit Setting Storage database & enable toggles in your ROM? Here's a very simple MOD to automatically enable all/hidden toggles,
Edit /system/csc/feature.xml & insert the following lines:
Code:
<!-- Toggles -->
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefQuickPanelOrder>
You can also add your custom toggles names separated by semicolon ";".
Enjoy!
hsbadr said:
Don't want to run toggles enabler scripts to edit Setting Storage database & enable toggles in your ROM? Here's a very simple MOD to automatically enable all/hidden toggles,
Edit /system/csc/feature.xml & insert the following lines:
Code:
<!-- Toggles -->
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefQuickPanelOrder>
You can also add your custom toggles names separated by semicolon ";".
Enjoy!
Click to expand...
Click to collapse
you say you can add custom toggle names, where might I look to find a guide on how to make custom toggles work if you don't mind I would love to do this!
hsbadr said:
Don't want to run toggles enabler scripts to edit Setting Storage database & enable toggles in your ROM? Here's a very simple MOD to automatically enable all/hidden toggles,
Edit /system/csc/feature.xml & insert the following lines:
Code:
<!-- Toggles -->
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefQuickPanelOrder>
You can also add your custom toggles names separated by semicolon ";".
Enjoy!
Click to expand...
Click to collapse
Im trying to do this on a stock rooted nc4 rom. Its a replacement phone and i used towel root. I added the lines as you said, however i dont see the toggles after a reboot?
sfld said:
Im trying to do this on a stock rooted nc4 rom. Its a replacement phone and i used towel root. I added the lines as you said, however i dont see the toggles after a reboot?
Click to expand...
Click to collapse
you added them in a wrong place. insert them after settings section like,
Code:
<!-- Settings -->
<CscFeature_Setting_DisableMenuFindMyMobile>true</CscFeature_Setting_DisableMenuFindMyMobile>
<CscFeature_Settings_FindMyMobile>false</CscFeature_Settings_FindMyMobile>
<CscFeature_Settings_FOTA>false</CscFeature_Settings_FOTA>
<CscFeature_Settings_GMS_Disable>false</CscFeature_Settings_GMS_Disable>
<CscFeature_Settings_Airplane_Wifi_Dependency>false</CscFeature_Settings_Airplane_Wifi_Dependency>
<CscFeature_Settings_Silent_Feedback>false</CscFeature_Settings_Silent_Feedback>
<CscFeature_Settings_HWVersion>false</CscFeature_Settings_HWVersion>
<CscFeature_Settings_Reset_Password>false</CscFeature_Settings_Reset_Password>
<CscFeature_Setting_EnableDeviceInfo4Vzw>true</CscFeature_Setting_EnableDeviceInfo4Vzw>
<CscFeature_Settings_GOTA>false</CscFeature_Settings_GOTA>
<CscFeature_Settings_4GProvisioning>false</CscFeature_Settings_4GProvisioning>
<CscFeature_Setting_EnableHwVersionDisplay>true</CscFeature_Setting_EnableHwVersionDisplay>
<CscFeature_Setting_EnableEditingIpVersionType>false</CscFeature_Setting_EnableEditingIpVersionType>
<CscFeature_Setting_EnableConversion4MEIDAndESN>true</CscFeature_Setting_EnableConversion4MEIDAndESN>
[COLOR="Red"]<!-- Toggles -->
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefQuickPanelOrder>
[/COLOR]
<!-- MMApp -->
<CscFeature_FMRadioRTPlus>true</CscFeature_FMRadioRTPlus>
<CscFeature_FMRadioSEASetting>false</CscFeature_FMRadioSEASetting>
hsbadr said:
you added them in a wrong place. insert them after settings section like,
Code:
<!-- Settings -->
<CscFeature_Setting_DisableMenuFindMyMobile>true</CscFeature_Setting_DisableMenuFindMyMobile>
<CscFeature_Settings_FindMyMobile>false</CscFeature_Settings_FindMyMobile>
<CscFeature_Settings_FOTA>false</CscFeature_Settings_FOTA>
<CscFeature_Settings_GMS_Disable>false</CscFeature_Settings_GMS_Disable>
<CscFeature_Settings_Airplane_Wifi_Dependency>false</CscFeature_Settings_Airplane_Wifi_Dependency>
<CscFeature_Settings_Silent_Feedback>false</CscFeature_Settings_Silent_Feedback>
<CscFeature_Settings_HWVersion>false</CscFeature_Settings_HWVersion>
<CscFeature_Settings_Reset_Password>false</CscFeature_Settings_Reset_Password>
<CscFeature_Setting_EnableDeviceInfo4Vzw>true</CscFeature_Setting_EnableDeviceInfo4Vzw>
<CscFeature_Settings_GOTA>false</CscFeature_Settings_GOTA>
<CscFeature_Settings_4GProvisioning>false</CscFeature_Settings_4GProvisioning>
<CscFeature_Setting_EnableHwVersionDisplay>true</CscFeature_Setting_EnableHwVersionDisplay>
<CscFeature_Setting_EnableEditingIpVersionType>false</CscFeature_Setting_EnableEditingIpVersionType>
<CscFeature_Setting_EnableConversion4MEIDAndESN>true</CscFeature_Setting_EnableConversion4MEIDAndESN>
[COLOR="Red"]<!-- Toggles -->
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;WiFiHotspot;MobileData;Bluetooth;SilentMode;PowerSaving;Location;Sync;AirplaneMode;Flashlight;AutoRotate;MultiWindow;AllShareCast;AirView;AirGesture;SmartStay;SmartPause;SmartScroll;SmartNetwork;Ebook;DrivingMode;DormantMode;ToddlerMode;Nfc;SBeam</CscFeature_Setting_DefQuickPanelOrder>
[/COLOR]
<!-- MMApp -->
<CscFeature_FMRadioRTPlus>true</CscFeature_FMRadioRTPlus>
<CscFeature_FMRadioSEASetting>false</CscFeature_FMRadioSEASetting>
Click to expand...
Click to collapse
Mine looks just like that, however im using root explorer text editor so its doing text wrap, i can show you a SS of how it looks in my xml file if you want.
Do i need to be on a odexed or deodexed rom for them to appear?
doesn't work for me either. And now my phone is acting crazy and auto calling my most recent missed call. Something's screwed up.
this is probably a problem with the text editor I used, can someone post a full feature.xml I can use to overwrite my screwed up one?
sfld said:
Mine looks just like that, however im using root explorer text editor so its doing text wrap, i can show you a SS of how it looks in my xml file if you want.
Do i need to be on a odexed or deodexed rom for them to appear?
Click to expand...
Click to collapse
wpcprez said:
doesn't work for me either. And now my phone is acting crazy and auto calling my most recent missed call. Something's screwed up.
this is probably a problem with the text editor I used, can someone post a full feature.xml I can use to overwrite my screwed up one?
Click to expand...
Click to collapse
The thing about csc edits, 99% of the time it requires a factory reset or have it baked into a rom you flash. Once you've done it and are confident that it's correct, make a nandroid backup and try factory resetting.
thanks, i didn't know. flashing a new rom now and will do this then wipe.
Sir I have A Tw 4.1.2 device can u plz Give a link.for Enabling All toggles ? By Decompiling recompiling ?? Plz sir
ShadeSK said:
Sir I have A Tw 4.1.2 device can u plz Give a link.for Enabling All toggles ? By Decompiling recompiling ?? Plz sir
Click to expand...
Click to collapse
"If" your device has the same toggle structure as the Note 3, this might work. No decompiling required. Just make a backup and try it.
LeftyGR said:
"If" your device has the same toggle structure as the Note 3, this might work. No decompiling required. Just make a backup and try it.
Click to expand...
Click to collapse
Thank U sir For The reply But there is no file in that folder like that mention in the post Any other solution? I'm using Samsung Galaxy Star GT-s5282
did all created nandroid and restore it but no change oh well

Categories

Resources