[Share] Build.prop tweaks for CM10.1

Search This thread

Venomous Viper 119

Senior Member
Oct 21, 2012
2,173
556
Bidadi
www.themythace.com
This is my first post in the android development section. Hope you guys like it.

FEATURES :

* Better Battery
- Deep Sleep Mode
- Scans WiFi Less Frequently (Saves Battery)

* Image Quality Increased

* Streams Video Faster

* Better Touch Response

* Faster Reboot

* Instant Call
- No Delay In Receiving/Making Calls

* Faster Launcher
- No/Very Little Lag
- Forces Launcher Into Memory

* Fixes FC Issues With Some Apps

* Fixes “Black Screen” Issue After Call
- Screen Appears Almost Instantly After Pulling Phone Away From Face

* Audio & Video Quality Increased

* Signal Tweaks

* Download & Upload Speed Increased

* Dalvic VM Tweaks

* Loads App Faster

* Frees More RAM

* Overall Performance Increased

And Many More ...

Instructions :

1) Copy the build.prop from /system to your SD card, transfer it to your computer, open it with notepad ++.
2) Add the following lines to it :


#
ADDITIONAL_BUILD_PROPERTIES
#

debug.performance.tuning=1
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition. type =gpu

# Faster Streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false

# Better Image & Audio Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100

# Net Speed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576

# Google DNS
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4

# No Delay In Making Call
ro.telephony.call_ring.delay=0
ring.delay=0

# Battery Tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.ril.fast.dormancy.rule=0


# Frees More RAM
persist.sys.purgeable_assets=1

# Signal Tweaks
ro.ril.enable.amr.wideband=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hsupa.category=6

# Fast Reboot
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true

# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

# Lock App In Memory
sys.keep_app_1=enter the package name of the app.

# Other Tweaks
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.mot.eri.losalert.delay=1000
dalvik.vm.execution-mode=int:jit
ro.config.hwfeature_wakeupkey=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
persist.adb.notify=0
vm.stat_interval=1
persist.android.strictmode=0
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.config.nocheckin=1

# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0

# Enables 270 Degree Rotation
windowsmgr.support_rotation_270=true;

# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true

#
# Experimental Tweaks
#

#touch.presure.scale=0.001
#ro.min_pointer_dur=8
#ro.media.enc.hprof.vid.fps=65

# No BootAnimation For Faster Reboot - Remove # Below To Enable
#debug.sf.nobootanimation=1

# May Improve Pictures - Remove # Below To Enable
#ro.media.cam.preview.fps=0


3) Save the file & close.
4) Transfer the edited build.prop to your SD card.
5) Using root explorer, move it to /system, set permissions to rw--r-r-.
6) Reboot into recovery, wipe dalvic cache & reboot.

Done !

Note :

1) There are some experimental tweaks. To enable them, remove the # from the starting of the lines as stated.

2) DO NOT DELETE THE #AT THE LINE, EXPERIMENTAL TWEAKS.

3) There is a line that allows you to lock the launcher in memory. Enter the package name of the app/launcher you wanna lock there.

For example, the package name for Trebuchet is, com.cyanogenmod.trebuchet

4) If the line,

#
ADDITIONAL_BUILD_PROPERTIES
#


is already present in your original build.prop, just copy all the lines below it, other than it & paste them & follow the steps stated above.

Tested & working on CM10.1 beta7 by Wayland_ace !

Credits :

1) TopDroid for his original work.
2) Venomous Viper 119 ( me ) for sharing it here :D

If you want to use this in your ROM, don't even take my permission ! Just give credits to the right person, that's enough ! I'm just sharing it here ! :D

Sent from my GT-S5830 using xda premium
 
Last edited:

Venomous Viper 119

Senior Member
Oct 21, 2012
2,173
556
Bidadi
www.themythace.com
There might be some flaws in the lines as these tweaks weren't made for ace remotely. I just tested & they worked. So I shared. Any corrections, I'm always happy to be noticed ;)

Sent from my GT-S5830 using xda premium
 

benna

Senior Member
Jun 5, 2012
511
47
why wont it work on other based roms like CM 7.2? lot of my stuff on CM 7.2 looks like that. just asking...:p
 

SpaceCaker

Senior Member
Mar 26, 2011
13,545
10,904
netherlands
www.youtube.com
for proximity
mot. and lge. are for LG phones and motorola phones ;)

they wont work

just a suggest

and all
ro.mot
ro.lge lines do not work

also the ril.htcmask wont have any affect ;)


Sent from my S500 using xda app-developers app
 
Last edited:

Venomous Viper 119

Senior Member
Oct 21, 2012
2,173
556
Bidadi
www.themythace.com
why wont it work on other based roms like CM 7.2? lot of my stuff on CM 7.2 looks like that. just asking...:p

You can give it a try. If it works then, great !




for proximity
mot. and lge. are for LG phones and motorola phones ;)

they wont work

just a suggest

and all
ro.mot
ro.lge lines do not work

also the ril.htcmask wont have any affect ;)

Thanks for your valuable suggestion ! Currently I've removed those lines from op. Can you please help me with the correct lines ?
Sent from my S500 using xda app-developers app



Sent from my GT-S5830 using xda premium
 

PsyGik

Senior Member
Jan 8, 2012
471
144
Since this is a share, shouldn't this thread be in the general section? :confused:


Code:
# DalvikVM tweaks
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.heapsize=64m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.dexopt-data-only=1
dalvik.vm.dexopt-data-only=1
 

Venomous Viper 119

Senior Member
Oct 21, 2012
2,173
556
Bidadi
www.themythace.com
Since this is a share, shouldn't this thread be in the general section? :confused:


Code:
# DalvikVM tweaks
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.heapsize=64m
dalvik.vm.verify-bytecode=false
dalvik.vm.execution-mode=int:fast
dalvik.vm.dexopt-data-only=1
dalvik.vm.dexopt-data-only=1

As far as I know, only discussion threads & query threads for roms are posted in the general section (correct me if I'm wrong) . And these tweaks aren't purely shared, I had to remove some lines & make some adjustments to make them easily equipping/usable .

Sent from my GT-S5830 using xda premium
 

Czepek

Senior Member
Nov 22, 2011
98
11
Warsaw
about.me
I am using all of these above and I fell sigificant improvement. Why all of these are not applied to ROMs? I used a bit of wifi, 2G, 3G, texts and a few calls and there is still 49% since 9a.m. uncharge. and the awake after sleep is boosted. I am really suprised with that and also worried why nobody comments and test???
 

Venomous Viper 119

Senior Member
Oct 21, 2012
2,173
556
Bidadi
www.themythace.com
I am using all of these above and I fell sigificant improvement. Why all of these are not applied to ROMs? I used a bit of wifi, 2G, 3G, texts and a few calls and there is still 49% since 9a.m. uncharge. and the awake after sleep is boosted. I am really suprised with that and also worried why nobody comments and test???

First... I'm back on xda after a long time. Happy to be back :) . Well, many threads go down due to lack of scope like this here. Can't help :(

Sent from my GT-S5830 using xda premium
 

tftd

Member
Aug 24, 2011
31
5
www.youtube.com
The suggested build.prop seems to be working really well for my Galaxy S2 i9100 with Dirty Unicorns rom 4.4. I was experiencing some really annoying delays and freezes with my phone, but after applying the new build.prop everything is working pretty much flawlessly! Big thanks to the author!
 

JAMDIZZY

New member
Nov 22, 2014
1
0
I just bricked my phone either i wasnt doing it properly or something btw does this work with the ace s5380i and if so can u make a video tutorial please.
Thanks in advance.
 

jspdjanggo

Member
Jan 17, 2013
27
0
jakarta
script replacement or edit to existing ?

hi,.
i've post few questions about tweaking build.prop here
http://xdaforums.com/showthread.php?t=2351849&page=3#post59443281
would you mind to give some inputs to best settings and tweak suggestions
thanks

---------- Post added at 02:47 AM ---------- Previous post was at 02:03 AM ----------

which one should be the value of no boot ?
debug.sf.nobootanimation=0
or
debug.sf.nobootanimation=1
the boot of cyanogen initials its work and all developer should have initials boot right,.
for me in counts around 60 circulation before the home screen appears, is it normal ?

---------- Post added at 03:15 AM ---------- Previous post was at 02:47 AM ----------

I cant see the difference,.
which one should be picked and used for my solana ?

your script as following:
# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0

Top Droid as following:
persist.sys.use.dithering=1
Improves Screen Quality At The Cost Of Performance

---------- Post added at 03:40 AM ---------- Previous post was at 03:15 AM ----------

your value are the same with my build.prop from existing cm10.1 nightly solana
windowsmgr.max_events_per_sec=90
while topdroid values are:
windowsmgr.max_events_per_sec=275
your edit means no tweak for my solana, but is it best to increase the wait time into 275 ?
what do you suggest,.
 

applesaw

Senior Member
Aug 1, 2015
65
8
Cm 10.1 not booting

This is my first post in the android development section. Hope you guys like it.

FEATURES :

* Better Battery
- Deep Sleep Mode
- Scans WiFi Less Frequently (Saves Battery)

* Image Quality Increased

* Streams Video Faster

* Better Touch Response

* Faster Reboot

* Instant Call
- No Delay In Receiving/Making Calls

* Faster Launcher
- No/Very Little Lag
- Forces Launcher Into Memory

* Fixes FC Issues With Some Apps

* Fixes “Black Screen” Issue After Call
- Screen Appears Almost Instantly After Pulling Phone Away From Face

* Audio & Video Quality Increased

* Signal Tweaks

* Download & Upload Speed Increased

* Dalvic VM Tweaks

* Loads App Faster

* Frees More RAM

* Overall Performance Increased

And Many More ...

Instructions :

1) Copy the build.prop from /system to your SD card, transfer it to your computer, open it with notepad ++.
2) Add the following lines to it :


#
ADDITIONAL_BUILD_PROPERTIES
#

debug.performance.tuning=1
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition. type =gpu

# Faster Streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false

# Better Image & Audio Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100

# Net Speed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576

# Google DNS
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4

# No Delay In Making Call
ro.telephony.call_ring.delay=0
ring.delay=0

# Battery Tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.ril.fast.dormancy.rule=0


# Frees More RAM
persist.sys.purgeable_assets=1

# Signal Tweaks
ro.ril.enable.amr.wideband=1
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hsupa.category=6

# Fast Reboot
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true

# Better Responsiveness & Speed
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

# Lock App In Memory
sys.keep_app_1=enter the package name of the app.

# Other Tweaks
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.mot.eri.losalert.delay=1000
dalvik.vm.execution-mode=int:jit
ro.config.hwfeature_wakeupkey=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
persist.adb.notify=0
vm.stat_interval=1
persist.android.strictmode=0
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.config.nocheckin=1

# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0

# Enables 270 Degree Rotation
windowsmgr.support_rotation_270=true;

# Improves Camera & Video Results
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true

#
# Experimental Tweaks
#

#touch.presure.scale=0.001
#ro.min_pointer_dur=8
#ro.media.enc.hprof.vid.fps=65

# No BootAnimation For Faster Reboot - Remove # Below To Enable
#debug.sf.nobootanimation=1

# May Improve Pictures - Remove # Below To Enable
#ro.media.cam.preview.fps=0


3) Save the file & close.
4) Transfer the edited build.prop to your SD card.
5) Using root explorer, move it to /system, set permissions to rw--r-r-.
6) Reboot into recovery, wipe dalvic cache & reboot.

Done !

Note :

1) There are some experimental tweaks. To enable them, remove the # from the starting of the lines as stated.

2) DO NOT DELETE THE #AT THE LINE, EXPERIMENTAL TWEAKS.

3) There is a line that allows you to lock the launcher in memory. Enter the package name of the app/launcher you wanna lock there.

For example, the package name for Trebuchet is, com.cyanogenmod.trebuchet

4) If the line,

#
ADDITIONAL_BUILD_PROPERTIES
#


is already present in your original build.prop, just copy all the lines below it, other than it & paste them & follow the steps stated above.

Tested & working on CM10.1 beta7 by Wayland_ace !

Credits :

1) TopDroid for his original work.
2) Venomous Viper 119 ( me ) for sharing it here :D

If you want to use this in your ROM, don't even take my permission ! Just give credits to the right person, that's enough ! I'm just sharing it here ! :D

Sent from my GT-S5830 using xda premium

i did your tweek on cm 10.1 p3100 but unfortunately i am stuck at boot
 

Venomous Viper 119

Senior Member
Oct 21, 2012
2,173
556
Bidadi
www.themythace.com
hi,.
i've post few questions about tweaking build.prop here
http://xdaforums.com/showthread.php?t=2351849&page=3#post59443281
would you mind to give some inputs to best settings and tweak suggestions
thanks

---------- Post added at 02:47 AM ---------- Previous post was at 02:03 AM ----------

which one should be the value of no boot ?
debug.sf.nobootanimation=0
or
debug.sf.nobootanimation=1
the boot of cyanogen initials its work and all developer should have initials boot right,.
for me in counts around 60 circulation before the home screen appears, is it normal ?

---------- Post added at 03:15 AM ---------- Previous post was at 02:47 AM ----------

I cant see the difference,.
which one should be picked and used for my solana ?

your script as following:
# Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
persist.sys.use_dithering=0

Top Droid as following:
persist.sys.use.dithering=1
Improves Screen Quality At The Cost Of Performance

---------- Post added at 03:40 AM ---------- Previous post was at 03:15 AM ----------

your value are the same with my build.prop from existing cm10.1 nightly solana
windowsmgr.max_events_per_sec=90
while topdroid values are:
windowsmgr.max_events_per_sec=275
your edit means no tweak for my solana, but is it best to increase the wait time into 275 ?
what do you suggest,.
If the lines are same as in you ROM's default build.prop, just delete the ones from my tweaks. The no boot animation line just disables the boot animation on startup. In other words, you don't see the boot animation. This line has nothing to do with the boot time. The boot time depends on your apps and settings.

Sent from my Nexus 5 using Tapatalk
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    This is my first post in the android development section. Hope you guys like it.

    FEATURES :

    * Better Battery
    - Deep Sleep Mode
    - Scans WiFi Less Frequently (Saves Battery)

    * Image Quality Increased

    * Streams Video Faster

    * Better Touch Response

    * Faster Reboot

    * Instant Call
    - No Delay In Receiving/Making Calls

    * Faster Launcher
    - No/Very Little Lag
    - Forces Launcher Into Memory

    * Fixes FC Issues With Some Apps

    * Fixes “Black Screen” Issue After Call
    - Screen Appears Almost Instantly After Pulling Phone Away From Face

    * Audio & Video Quality Increased

    * Signal Tweaks

    * Download & Upload Speed Increased

    * Dalvic VM Tweaks

    * Loads App Faster

    * Frees More RAM

    * Overall Performance Increased

    And Many More ...

    Instructions :

    1) Copy the build.prop from /system to your SD card, transfer it to your computer, open it with notepad ++.
    2) Add the following lines to it :


    #
    ADDITIONAL_BUILD_PROPERTIES
    #

    debug.performance.tuning=1
    debug.sf.hw=1
    video.accelerate.hw=1
    debug.egl.profiler=1
    debug.egl.hw=1
    debug.composition. type =gpu

    # Faster Streaming
    media.stagefright.enable-player=true
    media.stagefright.enable-meta=true
    media.stagefright.enable-scan=true
    media.stagefright.enable-http=true
    media.stagefright.enable-record=false

    # Better Image & Audio Quality
    ro.media.dec.jpeg.memcap=8000000
    ro.media.enc.hprof.vid.bps=8000000
    ro.media.enc.jpeg.quality=100

    # Net Speed Tweaks
    net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
    net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
    net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
    net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
    net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
    net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
    net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
    net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
    net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576

    # Google DNS
    net.ppp0.dns1=8.8.8.8
    net.ppp0.dns2=8.8.4.4
    net.dns1=8.8.8.8
    net.dns2=8.8.4.4

    # No Delay In Making Call
    ro.telephony.call_ring.delay=0
    ring.delay=0

    # Battery Tweaks
    pm.sleep_mode=1
    ro.ril.disable.power.collapse=0
    ro.ril.fast.dormancy.rule=0


    # Frees More RAM
    persist.sys.purgeable_assets=1

    # Signal Tweaks
    ro.ril.enable.amr.wideband=1
    persist.cust.tel.eons=1
    ro.config.hw_fast_dormancy=1
    ro.ril.hsxpa=2
    ro.ril.gprsclass=12
    ro.ril.enable.dtm=1
    ro.ril.hsdpa.category=8
    ro.ril.enable.a53=1
    ro.ril.enable.3g.prefix=1
    ro.ril.hsupa.category=6

    # Fast Reboot
    persist.sys.shutdown.mode=hibernate
    ro.config.hw_quickpoweron=true

    # Better Responsiveness & Speed
    windowsmgr.max_events_per_sec=90
    ro.max.fling_velocity=12000
    ro.min.fling_velocity=8000

    # Lock App In Memory
    sys.keep_app_1=enter the package name of the app.

    # Other Tweaks
    ro.media.dec.aud.wma.enabled=1
    ro.media.dec.vid.wmv.enabled=1
    ro.mot.eri.losalert.delay=1000
    dalvik.vm.execution-mode=int:jit
    ro.config.hwfeature_wakeupkey=0
    ro.kernel.android.checkjni=0
    ro.kernel.checkjni=0
    persist.adb.notify=0
    vm.stat_interval=1
    persist.android.strictmode=0
    profiler.force_disable_err_rpt=1
    profiler.force_disable_ulog=1
    ro.config.nocheckin=1

    # Enable Surface Dithering Which Will Raise Image Quality At The Cost Of Performances - 1=ON;0=OFF
    persist.sys.use_dithering=0

    # Enables 270 Degree Rotation
    windowsmgr.support_rotation_270=true;

    # Improves Camera & Video Results
    ro.media.panorama.defres=3264x1840
    ro.media.panorama.frameres=1280x720
    ro.camcorder.videoModes=true

    #
    # Experimental Tweaks
    #

    #touch.presure.scale=0.001
    #ro.min_pointer_dur=8
    #ro.media.enc.hprof.vid.fps=65

    # No BootAnimation For Faster Reboot - Remove # Below To Enable
    #debug.sf.nobootanimation=1

    # May Improve Pictures - Remove # Below To Enable
    #ro.media.cam.preview.fps=0


    3) Save the file & close.
    4) Transfer the edited build.prop to your SD card.
    5) Using root explorer, move it to /system, set permissions to rw--r-r-.
    6) Reboot into recovery, wipe dalvic cache & reboot.

    Done !

    Note :

    1) There are some experimental tweaks. To enable them, remove the # from the starting of the lines as stated.

    2) DO NOT DELETE THE #AT THE LINE, EXPERIMENTAL TWEAKS.

    3) There is a line that allows you to lock the launcher in memory. Enter the package name of the app/launcher you wanna lock there.

    For example, the package name for Trebuchet is, com.cyanogenmod.trebuchet

    4) If the line,

    #
    ADDITIONAL_BUILD_PROPERTIES
    #


    is already present in your original build.prop, just copy all the lines below it, other than it & paste them & follow the steps stated above.

    Tested & working on CM10.1 beta7 by Wayland_ace !

    Credits :

    1) TopDroid for his original work.
    2) Venomous Viper 119 ( me ) for sharing it here :D

    If you want to use this in your ROM, don't even take my permission ! Just give credits to the right person, that's enough ! I'm just sharing it here ! :D

    Sent from my GT-S5830 using xda premium
    1

    If you really wanna say so, hit the button !

    Sent from my GT-S5830 using xda premium