im almost done building my rom but i need to change build # how?

Cameron816

Member
Sep 28, 2011
13
0
0
i need some help quick thanks people who help get it first thanks some features in this rom includes faves from the mytouch 4g plus mytouch music etc its gb2.3.3
 
Re: im almost done building my rom but i need to change build # h

Isn't the build info found in /system/build.prop?
 
Re: im almost done building my rom but i need to change build # h

Go to "/system/build.prop" and edit the "ro.build.display.id=" line. Make sure to use Notepad++ editor or similar, as regular text editors may add extra formatting when you save the file.
 
Re: im almost done building my rom but i need to change build # h

how do i make it say CamROM in the about phone menu>?
 
Re: im almost done building my rom but i need to change build # h

ragnarokx was more specific than I was, but that line should do it. Reboot will likely be needed after editting.
 
Re: im almost done building my rom but i need to change build # h

anyone know how to change what it says when you pull down the notification area on your phone? mine says "Sprint" but when i was running sROM it said sROM, now im running gROM and i want it to say gROM, or whatever i decide to change it to say.
 
Re: im almost done building my rom but i need to change build # h

anyone know how to change what it says when you pull down the notification area on your phone? mine says "Sprint" but when i was running sROM it said sROM, now im running gROM and i want it to say gROM, or whatever i decide to change it to say.

Here are a couple of methods to do it:
http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/95962-how-change-your-carrier-name-now-scrolling.html

If you are building from thekraven's source, you can cherry-pick the following commits to give an option to change the custom carrier label via the CyanogenMod settings menu.
Code:
git fetch http://review.cyanogenmod.com/p/CyanogenMod/android_frameworks_base refs/changes/14/7314/2 && git cherry-pick FETCH_HEAD
git fetch http://review.cyanogenmod.com/p/CyanogenMod/android_packages_apps_CMParts refs/changes/13/7313/3 && git cherry-pick FETCH_HEAD