Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
CallMeAria
Old
(Last edited by CallMeAria; 19th September 2011 at 10:36 PM.)
#1  
CallMeAria's Avatar
Senior Member - OP
Thanks Meter 257
Posts: 1,406
Join Date: Aug 2010
Location: Murrieta, CA

 
DONATE TO ME
Default build.prop

Here's a modified build.prop Ive tested on my Thrill. It includes a lot of the tweaks posted in various links but already packed into a build.prop.
I have tested to make sure that this build.prop will NOT break your phone. Im running this build.prop on my Thrill with no issues what so ever. Actual improvements from these tweaks are up to you to test. I make no claims to their actual effectiveness.

To use this just put it on your sdcard and rename it to build.prop (its currently just a .txt file for upload purposes). Then paste it into your /system partition using a root file explorer such as root explorer or estrongs.

Here's a list of the actual changes and what they are supposed to do:

ro.HOME_APP_ADJ=1 Keep home launcher (any) persistant in memory
ro.telephony.call_ring.delay=0 make phone ring faster when dialing out
ro.lge.proximity.delay=25 disable blackscreen issue after call
mot.proximity.delay=25 same as above
windowsmgr.max_events_per_sec=150 Better scrolling speed
wifi.supplicant_scan_interval=250 increase time between wifi scanning to save battery
pm.sleep_mode=1 save battery?
ro.ril.disable.power.collapse=0 save battery?
debug.performance.tuning=1 increase touch responsiveness
video.accelerate.hw=1 goes with above mod
debug.sf.hw=1 render ui with gpu (potentially taking some load off cpu?
ro.media.enc.jpeg.quality=100 increase jpeg quality to max
persist.adb.notify=0 removes the debugging mode notification from status bar

The following are all meant to improve 3G speeds
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5

Net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960

Those are just the ones I know will NOT brick/bootloop your phone. Feel free to remove whatever you dont want to use. All additions are at the end of the file. So all you rom devs feel free to include them in your roms. If anybody has any more they've tested let me know so I can add them. And ill update the build.prop as I test more tweaks.

EDIT: Included the original build.prop file (original_build.txt). Just rename it to build.prop and stick it on the /system parition.
Attached Files
File Type: txt modified_build.txt - [Click for QR Code] (4.2 KB, 496 views)
File Type: txt original_build.txt - [Click for QR Code] (3.4 KB, 197 views)
The Following 2 Users Say Thank You to CallMeAria For This Useful Post: [ Click to Expand ]
 
linuxboxsolution
Old
#2  
Member
Thanks Meter 70
Posts: 99
Join Date: Apr 2011
The LG Thrill only support 4G not 3G whatsoever
 
a2r3f
Old
#3  
a2r3f's Avatar
Senior Member
Thanks Meter 0
Posts: 126
Join Date: Apr 2011
Location: Anchorage
Quote:
Originally Posted by linuxboxsolution View Post
The LG Thrill only support 4G not 3G whatsoever
o_O Seriously? LG Thrill has no LTE antenna.

Sent from my LG Optimus 3D using xda premium
 
kleeman7
Old
#4  
kleeman7's Avatar
Senior Member
Thanks Meter 230
Posts: 1,279
Join Date: Nov 2010

 
DONATE TO ME
Quote:
Originally Posted by linuxboxsolution View Post
The LG Thrill only support 4G not 3G whatsoever
The thrill supports 3g, att markets its 4g, which is really just improved 3g with a new name.

Sent from my LG-P925 using xda premium
[Current Phone] 2x Galaxy S4

[Phone Graveyard] HTC Evo->SGS 1 Epic->Samsung Infuse->
Atrix-> LG Thrill->Atrix 2->Inspire 4g->Focus Flash->HTC Vivid->
Captivate Glide (Wife).->HTC One X->Galaxy Note 2 & Galaxy S III (Wife)
 
Urabewe
Old
#5  
Urabewe's Avatar
Senior Member
Thanks Meter 136
Posts: 568
Join Date: Oct 2010
Quote:
Originally Posted by kleeman7 View Post
The thrill supports 3g, att markets its 4g, which is really just improved 3g with a new name.

Sent from my LG-P925 using xda premium
Well the thrill can do 4g it is just on att's crappy network which means we get 3G+ not true 4G. Att is too expensive, has horrible cust service and an even crappier network. However i live in att corporate heaven so where I live coverage and speed is top notch, when I travel though I see why everyone complains so much about them.
Slowly working my way back into the scene.
 
kiltedthrower
Old
#6  
Senior Member
Thanks Meter 108
Posts: 913
Join Date: Sep 2010
Quote:
Originally Posted by CallMeAria View Post
Here's a modified build.prop Ive tested on my Thrill. It includes a lot of the tweaks posted in various links but already packed into a build.prop.
I have tested to make sure that this build.prop will NOT break your phone. Im running this build.prop on my Thrill with no issues what so ever. Actual improvements from these tweaks are up to you to test. I make no claims to their actual effectiveness.

To use this just put it on your sdcard and rename it to build.prop (its currently just a .txt file for upload purposes). Then paste it into your /system partition using a root file explorer such as root explorer or estrongs.
Okay, so I'm at the point I'm looking at it on root file explorer. As per your instructions, do I just copy and paste it the entire file onto my system partition? Or do I open it in a text editor and erase what I don't want? I ask because you mentioned using what you want out of it. And have you noticed improvements by using it?
Rooted Galaxy Note
 
CallMeAria
Old
#7  
CallMeAria's Avatar
Senior Member - OP
Thanks Meter 257
Posts: 1,406
Join Date: Aug 2010
Location: Murrieta, CA

 
DONATE TO ME
Quote:
Originally Posted by kiltedthrower View Post
Okay, so I'm at the point I'm looking at it on root file explorer. As per your instructions, do I just copy and paste it the entire file onto my system partition? Or do I open it in a text editor and erase what I don't want? I ask because you mentioned using what you want out of it. And have you noticed improvements by using it?
Just open the file and delete the lines you dont want. Then Rename the file to build.prop and then copy/paste to to your /system partition.

The network tweaks made no difference in speed for me. The persistant home was an improvement. The rest its hard to tell of it's placebo or not without some way to test. The problem is I didn't have the phone long enough before making the tweaks to get a good enough feel for it to tell the difference definitely no negatives to those tweaks though.

Sent from my LG-P925 using XDA App
___________________________________
HTC Aria --CM7-- retired as mp3 player
Samsung Captivate --CM7-- to the wifey
LG Thrill 4G --ThrillSeeker 2.2 -- Retired
Samsung Galaxy SII --CM9-- Current
 
kiltedthrower
Old
(Last edited by kiltedthrower; 19th September 2011 at 05:36 AM.)
#8  
Senior Member
Thanks Meter 108
Posts: 913
Join Date: Sep 2010
Okay so I've edited out and kept what I want and changed it to a build.prop. I'm using root explorer. I don't see a /system. I see a system. But when I go to paste it in there, it says I already have a build.prop and it will replace. Obviously I don't want to screw anything up.

Looking through my build.prop that's in the root, it doesn't have anything listed like what's on the build.prop (txt) that I downloaded. Can I paste it into there or is that a terrible idea?

This makes me wish I had a couple of phones like this just to mess and tinker with.

edit-
Okay, so I'm looking in the build.prop folder and I don't see any listings for the ro.ril files. I downloaded prop editor and can't find them there either.
Rooted Galaxy Note
 
CallMeAria
Old
(Last edited by CallMeAria; 19th September 2011 at 08:31 AM.)
#9  
CallMeAria's Avatar
Senior Member - OP
Thanks Meter 257
Posts: 1,406
Join Date: Aug 2010
Location: Murrieta, CA

 
DONATE TO ME
Quote:
Originally Posted by kiltedthrower View Post
Okay so I've edited out and kept what I want and changed it to a build.prop. I'm using root explorer. I don't see a /system. I see a system. But when I go to paste it in there, it says I already have a build.prop and it will replace. Obviously I don't want to screw anything up.

Looking through my build.prop that's in the root, it doesn't have anything listed like what's on the build.prop (txt) that I downloaded. Can I paste it into there or is that a terrible idea?

This makes me wish I had a couple of phones like this just to mess and tinker with.

edit-
Okay, so I'm looking in the build.prop folder and I don't see any listings for the ro.ril files. I downloaded prop editor and can't find them there either.
The build.txt file I posted is meant to replace your original build.prop file completely. Everything from your original build.prop should be in the new file, but not vice versa. So once you renamed it you can just delete the old build.prop and paste in the new one and reboot the phone. If it gets stuck at the boot screen (the att screen after the LG screen) then you will probably need to pull the battery and boot into CWM recovery and restore a backup. No harm no foul. But like I said earlier, ive actually tested this build.prop on my phone and it boots fine for me every time. So you should have any issues.

Of course all of this should be done after doing a back up, just in case. Better safe than sorry. As long as you have CWM installed and have made a backup you wont do any damage with the build.prop that you cant reverse with a nandroid restore.
The Following User Says Thank You to CallMeAria For This Useful Post: [ Click to Expand ]
 
kiltedthrower
Old
(Last edited by kiltedthrower; 19th September 2011 at 03:31 PM.)
#10  
Senior Member
Thanks Meter 108
Posts: 913
Join Date: Sep 2010
Done and rebooted back just fine. Thanks given!

I'm liking this phone but should I choose to return it, when they send the phone back to AT&T and clean it up to sell it as a refurb, will they be able to tell the prop.build has been altered?
Rooted Galaxy Note

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Xposed Framework Module for the AT&T Galaxy S 4

Got yourself a brand new Galaxy S 4? Are you looking for some fun mods to make it truly your … more

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more