Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
lordzu
Old
(Last edited by lordzu; 10th May 2012 at 08:07 PM.)
#1  
lordzu's Avatar
Junior Member - OP
Thanks Meter 58
Posts: 20
Join Date: Sep 2010
Location: Las Vegas
Default [GUIDE] Build.prop mods tutorial.

Hello fellow android users, Cant find anything like this in our T989 forums so ill write one for the few of us who have not flashed build.prop mods or the crazies like me who want to know exactly whats going in my phone . This is a collection of things i know that work on 2.3.6 aosp,cm7. Tested on G1, MT3G, Vision, Supersonic, LG P999 and T-989

#Add-disable debug icon in notification panel

persist.adb.notify = 0

#Add-GPU hardware acceleration. toggle 1=on and 0=off

debug.sf.hw=1

#mod-resolution/lcd density find this line in your buildprop change (240). I like 230 the most but read of people doing 180, clear market updates if you have problems

ro.sf.lcd_density=240

#Add-lock launcher into memory works well with adw, adw ex clean scrolling and animations untested with others:

ro.HOME_APP_ADJ=1

#Add-remove boot animation

debug.sf.nobootanimation=1

#Add-remove delay after ending calls:

ro.lge.proximity.delay=25
mot.proximity.delay=25

#Add-save battery life while on wifi (SCAN INTERVAL IN MILLISECONDS)

wifi.supplicant_scan_interval=180

#Add-jpg quality 100 %:

ro.media.enc.jpeg.quality=100

#Add-fix dialing out delay:

ro.telephony.call_ring.delay=0

#Add-3/4 G optimizing High-Speed Packet Access Evolved=3g on crack LETS JUST CALL IT 4G. Hey its cool with the ITU

ro.ril.hsxpa=2
ro.ril.gprsclass=32
ro.ril.hep=1
ro.ril.hsdpa.category=28
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=268449905
ro.ril.hsupa.category=9
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.sdr=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
ro.ril.disable.power.collapse=0
ro.ril.enable.a52=1
ro.ril.enable.a53=1
ro.ril.enable.dtm=1

#mod-build number shown within setting/about. add whatever after the =

ro.build.display.id=GINGERBREAD.UVKID


Anything with (ro) is a running system variable you must reboot to take affect.

Within root explorer navigate to system/build.prop make sure you toggle ro/rw in the top right corner. long press build.prop until a menu appears select open with text editor proceed to add or change variables you've selected from above. When finished save&exit. Root explorer will back up the original.

Please pm me if you have any feedback or additions to this list.


Feel free to use this in anything you want roms/mods/flash-able zips whatever. PERMISSION GIVEN cause what are we without open souce.
The Following 20 Users Say Thank You to lordzu For This Useful Post: [ Click to Expand ]
 
richiebm
Old
#2  
richiebm's Avatar
Senior Member
Thanks Meter 26
Posts: 102
Join Date: Sep 2010
This is pretty cool. I am not a developer but I am impressed by the level of detail in customization... thanks for the info..

Sent from my GT-I9000 using xda premium
 
Enzopreme
Old
#3  
Enzopreme's Avatar
Senior Member
Thanks Meter 188
Posts: 1,005
Join Date: Aug 2011
Location: Brooklyn
Quote:
Originally Posted by richiebm View Post
This is pretty cool. I am not a developer but I am impressed by the level of detail in customization... thanks for the info..

Sent from my GT-I9000 using xda premium
@AllGamer, please sticky.... OP awesome breakdown
IF I HELPED YOU, HELP ME BY HITTING THE "THANKS" BUTTON!

Current Device: LG Optimus G
 
kenvan19
Old
#4  
kenvan19's Avatar
Senior Member
Thanks Meter 543
Posts: 3,544
Join Date: Dec 2010
Location: Phoenix

 
DONATE TO ME
Great thread but not development. Should be stickied in general.

Sent from my Hercules with xda Premium.
~Phone History~
HTC MyTouch 3G (Sold)>Samsung Epic 4G (Traded)>HTC Evo 4G (Sold)>Samsung Nexus S (Sold)>T-Mobile Samsung Galaxy S 2 (AKA Hercules)


This message brought to you through the wonders of the web and Google via Android (Samsung Hercules), ChromeOS (Google Cr-48), or Chrome (Apple Macbook Pro)!

 
voidthedroid
Old
#5  
voidthedroid's Avatar
Senior Member
Thanks Meter 45
Posts: 128
Join Date: Oct 2011
Build.prop edits not development? Its just not a flashable zip like the rest supercharger script etc.

Sent from my SGH-T989 using Tapatalk
_____________
..... Mango's and Marley fit me like a glove ....

PHONES

T-Mobile G1
Blackberry 8900
Blackberry 9700
HTC HD7
Samsung Galaxy S2 (Rom: Juggernaut 5.0)
Nexus S i9020T Stock 4.0.3 icup kernel
Galaxy NEXUS I9250

TABLETS

Nook Color (Rooted running CM9 ICS)
The Following User Says Thank You to voidthedroid For This Useful Post: [ Click to Expand ]
 
lordzu
Old
#6  
lordzu's Avatar
Junior Member - OP
Thanks Meter 58
Posts: 20
Join Date: Sep 2010
Location: Las Vegas
Thanks voidthedroid just trying to show people how to mod there own buildprops not just flash something, not that there is anything wrong with that. This way you can pick and choose which mod is right for you, You ultimately need to decide what you want to put in your build number segment i don't think i could make a flash-able zip do that.
 
voidthedroid
Old
#7  
voidthedroid's Avatar
Senior Member
Thanks Meter 45
Posts: 128
Join Date: Oct 2011
Quote:
Originally Posted by lordzu View Post
Thanks voidthedroid just trying to show people how to mod there own buildprops not just flash something, not that there is anything wrong with that. This way you can pick and choose which mod is right for you, You ultimately need to decide what you want to put in your build number segment i don't think i could make a flash-able zip do that.
Sure man keep it up, I've already added one to mine ;)

Sent from my SGH-T989 using Tapatalk
_____________
..... Mango's and Marley fit me like a glove ....

PHONES

T-Mobile G1
Blackberry 8900
Blackberry 9700
HTC HD7
Samsung Galaxy S2 (Rom: Juggernaut 5.0)
Nexus S i9020T Stock 4.0.3 icup kernel
Galaxy NEXUS I9250

TABLETS

Nook Color (Rooted running CM9 ICS)
 
Babyj303
Old
(Last edited by Babyj303; 22nd November 2011 at 01:06 AM.)
#8  
Babyj303's Avatar
Senior Member
Thanks Meter 292
Posts: 1,093
Join Date: May 2011
Location: 5280

 
DONATE TO ME
Do we just add thes lines into build prop. Like how would i go about adding the 3g optamizing one?

Sent from my HercuBEAST!!!
 
wpf54173
Old
#9  
wpf54173's Avatar
Senior Member
Thanks Meter 17
Posts: 156
Join Date: Oct 2010
Quote:
Originally Posted by Babyj303 View Post
Do we just add thes lines into build prop. Like how would i go about adding the 3g speed one?

Sent from my HercuBEAST!!!
Open your build.prop and add the lines. Save and exit. Reboot twice.
 
Enzopreme
Old
#10  
Enzopreme's Avatar
Senior Member
Thanks Meter 188
Posts: 1,005
Join Date: Aug 2011
Location: Brooklyn
Quote:
Originally Posted by wpf54173 View Post
Open your build.prop and add the lines. Save and exit. Reboot twice.
WRONG.. you dont ADD the lines. You EDIT the ones that are already there. just find the corresponding line, edit it to the value you want (after the = sign, usually) then save, and reboot... root tools has a build.prop editor that works real good.
IF I HELPED YOU, HELP ME BY HITTING THE "THANKS" BUTTON!

Current Device: LG Optimus G

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