Build.prop Tweaks- Speed like never Before! WORKING ZIP!

Search This thread

kurotsugi

Senior Member
Feb 12, 2012
2,507
1,796
yogyakarta
I hope you have a backup of original one. you can change the build.prop file inside the zip file with the original one.
 

MR4Y

Senior Member
Apr 25, 2012
245
22
Araras - SP
This build prop brings two issues to me:

-Samsung's Stock Swype stops working. Had to replace it with the Beta Swype.

-It makes some compatible Play apps(Skype, Viber, Übersocial, etc.) incompatible.
 

x86-Dark

Senior Member
Nov 16, 2008
256
37
cesarepuliatti.now.sh
The only tweaks that can improove speed in general are only this 4:
Code:
debug.sf.hw = 1
dalvik.vm.heapsize = 32m
windowsmgr.max_events_per_sec = 120
persist.sys.use_dithering = 0

The others don't do anything in terms of performance... :/
 

kurotsugi

Senior Member
Feb 12, 2012
2,507
1,796
yogyakarta
there are some more build.prop codes. check this one

Code:
#mod 3g signal
ro.ril.enable.dtm=1
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.3g.prefix=1
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
ro.ril.enable.a53=1

#mod battery
debug.performance.tuning=1
pm.sleep_mode=1
video.accelerate.hw=1
windowsmgr.max_events_per_sec=150
ro.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=150

#mod performance
dalvik.vm.execution-mode=int:jit
persist.sys.purgeable_assets=1
dalvik.vm.dexopt-flags=m=y
ro.media.enc.jpeg.quality=100
ro.telephony.call_ring.delay=0
video.accelerate.hw=1
ro.kernel.android.checkjni=0
ro.HOME_APP_ADJ=1
 

Kousthubha Kumar

Senior Member
Feb 18, 2012
1,088
331
there are some more build.prop codes. check this one

Code:
#mod 3g signal
ro.ril.enable.dtm=1
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.3g.prefix=1
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
ro.ril.enable.a53=1

#mod battery
debug.performance.tuning=1
pm.sleep_mode=1
video.accelerate.hw=1
windowsmgr.max_events_per_sec=150
ro.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=150

#mod performance
dalvik.vm.execution-mode=int:jit
persist.sys.purgeable_assets=1
dalvik.vm.dexopt-flags=m=y
ro.media.enc.jpeg.quality=100
ro.telephony.call_ring.delay=0
video.accelerate.hw=1
ro.kernel.android.checkjni=0
ro.HOME_APP_ADJ=1

Just use these and your phone will be noticeably fast !!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 23
    WORKING! INSTALL TO EXPERIENCE SPEED! PLEASE RATE THE THREAD AGAIN

    ZIP ADDED IN THE END OR MANUALLY-
    HOW TO:

    1, Open "Root Explorer" and click the R/W
    2, Go to /system/build.prop.
    3,backup yout current build.prop.
    4, Long-presson Build.Prop and you’ll see a pop up.
    5, Text Editor.
    6, Type in those few line of words below into the last line of the text then save.
    7,reboot and enjoy

    Detailed guide on how to apply all the tweaks - http://www.freeyourandroid.com/guide/how-to-edit-build-prop



    debug.sf.hw = 1
    Render UI with GPU (relieves pressure on CPU)

    dalvik.vm.heapsize = 32m
    Set size of Dalvik VM heap (how much RAM each instance of the VM is allowed); depending on how much RAM that is available to a device, this can be increased.

    persist.adb.notify = 0
    Stop debugging icon from appearing in status bar

    windowsmgr.max_events_per_sec = 120
    Increase to improve scrolling response

    persist.sys.use_dithering = 0
    Do not use surface dithering (surface dithering improves image quality)

    debug.sf.nobootanimation = 1
    Disable boot animation

    ro.HOME_APP_ADJ = 1
    force home launcher into memory

    ro.sf.lcd_density = 140
    Set screen density; change according to your device or what suits you, a lower value will display more but may be too small to use on a device with a smaller screen. Also note that changing the pixel density will make some applications in the new market ‘incompatible with your device’.

    mot.proximity.delay = 150
    Lower to fix black screen after calls issue

    ro.telephony.call_ring.delay = 0
    Decrease dialling out delay

    ro.gsm.2nd_data_retry_config = max/_retries=3, 2000, 2000, 2000
    Change MMS APN retry timer from 5s to 2s

    wifi.supplicant_scan_interval = 120
    ro.ril.disable.power.collapse = 0

    pm.sleep_mode = 1
    Increase battery saving potential

    ro.com.android.dataroaming=true
    Enables data-roaming by default in the build

    ro.com.android.dateformat=dd-MM-yyyy
    Changes default date format to day-month-year

    ro.config.alarm_alert=*.ogg
    ro.config.ringtone=*.ogg
    ro.config.notification_sound=*.ogg
    Changes the default sounds for each item. Must correlate to ogg files available in /system/media/audio/

    ro.build.display.id=NAMEOFROM
    In Settings>About Phone, it lists the name of the build number. This is where you set it.

    ro.product.locale.language=en
    ro.product.locale.region=GB
    Sets the default region and language. You must have the correct letter combo, and the language must be available for this to work.

    HOW TO FLASH.
    BOOT INTO CMW.
    MOUNT AND STORAGE.
    MOUNT SYSTEM
    INSTALL ZIP FROM SD CARD
    SELECT buildworking.



    press THANKS if i helped

    WORKING !!!! :D :D -
    http://dl.dropbox.com/u/54790911/buildworking.zip
    4
    there are some more build.prop codes. check this one

    Code:
    #mod 3g signal
    ro.ril.enable.dtm=1
    ro.ril.gprsclass=10
    ro.ril.hep=1
    ro.ril.enable.3g.prefix=1
    ro.ril.hsdpa.category=8
    ro.ril.hsupa.category=6
    ro.ril.hsxpa=2
    ro.ril.enable.a53=1
    
    #mod battery
    debug.performance.tuning=1
    pm.sleep_mode=1
    video.accelerate.hw=1
    windowsmgr.max_events_per_sec=150
    ro.ril.disable.power.collapse=1
    wifi.supplicant_scan_interval=150
    
    #mod performance
    dalvik.vm.execution-mode=int:jit
    persist.sys.purgeable_assets=1
    dalvik.vm.dexopt-flags=m=y
    ro.media.enc.jpeg.quality=100
    ro.telephony.call_ring.delay=0
    video.accelerate.hw=1
    ro.kernel.android.checkjni=0
    ro.HOME_APP_ADJ=1
    2
    I have some build.prop tweaks taken from many sources too. I hope you can merge it with yours in first page.


    #mod 3g signal
    ro.ril.enable.dtm=1
    ro.ril.gprsclass=10
    ro.ril.hep=1
    ro.ril.enable.3g.prefix=1
    ro.ril.hsdpa.category=8
    ro.ril.hsupa.category=6
    ro.ril.hsxpa=2
    ro.ril.enable.a53=1

    #mod battery
    debug.performance.tuning=1
    pm.sleep_mode=1
    video.accelerate.hw=1
    windowsmgr.max_events_per_sec=150
    ro.ril.disable.power.collapse=1
    wifi.supplicant_scan_interval=150

    #mod performance
    dalvik.vm.execution-mode=int:jit
    persist.sys.purgeable_assets=1
    dalvik.vm.dexopt-flags=m=y
    ro.media.enc.jpeg.quality=100
    ro.telephony.call_ring.delay=0
    video.accelerate.hw=1
    ro.kernel.android.checkjni=0
    ro.HOME_APP_ADJ=1


    the 3g mod is taken from a post in XDA (I forgot the source, I thought it's already a common 3g mod and have used in many device) while the battery and performance mod are taken from stamatis's script and some other source. I've remove and change some of the value to match my preference.
    2
    So. How much higher is the battery use, with this flashed?

    Battery use doesnt increase much. its quite efficient.

    Thanks for this one. Added to ROM. (PRESSED THANKS BUTTON)
    Thanks :D
    Will it conflict with v6? Just verifying

    Sent from my GT-S5360 using XDA App

    No..Both work smoothly :)
    1
    As of for now, i will suggest if you want change your Screen Density download LCD Density from Market

    https://play.google.com/store/apps/details?id=lv.n3o.lcddensity&hl=en