Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
lemmeonesec
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: May 2011
Default [Q] the default build.prop for g2x

Can anyone post the G2x's stock build.prop? There are a few lines I need to edit back to the original and cannot seem to locate the original lines anywhere on the internet. Everyone here seems knowledgeable and helpful so here is hoping. Thanks.
 
Pichingo
Old
#2  
Member
Thanks Meter 5
Posts: 36
Join Date: Feb 2007
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=FRG83G
ro.build.display.id=FRG83G
ro.build.version.incremental=2ED2B0648C
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.2
ro.build.date=2011. 03. 27. (일) 10:55:38 KST
ro.build.date.utc=1301190938
ro.build.type=user
ro.build.user=sp9pm_9
ro.build.host=sp9pm2pl3
ro.build.tags=release-keys
ro.product.model=LG-P999
ro.product.brand=lge
ro.product.name=lge_star
ro.product.device=p999
ro.product.board=p999
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
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=p999
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=star-user 2.2.2 FRG83G 2ED2B0648C release-keys
ro.build.fingerprint=lge/lge_star/p999/p999:2.2.2/FRG83G/lgp999-V10f.2ED2B0648C:user/release-keys
ro.product.rat=WCDMA_ONLY
# end build properties
rild.libargs=-d /dev/chnlat10
# 20100720, hyeseung.ryu@lge.com, Add haptic feedback of touch key
# Touch Key: SEARCH, BACK, HOME, MENU
ro.lge.touchkey=BACK|SEARCH|HOME|MENU

ro.build.lge.version.release=LG-P999-V10f
ro.build.lge.version.hidden=0
ro.opengles.version=131072
keyguard.no_require_sim=true
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0

dalvik.vm.heapsize=40m
rilswitch.vendorlibpath=/system/lib/lge-ril.so
rilswitch.ganlibpath=/system/lib/libganril.so

#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=Acoustic_Guitar.ogg
ro.config.alarm_alert=Alarm_Beep01.ogg
ro.config.ringtone=T-Jingle.ogg
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=2.2_r9
ro.com.google.clientidbase=android-lge
ro.com.google.clientidbase.ms=android-hms-tmobile-us
ro.com.google.clientidbase.gmm=android-lge
ro.com.google.clientidbase.yt=android-lge
ro.com.google.clientidbase.am=android-tmobile-us
ro.media.dec.vid.wmv.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.enc.hprof.file.format=3gp
ro.media.enc.hprof.aud.hz=44100
ro.media.enc.hprof.aud.ch=2
ro.media.enc.hprof.codec.aud=aac
ro.media.enc.hprof.aud.bps=128000
ro.media.enc.hprof.vid.bps=4000000
ro.media.enc.hprof.vid.width=1280
ro.media.enc.hprof.vid.height=720
ro.media.enc.hprof.codec.vid=h264
ro.media.enc.hprof.vid.fps=30
ro.browser.useragent=0
persist.service.mount.umsauto=1
ro.sf.lcd_density=240
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/lge-ril.so
rilswitch.ganlibpath=/system/lib/libganril.so
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt



Sent from my LG-P999 using XDA App
The Following 2 Users Say Thank You to Pichingo For This Useful Post: [ Click to Expand ]
 
lemmeonesec
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: May 2011
You are a lifesaver.
 
crazythunder
Old
#4  
crazythunder's Avatar
Senior Member
Thanks Meter 80
Posts: 853
Join Date: Apr 2007
Location: buffalo,ny

 
DONATE TO ME
please post in the proper section next time. should have been in "general"
PHONE BRICKED???
http://mobiletechvideos.mybigcommerce.com/
PROFESSIONAL JTAG/UNBRICKING SERVICE.
 
DJChameleon
Old
#5  
DJChameleon's Avatar
Member
Thanks Meter 28
Posts: 56
Join Date: Nov 2006
Location: Seattle, WA
Thanks for posting. This is exactly what I was looking for also.
 
Mustafa Hamza
Old
#6  
Junior Member
Thanks Meter 0
Posts: 9
Join Date: Jan 2012
I've changed this file build.prop in my LG and the device is corupted now !!
I want to replace this file but I did not how ? I don't install a recovery program in the device I don know how to enter to device files without these programs ?
 
lannister80
Old
#7  
Senior Member
Thanks Meter 28
Posts: 236
Join Date: Jul 2010
Location: Chicagoland
Quote:
Originally Posted by Mustafa Hamza View Post
I've changed this file build.prop in my LG and the device is corupted now !!
I want to replace this file but I did not how ? I don't install a recovery program in the device I don know how to enter to device files without these programs ?
  1. Install ADB on your computer (look elsewhere on how to do this)
  2. Connect phone to computer via USB
  3. type "adb remount" to mount phone file system in read-write mode
  4. type "adb push C:\path\to\your\good\build.prop /system
  5. DONE
 
Trekfan422991
Old
#8  
Trekfan422991's Avatar
Recognized Contributor
Thanks Meter 325
Posts: 1,292
Join Date: Dec 2009
Location: fonda

 
DONATE TO ME
Nice I'm gonna put some of this on my thrill

GALAXY
\ /
NE / \ US

 
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...

XDA PORTAL POSTS

Learn to Edit Graphics for your Development Work

The importance of good and appropriate graphics for your development work is undeniable. Be … more

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more