Edits and Tweaks: Build prop, bools.xml

Search This thread

ameaz

New member
May 16, 2014
2
0
Just type these tweaks anywhere i want?
Sorry. New here


Sent from my GT-P6200 using XDA Free mobile app
 
Jan 13, 2016
18
1
So im adding all of these cool features to my build.prop but after adding like 10 lines nothing else will write. I save reboot and try again but nothing. Is there a size i cant exceed when editing?
 

torhect

Senior Member
Nov 4, 2014
627
52
Hey there i would like to know something.... i have a sprint note 5 running lollipop 5.1.1 stock firmware and stock kernel, im rooted i want to know if can I edit build prop to get a better multitasking experience without any problem of bootloop ?
 
Last edited:

DeathRaceDj

Member
Jul 16, 2017
6
0
Is there any keys for 'double tap to wake up'?

I am using lineageOS 14.1 on leeco phone. Is there any key that I can put to enable 'double tap to wake up' feature?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 39
    build.prop edits are very easy and useful, they can be applied on stock rom/kernel, i have compiled this from various sources!
    For ICS, most of these will be useless


    Locate build.prop
    got to system/ and find build.prop

    Edit with notepad++. Save and overwrite previous file, then change permissions to rw,r,r!
    Change the tweaks already present and add new at the end of file!

    Change android name and version
    ro.build.display.id=Your ROM name
    ro.build.version.release=2.3.6 (Android version number)

    Decrease boot time
    debug.sf.nobootanimation=1 (Disables bootanimation)
    ro.config.hw_quickpoweron=true
    persist.sys.shutdown.mode=hibernate
    dev.bootcomplete=0

    Power saving
    ro.ril.power_collapse=1
    pm.sleep_mode=1
    wifi.supplicant_scan_interval=120 (sets wifi scanning interval, can be increased or decreased)
    ro.mot.eri.losalert.delay=1000 (might break tethering)

    3G Tweaks
    ro.ril.hsxpa=2
    ro.ril.gprsclass=10
    ro.ril.hsdpa.category=10
    ro.ril.hsupa.category=5
    ro.ril.enable.a53=1
    ro.ril.enable.3g.prefix=1
    ro.ril.hep=1
    ro.ril.enable.dtm=1
    ro.rill.enable.a53=1

    Telephony/ring Tweaks
    ro.telephony.call_ring.delay=0
    ring.delay=0

    Proximity (Disable blackscreen issue after call)
    mot.proximity.delay=0
    ro.lge.proximity.delay=25

    Smooth Scrolling
    windowsmgr.max_events_per_sec=84(This value is experimental)
    ro.max.fling_velocity=12000
    ro.min.fling_velocity=8000

    Disables error reports
    profiler.force_disable_err_rpt=1
    profiler.force_disable_ulog=1

    Force home launcher into memory(use light launchers only)
    ro.HOME_APP_ADJ = 1

    Render UI with GPU
    debug.sf.hw = 1

    Disable logcat
    logcat.live=disable

    dalvik.vm.heapsize = 64m
    Note: This value is different for different phones, the value can larger(128m) with larger RAM device, use accordingly!

    Phone will not wake up from hitting volume rocker
    ro.config.hwfeature_wakeupkey=0

    Change LCD density
    ro.sf.lcd_density=160

    Allows purging of assets to free up RAM
    persist.sys.purgeable_assets=1
    19
    Locate bools.xml

    1. Decompile framework-res.apk
    2. Go to res/values and find bools.xml

    The file generally contains true and false values for various things, change true->false and false->true to see the magic!

    config_sf_slowBlur
    Blurred background when power menu comes up

    config_automatic_brightness_available
    Enable/disable automatic brightness

    config_unplugTurnsOnScreen
    Screen turns on after unplugging usb

    config_animateScreenLights
    Keep "true" for CRT OFF animation

    config_disableMenuKeyInLockScreen
    Disable hard key in lockscreen

    lockscreen_isPortrait
    Lockscreen in potrait/landscape mode(experimental)

    config_batterySdCardAccessibility
    Indicate whether the SD card is accessible without removing the battery.

    config_carDockEnablesAccelerometer
    Control whether being in the car dock should enable accelerometer based screen orientation.

    config_deskDockEnablesAccelerometer
    Control whether being in the desk dock should enable accelerometer based screen orientation.

    skip_restoring_network_selection
    If restoring network selection should be skipped The restoring is handled by modem if it is true.
    2
    Before posting things like this, I highly recommend reading this and this just so you know what works and what does nothing (hint: a lot of the tweaks don't work)
    1
    There are a lot of threads on the subject, but would Google any before using them as some work better on other devices or they don't do anything at all.

    Yes, scrolling speed, vm heapsize, lcd density etc are different for devices!

    Sent from mass relay
    1
    thanks js2892

    good job.., :cool:
    thanks a lot for this tweaks,,.. :good::good:
    i'll try this on my gt-s6102..;):)