Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
SolusCado
Old
#1  
SolusCado's Avatar
Senior Member - OP
Thanks Meter 52
Posts: 438
Join Date: Mar 2007
Location: Potomac, MD
Question [Q] Build.prop Defaults for Nitro HD

I recently modified a couple lines in my build.prop file attempting to gain access to more market apps, and in the process I believe I broke the LG OSP (On Screen Phone). Does anyone know (or can someone check and post) the default values for the following lines from the build.prop?

ro.product.model
ro.product.manufacturer

(And everyone else, feel free to use this thread to post/request other default values.)
 
V@no
Old
#2  
V@no's Avatar
Senior Member
Thanks Meter 110
Posts: 1,118
Join Date: Sep 2007
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GRJ90
ro.build.display.id=GRJ90
ro.build.version.incremental=19d9f9b804
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.5
ro.build.date=Mon Oct 31 20:38:55 KST 2011
ro.build.date.utc=1320061135
ro.build.type=user
ro.build.user=nick.jeong
ro.build.host=i01buildserver
ro.build.tags=release-keys
ro.product.model=LG-P930
ro.product.brand=lge
ro.product.name=lge_iproj
ro.product.device=lgp930
ro.product.board=I_ATNT
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=LGE
ro.product.locale.language=en
ro.product.locale.region=US,fr
ro.wifi.channels=
ro.board.platform=msm8660
# ro.build.product is obsolete; use ro.product.device
ro.build.product=i_atnt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=i_atnt-user 2.3.5 GRJ90 eng.nick.jeong.20111031.203437 release-keys
ro.build.fingerprint=lge/lge_iproj/lgp930:2.3.5/GRJ90/LG-P930-V10f.19d9f9b804:user/release-keys
# display lge software version
ro.build.lge.version.release=LG-P930-V10f-OCT-31-2011
# end build properties
#
# system.prop for surf
#

rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.composition.type=gpu
debug.overlayui.enable=1
dalvik.vm.heapsize=96m
dev.pm.dyn_samplingrate=1

#
# system props for the cne module
#

#LGE_S sy.yun Temporary Blocked CNE feature
# Block reason :
#      Do not add default entry in routing table when CNE is active
#      Since CNE already takes care of adding default entry to main routing table,
#      the call to addDefaultRoute in connectivity service causes another default entry is added.
#      CNE also needs to take care of adding default entry in mPDP.
# LGE comment :
#      As CNE does not create default routing table on version i_csfb_fc_3035 and 3037,
#      LG Data Team have no chioce but to blocking CNE feature.
#      But, As Qualcomm mentioned before, It may occur mpdp problem.
#      Therefore, It will be fixed to create default route table by CNE before the mPDP feature is enabled.
#persist.cne.UseCne=vendor
persist.cne.UseCne=TemporaryBlockedByLGEData
#LGE_E sy.yun Temporary Blocked CNE feature

persist.cne.bat.range.low.med=30
persist.cne.bat.range.med.high=60
persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
persist.cne.bwbased.rat.sel=false
persist.cne.snsr.based.rat.mgt=false
persist.cne.bat.based.rat.mgt=false
persist.cne.rat.acq.time.out=30000
persist.cne.rat.acq.retry.tout=0

ro.hdmi.enable=true
lpa.decode=true
lpa.use-stagefright=true

#system props for the MM modules

media.stagefright.enable-player=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=false
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true

#
# youngjun.yun.110420
# system props for NexPlayer
#
media.nexplayer.disable-player=false
media.nexplayer.disable-scan=false

#
#sejun.park 08.14
media.nexplayer.enable-lpa=true
lpa.decode=false

#
# system props for the data modules
#
ro.use_data_netmgrd=true

#
# system props for SD card emulation of emmc partition
#
ro.emmc.sdcard.partition=17

#system props for time-services
persist.timed.enable=true

# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false

#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=131072

#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true

#
# system prop for Bluetooth FTP profile
#
ro.qualcomm.bluetooth.ftp=true
#
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
# system property for Bluetooth discoverability time out in seconds
# 0: Always discoverable
debug.bt.discoverable_time=0

#jonghwan.ko@lge.com
# System property for cabl
ro.qualcomm.cabl=1

#lock screen setting [heekyung.seo@lge.com]
keyguard.no_require_sim=1

# system prpo for sound exeption
# jdragon.lee@lge.com
ro.lge.sound.case.exception=true


#
# ADDITIONAL_BUILD_PROPERTIES
#
user.feature.ers=true
user.feature.flex=true
user.feature.lgdrm=true
user.feature.lgresource=true
user.feature.lgpoweroff=true
user.feature.imp_sf_flinger=false
user.feature.imp_listviewdrag=true
user.feature.preload_so=true
user.feature.preload_del=true
user.feature.lock_sui=true
user.feature.sui=true
user.feature.wapservice=true
user.feature.scroller=true
user.feature.veloctracker=true
user.feature.orientation=true
user.feature.cursorchecker=true
ro.config.ringtone=00_ATnT_Tone.ogg
ro.config.notification_sound=01_Acoustic_Guitar.ogg
ro.config.alarm_alert=Alarm_Beep01.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.monkey=0
ro.com.google.clientidbase=android-lge
ro.com.google.clientidbase.gmm=android-lge
ro.com.google.clientidbase.yt=android-lge
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.ms=android-att-us
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
The Following User Says Thank You to V@no For This Useful Post: [ Click to Expand ]
 
SolusCado
Old
#3  
SolusCado's Avatar
Senior Member - OP
Thanks Meter 52
Posts: 438
Join Date: Mar 2007
Location: Potomac, MD
Perfect! That solved my problem!
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...