[TWEAKS]A List of Bulid.prop Tweaks - Verizon Samsung Galaxy S III

Found this while I was doing some searching around. These are well known edits to the build.prop. Just thought it would be nice not to have to look all over the place. This is not my work I am just passing it along.
What is build.prop: The build.prop file is your android handset’s ‘ID card’.
- It tells applications the specifications of your device, so that apps can change their interface or function for your specific device.
- Editing the build.prop file is most commonly used for changing LCD density, build number and your device’s model or manufacturer.
- Changing your ‘fingerprint’, model or manufacturer can trick some apps in the market to become compatible with your device.
SOME OF THESE TWEAKS ARE CAUSING SOME ISSUES. ALWAYS MAKE A BACKUP OF THE DEVICE. I WILL BE TESTING OUT ALL THE TWEAKS AND REMOVING THE ONES THAT ARE CAUSING THE ISSUES.
TWEAKS: build.prop
path: /system/build.prop
# Fast Reboot
persist.sys.purgeable_assets=1
# Increasing The Video Recording Quality
ro.media.enc.hprof.vid.bps=8000000
# Screen Rotate To 270 degree
windowsmgr.support_rotation_270=true;
# Increase VM Heap Size(resolve some fc's)
dalvik.vm.heapsize=64m
# Render UI With GPU
debug.sf.hw=1
# Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
# Video Acceleration Enabled
video.accelerate.hw=1
# Increase Performance
debug.performance.tuning=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Deeper Sleep/Better battery life
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Ringing Will Start Immediately
ro.telephony.call_ring.delay=0
# Disable Error Checking
ro.kernel.android.checkjni=0
# Increase Quality Of MediaStreaming
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# Disable BootAnimation
debug.sf.nobootanimation=1
#Force To Remain Launcher In Memory
ro.HOME_APP_ADJ=1
# Off The Proximity Quiclky After Call
mot.proximity.delay=25
ro.lge.proximity.delay=25
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Disables Debug Icon On Status Bar
persist.adb.notify=0
#Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#wifi to scan less frequently
wifi.supplicant_scan_interval=180
#improve battery under no signal
ro.mot.eri.losalert.delay=1000
#makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
Wipe both Caches in Recovery after adding or changing the above lines
Original Thread: http://www.s3forums.com/forum/galaxy-s3-hacking-mods/474-list-some-build-prop-tweaks.html
Enjoy!

Now i gotta pull they build.prop off my phone and edit It
Sent from my SCH-I535 using xda app-developers app

nosympathy said:
Now i gotta pull they build.prop off my phone and edit It
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
I changed my build.prop -- specifically LCD density, and my phone stopped booting... <.<
had to odin-resurrect it.

tijayz said:
I changed my build.prop -- specifically LCD density, and my phone stopped booting... <.<
had to odin-resurrect it.
Click to expand...
Click to collapse
I changed build prop for Google wallet and the same thing happened to me, had to do the same thing with Odin
Sent from my SCH-I535 using Tapatalk 2

nevermind this post.

yea so I put all these edits in.
# Ringing Will Start Immediately
ro.telephony.call_ring.delay=0
# Increase Quality Of MediaStreaming
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
#Force To Remain Launcher In Memory
ro.HOME_APP_ADJ=1
# Signal Tweaks
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
# NetSpeed 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
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
#wifi to scan less frequently
wifi.supplicant_scan_interval=180
#improve battery under no signal
ro.mot.eri.losalert.delay=1000
#makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
# Fast Reboot
persist.sys.purgeable_assets=1
# Increasing The Video Recording Quality
ro.media.enc.hprof.vid.bps=8000000
# Render UI With GPU
debug.sf.hw=1
# Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
# Video Acceleration Enabled
video.accelerate.hw=1
# Increase Performance
debug.performance.tuning=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Deeper Sleep/Better battery life
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
Click to expand...
Click to collapse
and now I get the custom screen then just a black screen and my phone never boots.

You need to put a disclaimer at the top, USE WITH EXTREME CAUTION!

Yikes. Is this from a VZW version, or international, or something else?
The performance ones sound good, but I'm a little afraid to even try them based on everyone else's experiences.

ponyboy82 said:
Yikes. Is this from a VZW version, or international, or something else?
The performance ones sound good, but I'm a little afraid to even try them based on everyone else's experiences.
Click to expand...
Click to collapse
Leave them alone, unless you know what you are playing with. I guess, you can mess around, but you may have to flash the ROM again.

jcurley said:
Leave them alone, unless you know what you are playing with. I guess, you can mess around, but you may have to flash the ROM again.
Click to expand...
Click to collapse
Yeah, I should clarify that I'm staying away from this. I was just curious. It seems like Samsung would've enabled all the HW acceleration they could.

ponyboy82 said:
Yeah, I should clarify that I'm staying away from this. I was just curious. It seems like Samsung would've enabled all the HW acceleration they could.
Click to expand...
Click to collapse
Not always, but unless you understand what you are changing, you will be doing trial and error. So make a change, if it works, great, if not flash your backup.
that is why I donate to the developers. It is hard work for some of these tweaks.

UNTIL SOMEONE ELSE CAN CONFIRM THIS, DO NOT USE THESE ON YOUR PHONE.
THESE DO NOT APPEAR TO BE USA VERIZON GALAXY SIII FRIENDLY OR EVEN IN ITS OPERABLE RANGE IN SOME CONDITIONS.
I.E.
LCD Density should be more like 300+,
VM Heap is 200+, dropping it down to 64m is unfathomable.
Max events per second are 300+, dropping to 150 will essentially cut your max in 1/2.
These would have probably worked well on my Bionic, Droid, Droid X but not S3.

When I get some time tonight I will test out each one of these and see which ones cause a problem and will remove them.

yeah it looks like there's multiple settings for the max events per second. 500 is more reasonable than 150 to increase performance, but my tweaked build.prop from beans rom is 310 right now and smooth.
vm heap should be ~256m
video recording quality 12000000
again, these are for my device specifically so they could vary if you're on stock odexed/custom rom.

So if running stock or beans stripped rom, the hang up would happen and the phone wouldn't boot.
However, I have figured out a way to get the settings to stick..
I took the zip file from Beans 50GBDropbox Rom, and took build.prop in it and modified it. Once modified, I pushed it back into zip and reflashed the entire package. That made build.prop to stay and work the way I wanted it to. (ie. LCD density @ 240)..
So I don't think its a value limitation, I think it more of a "tamper check" mechanism of some sort.

Signal tweaks and net speed tweaks are for gsm at&t phones not Verizon
Sent from my SCH-I535 using xda app-developers app

Related

build.prop tweaks for all !!!! (2nd update)

Hi guys !!! this is the second update of my previous thread - build.prop tweaks for all !!!! . i hope this helps you !!!!
General Performance
debug.sf.hw=1
Edit existing line,
dalvik.vm.heapsize=48m
persist.sys.ui.hw=1
Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Saves power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=60
wifi.supplicant_scan_interval=180
*If you don’t keep Wi-Fi active lowering the value below the default of 90 seems to make Wi-Fi connect faster after being turned on but will consume more power if turning Wi-Fi off has been forgotten when not in range of a known network.
ro.mot.eri.losalert.delay=1000
*Should smooth out disconnects and reconnects, saving battery. Seems to brake tethering with CM7, let me know if anyone else experiences this issue.
Raises quality of images
ro.media.enc.jpeg.quality=90
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
Increased Media & Streaming Performance
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
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.evdo_b=4096,87380,256960,4096,1 6384,256960
*Note: I don't know why but the forum is placing spaces in the above lines that are not there. The last 3 are for data speeds but have been places here to avoid multiple explanations for the spaces. The spaces are not present when I edit and have even tried retyping them in Word and then pasting the lines in but it still shows the spaces after saving, kind of frustrating. The ends for the above lines should all be the same ending values for each line (=4096,87380,256960,4096,16384,256960). I don’t know why but for whatever reason anytime I save the post the spaces appear.
Disable error checking (Should speed things up a bit)
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
Disable sending usage data
ro.config.nocheckin=1
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
Disable black screen issue after call (Thanks to Whyzor for finding why looking into the other tweaks)
ro.lge.proximity.delay=25
mot.proximity.delay=25
Disable USB Debugging icon from Status Bar. (Just the Icon, debugging remains enabled.)
persist.adb.notify=0
makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
Improve 3g data 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
Wipe both Caches in Recovery after adding or changing the above lines.
If you have used the 3g script put out by the developer of theV6 Turbocharger script then they have already been applied to your device.
Next few can be found in the CM7 Performance settings but am including them in case someone would like to use them on another Rom like Miui.
Lock Home Screen into memory
ro.HOME_APP_ADJ=1
Use Jit (Dalvik just-in-time compiler)
dalvik.vm.execution-mode=int:jit
Enable Surface dithering (Improves image quality at the cost of performance)
persist.sys.use_dithering=1
Allow purging of assets (System can free more Ram when needed)
persist.sys.purgeable_assets=1
Disable animation for faster startup
debug.sf.nobootanimation=1
i hope you guys know how to apply these tweaks . if not , you can browse the tutorial in the first update . waiting for your feedback .
regards ,
hussain .
great work
really greatr work bro.............thanks for this.......i gained some knowledge
raghu hunter said:
really greatr work bro.............thanks for this.......i gained some knowledge
Click to expand...
Click to collapse
more coming soon ......!!!!!
Complete copy/paste of this
http://androidforums.com/triumph-al...-performance-tweaks-updated-04-14-2012-a.html
Learn to mention sources
Burned from my laser torch using pencil cells
Because there is already a Mega thread present by another dev I am closing this thread.. on the basis of blind copy pasting
Its a good trick to boost them thanks meter!
Links above

Build.pro Tweaks for ROM Developer's

while i was surfing on net i found this and thought it will be helpful to our Dev's, so i am posting them here ...
# Fast Reboot
persist.sys.purgeable_assets=1
# Increasing The Video Recording Quality
ro.media.enc.hprof.vid.bps=8000000
# Screen Rotate To 270 degree
windowsmgr.support_rotation_270=true;
# Increase VM Heap Size(resolve some fc's)
dalvik.vm.heapsize=64m
# Render UI With GPU
debug.sf.hw=1
# Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
# Video Acceleration Enabled
video.accelerate.hw=1
# Increase hardware performance
debug.performance.tuning=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Deeper Sleep/Better battery life
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Ringing Will Start Immediately
ro.telephony.call_ring.delay=0
# Disable Error Checking
ro.kernel.android.checkjni=0
# Increase Quality Of MediaStreaming
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# Disable BootAnimation
debug.sf.nobootanimation=1
#Force To Remain Launcher In Memory
ro.HOME_APP_ADJ=1
# Disable Waking Up Of Phone By Volume Buttons
ro.config.hwfeature_wakeupkey=0
# Off The Proximity Quiclky After Call
mot.proximity.delay=25
# Signal Tweaks
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
# NetSpeed 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
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Disables Debug Icon On Status Bar
persist.adb.notify=0
# Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
Source
pudup said:
Looking good.
Sent from my GT-I9103 using XDA
Click to expand...
Click to collapse
Thank you.......
Sent from my GT-I9103 using xda app-developers app
This is under hardware performance
Code:
debug.performance.tuning=1
CallMeVentus said:
This is under hardware performance
Code:
debug.performance.tuning=1
Click to expand...
Click to collapse
Thank you I've edited the post..
this is common everyone must be knowing, just sharing for who doesnt knows
Code:
ro.build.version.release
fake version of ur android
Code:
ro.sf.lcd_density
change density of lcd. (PPI)
Code:
wifi.supplicant_scan_interval
wifi scan interval time, bigger value will make phone to search for wifi at long intervals, usable to extend bat life.
use Rom Tollbox/build prop editior or similar app to directly modify values without notepad editing.
Can anyone please tell what is this and whether this is useful for our phone or not?
http://forum.xda-developers.com/showthread.php?t=991276
Sent from my GT-I9103 using xda premium
nvo2411 said:
Can anyone please tell what is this and whether this is useful for our phone or not?
http://forum.xda-developers.com/showthread.php?t=991276
Sent from my GT-I9103 using xda premium
Click to expand...
Click to collapse
the v6 super charger script is present in NEO ROM v3.0
pankaj88 said:
the v6 super charger script is present in NEO ROM v3.0
Click to expand...
Click to collapse
Hey pankaj buddy, I tried using this script on my phone but got confused with all those options. Can you tell me which is the best setting for our phone? and does this really work?
Note: I'm on a stock ROM.
Anyone?
windowsmgr.support_rotation_270=true;
How helpful is this? Will it allow auto-rotation in TW launcher?
The-Droidster said:
Hey pankaj buddy, I tried using this script on my phone but got confused with all those options. Can you tell me which is the best setting for our phone? and does this really work?
Note: I'm on a stock ROM.
Anyone?
Click to expand...
Click to collapse
place the script in etc/init.d/
flash a kernel that supports init.d scripts.
the script will get executed at every boot..
Sent from my GT-I9103 using xda app-developers app
The-Droidster said:
windowsmgr.support_rotation_270=true;
How helpful is this? Will it allow auto-rotation in TW launcher?
Click to expand...
Click to collapse
Just that it helps when u turn ur phone upside down. It will not work on Launchers (Twlauncher). Its only applicabale to windows inside. Infact, by default, this value has been set to 180 so u can turn you mobile left or right to get the rotation. By making this tweak, u are making it to rotate another 90 degrees to make it a 270 degree rotation. For all the stuffs, where 180 degree is working, 270 degrees will apply to those alone. Not for launchers.
a noob question..
I'm on ICS rom odexed by default, rooted and with ardatdat kernel. Can i use rom toolbox to tweak some of these build.prop parameters? such as wifi scan interval...etc.. ?
chandanbs said:
a noob question..
I'm on ICS rom odexed by default, rooted and with ardatdat kernel. Can i use rom toolbox to tweak some of these build.prop parameters? such as wifi scan interval...etc.. ?
Click to expand...
Click to collapse
yes you can edit build.prop, better use this to edit
https://play.google.com/store/apps/details?id=org.nathan.jf.build.prop.editor&hl=en
I thought i should be on deodexed rom to edit the build prop?
So its fine if i go ahead and use the suggested app to edit the values given in the following thread (created by you) right??
http://forum.xda-developers.com/showthread.php?t=1802639
Looks like i have an issue with launching this app (build prop editor) on ICS rom..
I just got it installed from google play store..
Is it a known issue? If so i will try and indicate this to the developer..
chandanbs said:
I thought i should be on deodexed rom to edit the build prop?
So its fine if i go ahead and use the suggested app to edit the values given in the following thread (created by you) right??
http://forum.xda-developers.com/showthread.php?t=1802639
Looks like i have an issue with launching this app (build prop editor) on ICS rom..
I just got it installed from google play store..
Is it a known issue? If so i will try and indicate this to the developer..
Click to expand...
Click to collapse
Even if the app doesn't work, just copy over the build.prop file to the pc ----> edit it using any of the text editors and then copy it over to the phone in /system. Make sure to have a backup ready...just in case
Thanks.. anyway.. i used the following app (very informative.. and some properties come preloaded.. we can just add them in...) to tweak the build props..
https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor&hl=en

little tweaks

hello i was experimenting with build.prop and hw composition, i tried everything, but one setting that i pulled out from droid maxx build.prop, actually improved performance and battery on my device, change those lines on your build.prop, and if you havent just add it:
debug.sf.hw=0
debug.egl.hw=0
#debug.composition.type=c2d
dev.pm.dyn_samplingrate=1
then reboot and see if there are any difference on battery and performance. :good:
You do know that a line with # in front of it is not being read, right? It doesn't do anything
Me Gusta!
fedef12evo said:
debug.sf.hw=0
debug.egl.hw=0
#debug.composition.type=c2d
dev.pm.dyn_samplingrate=1
Click to expand...
Click to collapse
What does that refer to
Sf.hw
Egl.hw
I'm on broodrom and he disabled this
debug.mdpcomp.logs=0
Something tells me that the egl part has something to do with OpenGL rendering. Did it affect gaming performance by any means?

[Nook HD+][EMMC][CM10.2.1] CARBON JB3 4.3.1 SuperCharged v1.1 [F2FS]

This is a tweaked versions of CARBON-JB-UNOFFICIAL-B11 so all credit goes to @killersloth for the ROM. Without his work this ROM wouldn't be possible. So if you like this ROM please go to the CARBON ROM thread and click the "Thanks" button.
As this is a huge upgrade from my Tweaked Xperia ROM I decided to make a new thread.
I have added the @Jon Lee 10.2.1_ovation-kernel-Mar-22-2015. OptiPNG, Zipped and Odexed the ROM. Patched services.jar with "Ultimate Jar Power Tools". Added my little tweaks to it. Replaced the launcher with the Google Now launcher. I added the Lollipop keyboard and the Sony Walkman music player with the UPNP/DLNA Media Server. Also added a custom sound engine that will greatly improve the sound quality.
When flashing the ROM use TWRP. TWRP can format cache and data to F2FS. Formatting cache and data to F2FS will wipe everything off of the internal SD. So backup before formatting.
As you can see from the attached images when using the "Yellow kernel" with F2FS I am seeing really good benchmarks. So if you can live with the bugs its a smooth and fast ROM.
CARBON-JB4.3-SuperCharged-v1.1-ovation.zip (344M)​
I have also baked in a modified version of Flash that will trick websites into thinking its the desktop version. This will get around blocks like the one used at hulu.com
To get AC3 sound working in MX Player I have included a custom Arm v7-Neon codec.
I have also added some terminal commands to the ROM.
Each command needs to run as root to work. To do this type SU in the terminal followed by the command you want to run.
fixfc - Fix apps force closing.
sclean - Clean the dalvik cache and cache partition
v6 - run the V6 SuperCharger script.
fixalign -ZipAlign AND Fix Permissions
vac - SQLite VACUUM & REINDEX to optimize databases
zepalign - "ZepAlign" / Wheel Alignment Script (ZipAlign) optimizes all your apps
Battery life is pretty good. Watching 720p video and just general usage (web Surfing, listening to music etc. Not Gaming) I am seeing around 4 and half hours screen on time with about 10hrs of total usage.
Please feel free to give feedback. The more info I get the better I can make this ROM. Also it gives me a general idea of how much interest there is in it.
Thanks to:
@rhyang for TWRP.
@Jon Lee for the Yellow kernel.
@jisoo for compiling CarbonRom JB3.
@privateeromally for grabbing the NOOK apps from the Galaxy Tab 4.
Here are my tweaks: (Already built into this ROM)
Universal tweaks to Build.prop
Code:
#Networking
wifi.supplicant_scan_interval=180
ro.ril.disable.power.collapse=1
ro.ril.transmitpower=true
ro.ril.hep=1
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=true
#Misc
ro.media.enc.jpeg.quality=100
ro.media.dec.hprof.vid.quality=100
ro.media.dec.jpeg.memcap=20000000
ro.media.enc.hprof.vid.bps=20000000
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
ro.media.enc.hprof.vid.fps=65
persist.sys.NV_FPSLIMIT=65
persist.sys.use_dithering=2
debug.overlayui.enable=1
persist.sys.ui.hw=1
video.accelerate.hw=1
ro.fb.mode=1
hw3d.force=1
debug.sf.hw=1
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
persist.sys.composition.type=c2d
debug.composition.type=gpu
debug.composition.type=cpu
debug.performance.tuning=1
ro.sf.compbypass.enable=0
persist.sys.purgeable_assets=1
debug.egl.hw=1
debug.egl.profiler=1
ro.vold.umsdirtyratio=20
windowsmgr.max_events_per_sec=90
persist.sys.smoothscrollbar=true
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
touch.presure.scale=0.001
ro.config.hw_menu_unlockscreen=false
debug.mdpcomp.maxlayer=3
debug.gr.numframebuffers=3
debug.gr.swapinterval=1
persist.sampling_profiler=0
dev.pm.gpu_samplingrate=1
#Disable the ADB notification Icon
persist.adb.notify=0
#Disable Google OTA Update checkin
ro.config.nocheckin=1
#Disable Google Report service
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
#Disable Logcat
logcat.live=disable
#Dalvik Tweaks
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=m=y
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.verify-bytecode=false
dalvik.vm.lockprof.threshold=500
dalvik.vm.jmiopts=forcecopy
persist.sys.dalvik.multithread=false
#For Nook HD+ Only
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=79m
dalvik.vm.heapsize=258m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
#Zygote
ro.zygote.disable_gl_preload=true
#Memory Hacks
ro.HOME_APP_ADJ=1
ENFORCE_PROCESS_LIMIT=true
ro.sys.fw.bg_apps_limit=12
ro.config.low_ram=true
#HWUI TWEAKS
ro.hwui.disable_scissor_opt=false
ro.hwui.texture_cache_size=24
ro.hwui.layer_cache_size=16
ro.hwui.gradient_cache_size=0.5
ro.hwui.patch_cache_size=128
ro.hwui.path_cache_size=4
ro.hwui.shape_cache_size=1
ro.hwui.drop_shadow_cache_size=2
ro.hwui.r_buffer_cache_size=2
ro.hwui.texture_cache_flush_rate=0.6
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=256
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=512
hwui.text_gamma_correction=lookup
hwui.text_gamma=1.4
hwui.text_gamma.black_threshold=64
hwui.text_gamma.white_threshold=192
hwui.use_gpu_pixel_buffers=true
hwui.render_dirty_regions=false
hwui.use.blacklist=true
#BATTERY TWEAK
ro.mot.eri.losalert.delay=1000
pm.sleep.mode=1
#Enable Quick Power-On mode
ro.config.hw_quickpoweron=true
Sound Tweaks to build.prop (must include Sound_Engine.zip in the ROM).
Code:
#Beats/Sony
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.somc.sforce.supported=true
ro.service.swiqi3.supported=true
persist.service.swiqi3.enable=1
tunnel.decode=true
tunnel.audiovideo.decode=true
persist.speaker.prot.enable=false
media.aac_51_output_enabled=true
dev.pm.dyn_samplingrate=1
htc.audio.global.state=0
htc.audio.lpa.a2dp=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.enable_dmic=1
persist.htc.audio.pcm.samplerate=44100
persist.htc.audio.pcm.channels=2
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=analog
htc.audio.swalt.mingain=14512
htc.audio.swalt.enable=1
htc.audio.alc.enable=1
#Bravia Engine Service
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
#Sony Xloud & Clearbass +
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.semc.enhance.supported=true
persist.service.enhance.enable=1
ro.semc.clearaudio.supported=true
persist.service.clearaudio.enable=1
ro.somc.dmnorm.supported=true
persist.service.dmnorm.enable=1
ro.sony.walkman.logger=1
ro.somc.clearphase.supported=true
persist.service.clearphase.enable=1
mpq.audio.decode=true
#Resampling
af.resampler.quality=255
persist.af.resampler.quality=255
#Beats Engine
htc.audio.swalt.enable=1
htc.audio.swalt.mingain=14512
Zips are NOT flashable. Must add them manually to a ROM.
no replies ??
Well.. you have to realize, it is an old version of CM to post. I am reading it because I installed cm11 and Bluetooth isn't working- pretty much the main and only thing I want this tablet for(it is just a cheap gauge pod for my car that happens to stream netflix or whatever..
Firstly - F2FS is something most here may not understand. They will understand wiping their sd card. And I do understand what it is, and what the benefits are.. Just not sure it is worth is because..
Secondly - You mentioned bugs. What bugs? What works, what doesn't? An older version of CM I would expect it to be near flawless..
Thirdly- You posted your build prop. Which someone can unzip and see. You didn't show which edits you made, and what they do.
Fourth(ly?) - You mentioned features as if they are baked in, then added zip files of those same features and said they have to manually add them to the rom - I have built roms, so I know what you mean.. most probably do not. Nor do I find it worth the effort, or I would just build my own rom.
Fifth-ly.. your number of posts vs your thanks meter may have many hesitant to flash your rom and hope they don't own a brick. I had probably 5x your posts/thanks before I started doing more than being a contributor.
So less is more, and more is less. If there are bugs, say what they are. Rather than post your build prop as text, just say what you did. And "supercharger" is nothing more than edits people can make themselves- you get more powerful results with a kernel that can be modified, and no offense.. it just isn't useful these days. Devs do far more powerful things on the back end they don't even bother to remember/mention than what the supercharger scripts can do.
Where is your GIT? Are you building from scratch.. or just rebaking a cake that was made for a different device?
IMHO- you just need more time and experience, and you will be building your own build from scratch, pulling little tweaks from different rom developers, and giving them credit.. until then you are just offering up a(maybe?) brick-your-own-device-thread.
I'll pass, but good luck. I at least am trying to offer you feedback at why you aren't getting much response.
KnowledgeBroker said:
Well.. you have to realize, it is an old version of CM to post. I am reading it because I installed cm11 and Bluetooth isn't working- pretty much the main and only thing I want this tablet for(it is just a cheap gauge pod for my car that happens to stream netflix or whatever..
Firstly - F2FS is something most here may not understand. They will understand wiping their sd card. And I do understand what it is, and what the benefits are.. Just not sure it is worth is because..
Secondly - You mentioned bugs. What bugs? What works, what doesn't? An older version of CM I would expect it to be near flawless..
Thirdly- You posted your build prop. Which someone can unzip and see. You didn't show which edits you made, and what they do.
Fourth(ly?) - You mentioned features as if they are baked in, then added zip files of those same features and said they have to manually add them to the rom - I have built roms, so I know what you mean.. most probably do not. Nor do I find it worth the effort, or I would just build my own rom.
Fifth-ly.. your number of posts vs your thanks meter may have many hesitant to flash your rom and hope they don't own a brick. I had probably 5x your posts/thanks before I started doing more than being a contributor.
So less is more, and more is less. If there are bugs, say what they are. Rather than post your build prop as text, just say what you did. And "supercharger" is nothing more than edits people can make themselves- you get more powerful results with a kernel that can be modified, and no offense.. it just isn't useful these days. Devs do far more powerful things on the back end they don't even bother to remember/mention than what the supercharger scripts can do.
Where is your GIT? Are you building from scratch.. or just rebaking a cake that was made for a different device?
IMHO- you just need more time and experience, and you will be building your own build from scratch, pulling little tweaks from different rom developers, and giving them credit.. until then you are just offering up a(maybe?) brick-your-own-device-thread.
I'll pass, but good luck. I at least am trying to offer you feedback at why you aren't getting much response.
Click to expand...
Click to collapse
What was the point of this post?
pinguy1982 said:
What was the point of this post?
Click to expand...
Click to collapse
Are you serious?
xecutionkrk said:
no replies ??
Click to expand...
Click to collapse
I'm more or less responding to this guy, why there's no posts.. Read what I said- it's constructive feedback. Why no one has replied are the multiple reasons I stated below..
If you need me to say it more concisely, most developers have a high level of skill and knowledge, and their work (ROMs) are unique and distinct.
You however released an old version of cm, say it has bugs, not what they are, and basically you describe what sounds like a bad (or dangerous/brick) port of someone else's work.
If it was working for anyone else, I'd like to see their comments that say so.
Sent from my Samsung Galaxy S5 using XDA Free mobile app

[MOD] Boosting your Lenovo A6020 L36 [Stock, PAC and CM13/12.1] - Need Testers

Hello people, I'm an A6020 user and i've maked some mods to custom and stock roms for our device. This device have a very little temperature Thermal Engine and throttle a lot because CPUs core reach the 50ºC temperature instantly when is in hard use. I maked some mods with thermal engine to try to correct bug on LCD brightness in PAC-ROM and CM12/13, incrase some performance and powersave, it's separated in three files: thermal-engine.conf (replace it on /system/etc), 100Tweaks (Replace it on /system/etc), and init.qcom.post_boot.sh (Replace it on /system/etc) these mods includes:
-> thermal-engine.conf :
* Slight LCD brightness reduce to decrase board temperature when sensor "xo_therm" reaches 55ºC, and returns when is in 48ºC;
* Battery charging current decrement start when temperature in "xo_therm" sensor reaches 43ºC and charges it in ~200mA/h when is in 50ºC, all returns to normal when temperature is in 42ºC, you can see the control working in the pictures with my "super" "ultra" usb charging monitor ^_^;
* CPU Smart Frequency Scaling by temperature (Throttling) when reaches 60ºC/55ºC (BIG/LITTLE) on full stress;
* CPU Frequency lock at 1344MHz (BIG cores) and 1113MHz (LITTLE) by temperature (Throttling) when reaches 55ºC / 53ºC respectively on full stress, this temperature is the temperature of SOC (pm8916_tz, you can see in monitoring softwares like HWMonitor) ;
* VDD Restriction to decrase temperature when temperature reaches 75ºC in pop_mem(ALL CLUSTERS WILL BE UNDERVOLTED), but, only a little performance will drop.
->100Tweaks
*msm-adreno-tz GPU Governor to best performance and power saving setting;
*default gpu power level set to 3 (220MHz) to reduce consumption when hardware isn't in use, quickly go to 550MHz when graphics load incrases;
*memory read and I/O scheduler tweaks to incrase overall speed;
*SOC Temperature control enabled;
*Fast charging tweaks;
*Little LCD Backlight decrase to reduce heating and power consumption;
->init.qcom.post_boot.sh
*Interactive governor tweaks, adding more frequency steps and incrasing load response;
*Core control applied to all clusters, making 2 of 4 core hotplug in performance cluster and 3 of 4 core hotplug in powersave cluster (With this, the cores turn up and down automatically when load incrase or decrase, but for now only working on CM12 (in anothers need some kernel modules that are not installed).
I've tested only in A6020L36, please, someone test in L40 and if possible, integrate it in PAC-ROM.
Instructions:
Replace "thermal-engine.conf" in /system/etc - Permissions: RW-R-R (I THINK THERMAL ENGINE WILL WORK FINE ON STOCK ROMs);
Put "100Tweaks" in /system/etc/init.d - Permissions: RWXR-XR-X - Remove 100CPUGPUIO if you already have (THIS WILL NOT WORK FINE ON STOCK BECAUSE STOCK HAVEN'T init.d SUPPORT!);
Replace"init.qcom.post_boot.sh" in /system/etc - Permissions: RW-R-R (MAYBE THIS WILL WORK FINE ON STOCK TOO);
If you wanna try you can add this lines in end of build.prop:
Code:
#Extra Tweaks
ro.config.hw_power_saving=true
persist.sys.use_dithering=0
ro.ril.enable.amr.wideband=1
ro.vold.umsdirtyratio=20
ro.min_pointer_dur=1
windowsmgr.max_events_per_sec=3000
ro.max.fling_velocity=14000
ro.min.fling_velocity=8000
ro.config.hw_fast_dormancy=1
persist.cust.tel.eons=1
persist.sys.purgeable_assets=1
dalvik.vm.dexopt-flags=m=v,o=y
#Qualcomm specific
debug.qc.hardware=true
com.qc.hardware=true
#Graphics
ro.config.disable.hw_accel=false
video.accelerate.hw=1
hwui.disable_vsync=true
debug.performance.tuning=1
persist.sys.use_16bpp_alpha=0
ro.product.gpu.driver=1
#Battery
persist.sys.purgeable_assets=1
ro.ril.disable.power.collapse=0
ro.ril.power_collapse=1
pm.sleep_mode=1
ro.config.hw_power_saving=1
ro.ril.sensor.sleep.control=1
wifi.supplicant_scan_interval=300000
ro.mot.eri.losalert.delay=1000
ro.ril.enable.a53=1
persist.sys.shutdown.mode=hibernate
#Network Tweaks
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 187000
#Image Quality
ro.media.dec.jpeg.memcap=16000000
ro.media.enc.hprof.vid.bps=16000000
ro.media.enc.hprof.vid.fps=60
ro.media.enc.jpeg.quality=100
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=hw
#LMK
ro.sys.fw.mOomMinFree4=146880
ro.sys.fw.mOomMinFree5=215000
ro.sys.fw.mOomMinFree6=398048
Reboot completly two times (two times) and benchmark it!! Post your results!! -> 42000 point is with PAC/CM13, these roms have newer EGL drivers for Adreno 405 and the 3D score is big, performance on games really great too!! 39000 is with CM12.
Thanks!
CHANGELOG 30/08/2016
*Improved Thermal Engine response;
*Tweaks on Quick Charge 2.0
*Frequency scaling targets for battery save
*Build.prop Tweaks for more battery save
*Zipalign apk (system and /data) on boot
CHANGELOG 25/09/2016
*Improved Thermal Engine response / Added PID Algorythm to cluster0, cluster1 and GPU;
*Added Thermal Hotplug on Thermal Engine;
*Improved VDD Restriction (undervoltage) when temperatures is high (per thermal zone temperature detection and undervolting);
*Improved Frequency scaling to throttling and with system loads;
*Improved current throttle in charging with temperature;
*Shuttdown system if some temp in CPU cores reaches 90ºC;
->Now, you can choose thermal config by you daily use - Performance / Ballanced or Powersave;
->Improved migrate rate on clusters (cluster0 or cluster1 of CPUs, preffering cluster 0 (little) to lower loads and cluster 1 (BIG) to high loads to save some power);
->Added pm8916_tz sensor pack to decrase frequency of both clusters and GPU when SOC temperature incrases.
CHANGELOG 09/10/2016
*minor changes in thermal engine and in init.qcom.post_boot.sh;
*included in zip zipalign file (put in /system/xbin - permissions: RWXR-XR-X-);
*included in zip mixer_paths_qrd_skuh file to make some changes in audio.
Remind: 100Tweaks will not work on stock roms because haven't init.d support, if you add some init.d support will work!
Here are my test results. I made three at all.
First I run Antutu just after install pac_A6020_MM.Alpha.1.Official_20160804-140928. Is the "before" screenshot.
Then, install your mod, reboot, and run Antutu again. Is the "after_balanced" screenshot. The animations are more fluid, with more fps, I think.
Finally, I change battery setting to "Performance". In this test, I feel animations just a bit faster, but not that great thing. The strange is the result was 0 (zero), for all results. Then, when I return to Antutu's first screen, it show the result. Is the "after_performance" screenshot.
Thanks a lot for this work. 22% faster than original PAC with balanced! Maybe you can suggest Shreps to include this in PAC!
Will the increase in performance be in stock rom ?? or this is only for pac, cm rom ??
Read first post
Sent from my pac_A6020 using XDA-Developers mobile app
romulocarlos said:
Here are my test results. I made three at all.
First I run Antutu just after install pac_A6020_MM.Alpha.1.Official_20160804-140928. Is the "before" screenshot.
Then, install your mod, reboot, and run Antutu again. Is the "after_balanced" screenshot. The animations are more fluid, with more fps, I think.
Finally, I change battery setting to "Performance". In this test, I feel animations just a bit faster, but not that great thing. The strange is the result was 0 (zero), for all results. Then, when I return to Antutu's first screen, it show the result. Is the "after_performance" screenshot.
Thanks a lot for this work. 22% faster than original PAC with balanced! Maybe you can suggest Shreps to include this in PAC!
Click to expand...
Click to collapse
After applying both mods and rebooting it...i observe the small cpu changed to on demand governor and scaling changed to 200-1200 mhz.....the big cpu no change interactive governor scaling same from 960-1500 mhz..... is this how it should work?? gpu frequency at idle has come down to 220 mhz
Worked very well here in my A6020l36
Sent from my pac_A6020 using XDA-Developers mobile app
Updated! Please, update the files on your devices according to instructions!
Luiz Paulo Damaceno said:
Hello people, I'm an A6020 user and i've maked some mods to custom and stock roms for our device. This device have a very little temperature Thermal Engine and throttle a lot because CPUs core reach the 50ºC temperature instantly when is in hard use. I maked some mods with thermal engine to try to correct bug on LCD brightness in PAC-ROM and CM12/13, incrase some performance and powersave, it's separated in three files: thermal-engine.conf (replace it on /system/etc), 100Tweaks (Replace it on /system/etc), and init.qcom.post_boot.sh (Replace it on /system/etc) these mods includes:
-> thermal-engine.conf :
* Slight LCD brightness reduce to decrase board temperature when sensor "xo_therm" reaches 55ºC, and returns when is in 48ºC;
* Battery charging current decrement start when temperature in "xo_therm" sensor reaches 43ºC and charges it in ~200mA/h when is in 50ºC, all returns to normal when temperature is in 42ºC, you can see the control working in the pictureswith my "super" "ultra" usb charging monitor ^_^;
* CPU Smart Frequency Scaling by temperature (Throttling) when reaches 60ºC/55ºC (BIG/LITTLE) on full stress;
* CPU Frequency lock at 1344MHz (BIG cores) and 1113MHz (LITTLE) by temperature (Throttling) when reaches 55ºC / 53ºC respectively on full stress, this temperature is the temperature of SOC (pm8916_tz, you can see in monitoring softwares like HWMonitor) ;
* VDD Restriction to decrase temperature when temperature reaches 75ºC in pop_mem(ALL CLUSTERS WILL BE UNDERVOLTED), but, only a little performance will drop.
->100Tweaks
*msm-adreno-tz GPU Governor to best performance and power saving setting;
*default gpu power level set to 3 (220MHz) to reduce consumption when hardware isn't in use, quickly go to 550MHz when graphics load incrases;
*memory read and I/O scheduler tweaks to incrase overall speed;
*SOC Temperature control enabled;
*Fast charging tweaks;
*Little LCD Backlight decrase to reduce heating and power consumption;
->init.qcom.post_boot.sh
*Interactive governor tweaks, adding more frequency steps and incrasing load response;
*Core control applied to all clusters, making 2 of 4 core hotplug in performance cluster and 3 of 4 core hotplug in powersave cluster (With this, the cores turn up and down automatically when load incrase or decrase, but for now only working on CM12 (in anothers need some kernel modules that are not installed.
I've tested only in A6020L36, please, someone test in L40 and if possible, integrate it in PAC-ROM.
Instructions:
Replace "thermal-engine.conf" in /system/etc - Permissions: RW-R-R (I THINK THERMAL ENGINE WILL WORK FINE ON STOCK ROMs);
Put "100Tweaks" in /system/etc/init.d - Permissions: RWXR-XR-X - Remove 100CPUGPUIO if you already have (THIS WILL NOT WORK FINE ON STOCK BECAUSE STOCK HAVEN'T init.d SUPPORT!);
Replace"init.qcom.post_boot.sh" in /system/etc - Permissions: RW-R-R (MAYBE THIS WILL WORK FINE ON STOCK TOO);
If you wanna try you can add this lines in build.prop:
Reboot completly two times (two times) and benchmark it!! Post your results!! -> 42000 point is with PAC/CM13, these roms have newer EGL drivers for Adreno 405 and the 3D score is big, performance on games really great too!! 39000 is with CM12.
Thanks!
CHANGELOG 30/08/2016
*Improved Thermal Engine response;
*Tweaks on Quick Charge 2.0
*Frequency scaling targets for battery save
*Build.prop Tweaks for more battery save
*Zipalign apk (system and /data) on boot
Click to expand...
Click to collapse
Does this work on stock rom
Luiz Paulo Damaceno said:
Updated! Please, update the files on your devices according to instructions!
Click to expand...
Click to collapse
Bricked mine with CM13, you should be more specific about wich files we are suposed to replace, like build.prop for example, why is it on downloads if we are not suposed to do anything with it?
rafaellancas said:
Bricked mine with CM13, you should be more specific about wich files we are suposed to replace, like build.prop for example, why is it on downloads if we are not suposed to do anything with it?
Click to expand...
Click to collapse
You broke everything you tried with custom roms in your Lenovo. You already did enought off topic in pac-rom and cm13 threats. If you are not familiar with this things please stay away from custom software, stay in stock and dont bother developers
Enviado desde mi cm_A6020 mediante Tapatalk
AkaFroz said:
You broke everything you tried with custom roms in your Lenovo. You already did enought off topic in pac-rom and cm13 threats. If you are not familiar with this things please stay away from custom software, stay in stock and dont bother developers
Enviado desde mi cm_A6020 mediante Tapatalk
Click to expand...
Click to collapse
I'm just trying to learn man, sorry if I bothered you.
rafaellancas said:
I'm just trying to learn man, sorry if I bothered you.
Click to expand...
Click to collapse
We all here to learn, but learn dont mean complaint developers for everything you broke in your phone. Ill stop here, just an advice, stay in stock.
Enviado desde mi cm_A6020 mediante Tapatalk
AkaFroz said:
We all here to learn, but learn dont mean complaint developers for everything you broke in your phone. Ill stop here, just an advice, stay in stock.
Enviado desde mi cm_A6020 mediante Tapatalk
Click to expand...
Click to collapse
Does this work on stock ROM s051 vibe k5 plus.
could this work on a6020a46? i can't test it right now
SkoopMan said:
could this work on a6020a46? i can't test it right now
Click to expand...
Click to collapse
Please post your result here after you test!
netship said:
Please post your result here after you test!
Click to expand...
Click to collapse
Ok. here is my test result. runing pacrom latest build 20160905 a6020a46
anyway replacing build.prop on a6020a46 cause bootloop so here is my build.prop if OP would edit it to a6020a46 users.
build.prop
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MOB30Z
ro.build.display.id=pac_A6020-userdebug 6.0.1 MOB30Z e52eb67828 test-keys
ro.build.version.incremental=e52eb67828
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0.1
ro.build.version.security_patch=2016-08-05
ro.build.version.base_os=
ro.build.date=Mon 5 Sep 10:26:25 CEST 2016
ro.build.date.utc=1473063985
ro.build.type=userdebug
ro.build.user=build
ro.build.host=shreps.fr
ro.build.tags=test-keys
ro.build.flavor=pac_A6020-userdebug
ro.product.brand=Lenovo
ro.product.name=Lenovo Vibe K5
ro.product.board=A6020
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=Lenovo
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=msm8916
# ro.build.product is obsolete; use ro.product.device
ro.build.product=A6020
ro.product.model=pac_A6020
ro.product.device=A6020
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=pac_A6020-userdebug 6.0.1 MOB30Z e52eb67828 test-keys
ro.build.fingerprint=Lenovo/pac_A6020/A6020:6.0.1/MOB30Z/e52eb67828:userdebug/test-keys
ro.build.characteristics=default
ro.pac.device=A6020
ro.pac.version=MM Beta Official
# end build properties
#
# from device/lenovo/A6020/system.prop
#
#
# system.prop for A6020
#
# Display
ro.lenovo.lcdsize=5
# Required by our RIL blob
ro.telephony.ril.config=simactivation
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
persist.radio.rat_on=combine
ril.subscription.types=RUIM
DEVICE_PROVISIONED=1
# Start in cdma mode
ro.telephony.default_network=9
ro.telephony.3g2g_network=3
debug.sf.hw=0
debug.egl.hw=0
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dalvik.vm.zygotemaxfailedboots=5
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
debug.mdpcomp.idletime=600
debug.enable.sglscale=1
#ro.hdmi.enable=true
#tunnel.decode=true
#tunnel.audiovideo.decode=true
#lpa.decode=false
#lpa.use-stagefright=true
#persist.speaker.prot.enable=false
#
# system props for the cne module
#
persist.cne.feature=1
#
# system props for the dpm module
#
persist.dpm.feature=7
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
media.msm8939hw=0
media.msm8929hw=0
mm.enable.smoothstreaming=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC DIVX DIVXHD
mm.enable.qcom_parser=3407871
# Default to AwesomePlayer
media.stagefright.use-awesome=false
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 131072 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# System property for cabl
ro.qualcomm.cabl=0
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#
# System props for bluetooh
# System prop to turn on hfp client
bluetooth.hfp.client=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
#Set for msm8916
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=64
#Minimum duration for offload playback in secs
audio.offload.min.duration.secs=30
#Enable offload audio video playback by default
av.offload.enable=true
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
#System property for FM transmitter
ro.fm.transmitter=false
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
#Audio voice concurrency related flags
voice.playback.conc.disabled=true
voice.record.conc.disabled=true
voice.voip.conc.disabled=true
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
#property to enable VDS WFD solution
persist.hwc.enable_vds=1
#property to enable narrow search range for video encoding
vidc.enc.narrow.searchrange=1
#property to enable DS2 dap
audio.dolby.ds2.enabled=true
#HWUI properties
ro.hwui.text_large_cache_height=2048
ro.hwui.texture_cache_size=40
# Enable DRM system property
drm.service.enabled=1
#Trim properties
ro.sys.fw.use_trim_settings=true
ro.sys.fw.empty_app_percent=50
ro.sys.fw.trim_empty_percent=100
ro.sys.fw.trim_cache_percent=100
ro.sys.fw.trim_enable_memory=1073741824
#Factory Reset Protection
ro.frp.pst=/dev/block/bootdevice/by-name/config
#Enable B service adj transition by default
ro.sys.fw.bservice_enable=true
ro.sys.fw.bservice_limit=5
ro.sys.fw.bservice_age=5000
#min/max cpu in core control
ro.core_ctl_min_cpu=2
ro.core_ctl_max_cpu=4
# system property for PIP support
persist.camera.pip.support=0
persist.camera.beauty=16
#+Bug 90160 lenovo Android general property
ro.lenovo.region=row
ro.lenovo.device=phone
ro.lenovo.sim=dsds
ro.lenovo.operator=open
ro.lenovo.platform=qualcomm
ro.lenovo.bqb=pass
ro.lenovo.wificert=no
ro.lenovo.series=Lenovo K5
ro.lenovo.adb=apkctl
ro.lenovo.signalbars=four
ro.product.model=Lenovo A6020a40
ro.product.brand=Lenovo
ro.product.manufacturer=LENOVO
ro.lenovo.videocall=false
ro.lenovo.vibeuistyle=true
persist.backgrounddata.enable=false
persist.lenovo.ltetype=CSFB
ro.product.ota.model=Lenovo A6020a40
ro.lenovo.cta=false
persist.lenovo.feedback=true
#-Bug 90160 lenovo Android general property
## +bug143950 dupeiyu.wt add 20160128
ro.lenovo.lcdsize=5
ro.lenovo.cpuinfo=MSM8929,8,1.4
## -bug143950 dupeiyu.wt add 20160128
#fengjuan.wt, add, set default timezone
persist.sys.timezone=Asia/Shanghai
persist.radio.primarycard=true
persist.radio.msim_swap=true
ro.lenovo.ecc_enabled_for_nw=true
audio.offload.disable=1
#zhaoqf_sh add for coutry ISO 2015-12-17 default CN
ro.lenovo.easyimage.code=fr
# Taken from vendor/default
# Properties to overwrite (Default)
#
# disable "keep SIM alive" in LPM feature
#persist.radio.apm_sim_not_pwdn=0
# enable restoring mode_pref when manual select network with rat
persist.radio.restore_mode_pref=1
# hide internal OOS for 5s when modem is camping
persist.radio.ignore_dom_time=5
#set default multisim config to dsds
persist.radio.multisim.config=dsds
persist.radio.always_send_plmn=true
# enable face beautification
persist.ts.postmakeup=true
persist.ts.rtmakeup=true
# disable CM's blacklist
ro.telephony.cm_blklst_on=0
#This is required for the camera
ro.vendor.extension_library=libqti-perfd-client.so
camera2.portability.force_api=1
#Stop spamming
persist.data.qmi.adb_logmask=0
#Bluetooth
ro.qualcomm.bt.hci_transport=smd
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
keyguard.no_require_sim=true
ro.carrier=unknown
ro.com.google.clientidbase=android-google
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.build.selinux=1
persist.sys.dun.override=0
ro.cm.build.version.plat.sdk=6
ro.cm.build.version.plat.rev=0
media.sf.omx-plugin=libffmpeg_omx.so
media.sf.extractor-plugin=libffmpeg_extractor.so
persist.sys.root_access=0
ro.pacstats.url=http://www.pac-rom.com/pages/submit.php
ro.pacstats.name=PAC-ROM
ro.pacstats.version=MM.Beta.Official
ro.pacstats.tframe=1
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Helium.ogg
ro.config.ringtone=Orion.ogg
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=0x0aee01e4786ba7642deb44bbdbd7ae9ca913a8d8000000000000000000000000
SkoopMan said:
Ok. here is my test result. runing pacrom latest build 20160905 a6020a46
anyway replacing build.prop on a6020a46 cause bootloop so here is my build.prop if OP would edit it to a6020a46 users.
build.prop
Click to expand...
Click to collapse
Thanks man! Should this also work for stock ROM. Should I edit my whole build.prop. If not can you please upload build. Prop for stock ROM. Or CM13
netship said:
Thanks man! Should this also work for stock ROM. Should I edit my whole build.prop. If not can you please upload build. Prop for stock ROM. Or CM13
Click to expand...
Click to collapse
I didn't test it on stock. OP should reply to you
I tested this on pacrom it's very good but no hotplugging on device a46
CHANGELOG 25/09/2016
*Improved Thermal Engine response / Added PID Algorythm to cluster0, cluster1 and GPU;
*Added Thermal Hotplug on Thermal Engine;
*Improved VDD Restriction (undervoltage) when temperatures is high (per thermal zone temperature detection and undervolting);
*Improved Frequency scaling to throttling and with system loads;
*Improved current throttle in charging with temperature;
*Shuttdown system if some temp in CPU cores reaches 90ºC;
->Now, you can choose thermal config by you daily use - Performance / Ballanced or Powersave;
->Improved migrate rate on clusters (cluster0 or cluster1 of CPUs, preffering cluster 0 (little) to lower loads and cluster 1 (BIG) to high loads to save some power).
Remind: 100Tweaks will not work on stock roms because haven't init.d support, if you add some init.d support will work!

Categories

Resources