[TWEAKS]build.prop tweaks for N9005[Tested][TOUCHWIZ/CM][UPDATED] - Galaxy Note 3 General

I was searching for build.prop tweaks supporting Note 3, but they were hard to find so I compiled on my own and have been running these tweaks successfully. These are old tweaks but are working better on new phone
I am posting these tweaks here and a user can use any tool like root explorer to edit build.prop file.
/* APPLY AFTER LAST LINE */
debug.performance.tuning=1
debug.sf.nobootanimation=0
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.lte=262144,524288,3145728,262144,524288,3145728
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
persist.adb.notify=0
persist.sys.purgeable_assets=1
pm.sleep_mode=1
ro.camera.sound.forced=0
ro.config.hw_new_wifitopdp=1
ro.config.nocheckin=1
ro.HOME_APP_ADJ=1
ro.kernel.android.checkjni=0
ro.media.dec.aud.flac.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.dec.jpeg.memcap=8000000
ro.media.dec.vid.avi.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
ro.ril.disable.power.collapse=1
ro.ril.enable.amr.wideband=1
video.accelerate.hw=1
wifi.supplicant_scan_interval=120
windowsmgr.max_events_per_sec=150
windowsmgr.support_rotation_270=true
mot.proximity.delay=0
touch.pressure.scale=0.001
ro.telephony.call_ring.delay=0
It's successfully working on N9005 but you may try it on other versions(SM900....), you will definitely see improvements in performance and battery life.
Good Old Advice:
USE AT YOUR OWN RISK AND ALWAYS MAKE A BACKUP BEFORE EXPERIMENTING
Credits:
To all developers
To Google for ANDROID OS
To Samsung for magnificent harwdware
To everyone who has tested and created this tweak(s).

Reserved.
Thanks.
Sent from my SM-N9005 using Tapatalk

Do these also work on CM11 ROMs?
Sent from my SM-N9005 using xda app-developers app

davitox87 said:
Do these also work on CM11 ROMs?
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Tested it on TouchWiz Stock ROM working nicely, but was using the same kinda settings in note 1, there was no issues so yes it CAN work try it.
It won't do any harm.

Working Well on CM11 4.4.2 KitKat..!!!
This mod works very well on CM11 running very smoothly.

Sorry if its off topic but I never noticed any improvements during the years with build prop. Please read this http://androidforums.com/merit-all-things-root/643445-info-build-prop-tweaks-useless-most-them.html

hi there.. i just copy those text line into the build.prop under additional build properties.. am i doing it correctly?

mervin8706 said:
hi there.. i just copy those text line into the build.prop under additional build properties.. am i doing it correctly?
Click to expand...
Click to collapse
Yes, but make a backup of original build.prop by copying it to SDCARD.

At the risk of sounding ignorant, what do some of these do?

coppertop24 said:
At the risk of sounding ignorant, what do some of these do?
Click to expand...
Click to collapse
Because theres so many of them your best bet would be to google each one..and learn what each one does.....It would take someone to write a novel on these...and you may still not understand. ..I googled these through years of research and once you understand believe me you'll be so happy you did it on your own pace and learned them.
Also guys make sure that you do not already have them in your build prop list....90% of the roms out already have most of these, You DO NOT want to add duplicates of them. .

wish777 said:
Because theres so many of them your best bet would be to google each one..and learn what each one does.....It would take someone to write a novel on these...and you may still not understand. ..I googled these through years of research and once you understand believe me you'll be so happy you did it on your own pace and learned them.
Also guys make sure that you do not already have them in your build prop list....90% of the roms out already have most of these, You DO NOT want to add duplicates of them. .
Click to expand...
Click to collapse
:good::good::good::good::good::good::good::good:

Tweaks Updated...!!!

Junior dev bndtme xda
Jack Barrett said:
Sorry if its off topic but I never noticed any improvements during the years with build prop. Please read this http://androidforums.com/merit-all-things-root/643445-info-build-prop-tweaks-useless-most-them.html
Click to expand...
Click to collapse
I found what you have stated above to be very true long ago. Just took for granted that everyone else knew that biuld prop chsnges are bogus and don't work. Most people probaly do not know plane txt code only works till you reboot. Both are similar. People both methods do not work.

Thread closed at OP request.
@bipinbedi feel free to PM me anytime you want this thread open.
Thanks
Razvan
Forum Moderator

Related

enable / disable JIT compiler

how do i enable/disable JIT with recent kernel/ froyo rom
I've read that some cookers keep it enable while other one don't
I would like to test the difference on Thoughtlesskyle's
I think you can enable it when you compile a version of new build... Maybe you can ask to Thoughtlesskyle if he can do it for you
Happy new year.
Cheers.
chourmovs said:
how do i enable/disable JIT with recent kernel/ froyo rom
I've read that some cookers keep it enable while other one don't
I would like to test the difference on Thoughtlesskyle's
Click to expand...
Click to collapse
manu33xtro said:
I think you can enable it when you compile a version of new build... Maybe you can ask to Thoughtlesskyle if he can do it for you
Happy new year.
Cheers.
Click to expand...
Click to collapse
happy new year manu
i just want the command line or the script to do the trick (ie: sh jitenable.sh like compcache or something about dalvik i don't remember)
and another one to verify if it is enable/turned on
I've already read it on several topic but no way to find it again
my wish for 2011 : a good and complete wiki for polaris android user with all this explained
I think it's in the build.prop
enable
dalvik.vm.execution-mode=int:jit
disable
dalvik.vm.execution-mode=int:fast
meknb said:
I think it's in the build.prop
enable
dalvik.vm.execution-mode=int:jit
disable
dalvik.vm.execution-mode=int:fast
Click to expand...
Click to collapse
i see thank you
in CM, we can enable/disable it via option panel so i thought it was possible "live" with every mod with the good kernel
Hi guy,
Happy new year
Can you put here the results of your tests ?
Cheers.
chourmovs said:
i see thank you
in CM, we can enable/disable it via option panel so i thought it was possible "live" with every mod with the good kernel
Click to expand...
Click to collapse
Of course i'll do it
You could probably set it live with setprop ie
setprop dalvik.vm.execution-mode int:fast
Click to expand...
Click to collapse
Not 100% sure as i havent a android device at the moment to test on?
meknb said:
You could probably set it live with setprop ie
Not 100% sure as i havent a android device at the moment to test on?
Click to expand...
Click to collapse
thx, i did an androidupdate.tar with properly configurated built.prop
It doesn't hurt the system but i'm not really sure of my conclusion
Linpack score didn't change a lot in fact...
I wait for better explanation/instruction, if any

[TWEAKS] LOTS OF build.prop tweaks

Hi all! i liked to introduce my own build.prop tweaks that i got from my FRIEND IN GTALK :i know a lot of you think that build.prop is just a file that will let you modify the ROM name in about phone but build.prop is actually a configuration file you write a line of code into build.prop and that line tells the android system what to do.
for example lets take
Code:
debug.sf.hw=X
now this line tells the android OS how to render the UI,
Code:
debug.sf.hw=0
means that the OS uses CPU to render UI and if its
Code:
debug.sf.hw=1
it means that OS uses GPU to render the UI. (notice that we dont have this line in build.prop because our phone CPU and GPU sucks )
ok so now that you all know what build.prop can do lets get to the actual tweaks
**NOTE! If you dont have these lines on build.prop just add them to the last line in build.prop, BUT if you have these then you can just change the values
1.) save power while phone is in sleep mode
Code:
ro.ril.disable.power.collapse=1
2.) make the phone ring faster when dialing out
Code:
ro.telephony.call_ring.delay=1000
3.) make UI and scrolling more responsive (notice that this line should already be in build.prop but with different value)
Code:
windowsmgr.max_events_per_sec=150
4.) save battery by decreasing the amount of time Wifi looks for an access point (now it searchs an wifi acces point every 1.5 minute instead of 45secs)
Code:
wifi.supplicant_scan_interval = 150
5.) Change the Dalvik VM heap size (this line is also in build.prop, you can change the value whatever you like and test if it makes your system more stable but 32m is recommended, and in my phone its 32m by stock)
Code:
dalvik.vm.heapsize=32m
6.) disable usb debugging popup
Code:
persist.adb.notify=0
7.) get better signal and data
Code:
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
8.) enable JIT
Code:
dalvik.vm.execution-mode=int:jit
9.) disable JIT
Code:
dalvik.vm.execution-mode=int:fast
10.) fix that SUPER annoying black screen after/during call (i think its in build.prop already but with higher values)
Code:
mot.proximity.delay=150
11.) to enable lockscreen unlocking with menu button (true=enable and false=disable)
Code:
ro.config.hw_menu_unlockscreen=false
12.) change the lcd density (icons become smaller and you can gett more stuff on your home screen)(change to any value and test it ) **NOTE** this is just an example value
Code:
ro.sf.lcd_density=225
13.) enable Stagefright helps stream Video and Music Faster but may not let you watch recorded videos
Code:
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
ok. now to another tweaks ok so i recently got a bunch of build.prop code from my friend because i helped him on xda but i have no idea what they mean so here they are! (if you know what these mean please leave a reply and share your knowledge!)
Code:
persist.sys.use_dithering=0
Code:
persist.sys.purgeable_assets=1
Code:
dalvik.vm.dexopt-flags=m=y
Mod edit : removed the same dont use huge bold letters pls it looks like ur screaming
**note: my friend gave me most of these tweaks, the only ource i used besides my friend is this, now PLEASE stop quessing the source
MORE TO COME!
P.S ROM devs are free to use these tweaks, just give me the credits and a thanks
reserved for later use
Hmm nice... and very useful ) Congratulations
Our galaxy 3 is becoming epic phone
benzyniarz1 said:
Hmm nice... and very useful ) Congratulations
Click to expand...
Click to collapse
yes it is and nobody in G3 forums hasnt posted these before me... odd
Thank you excellent work mate !!! :d
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Rapier07 said:
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
Click to expand...
Click to collapse
no i didnt... as said my friend gave me these there is only 2 tweaks i took from another site (not xda)
cdesai said:
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Click to expand...
Click to collapse
no, most of these are on POX v.1.5 build.prop
jazux said:
no, most of these are on POX v.1.5 build.prop
Click to expand...
Click to collapse
Please provide the modified build.prop
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
ash!sh said:
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
Click to expand...
Click to collapse
your right, but only 1 tweak is from there you do realize that internet is FULL of sites telling these tweaks (and i have looked 3 diff websites ) and as said almost ALL OF THESE TWEAKS i got from my friend (i have no idea where he got these ), so dont come here to tell what the source is!
is it possible to implement all tweaks into zip updateable via CWM?
max5800 said:
is it possible to implement all tweaks into zip updateable via CWM?
Click to expand...
Click to collapse
yes, but theres so many tweaks... i think its better to apply them manually, its not hard just open root explorer and go to /system, press R/W button and then find build.prop, long press it and choose "open in text editor"
jazux said:
so dont come here to tell what the source is!
Click to expand...
Click to collapse
The first line of your thread:
jazux said:
Hi all! i liked to introduce my own build.prop tweaks that i made
Click to expand...
Click to collapse
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Rapier07 said:
The first line of your thread:
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Click to expand...
Click to collapse
You should also read the WHOLE thread before replying
jazux said:
You should also read the WHOLE thread before replying
Click to expand...
Click to collapse
Yeah I did ! and fyi I've been using these tweaks since long.. no offence but you haven't invented those tweaks! There's no way you can call them your own!!
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Testing this now good find [[]]
dharamg3 said:
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Click to expand...
Click to collapse
Agreed.. i dont have anything against him but what bothers me is people using someone else's work under their name.. that's injustice flto the original dev.. it doesn't take much to give credits, does it?

[CWM][SCRIPTS][TWEAKS] ThunderBolt! v2.3.2 - 12/31/11 [Governor Tweaks Again!]

pikachu01 said:
News
Updated ThunderBolt! to v2.3.2 with governor tweaks and bugfixes.
Introduction
ThunderBolt! is a script package by me, pikachu01 that combines a few notable tweaks shamelessly modified to the max as well as hacks and scripts that I came up on my own(and added tonnes of things over the months of development and testing). Without further delay, please read the rest of the OP
Features
Zach's modified system_tweak (I/O Sched, Readahead, VM, TCP, 3G, BFS/CFS tweaks)
Zach's modified screenstate_scaling script - VM Scaling
Darky's Zipalign script that actually works (modified it a bit to get it actually working. It was broken as is before this.)
Patched libsqlite that disables the need to fsync. Extremely fast database writes.
app_process from Fugutweaks and system_server from Honeycomb 3.2
Quasi-charged! - Only using Supercharger's script but with ThunderBolt!'s own LMK/ADJ/OOM. Supercharger Update9 RC3.2.
zipalign binary
sqlite3 binary
remount script - Included in /sdcard/bolt_scripts/
sqlite_optimize script - Included in /sdcard/bolt_scripts/
Benefits
Better performance, better battery life through Linux kernel tweaks catered for Android OS and flash memory.
Better battery life and performance through usage of screenstate_scaling whereby it switches governors/thresholds/VM depending on your screen state.
Better performance and battery life for database writes as fsync is not utilized anymore.
Better network throughput from TCP tweaks and 3G tweaks
Less RAM usage through zipalign. I found that market apps like Viber and PlantsVsZombies aren't zipaligned. Oh and Swype too. Surprised? Me too.
Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access through defragmentization of sqlite db files (a lot of apps use Database to store data like Swype dictionaries, Game saves etc)
Faster disk access through remount script (noatime, disable barrier etc)
Less lags through Quasi-charger, with mutltasking (e.g. NFS shift + Opera mobile with 5 tabs fully opened and no lags)
Requirements
Android Gingerbread 2.3.x
At least 2MB free on /system (Delete unused ringtones or useless apps like Aldiko/Allshare etc).
Root
Kernel that supports init.d
Ext4 lagfix if you want to use the remount script
Downloads and changelogs are in the:
Original ThunderBolt! thread
Any support for Galaxy S SLC must be placed here rather than the original thread.
A few Galaxy SLC owners kindly asked me to post here so that the goodness of ThunderBolt! is shared to the masses.
Note: Some addons are device specific (labelled with i9000 for example). You can try using it, but it is not guaranteed to work. Something like 3G for i9000 should ring some bells as i9000 supports a lower speed compared to Galaxy SL.
Click to expand...
Click to collapse
Here is the EXACT Qutoe from pikachu01. Some Tweaks for our phone!
I saw it posted everywhere and not here!
Credits to Him!
Shamelessly copied xD
Just FLASH THESE!
http://forum.xda-developers.com/attachment.php?attachmentid=836362&d=1325312674
Add-ons are not for our phone. They are device-specific
MAKE A NANDROID BACKUP BEFORE FLASHING.
This looks useful... But the original thread is very long and confusing, and it has many many files..didn't see the specific file for i9003. Can you please post link to the exact file with simplified instructions.
Thanks
Sent from my GT-I9003 using Tapatalk
that's not for i9003!
only for i9001 .i9000.i9100
it will work on i9003 also
mustali said:
This looks useful... But the original thread is very long and confusing, and it has many many files..didn't see the specific file for i9003. Can you please post link to the exact file with simplified instructions.
Thanks
Sent from my GT-I9003 using Tapatalk
Click to expand...
Click to collapse
+1
For noobs like me, i dont understand how to use the script but want to use it. Maybe a simple instruction and single link to download the script is helpful.
Thanks in advanced for those who willing to help and sharing information.
kkrraazzyy said:
it will work on i9003 also
Click to expand...
Click to collapse
as-is and already tested and confirmed working? or needs to be modified to work on our phone?
after spending some times reading the original thread...
the first post I still can understand how it works.
There are many files attached in the first post, those with "restore" is to revert back to original if you already tweaks it. But none of them is for i9003.
the files "ThunderBolt-CWM v2.3.2.zip" is the main files for thunderbolt tweaks. Flashing instructions already included in the first post.
So, the second post...stuck at half way reading...confuse and confuse...
basically doesn't understand what will each script doing...
Why post a thread like this thats has been copied from the original op.you can just post the link..this could lead the adventurerous mind of sl user as per script is diffrent depending on the phone..copy pasting is a not good manner as the op did a hard job on making it..
Sent from my GT-I9003 using Tapatalk
Rohan has given all cedits to original developer so no problem in posting thread. I just want to ask that which files we should use or we have to modify as per our phone??? Also what is meaning of addon??? Rohan I think u should describe OP just a little bit.
Please send us the links(only) which we are going to download... i might get the wrong one and ruin my phone....
Wahaha123 said:
Please send us the links(only) which we are going to download... i might get the wrong one and ruin my phone....
Click to expand...
Click to collapse
Just FLASH THESE!
http://forum.xda-developers.com/attachment.php?attachmentid=836362&d=1325312674
Add-ons are not for our phone. They are device-specific
some tweaks ARE device specific
example-mount partitions
sakindia123 said:
some tweaks ARE device specific
example-mount partitions
Click to expand...
Click to collapse
Dude,
Flashed the above zip on
-> I9000 - Worked fine
-> HTC Desire HD - Worked Fine
-> HTC Evo Shift - Worked Fine
-> Galaxy S2 - Worked Fine
-> Galaxy Note - Fine.
-> iPhone 4S - Yeaah! I joked
Whats the reason to flash it?
Sent from my GT-I9003 using XDA App
HeathenMan said:
Whats the reason to flash it?
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Please READ the link in the OP (The Quote)!!
Can you link the page btw the script version of the original post so we can update if new versions are released?
Sent from my GT-I9003 using XDA App
HeathenMan said:
Can you link the page btw the script version of the original post so we can update if new versions are released?
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Uhhh? I have done it looong back? :/
anyone tried?
Does it has any conflict with UC kernel?
KPQ, UC-Kernel v7 non-oc - i dont notice any change? But its successfully flashed
Edit: since flashing my sd speed increase value is changing to 265 instead of 2048
Sent from my GT-I9003 using XDA App
Flashed ,Sd card read speeds have reduced but write speed increased.

[Q] Camera Brightness

How to prevent the Camera app from forcing 100% screen brightness?
It's draining my battery about 2-5% per few minutes.. And what about video making for 30mins?
Phone: CLICK HERE
Rooted, CWM installed, if that helps
what is this phone you're using? the link is dead..
and if you have rooted your device, try to make a custom prompt for you camera application to make it run for your desire.. It can be done with busybox or ROM toolbox..
Rei Zazie said:
what is this phone you're using? the link is dead..
and if you have rooted your device, try to make a custom prompt for you camera application to make it run for your desire.. It can be done with busybox or ROM toolbox..
Click to expand...
Click to collapse
Feiteng H9500+ (13mp camera)
Can you explan 2nd part with steps? I'm not familiar with those prompts and etc.
Please?
Download rom toolbox and u ll get there... U could learn it from the rom description itself...
Good luck...
Sent from my Xperia U using xda app-developers app
Karchikumar said:
Download rom toolbox and u ll get there... U could learn it from the rom description itself...
Good luck...
Sent from my Xperia U using xda app-developers app
Click to expand...
Click to collapse
Downloaded. What to do now?
Please
Fregedin said:
Downloaded. What to do now?
Please
Click to expand...
Click to collapse
well... not that simple as stated above... making a custom prompt is not that simple from ROM toolbox pro nor busybox.. you have to learn first how to make a prompt... I will try to find you a right prompt for your application....
Thanks. I hope you will help me
And is there any program or build.prop tweak to improve in-call sound and speaker? Even a little bit?
Fregedin said:
Thanks. I hope you will help me
And is there any program or build.prop tweak to improve in-call sound and speaker? Even a little bit?
Click to expand...
Click to collapse
It's ok..
If you want to improve your own sound and speaker, I suggest you to give a try for several custom ROM, because even if you make it yourself, there will be some bugs recalling your ROM that is compatible with your changes or not... And if you make more bugs, you will face a hard time to resolve it..
Just tried few roms - the same. Any news for camera?
Check the description of lux auto brightness app in the playstore may be that app will help you
Sent from my GT-S5360
Fregedin said:
Just tried few roms - the same. Any news for camera?
Click to expand...
Click to collapse
Ok, so if you want to try your own build.prop for camera.. I found this one...
this is a build.prop command to improves your camera app
***Warning***
do not do this if you don't know what you are doing
Increases quality of photo and videos
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
Raises quality of JPEG images
ro.media.enc.jpeg.quality=90 or 100 (your choice)
Better camera and video taking results
camera/camcorder mods
ro.media.capture.maxres=8m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.capture.flash=led ***May interfere with Xenon
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=70
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
credit to Woody
from thread http://forum.xda-developers.com/showthread.php?t=1331351
that's a quick post, check the thread if you need further information if you need help...
You haven't helped at all
I have seen this before, that's why I'm asking XDA members to help me.
I WANT TO DECREASE SCREEN BRIGHTNESS WHILE IM IN CAMERA.
please ...
well unfortunately, I never tried to adjust camera brightness using build prop, and I think no one discovered that yet recalling the camera from different devices have their own camera setting... so they just didn't give to much attention for this kind of problem...
how about the other custom ROM? are you sure your device gives no better custom ROM for this problem?
Because I believe other devices will have better custom ROM...
ROMs for this phone: original, xperia(custom), Saphyre S4 V2(custom), unbrick your phone ROM . DRX(custom)
All here: http://www.needrom.com/phone-roms/feiteng/h9500-h9500/
those,mentioned adove, already tried, nothing helps.
---------------------------------------------------------------------
Tried to install xLOUD via cwm. Nothing... No improvment. Any good alternative or working xLOUD.zip ?
Fregedin said:
ROMs for this phone: original, xperia(custom), Saphyre S4 V2(custom), unbrick your phone ROM . DRX(custom)
All here: http://www.needrom.com/phone-roms/feiteng/h9500-h9500/
those,mentioned adove, already tried, nothing helps.
---------------------------------------------------------------------
Tried to install xLOUD via cwm. Nothing... No improvment. Any good alternative or working xLOUD.zip ?
Click to expand...
Click to collapse
hmmm.... sorry,, but I also never tried to change Camera Brightness using build.prop....
sorry, that's all I can help...
Anyone else, please?
I need something like app that sets screen brightness to my custom % at apps(camera, settings and etc..) but I need only at camera.

Best "VERIFIED" Build.Freaking.PROP Tweaks Thread

With such a great hardware, and with Root acquired, its time to build optimizations through the Build.prob settings file.
Please share your VERIFIED tweaks and/or additions that will enhance overall performance and Battery life.
Using Build.prob can easily have a very good impact on this beast without too much effort.
Make sure to BACKUP your stock file which is located in SYSTEM folder, just in case things gets messed up during the process.
I also want you guys to share HOW to revert to an older backup of the Build.prob file if the phone bootloops or does not complete a bootup after entering wrong values.
So far I tried the infamous ( wifi.supplicant_scan_interval = 300 )
Thats 5 minutes scan instead of 15 seconds, this is just perfect for the Battery.
Next up is using the faster and more secure Google DNS Servers
net.dns1=8.8.8.8
net.dns2=8.8.4.4
Finally, there is a robust thread for the OPO that utilizes various Tweaks, we just need to Cheat and use some of them on our v10, but as always, Play Safe, Use Condoms
Link is :
https://forums.oneplus.net/threads/updated-best-build-prop-tweaks-for-your-opo.317488
UPDATE, TITLE FIXED, my bad !
Regards;
Will
as per @Exconvict here http://forum.xda-developers.com/showpost.php?p=64691742&postcount=3, changing "persist.splitwindow.support_all" to true gives accessibility to all apps in the MultiWindow selection.
What app did you use to change the WiFi scan interval without having problems with the stock kernel stalling?
Amd4life said:
What app did you use to change the WiFi scan interval without having problems with the stock kernel stalling?
Click to expand...
Click to collapse
Stalling where? I just edited the build.prop (prior to this thread) with FX File Explorer.
is there any reason why I dont have the wifi.supplicant or google dns props on my build.prop file? I cant find it with build prop editor or using es file explorer?
stock/xposed
edit: nevermind I just realized I'm supposed to just add to the end of the build.prop
*build.prop
mikeyinid said:
*build.prop
Click to expand...
Click to collapse
Lmfao ???
Sent From My LG V10
Been trying some of these out... Namely battery life, RAM management, and IPv4 fixes... I'll post back soon...
Sent from my LG-H901 using Tapatalk
ZDeuce2 said:
Been trying some of these out... Namely battery life, RAM management, and IPv4 fixes... I'll post back soon...
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Please Do share with us your endeavors.
Thanks !
Following up with you guys, I'm mainly interested in a bit of Performance boost and some battery tweaks, we need an advanced user that can have a look at the link in OP for the OPO, and suggest some of the tweaks that are proven to work without hindering the v10.
Thanks.
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
Working....
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
Working...
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
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.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
Working...
ro.config.nocheckin=1
Working...
That's what I'm running right now, plus WiFi and signal tweaks I've posted in my thread in tmo v10 development.
Sent from my LG-H901 using Tapatalk
I just added these and now my phone is sitting at the LG boot logo lol.
ZDeuce2 said:
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
Working....
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
Working...
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
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.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
Working...
ro.config.nocheckin=1
Working...
That's what I'm running right now, plus WiFi and signal tweaks I've posted in my thread in tmo v10 development.
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Are these the same tweaks in the build prop of the latest greezepop?
ratchetrizzo said:
I just added these and now my phone is sitting at the LG boot logo lol.
Click to expand...
Click to collapse
And i cant manually get into recovery.
When I hold power and volume down during boot it just reboots eventually
same thing if i hold volume down and power, release at the lg logo then hold them down again.
If I hold all three down i get a white IMEI screen.
What am I doing wrong trying to get in recovery manually? I know its there cause I could boot in to it from the rom.
Edit...
I fixed it, i got twrp to manually boot from power off and restored the original build prop. I is retarded.
Now I'm going to mess with it again and see what I break
The added build properties work fine on my device running the initial greezPop release
Megaflop666 said:
Are these the same tweaks in the build prop of the latest greezepop?
Click to expand...
Click to collapse
No, none of these are yet... These are one I was messing around with yesterday... GreezePop is everything in my WiFi tweaks thread currently...
Sent from my LG-H901 using Tapatalk
---------- Post added at 05:15 PM ---------- Previous post was at 05:13 PM ----------
The top and bottom are battery/RAM management, other two are for WiFi connectivity.
Sent from my LG-H901 using Tapatalk
ZDeuce2 said:
No, none of these are yet... These are one I was messing around with yesterday... GreezePop is everything in my WiFi tweaks thread currently...
Sent from my LG-H901 using Tapatalk
---------- Post added at 05:15 PM ---------- Previous post was at 05:13 PM ----------
The top and bottom are battery/RAM management, other two are for WiFi connectivity.
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Link to your thread please ?
Willy318is said:
Link to your thread please ?
Click to expand...
Click to collapse
WiFi thread...
http://forum.xda-developers.com/showthread.php?t=3281170
Various mods thread...
http://forum.xda-developers.com/showthread.php?t=3292768
Sent from my LG-H901 using Tapatalk
Until the title of this thread is edited I just can't take it serious lol.
mikeyinid said:
Until the title of this thread is edited I just can't take it serious lol.
Click to expand...
Click to collapse
Damn, I just noticed that... Lol...
Sent from my LG-H901 using Tapatalk

Categories

Resources