ART build prop tweak - Moto G4 Plus Themes, Apps, and Mods

1) Take a full backup I am not responsible for any damage .
Add this line to build prop and after that wipe cache
dalvik.vm.image-dex2oat-filter=speed
dalvik.vm.image-dex2oat-flags =speed-profile
davlik.vm.verify-bytecode=false
ro.zygote.disable_gl_preload=true
dalvik.vm.dexopt-flags=m=y,v=n,o=v,u=n
dalvik.vm.usejitprofiles=speed
dalvik.vm.dexopt-data-only=1
dalvik.vm.dex2oat-swap=true
dalvik.vm.boot-dex2oat-threads=4
dalvik.vm.usejitprofiles=speed
Pros: little improvement in speed and app opening.
Cons: battery drain.

Link down!

Related

[MOD] Disable CPU Rendering + Build.Prop Tweaks [GB][ICS][JB]

Disable CPU Rendering​I'm not responsible for anything that goes wrong with your device, you know the risks of flashing files to root. Make a backup first.​It's been confirmed that this tweak on Froyo based roms, causes an endless bootloop and doesn't seem to work. Although it's been confirmed to work on Harmonica. So from what I know it will work best on GB and ICS (JB need tests). ​
I've red this article so i want purpose this method for tweak more smoothness from our beloved HD2!
XDA-news
OP words:
"I started this thread over at the LG-VM670 forums at Android Central. I thought maybe it was about time I share it over here on XDA since it's a pretty great tweak and it works without any added issues.
But keep in mind, if your phone doesn't have adreno200 gpu drivers, this won't work and could probably cause an endless bootloop. Now that that's covered, read up and do this carefully, this will not work on every device and is only meant for adreno200. I may have another tweak up my sleeve, but I need a device with something other than adreno200, such as tegra, to test it out on, which I don't have at the moment. Anyway, this worked out quite well for the Optimus V users, I believe it works on Xperia devices as well and it's been confirmed to work on Galaxy SIII. I'll try my very best to keep this thread updated, I don't have a ton of devices to test this on so I'd really appreciate the feedback so I can update the main post and list whatever devices this tweak works with (nobody wants a endless bootloop, so let's inform each other) oh and before I forget.. MAKE A NANDROID BACKUP ALWAYS!! Just in case
I found this tweak while trying to look for a loopy smothness tweak made for ICS, but I ended up finding something better than loopy smoothness, a guide to disable CPU rendering. With this tweak you can take full advantage of your device's GPU. In other words you disable software rendering and enable hardware rendering instead"
Original thread
(related to) http://forum.xda-developers.com/showthread.php?t=1575984​
Confirmed working on:
- BobZhome CM9 [VM670]
- quattrimus CM9 [VM670]
- mrg666 MiRaGe IHO [VM670]
- BobZhome IHO [VM670]
- Galaxy SIII
- Xperia devices
- Tegra Device
- any device with working adreno200 drivers (in this case my LG myTouch 4G is a good example, it worked marvelously and more noticeably on this device)
HOW TO
(thanks for the summary to thierry_hd2)
1) MAKE A NAND BACKUP OF YOUR ROM. Just in case something would go wrong
2) To disable CPU rendering the ONLY things to do are:
- with a file manager with root access go to system/lib/eg
- open the file egl.cfg. DELETE everything inside the file but keep this line: 0 1 adreno200
- rename libGLES_android.so from egl folder. Don't delete it so if there is an issue with your ROM you can revert back to this file.
- REBOOT
That's all you have to to to disable CPU rendering. Depending on the ROM you are using you'll see some improvements or not (compile the poll on the top of the page)
TEST (for return back) Flashable .zip with original ROM files (not tested yet - for who have black screen, try it before recovery) TEST
(Thanks to blacksn)
http://forum.xda-developers.com/attachment.php?attachmentid=1331025&d=1347811207
MY IMPRESSIONS:
I'm trying it now on Tytung V2.7 and seems to works very well.!! :good: this trick can show the limit of benchmarking system (they will give you low score respect the new general smoothness).
Some feedback comes from some users that saw how with this hack, they can now play with GTAIII or other games more fluently.
In addiction to this explanation, disabling CPU rendering reduce battery juice!
Set the permission to rw-r--r-- for the egl.cfg file.
What might you benefit from? So far this is what I noticed.
- performance boost
- speed boost
- increased responsiveness
- better audio quality
- apps such as Facebook that would become slow and unresponsive are suddenly blazing fast
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Some universal Build.Prop Tweaks​
If you want, you can apply some extra tweaks. These tweaks will help your HD2 feel even smoother and should improve battery life. Again depending on the level of optimisation of your ROM, you'll experience or not improvements.
- Just to be sure I could go back to the original build.prop; for first made a backup of it!!!
- Then I just opened the build.prop file (in the system folder) and made all the modifications manually. Some of the tweaks where already included, other tweaks had different values!
We need help to test & describe the strings. I'm convinced that using some of them, we can reach new level of optimization.
Thinks You need to know is:
1. All options starting with ro.ril is applied only once during boot
2. Most of other options can be applied after phone booted using "adb shell" or terminal direcly on phone with command "setprop option"
3. All prop settings can be read with command "getprop" and can be redirected to file with command "getprop >> /mnt/sdcard/file.txt"
4. Better/easy way is to rename file and not delete while testing. In case You renamed file and go wrong always can put phone in recovery, mount system, connect phone to pc and restore/rename affected file. This will save you a lot of time and nerves.
(http://forum.xda-developers.com/showpost.php?p=31690267&postcount=89)
After some tests i reached new scores on our known benchs:
Antutu: 3180 (1155Mhz Smartass V2)
Quadrant: 1215 (1155Mhz Smartass V2)
Vellamo: 966 (near Galaxy Note and Galaxy Nexus)
Open build.prop (using Build Prop Editor from market) and modify or add the following strings (if they are not just included). All these settings/tweaks are rom and Android version independent.
dalvik.vm.dexopt-flags m=y
CHANGE TO
dalvik.vm.dexopt-flags m=y,o=v,u=y
then Save & Reboot
In this mode we have set up app optimization for unicore...you set u=n only if you are using a device up to 2 cores.
#Render UI with GPU
debug.sf.hw=1
#debug.composition.type=gpu
debug.composition.type=c2d
debug.performance.tuning=1
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
ro.sf.lcd_density=240
debug.fb.rgb565=0
# Improve overall media quality
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
# This is a high density device with more memory, so larger vm heaps for it.
# and some dalvik speedups
dalvik.vm.heapsize=40m
# Get more RAM and faster responses by disabling verify-bytecode
#dalvik.vm.dexopt-flags=v=n,o=v,m=y
dalvik.vm.dexopt-flags=m=y,o=v,u=y
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.check-dex-sum=false
dalvik.vm.jniopts=warnonly
# gecata test
dalvik.vm.check-dex-sum=false
# gecata test
dalvik.vm.jmiopts=forcecopy
# Turn on Just In Time in dalvik virtual machine
dalvik.vm.execution-mode=int:jit
dalvik.vm.lockprof.threshold=500
dalvik.vm.stack-trace-file=/data/anr/traces.txt
# For the default value of agps
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
# For HSDPA low throughput
ro.ril.disable.power.collapse=1
# For sensor sleep control
ro.ril.sensor.sleep.control=1
ro.wifi.hotspotUI=1
ro.tether.denied=false
# enable/disable data in roaming
#ro.com.android.dataroaming=true
ro.com.android.dataroaming=false
# For quick boot mode
# persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
# Hide debuging icon from taskbar
persist.adb.notify=0
persist.service.adb.enable=1
# Enable egl profiler - enable harware egl profile
debug.egl.profiler=1
#Makes streaming videos stream faster
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=true
# Decrease time for screen off/on durrign call
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
# Decrease dial out delay
ro.telephony.call_ring.delay=0
ring.delay=0
# Disable WiFi calling for EU models
ro.ril.enable.ganlite=0
#Noise Cancellation Off
htc.audio.alt.enable=0
htc.audio.hac.enable=0
### Kernel Tweaks
# Disable error checking (Should speed things up a bit)
ro.kernel.checkjni=0
ro.kernel.android.checkjni=0
### Allow purging of assets (System can free more Ram when needed) ###
persist.sys.purgeable_assets=1
# Disable strict mode checking
persist.android.strictmode=0
# Disable the zygote loader
ro.wmt.blcr.enable=0
# Keep launcher in memory
ro.HOME_APP_ADJ=1
# Won't let memory managers to kill Launcher
ro.PERCEPTIBLE_APP_ADJ=2
#ro.HOME_APP_MEM=2048
# Tweaks for battery saving
pm.sleep_mode=1
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
#improve battery under no signal -- need test
ro.mot.eri.losalert.delay=1000
# For sensor sleep control
ro.ril.sensor.sleep.control=1
# Qualcomm display settings -- Video acceleration and HW degugging
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.qc.hardware=true
com.qc.hardware=true
#Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
# Xloud Engine
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
media.xloud.enable=1
media.xloud.supported=true
# More precisely incall volume control
ro.config.vc_call_vol_steps=15
# Increase overall scrool speed and enable rotation to 270 degree
windowsmgr.max_events_per_sec=170
windowsmgr.support_rotation_270=true
# Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
### Disable Logers (safe battery + performance gain)
### Disable checkin services, error reporting and logging
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
### Touch tunning ###
touch.presure.scale=0.001
#ro.min_pointer_dur=
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
# Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
# Modify MTU from 1500 to 1472 on 3G network for speeding up
ro.ril.set.mtu1472=1
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=8
persist.data_netmgrd_mtu=1482
#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
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
# Google DNS Tweak -- fastest dns
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
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
RED= Suggested
PURPLE= Just inside or not useful
Using part of tweaked dalvik setting is not recommended, because whole section is result of many calculations and correlations in options. Also it is highly recommended after putting these setting in build.prop to delete cache and dalvik cache and after first boot to make power off and fix permissions in recovery.
Thx to all Devs that will give a hand
Thx to gecata & Pixelfreak for the list.
Thx to all users for feedback
Sounds really interesting, I'm definitely trying it out soon
Could you please correct the links so we don't have to edit them in address bar manually (showthread.php instead of show....php)?
Swamp_cz said:
Sounds really interesting, I'm definitely trying it out soon
Could you please correct the links so we don't have to edit them in address bar manually (showthread.php instead of show....php)?
Click to expand...
Click to collapse
Just correct them! Thx ^_^
Just tried it on my Barebone CM7.
Although the ROM is amazing fast, it seems that this tweak improves the performance.
With original config i had some slight lags in LancherPro. Now no more lags...
Anybody knows a proper way to test if this is working?
I have almost immediate results!
Cheers
Don't want to be a fun spoiler but some things are there for a reason
what's the negative side of this mod?
Swamp_cz said:
Sounds really interesting, I'm definitely trying it out soon
Could you please correct the links so we don't have to edit them in address bar manually (showthread.php instead of show....php)?
Click to expand...
Click to collapse
try to click on link instead of copy-paste...
pirlano said:
what's the negative side of this mod?
Click to expand...
Click to collapse
Its just editing the config file to read only the GPU. You will notice a huge improvement in day to day tasks. However benchmarks will go down. But that just proves how benchmarks don't mean crap after this i'm using my device lagfree! also internet experience is better than before.
Vellamo score: 939 using this trick.
Antutu: 3040 (1075Mhz) 3100 (1155Mhz)
Quadrant Score: 1134
this thing works for now on PARANOIDANDROID HD2 v1.5b ICS 4.0.4
tw1st3d83 said:
try to click on link instead of copy-paste...
Click to expand...
Click to collapse
I did click it, even the adress was broken. Now it's ok, because good guy devilpera64 already fixed that.
Swamp_cz said:
I did click it, even the adress was broken. Now it's ok, because good guy devilpera64 already fixed that.
Click to expand...
Click to collapse
I'm studing for some other build.prop string tweaks..maybe we can reach new performance level :good: i'm looking into all general thread of XDA for find someother things to add. Because surely other people discovered some general tips in other forum's region
Thanks for this, yes, benchmarks drop Down slightly (i have 3103 score at 1190 MHz with this tweak), but, it really improves perfomance. Thank you! \(°_°\)
Can we use the zip file from the original thread to install? And had anybody tried this ok CM7?
Sent from my HD2 using Tapatalk 2
mexicandroid said:
Can we use the zip file from the original thread to install? And had anybody tried this ok CM7?
Sent from my HD2 using Tapatalk 2
Click to expand...
Click to collapse
It's ok! but if you install it manually you are sure to do everything correct
Sorry I feel like tard but for the life of I can't seem to get the flash able zip.....it said to register android forum and I did but still just says attachment... no file. I know its me, could somebody lend me a hand the kids are making me nuts and I wanna try this before we leave lol
Edit sorry never mind just had to view thread in desktop mode, the zip showed then.
Sent from my NexusHD2 using xda app-developers app
its not an flashable zip. you must do it yourself.
I spent some time for build.prop tweaking. Here is it. The sections are self documented, but if You want I can explain more. All these settings/tweaks are rom and Android version independent.
#Render UI with GPU
debug.sf.hw=1
#debug.composition.type=gpu
debug.composition.type=c2d
debug.performance.tuning=1
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
ro.sf.lcd_density=240
debug.fb.rgb565=0
# Improve overall media quality
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
# This is a high density device with more memory, so larger vm heaps for it.
# and some dalvik speedups
dalvik.vm.heapsize=40m
# Get more RAM and faster responses by disabling verify-bytecode
#dalvik.vm.dexopt-flags=v=n,o=v,m=y
dalvik.vm.dexopt-flags=m=y,o=v,u=y
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.check-dex-sum=false
dalvik.vm.jniopts=warnonly
# gecata test
dalvik.vm.check-dex-sum=false
# gecata test
dalvik.vm.jmiopts=forcecopy
# Turn on Just In Time in dalvik virtual machine
dalvik.vm.execution-mode=int:jit
dalvik.vm.lockprof.threshold=500
dalvik.vm.stack-trace-file=/data/anr/traces.txt
# For the default value of agps
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
# For HSDPA low throughput
ro.ril.disable.power.collapse=1
# For sensor sleep control
ro.ril.sensor.sleep.control=1
ro.wifi.hotspotUI=1
ro.tether.denied=false
# enable/disable data in roaming
#ro.com.android.dataroaming=true
ro.com.android.dataroaming=false
# For quick boot mode
# persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
# Hide debuging icon from taskbar
persist.adb.notify=0
persist.service.adb.enable=1
# Enable egl profiler - enable harware egl profile
debug.egl.profiler=1
#Makes streaming videos stream faster
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=true
# Decrease time for screen off/on durrign call
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
# Decrease dial out delay
ro.telephony.call_ring.delay=0
ring.delay=0
# Disable WiFi calling for EU models
ro.ril.enable.ganlite=0
#Noise Cancellation Off
htc.audio.alt.enable=0
htc.audio.hac.enable=0
### Kernel Tweaks
# Disable error checking (Should speed things up a bit)
ro.kernel.checkjni=0
ro.kernel.android.checkjni=0
### Allow purging of assets (System can free more Ram when needed) ###
persist.sys.purgeable_assets=1
# Disable strict mode checking
persist.android.strictmode=0
# Disable the zygote loader
ro.wmt.blcr.enable=0
# Keep launcher in memory
ro.HOME_APP_ADJ=1
# Won't let memory managers to kill Launcher
ro.PERCEPTIBLE_APP_ADJ=2
#ro.HOME_APP_MEM=2048
# Tweaks for battery saving
pm.sleep_mode=1
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
#improve battery under no signal -- need test
ro.mot.eri.losalert.delay=1000
# For sensor sleep control
ro.ril.sensor.sleep.control=1
# Qualcomm display settings -- Video acceleration and HW degugging
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.qc.hardware=true
com.qc.hardware=true
#Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
# Xloud Engine
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
media.xloud.enable=1
media.xloud.supported=true
# More precisely incall volume control
ro.config.vc_call_vol_steps=15
# Increase overall scrool speed and enable rotation to 270 degree
windowsmgr.max_events_per_sec=170
windowsmgr.support_rotation_270=true
# Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
### Disable Logers (safe battery + performance gain)
### Disable checkin services, error reporting and logging
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
### Touch tunning ###
touch.presure.scale=0.001
#ro.min_pointer_dur=
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
# Better signal reception
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
# Modify MTU from 1500 to 1472 on 3G network for speeding up
ro.ril.set.mtu1472=1
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=8
persist.data_netmgrd_mtu=1482
#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.hspda=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,16384,256960
# Google DNS Tweak -- fastest dns
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
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
devilpera64 said:
I'm studing for some other build.prop string tweaks..maybe we can reach new performance level :good: i'm looking into all general thread of XDA for find someother things to add. Because surely other people discovered some general tips in other forum's region
Click to expand...
Click to collapse
Did someone try this on HTC HD2?
rikusuicide said:
its not an flashable zip. you must do it yourself.
Click to expand...
Click to collapse
It says right in the android forum link....things just got easier,here is a flash able zip if you don't want to do it manually... so I think it is. I just downloaded it and flashed successfully.
Sent from my NexusHD2 using xda app-developers app

Info/settings about to edit/tweak the build.prop

I know its not new and i know that many roms+tweaks have it inside,but i think there are many users without any knowledge about this,so ive made this thread,please when anyone knows more than make a post here.!!!
----------------------------------------------------------------------------
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.
Data Tweaks Increase download/upload/3G speeds:
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=0
ro.ril.hsdpa.category=8 (or 10,12,14) Still looking for more of these though.
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
POWER SAVES:
Allows the phone to sleep better
ro.ril.disable.power.collapse=1
Saves power when phone is sleep
pm.sleep_mode=1
Allows your wifi to scan less, saving more battery
wifi.supplicant_scan_interval=150 or 180 (your choice)
Helps Scrolling Responsiveness
windowsmgr.max_events_per_sec=150
Increase overal touch responsivenss
Debug.performance.tuning=1
Video.accelerate.hw=1
SYSTEM TWEAKS:
Forces your home launcher into memory
ro.HOME_APP_ADJ=1
Change the Dalvik VM heap size
dalvik.vm.heapsize=64m can use 24, 32 is default, 48, 64
To disable usb debugging popup
persist.adb.notify=0
Fix some application issues
ro.kernel.android.checkjni=0
Render UI with GPU
debug.sf.hw=1
These lines forces GPU&CPU to render graphics
debug.composition.type=gpu
debug.composition.type=cpu
_________________________________________________________________
I know there many others,so post it!!!Greeeeetz
RESERVED...
Lets make this thread to learn and discuss about tweak and function of tweak.. Advantage and disadvantage using tweak.. Which part cant running if only use 1 part of tweak.. etc
Its more helpfull than only share tweak without know what are they doing..
Ask permission to original tweak like stagmatis, adrenalin, kuro, etc tweak then discuss in this thread..
does this apply on stock or custom rom? I apologize im a noob
savie said:
Lets make this thread to learn and discuss about tweak and function of tweak.. Advantage and disadvantage using tweak.. Which part cant running if only use 1 part of tweak.. etc
Its more helpfull than only share tweak without know what are they doing..
Ask permission to original tweak like stagmatis, adrenalin, kuro, etc tweak then discuss in this thread..
Click to expand...
Click to collapse
thats the reason why ive posted that other peoples please share her expierence too on this thread.to freaks one idea,lol:good:

Tweaked CM10.1+PA3.0+AOPKmr1=ParanoidKangDroid V2.03 JB 4.2.2 ROM(03.01.13)

Tweaked CM10.1+PA3.0+AOPKmr1=ParanoidKangDroid V2.03 JB 4.2.2 ROM(03.01.13)
This really isn't ParanoidAndroid, AOKP, or CyanogenMod anymore. When you put them all together you have something totally new. With this ROM you can do interesting things like having new rows of toggles and many other things that you'll have to find on your own. However keep in mind that on some occasions different settings can cause conflicts with others considering they're not supposed to be together in the first place, so just be smart about what you do.
the customization is endless to create the L00K you like!
3/01
Serious tweaking for battery stability and performance
signal and data tweaks
build.prop Modifications
custom kernel is included, it contains the following:
Linux 3.0.66
Compiled with GCC 4.7
O3 optimization flags
Overclocking to 1.836 Ghz
Underclocking to 96 Mhz
Voltage Control
Fast Charge
Plenty of performance tweaks for optimal speed and battery life
added PIMP MY ROM app for some more tweaking that will make you phone MORE STABLE!
info below about app
Pimp my Rom is an app for rooted users that will allow you to choose between a plethora of tweaks, mods, hacks, apps and features to your current ROM.
This app has been proven to improve the performance of your device on many points.
Pimp my Rom can be used on ANY Android Device, running ANY Rom
Some of the features include :
>> Build.prop Tweaks <<
- Better jpg image quality
- Better camera recording quality
- Lock launcher in memory
- Battery savings
- Disable kernel error checking
- Dalvik VM tweaks
- Faster scrolling
- Better touch responsiveness
- Faster browsing and download speed
- Allow purgeable assets
- Reduce dialing time
- Misc 3G tweaks
- Deeper sleep
- Reduce black-screen time of the proximity sensor after a call
- Smoother video streaming
- Faster wifi connect/disconnect
- Overall smoothness improvements
- Increase the size of VM heap
>> Enable/Disable Android Features <<
- Enable hardware video acceleration
- Disable Android logger
- Enable Android logger
- Enable gpu UI rendering
- Enable HSUPA
- Enable JIT (Just In Time) Compiler for Dalvik vm
- Disable Normalized Sleeper
- Disable Gentle Fair Sleepers
- Disable New Fair Sleepers
- Enable surface dithering
- Disable Boot-Animation (doesn't work on ics and +)
- Disable usage-data sending
- Disable volume buttons wake
- Disable adb notification icon
- Buttons backlight always enabled when screen on
- 16bit Transparency
>> Multitasking <<
- Choose between 4 levels of OOM (Out Of Memory) Groupings : Low/Mid/High/Very High
- Choose between 4 levels of Minfree Low Memory Killer settings : Low/Mid/High/Very High
- Choose between 2 levels of ZRAM Compression : 64mb/128mb
- Tweak your kernel to be adapted and stable on high multitasking conditions
- Tweak your Dalvik Virtual Machine to be adapted and stable on high multitasking conditions
>> Add Features & Mods <<
- Add support for OpenVPN connections
- Install Beats Audio binaries & dsp manager for a greater sound experience
- Install Adrenaline Boost Script
- Install Sony Walkman suite : Music Player & Visualizer, Clearbass soundfx and Image Gallery & Editor
- Install Bravia Engine
- Install xLoud
- Install Touchwiz Launcher
>> GPS Configuration <<
- Choose between 79 countries + 5 continents of gps.conf files
(Having the right gps.conf file for your country is esssential for the accuracy and lock-speed of your GPS)
>> Internet Security & Stability <<
Security :
- Protect yourself against SYN attacks and the DoS (Denial of Service) they cause by reinforcing your tcp/ip stacks
- Block redirects
- Block source-routing : source-routing allows one to fully trace the packets he sends, thus it can be used by blackhats to hack into your device
Stability and Speed :
-Increase queue and buffer size of all tcp sockets to make it more stable in high broadband consumption conditions
- Avoid TIME-WAIT state by re-using the Sockets in time-wait state. Reduces network memory-loading
- Various IPv4 speed improvements
- DNS tweaks for faster name resolution, thus faster connection to websites
- ppp0 interface speed tweaks
2/22
Changed "System"to"Interface"Removed duplicate Notification Drawer settingsNow compiled with GCC 4.7 toolchainAdded 96 Mhz clock speedAdded voltage controlAdded fast charge
To enable fast charge or to undervolt, just go into Performance Control
2/21
Updated to Android 4.2.2
Updated to CM 10.1
Updated to ParanoidAndroid 3.00
Updated to AOKP mr1.1 build 1
Added Update Center under Settings
Updated bootanimation
I added my own custom kernel that contains the following:
Overclocking to 1.836 Ghz
Underclocking to 192 Mhz
Plenty of performance tweaks
Linux 3.0.65
11 /27 Changelog
Merged CM10 Stable
Merged AOKP Milestone 1
Merged ParanoidAndroid 2.55
Kernel is default clocked at 1.512 Ghz (overclockable to 1.836 Ghz)
Added Animation Manager
Reorganized some stuff in Settings
Updated 4.2 Keyboard
Updated MMS app
Added more AOKP toggles
Fix volume rocker when screen off
New AOKP circle mod battery
Add alpha settings to circles lockscreen
Added Circles unlock screen (Under CM+ Settings)
Updated SuperSU
Updated CM File Manager
Fixed bootloop when changing UI
Added Sound tab under Advanced Device Settings
please check out screenies http://forum.xda-developers.com/showthread.php?t=1944523
Donations to Romcrazguy
Big thanks to thebz1
Instructions:
CWM: Install Rom: Download Mirrorhttps://www.dropbox.com/s/fa7n22vl1g7fuqd/PK-2.03-TWEAKEDd2tmo.zip Thanks to Lokichim!!
MD5: 68e6c3561a6d2b4c78ad4ced36c84a91
PLEASE DO FULL WIPE & Make sure the file you download is
CWM: Install Zip: please flash 12/12 this was confirmed to work[/B]:http://goo.im/gapps/
CWM: Wipe Data/Factory Reset
CWM: Advanced/Wipe Dalvik Cache
Reboot and edit your Apps Dpi & Layout under Settings/Paranoid Settings
If you want to explore the various phone modes, tap "Configuration," chose an option, wait for it to finish, then do a manual reboot
ParanoidAndroid's webpage: http://www.paranoid-rom.com/
AOKP's webpage: aokp.co/
Themes and other goodies you can find here: http://forum.xda-developers.com/show....php?t=1646034
Check "Auto Hide" in Settings, System, Statusbar, to finally get Fullscreen
If you have an issue and you want to call my attention, here's what you do:
1. Try everything you can, find solutions for yourself. Wipe caches, revert all your settings you have made, go back to your stock Kernel, factory reset if you have to or reflash the rom. Assume that the issue is on your side and try your best to isolate it.
2. Search this thread, Cyanogenmod's, ParanoidAndroid's, and AOKP's as well for possible reoccurences of your issue and hopefully solutions that may have come up.
3. If you think the issue is important enough that we should cease our work and look into it, post your issue, BUT ...
... stay friendly, do not demand anything, do not threaten
... explain your issue as precise as you can, name the exact apps and conditions that cause trouble, help us to replicate the issue right away. If we can't there's no way we can fix it and your post will simply clutter the thread
... collect evidence, keep in mind this is a developer thread so even if you are not one, do us the favor and research how to record logcat. logcat is the single most important help you can give us to resolve your issue.
Pebble Blue Samsung Galaxy S III running THE BEST JellyBean ParanoidKANGdroid!
Reserved
Reserved ..sorry
first...
This is what I have been waiting for!
I love both AOKP and PA. I can't wait to give this ROM a spin
Are there any videos showing off all the features and settings?
Sent from my SGH-T999 using xda app-developers app
No not the yet because its still a pretty new ROM if you have questions feel free to ask anytime I will try to help you as much as I could
My ParanoidKang Android Tmo S3
Rock and Roll... I'll give it a run this afternoon and she rolls! Thanks man!
Ive tried flashing the AT&T version numerous times with no luck. I asked for it over on the other thread and my wish has been granted. Thank you kind sirs. :thumbup:
Sent from my SGH-T999 using xda premium
Im currently playing with I love the customization on this rom. Though ive had couple of random reboots.
Fresh installed it ffrom PA, do you think my backed up nandroid from original PA here the data can be advanced restored to this rom?
Sent from my SAMSUNG-SGH-t999 using xda app-developers app
---------- Post added at 08:03 AM ---------- Previous post was at 08:02 AM ----------
jhenderson81 said:
Ive tried flashing the AT&T version numerous times with no luck. I asked for it over on the other thread and my wish has been granted. Thank you kind sirs. :thumbup:
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Well it was for ATT. LOL
Sent from my SAMSUNG-SGH-t999 using xda app-developers app
No I tried doing that as well however restoring data from your backup will end you up in a bootloop . In terms of reboots I have experienced none try downloading lean kernel the latest and you should be good to go!!
My ParanoidKang Android Tmo S3
I installed it myself to give it a go, but IMO, it seems to be capable of a lot, but the UI just doesn't feel as good as the PA one. I've only played around with it in Tablet UI, but a few things I've noticed is that the navigation bar buttons are too far apart and that the app switcher UI isn't as refined. It is nice having all the toggles work, though. I'll be switching back to PA once the next release comes out.
The recent task manager actually is more advanced than you think (layout is a lil off but if you play with it im sure it could be fixed) what i like about it though is that it actually identifies know much ram your using (see screenshot)Anyhow When you setup tablet mode did you set it up via pa settings or ROM control because it does make a difference
My ParanoidKang Android Tmo S3
Guys here are a few screenshots of My ParanoidKang Android Tmo S3
I'm getting a lot of fc's...example:Google search...gallery...settings...And the stock browser isn't even working...it won't open...
Sent from my SGH-T999 using xda premium
did you wipe fully? make sure you clear cache and dalvik as well as fixing permission. if that doesn't work try reflashing again could be a bad flash .
phordych05 said:
I'm getting a lot of fc's...example:Google search...gallery...settings...And the stock browser isn't even working...it won't open...
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Romcrazguy said:
The recent task manager actually is more advanced than you think (layout is a lil off but if you play with it im sure it could be fixed) what i like about it though is that it actually identifies know much ram your using (see screenshot)Anyhow When you setup tablet mode did you set it up via pa settings or ROM control because it does make a difference
My ParanoidKang Android Tmo S3
Click to expand...
Click to collapse
I set it up through PAPrefs. I don't really care much for the total free RAM since I'm pretty sure we never run out of RAM lol.
FRIGGEN AWESOME! Downloading now.
Guys, for some reason my home button doesn't work anymore... any ideas why? It stopped working right after I flashed this rom, I was on PA before. I can get into recovery tho while the phone is off, so I know its not psychically broken. Any help is appreciated

Lightning Zap! Kernel Updated to p3.0 15APR13

Thomas.Raines presents
The Lightning Zap! kernel for the LG Nitro
ATTN:
I thomas.raines, nor it's affiliates claim responsibility for anything you do to damage, destroy, brick, explode, or otherwise mess up your device.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
Improved performance
Improved battery life
Improved network speeds
Improved boot times
Smoother scrolling
Better responsiveness
Cleaner file systems
Governor tweaks for amazing speed and performance without sacrificing battery life
Improved Memory and Ram tweaks
Improved Internet speed
Amazing kernel tweaks, build.prop mods, init.d scripts and more!
Instructions:
Make a backup
Download BlazeLZv1.zip to PC
Transfer BlazeLZv1.zip to your sdcard
Or just download it straight to your phone
Reboot to recovery
Flash
Phone will automatically reboot after install**
Wait 10 minutes
Enjoy the Lightning Zap!
This kernel was tested on CM10 nightly. This kernel and tweaks will work with any version of CM10.
After first boot, ensure your I/O scheduler is set to cfq and your governor is set to ondemand to gain the maximum benefits of Lightning Zap!
See 3rd post for further instructions on improving and customizing your Lighting Zap! experience.
**The first boots always takes the longest especially after a fresh install. If you pull a logcat during the first boot, you may see a few errors with the vacuum script. This is normal, and will be "fixed" after the phone has built the databases for the apps.
Please allow 24 hours after install and 1 full charge cycle before reporting results. Always provide me with a logcat with any issues you may experience.
Source Code
vendor_lz-kernel.git(LZ vendor files for ROM compiling)
LZ Flashing Packages (For those of you just compiling the kernel)
Includes flashing script, binaries, etc for the Blaze, Nitro and Skyrocket
Thanks to:
Utaka for everything
Testers
nightlimits
david.degraw54
lordcheeto03
BigSexySCJCD
X0dus
Download links and Changelog
Nitro_p3.zip
Moved to phase 3 Overclock/Undervolt. You can control your voltages with Voltage Control app (included). Other apps may work, but I wroke the kernel to work with Voltage Control (preferred app)
Added 32 64 and 128k pagesize to bootimage
Added badass governor
Added CPU Utilization
Added VDD userspace
Added ZRam
Added LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES
Tweaked sysctl
Revamped scripts (This version will remove your existing init.d scripts. If you have scripts with your ROM, then back them up and replace them after boot)
Refined build.prop tweaks
Added LZ bootanimation thanks to maxib12 But the resolution is off. I tried to fix it, but for some reason it wouldn't display after. I've never had good luck with bootanimations. If someone can lend a hand please?
BLN should be working now
Nitro_p2.7.zip
Removed un-needed scripts
Removed sysctl.conf --Not needed any more
Combined remaining small scripts to 1. Kept device optimizing scripts
Changed idle sleep time to 2000000 ns (Goes to deep sleep faster when screen turns off
Removed wakeup granularity and latency times...caused too much lag
Added max readahead=4096
Added page cache size=4096
Added child runs first to scheduled feature
Enabled bln
Nitro_p2.6.1.zip
Fixed flashing script...oops
Nitro_p2.6.zip
This is not FULLY tested guys. I will need your input. I'm trying to adjust the idle battery drain from 2-4% an hour (upto 10% and hour with wifi on) to 1% drop in 4 hours and counting. I need your feedback guys and gals...
**ATTN** If you have prop.conf in /system/etc then remove it BEFORE FLASHING 2.6
Lowered amount of time your phone has to be running before it enters sleep/deep sleep (from 20000000ns to 20000ns)
Lowered idle spin time (from 80000 to 60000)
Moved prop.conf to build.prop(2) which is a way better (probably best) approach at implementing build.prop tweaks
Changed sleep mode to power collapse (Phone goes into a bare minimum power state when in deep sleep)
Changed idle sleep mode to ramp down and wait for interupt (CPU goes to minimum frequency when idle/sleep. If you have random reboots, raise your minimum cpu frequency)
Removed power manager wakelock
Nitro_p2.5.zip
I'm attacking smoothness, network speed, and overall performance in this one.
Moved prop tweaks to a .conf file. Test this out for a day or 2 guys and gals and let me know how things are working out. I have a couple different approaches for this method but I want feedback on this way
Added a BUNCH more sysctl tweaks to the kernel. I'm sure there will be a bit of fine tuning with these...
Nitro_p2.2
Better approach at prop tweaks
Updated source
I have a few more things I would like to add throughout the week
Friday night I am looking for testers so we can bump up to Phase 3 provided I get to p2.5
Previous version change logs are posted here.
Source code
Kernel:
Lightning Zap kernel-Nitro
Vendor files (scripts, etc):
Lightning Zap Vendor Files
You MUST add this to your local_manifest.xml as I have made changes to the device tree and without them, then LZ will not build correctly:
Code:
<project name="TeamFahQ/vendor_lz-kernel" path="vendor/lz-kernel" remote="LZkernel" revision="master" />
<project name="TeamFahQ/lge-kernel-iproj" path="kernel/lge/iproj" remote="LZkernel" revision="android-msm-3.0-jb" />
<project name="Utacka/android_device_lge_iprj-common" path="device/lge/iprj-common" remote="github" revision="jellybean" />
<project name="TeamFahQ/android_device_lge_p930" path="device/lge/p930" remote="github" revision="jellybean" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" revision="jellybean" />
Or you can just type this in terminal:
Code:
curl -L -o .repo/local_manifest.xml -O -L [URL]https://raw.github.com/TeamFahQ/Paranoid_manifest/master/local_manifest.xml[/URL]
Remove the entries you don't need (the samsung stuff) then:
Code:
repo sync
I forked the device tree(s) over to my repo and made the necessary changes to the dependencies and make files so you won't need to worry about adding/removing any entries.
Tips and Tricks
The governor tweak is set for a fairly balance of performance and battery life. If you find yourself needing battery life over performance, you can make some minor changes. Here's how:
1 Download Script Manager from the market (it's free)
2 Open Script Manager and navigate to /system/etc/init.d
3 Press menu/more/advanced options and select mount as RW
4 Select 01governor and select "edit" at the top (this will open the file in atext editor)
5 Uncomment (remove # in the particular line) and change:
Code:
echo "45" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold;
To:
Code:
echo "[COLOR=red]70[/COLOR]" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold;
6 Select menu/save
7 Press the skull and cross bones icon at the top (this will allow Super User)
8 Press run, close app and enjoy
This will result is slightly slower performance but higher battery life.
If you want even better battery life:
1 Following steps 1-4
2 Add a # at the begining of lines 12
3 Scroll to "pwoersaver" section
4 Remove the # at the begining of lines 31-33 and 43
Code:
#AWAKE_GOVERNOR="ondemand"
#SLEEP_GOVERNOR="ondemand"
# echo "70" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold;
etc
Code:
AWAKE_GOVERNOR="powersaver"
#SLEEP_GOVERNOR="powersaver"
echo "20000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate;
5 Follow steps 6-8 (no need to select super user icon if you already did)
This will result in lower performance, but ultimate battery life
When running in a higher performance mode (especially for gaming) you can disable powersave_bias by changing the 1 to a 0 like this:
Code:
echo "1" > /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias;
echo "[COLOR=red]0[/COLOR]" > /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias;
Powersave_bias only allows the CPU to peak for small increments at a time, and not allow the CPU to remain peaked even when the system calls for it. In gaming, that could result in choppy, laggy perofrmance and slow FPS..
Always leave SLEEP_GOVERNOR="powersave" uncommented (no #) and do not uncomment any other SLEEP_GOVERNOR as this will keep ultimate battery save while screen is off.
Only change values in increments of 5 for the up_threshold.
Line numbers may be different. I'm out of town with my wife and she is demanding my attention now. I will update later...lol
I am not resposible if you do something wrong. Make a back up just in case.
Voltage tables
Voltage tables:
Voltage minimum
Was 1000mV
Now 700mV
Voltage max
Was 1250
Now 1350
With a 25mV step between frequencies; however, 192mV-423mV are all three 700mV
We have waiting so much for this! You specified that it works on cm10 so I guess it "could" work on cm9. Cm9 is a lot more stable. This kernel will certainly make more of us stick to cm10 though.
Sent from my LG-P930 using xda premium
So is this the same test kernel you sent me then?
Sent from my LG-P930 using xda app-developers app
el_venga said:
We have waiting so much for this! You specified that it works on cm10 so I guess it "could" work on cm9. Cm9 is a lot more stable. This kernel will certainly make more of us stick to cm10 though.
Sent from my LG-P930 using xda premium
Click to expand...
Click to collapse
I've only had Lightning Zap! kernel work on 1 device on both CM9 and CM10. You can try it tough. It won't hard brick your device. Worse case scenario, you will have to flash a CM10 ROM then flash LZ kernel...
X0dus said:
So is this the same test kernel you sent me then?
Sent from my LG-P930 using xda app-developers app
Click to expand...
Click to collapse
No, I updated the governor tweak to fix the governor issue... But the rest is the same...
Oh, and added build.prop mod script...
Speedtest.net clocked over 11.5mb upload/3.3mb dl on LTE...
Installed on SU640 CM10 stable , boot without any problem.
Will further report :]
Anyone know if flashing this on liquid nitro would cause any issues?
.... I know.. Probably a dumb question..
Sent from my LG-P930 using xda premium
I believe it is only for cm10 and jb pa... But I could be wrong.
Sent from my LG-P930 using xda premium
---------- Post added at 08:54 AM ---------- Previous post was at 08:50 AM ----------
If I at least hear from here that there is better battery life that's at least close to cm9, I will definitely be switching back to pa or cm10. Please anyone post their battery life experience after full cycle.
Sent from my LG-P930 using xda premium
cashy57 said:
I believe it is only for cm10 and jb pa... But I could be wrong.
Sent from my LG-P930 using xda premium
---------- Post added at 08:54 AM ---------- Previous post was at 08:50 AM ----------
If I at least hear from here that there is better battery life that's at least close to cm9, I will definitely be switching back to pa or cm10. Please anyone post their battery life experience after full cycle.
Sent from my LG-P930 using xda premium
Click to expand...
Click to collapse
This kernel should work on any JB/CM10 ROM. Apparently there is an issue with ROMs built before OCT though.
Updated source code for the vendor files. Check the commits in my github
Working good on cm10 figured it out about the stuck on lg screen it was because of the acid music mod was changing the build prop so if I install without build prop mod of acid it works great
Sent from my LG-P930 using xda premium
How's battery life so far?
Sent from my LG-P930 using xda premium
cashy57 said:
How's battery life so far?
Sent from my LG-P930 using xda premium
Click to expand...
Click to collapse
Not noticing much change from the LZ scripts to be honest.
lordcheeto03 said:
Not noticing much change from the LZ scripts to be honest.
Click to expand...
Click to collapse
You won't right now. Since its phase 1, I'm just introducing lightning zap into the kernel. Now I'm adjusting values and inputting more code to"fine tune"things which is phase 2. Then phase 3...oc/uv...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
thomas.raines said:
You won't right now. Since its phase 1, I'm just introducing lightning zap into the kernel. Now I'm adjusting values and inputting more code to"fine tune"things which is phase 2. Then phase 3...oc/uv...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Well... that explains it, lol.
I'm going to try this out on Liquid Nitro, I'd really hate to upgrade once again to CM10, I feel the camera is horrible but I guess I could restore my backup from v20
---------- Post added at 01:53 AM ---------- Previous post was at 01:50 AM ----------
Wait... do I need to do more then just flash the kernel? That is usually how it goes in other devices.. If I really have to do all the editing to those files I might just wait until a better time.

[App 2.3+]Android Tweaks for Stock and Custom Rom - Jet Fast..

Hi Guys,
Im not a owner of this tweaks while searching in xda i found this, so just copy paste thing the orignal thread : here :good:, all credit goes to Theworld2020 for his great work,
[App 2.3+]Android Tweaks for Stock and Custom Rom - Jet Fast..
Android Tweaks App - for STOCK ROM AND CUSTOM....
App links - Free and Donated Version
Free Google Play Link : Android Mobile Tweaks
Donated : https://play.google.com/store/apps/d...z.donatetweaks
As it is with any other desktop or mobile operating system, the performance of your Android OS will start to diminish after you use it for some time. Mobile operating systems are supposed to be lighter and faster to keep up with our need to be on the move, yet still give us access to everything. Want to have the best of both worlds? Then, it’s time to do some housekeeping.
If you have noticed that your Android phones performance have been ‘slowing down’, particularly after you’ve been loading it up with tons of Android apps (we don’t blame you) from the Google Play store.
With just a few tweaks and changes, you’d probably be able to breathe life into your Android specifically those that have been updated to Android 2.3 and above.
***** Feature *****
Android performances improved at 360°
Radically improved management ram on android
Script lightweight and revised to be adapted to this engine
Improves a lot the graphics: of course Pure Graphic™HD, Pure Dithering Plus™ and... AOSPA 3.60 system tweaks
Scan multimedia time drastically reduced
Network Improvements, 3G experience even in 2G modality
All SQlite database optimized
Enable hardware features turned off by default for a better experience on entry level devices
Greatly increases the score AnTuTu: Try it to believe it!
Reduces the startup time of Android
A version for stock rom and one for CM, to squeeze any roms!
Allows you to play ported games without lags
Cleans the system every 24 hours, thecache every week and the Dalvik every month
Automatically Zipalign on each boot (sensitive to the user)
****** Graphics, Screen, Images ******
Enables a non-aggressive dithering to save CPU
When you lock the device, the engine makes sure that the GPU is turned off
Enables deep sleepalso in the bugged rom
Parts of bravia engine
Of course parts of CrossBreeder (credits to dev)
Of course parts of Adrenaline Engine (credits to dev)
Of course PureGraphics HD, even though I already told you
Of course V6 supercharger
Generates video entropy
****** CPU, Governors, I/O Schedulers *******
Slightly improves the scaling of the frequencies (for better results you need a good kernel)
Lightens the load on the CPU switching the workload to GPU rendering
Enable the swap partition in Android (experimental)
****** Battery *******
Drastically decreased the drainage of battery
Check the activities that consume too much battery stop them with PureWakelocks™
When the phone is charging reduces system services for faster charging
The battery is calibrated on every boot
Disable animation of the system when the battery is nearly exhausted
Improvements in build.prop as regards the part of consumption
******* Compatibility ********
This engine works on any devices with any rom, but there is a version for CM's rom and one for stock based firmwares. So, CMx.x, Lewa Os, MIUI, etc.
Install the stock version only on your stock firmware of your phone....
if your device don't have gingerbread or ICS officially, install the CM version (This also applies to the AOSP)
If you have any issues you directly post in this Thread :fingers-crossed:
How i know if this app work?
1. Just run Antutu Benchmark before and after applied Tweak.
2. Compare the Both Results
3. You can Conclude the Effect.
Hope it Clarify your Doubt, If you Satisfy with this Version, Please try the pro version and support my his work...

Categories

Resources