Is there a way to change the carrier name on this phone? I've tried everything i could find online, and none of it has worked. Does anyone know how to with the Samsung Transform Ultra?
Is there a way to change the carrier name on this phone? I've tried everything i could find online, and none of it has worked. Does anyone know how to with the Samsung Transform Ultra?
I've tried that, it doesn't work. Unless I'm doing something wrong when i install it?
Sorry, I didn't get a chance to test it. I just posted it hoping it would work for you. Can you tell us what you've tried already? That way we won't have to reinvent the wheel, so to speak.
Also, where is the carrier name displayed? I can't find it anywhere :P
Last edited by BLuFeNiX; May 8th, 2012 at 03:07 PM.
Sorry, I didn't get a chance to test it. I just posted it hopping it would work for you. Can you tell us what you've tried already? That way we won't have to reinvent the wheel, so to speak.
Also, where is the carrier name displayed? I can't find it anywhere :P
Ive tried that app, and ive tried editing the eri.xml file in several ways, those two were the only ones i found online, and neither worked.
The carrier name, like on your lockscreen and your notification scroll/bar, it says "Boost Mobile" or your network name. I just want to change it to my name.
Ive tried that app, and ive tried editing the eri.xml file in several ways, those two were the only ones i found online, and neither worked.
The carrier name, like on your lockscreen and your notification scroll/bar, it says "Boost Mobile" or your network name. I just want to change it to my name.
Oh, well my phone doesn't show the carrier in any of those places. Must be the ROM I'm using (Shevron).
Copy these files to your pc then upload to UOT and go crazy with the customizing.
After you have sumbitted your work and downloaded the result, just flash it with CWM.
I found the files, thanks. But it doesnt work, nothing changes.. I've tried it 5 times. I get the file and put it the clockworkmod folder. I reboot into recovery and confirm flash. It shows the script for a second and then it goes to menu..
I found the files, thanks. But it doesnt work, nothing changes.. I've tried it 5 times. I get the file and put it the clockworkmod folder. I reboot into recovery and confirm flash. It shows the script for a second and then it goes to menu..
Did you get "recovery error (Status 0):" in cwm?
When that happens you need to grab the update-binary file
from your ROM and paste in the zip file.
1. Unzip your ROM and find META-INF/com/google/android/update-binary file
2. Put this file in the UOT zip (overriding UOT's file)
The Following User Says Thank You to munguse For This Useful Post:
Sorry for the noob question, but can you elaborate the second step?
No worries, did you manage to get the update-binary file from your existing ROM?
If yes, then after you have customized your theme in UOT and download the zip to your pc, copy the update-binary file from your ROM and paste it in the downloaded zip(located in META-INF/com/google/android/) overwriting the existing update-binary file there.
Basically you are copying the update-binary file from your ROM to the zip file you just downloaded from UOT.
Which ROM are you using?
The Following User Says Thank You to munguse For This Useful Post:
No worries, did you manage to get the update-binary file from your existing ROM?
If yes, then after you have customized your theme in UOT and download the zip to your pc, copy the update-binary file from your ROM and paste it in the downloaded zip(located in META-INF/com/google/android/) overwriting the existing update-binary file there.
Basically you are copying the update-binary file from your ROM to the zip file you just downloaded from UOT.
Which ROM are you using?
I'm using shevron.. I can't find the "Update-Binary" file in the roms folder. It doesn't even have the META-INF folder.. I do have everything you said to have from the UOT folder though..
Is this possible with the stock rom?
I'm using shevron.. I can't find the "Update-Binary" file in the roms folder. It doesn't even have the META-INF folder.. I do have everything you said to have from the UOT folder though..
Is this possible with the stock rom?
In the 5.3.0 zip file it has one now.
The Following User Says Thank You to chevanlol360 For This Useful Post:
Device(s): Prevail, Transform Ultra, Design 4G, ONE sv, TF300, TF700
Carrier: Not Provided
Thanks: 326
Thanked 162 Times in 109 Posts
Quote:
Originally Posted by BiHFSA
I've got everything done, I just don't know how to adb push the new framework-res.apk back into my phone.. Do you know?
Open your latest cwm backup go into system... replace the apk... get a new md5 for system and change it in the md5 file... then restore ... done... easy...
The Following User Says Thank You to smith058 For This Useful Post:
Open your latest cwm backup go into system... replace the apk... get a new md5 for system and change it in the md5 file... then restore ... done... easy...
That's the exact info I used to remove carrier from my rom some months back...
IT WORKS
A while ago I PM'd someone on this forum, and they responded with this. This worked, however it only changed the carrier name in the Settings>About Phone>Status area, and left the status bar and lockscreen area's both blank. The method you're referring to on XDA left my phone in a boot loop.
This is what the person I PM'd said to do.
"Ok you have to have a deodexed rom and apk tool, or apk manager and you decompile framework-res.apk. you can't just open it with 7zip or you wont see the values folder. So after you decompile the apk it will let you access values folder that's in the res folder that's in the framework-res folder that apk tool created. Example path ( framework-res/res/values) and in the values folder there's a file called strings.xml open it up with notepad++ and go to line 1048 and replace boost mobile with whatever you want. Then recompile framework-res and the recompiled apk will be inside a folder named dist that's inside the framework-res folder. Now open up the original framework-res.apk with 7zip and then open the new framework-res.apk with 7zip also you should now have the two apk files opened up side by side with 7zip now you have to delete the res folder and resources.arsc file that are in the original apk and then copy the new res folder and resources.arsc from the new framework-res.apk to the original one you can now use the original apk and it should work. You can push the original back into the system with adb or root explorer. Or you can use the original apk to make a uot theme and it will flash it back for you."
Last edited by sjvirchow; May 6th, 2012 at 07:54 PM.
The Following User Says Thank You to sjvirchow For This Useful Post:
I've tried everything so far, and nothing will work. I've tried everything multiple times and I haven't had any luck.
Can someone please make a video on how to change the carrier name?
A while ago I PM'd someone on this forum, and they responded with this. This worked, however it only changed the carrier name in the Settings>About Phone>Status area, and left the status bar and lockscreen area's both blank. The method you're referring to on XDA left my phone in a boot loop.
This is what the person I PM'd said to do.
"Ok you have to have a deodexed rom and apk tool, or apk manager and you decompile framework-res.apk. you can't just open it with 7zip or you wont see the values folder. So after you decompile the apk it will let you access values folder that's in the res folder that's in the framework-res folder that apk tool created. Example path ( framework-res/res/values) and in the values folder there's a file called strings.xml open it up with notepad++ and go to line 1048 and replace boost mobile with whatever you want. Then recompile framework-res and the recompiled apk will be inside a folder named dist that's inside the framework-res folder. Now open up the original framework-res.apk with 7zip and then open the new framework-res.apk with 7zip also you should now have the two apk files opened up side by side with 7zip now you have to delete the res folder and resources.arsc file that are in the original apk and then copy the new res folder and resources.arsc from the new framework-res.apk to the original one you can now use the original apk and it should work. You can push the original back into the system with adb or root explorer. Or you can use the original apk to make a uot theme and it will flash it back for you."
The eri.xml file inside "/system/framework/framework-res.apk" contains the carrier name. This is a binary file, so it must be decompiled to get access to the XML files within it in ASCII form.
I've seen some Android websites document editing this file then rebuilding the apk and pushing it back in place of the original. I tried this and screwed up my system (thankfully I had a system backup to restore from).
The simpler approach is to leave that apk file alone and simply copy the edited ASCII eri.xml to /data. The OS should pick it up (at least this is the case on Cyanogenmod based ROM's). Worked for me.
The Samsung Transform Ultra is the followup to the Samsung Transform. The is available for Boost Mobile and Sprint. With a 3.5-inch display, 1GHz CPU, and 3MP camera, the Transform Ultra strikes a balance between hawrdware and affordability, which ... Read More