Well, if you are willing to experiment here is the /system/build prop from my samsung i510.
You can pull your build.prop file and compare the two. You could rename your Build.prop file and push this one to your system folder and see if it works on your phone or edit a copy of your build prop file.
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.EP4
ro.build.version.incremental=EP4
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.6
ro.build.date=Thu Nov 3 15:57:46 KST 2011
ro.build.date.utc=1320303466
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEI-26
ro.build.tags=release-keys
ro.product.model=SCH-I510
ro.product.brand=verizon
ro.product.name=SCH-I510
ro.product.device=SCH-I510
ro.product.board=SCH-I510
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=SCH-I510
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=SCH-I510-user 2.3.6 GINGERBREAD EP4 release-keys
ro.build.fingerprint=verizon/SCH-I510/SCH-I510:2.3.6/GINGERBREAD/EP4:user/release-keys
# Samsung Specific Properties
ro.build.PDA=SCH-I510.EP4
ro.build.hidden_ver=SCH-I510.EP4
ro.build.changelist=706183
ro.flash.resolution=720
# end build properties
#
# system.prop for smdkc110
#
rild.libpath=/system/lib/libsec-ril40.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
dalvik.vm.heapsize=64m
# Indicate carrier OTA SP number schema
# refer to frameworks/base/telephony/java/com/android/
# internal/telephony/cdma/CDMAPhone.java for the schema:
ro.cdma.otaspnumschema=SELC,3,00,07,80,87,88,99
ro.opengles.version=131072
# Samsung USB default mode
persist.service.usb.setting=2
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.ringtone=19_Vzw_Droid_1.ogg
ro.config.notification_sound=23_VerizonDroid.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=2.3_r7
ro.carrier=VzW
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.yt=android-verizon
ro.com.google.clientidbase.am=android-verizon
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.clientidbase.ms=android-verizon
ro.com.google.clientidbase.vs=android-verizon
ro.csc.sales_code=VZW
wifi.interface=eth0
wifi.supplicant_scan_interval=15
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
media.stagefright.enable-player=false
media.stagefright.enable-meta=false
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=false
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Here is a link to adb if you do not have it. Just unzip it and place the folder on your desktop. Attach your phone to the USB of a computer, open the folder double click cmd.exe and type:
adb devices
(it should tell you your phone is connected)
adb remount
adb pull /system/build.prop
(this will pull a copy of your build.prop file into the folder)
Open build.prop in a text editor and compare and make changes to your file.
If you want to try using the above, copy it and paste into a text editor and save it as build.prop in the folder.
Rename your build.prop on the phone:
adb remount
adb mv /system/build.prop /system/build.xxx
adb push build.prop /system/.
Now reboot the phone and see what happens. You may brick your phone and have to sbf back to stock so have the files available.
http://dl.dropbox.com/u/35546129/ADB.zip
adb push build.prop /system/build.prop