SwagInfected
Newbie
Can someone create a custom rom for the Sprint OE. I flashed a virgin mobile rom on my sprint OE. Btw i'm new to this, thanks everyone.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can someone create a custom rom for the Sprint OE. I flashed a virgin mobile rom on my sprint OE. Btw i'm new to this, thanks everyone.
What's messing up on your phone? How has it affected it? And If you want a ROM you'll have to upload your phones system files.
Pull the /system file from your sprint rom, upload it somewhere and that would make it way easier for somebody to get you a rom.
my phone is working perfectly fine, the only difference is that its says virgin mobile instead of sprint
You don't need to have somebody build a custom rom just so it will say sprint. That's in the build.prop. open it up, then scroll down a bit and you'll see where it says...
#ro.cdma.home.operator.alpha=Sprint
ro.cdma.home.operator.alpha=Virgin Mobile
Change that so the pound sign is in front of the virgin mobile line, and not the sprint like so...
ro.cdma.home.operator.alpha=Sprint
#ro.cdma.home.operator.alpha=Virgin Mobile
Then restart and you'll be good. You can change it to say whatever you want it to say.
Nope won't affect anything. Got mine changed
So you could change it to Fibbity-Gibbits or whatever it was![]()

where is that located at within the system? and can i use something like Astro file manager to do that?You don't need to have somebody build a custom rom just so it will say sprint. That's in the build.prop. open it up, then scroll down a bit and you'll see where it says...
#ro.cdma.home.operator.alpha=Sprint
ro.cdma.home.operator.alpha=Virgin Mobile
Change that so the pound sign is in front of the virgin mobile line, and not the sprint like so...
ro.cdma.home.operator.alpha=Sprint
#ro.cdma.home.operator.alpha=Virgin Mobile
Then restart and you'll be good. You can change it to say whatever you want it to say.
where is that located at within the system? and can i use something like Astro file manager to do that?
Nope won't affect anything. Got mine changed
So you could change it to Fibbity-Gibbits or whatever it was![]()
what program you used to change it. i tried to use astro but it kept forceclosing. and all you do is change where it says =sprint?
#ro.cdma.home.operator.alpha=Sprint
ro.cdma.home.operator.alpha=Virgin Mobile
ro.cdma.home.operator.alpha=Sprint
#ro.cdma.home.operator.alpha=Virgin Mobile
I used an app called ES File Explorer. It's free in the market, if you get it you have to go to its settings to enable root access and mount /system as rewritable. And you could do that, but it's safer to delete the "#" symbol in front of the line that has sprint at the end, and PUT a "#" symbol in front of the line that has Virgin Mobile at the end.
So you will go from this
To thisCode:#ro.cdma.home.operator.alpha=Sprint ro.cdma.home.operator.alpha=Virgin Mobile
Whenever the phone reads the build.prop, it scans all the lines, and any lines that have a "#" in front of them get ignored. So by putting a "#" in front of Virgin Mobile line, you are telling your phone to ignore that, and pay attention to the line that says Sprint.Code:ro.cdma.home.operator.alpha=Sprint #ro.cdma.home.operator.alpha=Virgin Mobile
If you still cannot get it to work for you, just tell me what ROM you are using, and I'll download it, edit the build.prop, then give the edited build.prop to you.