[Tweaks] Tweaks build.prop for any GingerBread ROM - XPERIA X8 Android Development

NOTE: This tweaks are only for Gingerbread ROMs (2.3.x) !
USE AT YOUR OWN RISK !
IMPORTANT: If you add this tweaks to a ROM that will be posted on XDA-Developers give me credit for avoid problems.
Hello guys, now I will introduce some tweaks for any GB ROM, this will improve battery life, performance, and much more
To install you need a text editor and a file browser ... (Root Explorer can do this )
1.- Open the build.prop file that is in /system
2.- At the end of the file copy the contents of the next post quote...
3.- You should be concerned that the build.prop file ends with an empty line ...
4.- Reboot and enjoy the great performance
What do this:
-Improve 2D/3D Performance
-Enable HW Acceleration and Force it.
-Better Management of Dalvik VM
-Frees More RAM

Tweaks
# Tweaks by MaTyRocK
# Display Config
persist.sys.scrollingcache=2
persist.sys.use_16bpp_alpha=1
persist.sys.use_dithering=0
windowsmgr.support_rotation_270=true
# Performance
debug.sf.nobootanimation=1 #disables bootanim for faster booting up time.
ro.HOME_APP_ADJ=-25
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.lockprof.threshold=500
dalvik.vm.execution-mode=int:jit
dalvik.vm.heapsize=64m
ro.compcache.default=0
persist.service.compcache=0
persist.sys.purgeable_assets=1
# Hardware Acceleration
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.performance.tuning=1
debug.kill_allocating_task=0
# GPU
com.qc.hardware=true
video.accelerate.hw=1
persist.sys.ui.hw=1
hw3d.force=1
ro.opengles.version=131072
debug.sf.hw=1
debug.enabletr=true
debug.composition.type=gpu
# Battery
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# End Tweaks by MaTyRocK #

Changelog
Not content

This works?
Do this work?

Here is a suggestion to make this thread/sticky better.
After writing down the command you can write next to it using red color,meaning of the command.
EXAMPLE
HTML:
#debug.sf.nobootanimation=1 #No bootanimation -> disables bootanimation for faster booting up time.
Give it a try,it will make this thread more meaning and everyone will learn something new.

Works
Apostol5 said:
Do this work?
Click to expand...
Click to collapse
Yeah, this works... i tested on Android 2.3.7 and this does my phone very better than before.

Okay bro
Lukenda said:
Here is a suggestion to make this thread/sticky better.
After writing down the command you can write next to it using red color,meaning of the command.
EXAMPLE
HTML:
#debug.sf.nobootanimation=1 #No bootanimation -> disables bootanimation for faster booting up time.
Give it a try,it will make this thread more meaning and everyone will learn something new.
Click to expand...
Click to collapse
Okay bro, thank you for your suggestion.

hehe... NIce share bro,,,
now, any ROM used this tweak... thanks for sharing

where did you imitate this Tweak Codes?
its already exist for ages... this is not something new...
but its helpful for others.
overall a nice share and can able to use for new ROM builders.

Ariefuno Recca said:
hehe... NIce share bro,,,
now, any ROM used this tweak... thanks for sharing
Click to expand...
Click to collapse
Thanks
Hopefully, thus the tweaks become popular and serves more users
95mediatech said:
where did you imitate this Tweak Codes?
its already exist for ages... this is not something new...
but its helpful for others.
overall a nice share and can able to use for new ROM builders.
Click to expand...
Click to collapse
This is a recopilation of tweaks from other devices that have a 2.3.7 ROMs...
Maybe, later I'll add more tweaks for media, netspeed, and many others... but for now, only for performance.

this just for 2.3 ?? not support 4.1 ??

vuiseng said:
this just for 2.3 ?? not support 4.1 ??
Click to expand...
Click to collapse
only 2.3 :/

vuiseng said:
this just for 2.3 ?? not support 4.1 ??
Click to expand...
Click to collapse
I think that the title is very understanable)) its not in japanise language)
Sent from my E15i using xda app-developers app

Related

Tips, tricks and tweaks for boosting your phone

Tweak your Android phone​
Improve overall performance, prolong battery life​
[revised]​
FOR ROOTED PHONES ONLY!​
Contents:
1. build.prop
2. sysctl.conf
3. init.d
4. V6 supercharge
5. APK optimisation
6. odexing
7. stock camera high quality video rec&100% jpeg quality
8. misc.
9. FUGU tweaks
!WARNING!
BEFORE you start modifying/tweaking any system files, make a BACKUP!
In that case you're save and you have the option to restore the system if you mess something up!​
1. build.prop
For editing build.prop you'll need a file explorer like Root Explorer which is a paid app, or you can use any root enabled file explorer.
Solid Explorer is a really good one!
build.prop is located in /system.
You can also use Android Commander to pull the file to your PC, edit it, then push it back to the phone.
Here's a collection of build.prop tweaks which should improve performance:
NOTE: I've commented values (#) which I'm not really sure about what they do exactly, or I find they are optional.
Test them yourself if you want. remove # in front of line, if you want to enable it.
---------------------------------------------------------------------------------------
# MEDIA TWEAKS
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
# MISCELLANEOUS TWEAKS
wifi.supplicant_scan_interval=150 #sets wifi scan frequency
windowsmgr.max_events_per_sec=90 #This number equates to the refresh rate * 1.5 Android maxes at 60fps.
# faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# improve voice call clarity
ro.ril.enable.amr.wideband=1
# minimize the time Android waits until it rings on a call (not really necessary if you're not experiencing problems)
ro.telephony.call_ring.delay=0
# disable error checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# disable logcat
logcat.live=disable
# faster youtube?
ro.ril.hep=0
# Faster boot
persist.sys.shutdown.mode=hibernate
# disable animation for faster startup
#debug.sf.nobootanimation=1
# disable USB debugging icon from status bar
persist.adb.notify=0
#HARDWARE RELATED TWEAKS
# Render graphics with GPU&CPU?
debug.composition.type=CPU
debug.composition.type=GPU
# should improve responsiveness through Hardware Rendering
debug.sf.hw=1
persist.sys.ui.hw=1
debug.egl.profiler=1
debug.egl.hw=1
# Qualcomm display settings
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
# BATTERY SAVING
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000 #smooths out network disconnects
ro.config.nocheckin=1 #disable sending usage data to google
# sleep modes
pm.sleep_mode=1
#usage:
#pm.sleep_mode=0 -> collapse suspend
#pm.sleep_mode=1 -> collapse (will totally power off the cpu)
#pm.sleep_mode=2 -> sleep (cpu is still on, but put into low power mode (registers are still saved)
#pm.sleep_mode=3 -> slow Clock and Wait for Interrupt (lowered frequency and voltage)
#pm.sleep_mode=4 -> wait for interrupt (no change in cpu clock or voltage)
# DALVIK TWEAKS
dalvik.vm.execution-mode=int:jit #Dalvik just-in-time compiler
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=a,u=y #first remove the existing dalvik.vm.dexopt-flags line before putting this one!
# if you get problems like apps not starting, not getting root although you're rooted, change this to m=v,o=y
dalvik.vm.jmiopts=forcecopy
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=18m #make sure this value is a little less than half of the heap size
dalvik.vm.heapsize=42m #change this to a value you like. 42m is not an universal value, you can also set it to 64m
# TCP buffers
net.tcp.buffersize.default 4096,87380,704512,4096,16384,110208;
net.tcp.buffersize.wifi 524288,1048576,2097152,262144,524288,1048576;
net.tcp.buffersize.lte 524288,1048576,2097152,262144,524288,1048576
net.tcp.buffersize.hspa 4094,87380,704512,4096,16384,262144
net.tcp.buffersize.umts 4094,87380,563200,4096,16384,110208
net.tcp.buffersize.gprs 4094,87380,256960,4096,16384,110208;
net.tcp.buffersize.edge 4094,87380,256960,4096,16384,110208;
# DEACTIVATED LINES
# minimize the time Android waits until it rings on a call (not really necessary if you're not experiencing problems)
#ro.telephony.call_ring.delay=0
# proximity sensor delay (not really necessary if you don't experience black screen issue after cal)
#mot.proximity.delay=25
#ro.lge.proximity.delay=25
# disable error reporting. may possibly breake some apps.
#profiler.force_disable_err_rpt=1
#profiler.force_disable_ulog=1
# locks launcher in memory (not recommended on low RAM devices)
#ro.HOME_APP_ADJ=1
Click to expand...
Click to collapse
---------------------------------------END---------------------------------------------
build.prop tweaks listings with explanation:
Improving performance of your Android device through optimizing Build.Prop settings | Niranjan Thilak
Examining build.prop tweaks for Android ICS: A comprehensive guide (Part 1) | Jeff Mixon
2. sysctl.conf
About sysctl: http://en.wikipedia.org/wiki/Sysctl
sysctl.conf improve battery:
[MOD] Improve your battery life - xda-developers
sysctl.conf Data speed increase (wifi/3g/4g)
Data speed increase (wifi/3g/4g) - xda-developers
3. init.d
Enable init.d for Xperia STOCK ROM:
[Script] init.d for STOCK ROM - xda-developers
Enable init.d for all ROMs:
http://forum.xda-developers.com/showthread.php?t=1933849
Some init.d tweaks/scripts:
Loopy Smoothness Tweak: [Script]Loopy Smoothness Tweak[TUT] - xda-developers
Smurfed Out script: [SCRIPT/TWEAKS] [Team D.I.R.T.] Smurfed Out V 6.6 (ultimate build.prop/init.d) 4-21 - xda-developers
Adrenaline™ Engine:[CWM][SCRIPTS][TWEAKS] Adrenaline™ Engine | STOCK 4.2 | CM 4.2b | 4/6 - xda-developers
ZV6:[MOD][ALL ROMS][TweakZV6] Init.d best tweaks[Flashable] Increase your performance ) - xda-developers
Thunderbolt!: [SCRIPTS][TWEAKS] ThunderBolt! v2.7.7 - 8/1/12 [Better Battery Life & Performance!] - xda-developers
X-PLODE:
Even more scripts: http://forum.xda-developers.com/showthread.php?t=1928464
4. V6 Supercharging
][Script-U9RC8.2]Be A Super User! Use The -=V6 SuperCharger=- Lag, Redraw & RAM Fixer! - xda-developers
1.] Download V6 supercharger and place it on your SDcard. Optionally you can rename it to a simple name like V6.
2.] Download&install script manager from google play.
3.] open script manager and grant it root privileges.
4.] Load downloaded script by selecting it, tap superuser (SU) icon (it will turn green)
5.] Tap 'run' in upper left corner
6.] touch the screen to open keyboard.
7.] it will ask to set scrolling speed, select 1 or 2 or 3 and then enter. Or select 0 for instant display.
8.] let it run until it stops scrolling. It will then ask you "Please Enter Option [1-30]:"
9.] Choose 10 for automatic calculation of settings (V6 cust-oomizer), or choose for yourself. My personal choice is 5 [Multitask]
10.] let it do it's thing... after it's finished it'll ask you if you want to super clean&reboot, do it.
To verify if the script has been installed, run it again after reboot.
If all is gods, you should get "Launcher is HARD TO KILL! ie. SUPERCHARGED" and "SuperCharger Level: 100% SuperCharged!"
Also try -=Ultimate Jar Power Tools=- by zeppelinrox: http://forum.xda-developers.com/showthread.php?t=1914159
5. APK Optimisation
][DEVS] Optimize all APKs automatically, Reduce memory footprint! [Now with Zipalign] - xda-developers
What it does: Makes APK's smaller by compressing PNG files in it. You gain a bit more space on internal storage, and smaller memory footprint!
Download this file http://forum.xda-developers.com/attachment.php?attachmentid=233101&d=1254347893 and extract it somewhere. Preferably to your desktop. The folder is named apkopt by default.
Open your ROM's zip. Open system and extract app folder to desktop.
Select all APK's inside app folder and copy/move them to apkopt folder.
Press win+r which opens run, type cm which opens command prompt.
now navigate to whereveryour apkopt folder is and type "apkopt_all".
The process will start, and it will take some time to finish.
It will create two new folders, "optimized" & "original".
Your optimized APK's are obviously in the optimized folder.
You can compare how much in size they've shrinked, for some ROM's you can gain as much as 20Mb!
Create new folder called "app", and place all optimized APK's in it.
Open you ROM zip again, go to system and replace the app folder with the optimized one.
Now you can flash the ROM
6. ROM odexing
][ODEX] on Any ROM - xda-developers
Odexing pros:
Faster boot, faster app loading, gain more space in internal storage.
deODEXED pros:
Modification of apk becomes easier
ROM is open to theme modifications
Further odex vs deodex info: xda-developers - View Single Post - [ODEX] on Any ROM
So, I think if you're not a ROM or theme maker, you should be good to go
Download this file:
odex-cwm.zip and put it on your SDcard.
Reboot phone into recovery and flash zip. It's as simple as that
WARNING! Make sure you make a nandroid backup before you flash it!
To odex single files only: http://forum.xda-developers.com/showthread.php?t=1879128
7. Camera mod
[MOD][ICS&GB][4/26/12]Camera HQ Mod: Extreme vs High (UPD: MDPI GB version updated) - xda-developers
ONLY for Sony stock camera app!
8. misc.
Collection of various tweaks on XDA:
Collect of tweaks, scripts, optimizations for Xperia Devices - xda-developers
Get more RAM and faster responses by disabling verify-bytecode!:
Get more RAM and faster responses by disabling verify-bytecode! - xda-developers
9. FUGU tweaks
This SHOULD improve responsiveness.
[MOD] FuguTweaks - xda-developers
anyways, happy tweaking!
are these tweaks tested
you can check it here
you can check it here:
http://forum.xda-developers.com/showthread.php?t=1747697
http://forum.xda-developers.com/showthread.php?t=1873234
gaspar77 said:
are these tweaks tested
Click to expand...
Click to collapse
Tweaks are tested personally by me.
I've really tried to assemble just the really good tweaks and enhancements.
I've tested and researched all these build.prop tweaks. And as you can see, they all have comments on what they do. So you can choose what you want.
I've also only included init.d scripts that I know raise performance. All tested by me.
Just a quick question, my Mini with stock ICS has dalvik.vm.heapsize=128m by default, wouldn't setting it to 68m be an un-tweak?
Mammt said:
Just a quick question, my Mini with stock ICS has dalvik.vm.heapsize=128m by default, wouldn't setting it to 68m be an un-tweak?
Click to expand...
Click to collapse
Nope. It wouldn't be an un-tweak. You've gotta test which heapsize is best.
It's trial and error.... Let it sit at 64 for a few days and see if it's better or worse.
This thread should be pinned
iONEx said:
Nope. It wouldn't be an un-tweak. You've gotta test which heapsize is best.
It's trial and error.... Let it sit at 64 for a few days and see if it's better or worse.
Click to expand...
Click to collapse
Since I don't run a ton of apps on my phone I don't think I'd be good in recognizing the difference. Is there a recommended best size based on the device's RAM? I got a Mini, so 512MB of which 340MB usable.
Mammt said:
Since I don't run a ton of apps on my phone I don't think I'd be good in recognizing the difference. Is there a recommended best size based on the device's RAM? I got a Mini, so 512MB of which 340MB usable.
Click to expand...
Click to collapse
Dalvik heap size is the amount of memory (RAM) applications can use.
The bigger it is, bigger apps run faster.
You have to find the golden middle. Because if you have it to big, the memory will be all used up by some apps and will cause laggyness and force closes in others.
Try to stay with the lowest possible setting that lets your phone run smooth.
Take a look at this link: http://ryanolson.wordpress.com/2010...ory-per-vm-heap-can-effect-your-rom-cyanogen/
It seems tha 12M! is a good setting
Yet in this read here: http://butterflydroid.wordpress.com/2011/09/22/what-is-dalvik-vm-heapsize-benefits-and-downfalls/
it's suggested to set it higher.
Personally, I use 42m right now. But I've used as low as 24m before.
You have to choose and test for yourself. Try 28m, 42 and 64m. See which is better.
Hope that helps....
great collections..only a particolar (stupid) think that i want to tell you
iONEx said:
NOTE: I've commented values (#) which I'm not really sure about what they do exactly, or I find they are optional.
Test them yourself if you want. remove # in front of line, if you want to enable it.
Click to expand...
Click to collapse
this is a code that we programmer use to say a comment, to remember us what we are doing, is very useful! it isn't part of code, so can be delete, it say only what the tweaks do
What about unlimited boost?
Sent from my SK17i using xda app-developers app
Sir, can i apply that on custom ROM or it is prefer to use it on a stock ROM?
samajid said:
What about unlimited boost?
Sent from my SK17i using xda app-developers app
Click to expand...
Click to collapse
What about it? It's a tweak package. I have assembled my own called X-PLODE
You gotta pinned thread with a link to a listing of various tweak packages.
No need to put it here.
neonballroom said:
Sir, can i apply that on custom ROM or it is prefer to use it on a stock ROM?
Click to expand...
Click to collapse
This is a collection of various tweaks. It should be universal for all phones and ROMs.
Is Odex-ing works on LWW Stock 4.1.B.0.587, because i've try odex i found in xda they give me botloop.
Sent from my WT19i using xda app-developers app
which script according to u should i try to improve gaming performance( temple runner,subway surfer,etc)
Sushil23 said:
which script according to u should i try to improve gaming performance( temple runner,subway surfer,etc)
Click to expand...
Click to collapse
There are a lot of tweak packs around. You can try ultimate boost, supremacy etc.
X-PLODE is also good I think.... (made by me)
thanks for the tips : )
I got botloop with odex
LWW 4.1.B.0.587
Sent from my WT19i using xda app-developers app
thanks man

[GUIDE]||Desire X Ultimate ROM Development Guide||[9th July 2013]

Welcome to the World of Developers!​WHEN YOU START READING THIS THERE IS NO TURNING BACK!​(But ofcourse that's a joke.)​I made this thread so we could have MORE DEVELOPERS. okay so be happy lol because One day We the Devs who are making ROMs for this phone will buy a new one and stop supporting this device. We all learned the Hard Way before you could make your ROMs function as you want you may borrow alot of stuff (I did lol) but one day you'll learn how to make your own you may not learn fast but you will learn while time passes, wow did I just type that? :| lol but always believe in yourself and never Give up! YOU are the Devs of TOMORROW!. Damn I feel weird after typing that I sound like a scientist of some sort LMAO and PS. If some of the information here are wrong inform me via PM and please don't post off topic crap or you'll have a wonderful present from our forum MODs. lol lol you might say who the f*** is this 14 year old handing out a stupid message please take that message seriously all right? and Thank You to the people who gave me the developing knowledge I know especially to @ckpv5 ​
Let Us Beggin!​
Click to expand...
Click to collapse
Needed Software
Code:
- WinRAR or 7-zip, A computer, Internet Connection, Java, Notepad ++ most important thing is common sense.
CM 9 {ICE CREAM SANDWICH]
Click to expand...
Click to collapse
Needed Software
Code:
- WinRAR or 7-zip, A computer, Internet Connection, Java most important thing is common sense.
-----------------------------------------------------------------------------------
Step One.
Code:
Download The CM9 ROM you want to port.
-----------------------------------------------------------------------------------
Step Two.
Code:
Download The CM9 ROM that you want to use as a BASE.
-----------------------------------------------------------------------------------
Step Three.
Code:
Delete: App,Framework,media and font folders from your BASE ROM.
-----------------------------------------------------------------------------------
Step Four.
Code:
Copy: App,Framework,media and font folders from your PORT ROM to your BASE ROM.
-----------------------------------------------------------------------------------
Step Five.
Code:
Copy: lib.android.so from your PORT ROM to your BASE ROM's system/lib, folder
-----------------------------------------------------------------------------------
Step Six.
Code:
Compress it using WinRAR or 7-zip.
-----------------------------------------------------------------------------------
CM 10(.1) [JELLY BEAN]
Click to expand...
Click to collapse
Step One.
Code:
Download the Jelly Bean Based ROM you want to PORT (Make Sure its based on 4.2.2).
-----------------------------------------------------------------------------------
Step Two.
Code:
Download the Jelly Bean Based ROM you want to use as a BASE (Make Sure its based on 4.2.2 also).
-----------------------------------------------------------------------------------
Step Three.
Code:
Delete: App, Framework, Media, Font from your BASE.
-----------------------------------------------------------------------------------
Step Four.
Code:
Copy: App, Framework, Media, Font from your PORT to your BASE.
-----------------------------------------------------------------------------------
Step Five.
Code:
Copy: lib.android.so from your PORT to your BASE..
-----------------------------------------------------------------------------------
Step Six.
Code:
Compress your newly ported ROM into a package using WinRAR or 7-zip.
-----------------------------------------------------------------------------------​
OEM ROMs
Hint: Sense ROMs are eaiser to port if you are using the Same base just like Cyanogen MOD ROMs ​​
Click to expand...
Click to collapse
Needed Software
Code:
Windows and Linux Operating Systems, Java,Internet Browser, A Brain (If your a robot, kidding) and Notepad ++
-----------------------------------------------------------------------------------
HTC Sense 4.1 {ICE CREAM SANDWICH]
Click to expand...
Click to collapse
Step One.
Code:
Download the Sense 4.1 ROM you want to PORT.
-----------------------------------------------------------------------------------
Step Two.
Code:
Download the Sense 4.1 ROM you want to use for a BASE.
HINT: Use Desire X Deodexed stock ROMs for Base.
-----------------------------------------------------------------------------------
Step Three.
Code:
Make a folder for your PORTED ROM and one for your BASE ROM.
-----------------------------------------------------------------------------------
Step Four.
Code:
Delete: Bin, etc, lib, usr from your PORT ROM.
-----------------------------------------------------------------------------------
Step Five.
Code:
Copy: Bin, etc, lib, usr from your BASE ROM to your PORT ROM
-----------------------------------------------------------------------------------
Step Six .
Code:
Edit your Build.prop using Notepad ++
-----------------------------------------------------------------------------------
Build.prop
ro.build.user=[Your XDA Name]
ro.build.tags=release-keys
ro.product.model=Desire X
ro.product.brand=htc_europe
ro.product.name=htc_proto
ro.product.device=protou
ro.build.product=proto
# Following property will be reference by Settings.
ro.product.processor=1GHz Dual Core
ro.product.ram=768MB
ro.product.display_resolution=4 inch WVGA resolution
ro.product.main_camera=5M
ro.product.bluetooth=4.0
Click to expand...
Click to collapse
-----------------------------------------------------------------------------------
Step Six .
Code:
Compress your newly ported ROM using WinRAR or 7-zip.
-----------------------------------------------------------------------------------
Samsung Touch Wizz UX [*] [JELLY BEAN]
Click to expand...
Click to collapse
Step One .
Code:
Download The CM 10.1 ROM you want to use as a BASE.
-----------------------------------------------------------------------------------
Step Two .
Code:
Download The Touchwizz ROM you want to PORT.
-----------------------------------------------------------------------------------
Step Three .
Code:
Delete: App, framework, Media and Fonts folders from your BASE.
-----------------------------------------------------------------------------------
Step Four .
Code:
Copy: App, framework, Media and fonts folder from your PORT to BASE ROM.
-----------------------------------------------------------------------------------
Step Five .
Code:
Copy: lib.android.runtime.so from PORT to BASE ROM
-----------------------------------------------------------------------------------
Step Six .
Code:
Compile your newly ported ROM using WinRAR or 7-zip.
-----------------------------------------------------------------------------------
Sony Timescape {-} [JELLY BEAN]
Click to expand...
Click to collapse
Step One .
Code:
Will Update this Once I port this as well :p
-----------------------------------------------------------------------------------​
Once Again
Build.prop Tweaks
TIP: Knowing Different Build.prop tweaks does not make you a Dev
Click to expand...
Click to collapse
# Fast Reboot
# 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
# 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
Remember guys its not done Enjoy what I have placed for now I will also post videos so its more understandable
Thanks T.A.M, this guides nice and simple, which will encourage more people (including me ) to give it a go
Sent from my HTC Desire X
Touchwizz Port
like the way you port sense,can i port touchwizz with same build.prop
i want a touchwizz nature ui rom very badly please help
Hopefully this will bring more devs to the Desire X. Development is still pretty stagnant without any stable AOSP based roms.
On another note, big thanks to the devs working on our device
Guide Updated guys Tell me if it works
The Android Manual said:
Guide Updated guys Tell me if it works
Click to expand...
Click to collapse
I'll have a go porting Touchwiz for 4.2.2 once we have most of the CM10.1 bugs ironed out
Waiting for timescape...
HTC Desire X || Android 4.1.2 || mySENSEdx+ RC 3.0
To carry a rom ics sense 4.1 of htc one s does not it start, any suggestion? Please.
hugoo00 said:
To carry a rom ics sense 4.1 of htc one s does not it start, any suggestion? Please.
Click to expand...
Click to collapse
What? Please rephrase your question
I follow the steps to bring rom Sense.4.1 of the Htc. One. S but it does not ignite. that more is needed to turn?
hugoo00 said:
I follow the steps to bring rom Sense.4.1 of the Htc. One. S but it does not ignite. that more is needed to turn?
Click to expand...
Click to collapse
Trust me you don't want to do that YET just use the One SV as a base first you need to make a base for it Desire X + One SV
The Android Manual said:
Trust me you don't want to do that YET just use the One SV as a base first you need to make a base for it Desire X + One SV
Click to expand...
Click to collapse
Guys if you want MIUI v5 you can port it from here: http://forum.xda-developers.com/showthread.php?t=2249903.
It's version 3.7.5 sense based Android 4.1.1 JB, it booted successfully.
Reading some tutorials and guides, I confirm it boots so let's port it!
If you want I can make some screens for encouragement
I'm working on sense 5 so I'll probably not release it. @neXus PRIME
xpirt
xpirt said:
Guys if you want MIUI v5 you can port it from here: http://forum.xda-developers.com/showthread.php?t=2249903.
It's version 3.7.5 sense based Android 4.1.1 JB, it booted successfully.
Reading some tutorials and guides, I confirm it boots so let's port it!
If you want I can make some screens for encouragement
I'm working on sense 5 so I'll probably not release it. @neXus PRIME
xpirt
Click to expand...
Click to collapse
I could take the time to port it and release it? Perhaps it'll put less strain on your life
Sent from my HTC Desire X using Tapatalk 2
krishneelg3 said:
I could take the time to port it and release it? Perhaps it'll put less strain on your life
Sent from my HTC Desire X using Tapatalk 2
Click to expand...
Click to collapse
If you can release it? Yes why not, I'm not going to release my port because of time. But who want can release it
xpirt
xpirt said:
Guys if you want MIUI v5 you can port it from here: http://forum.xda-developers.com/showthread.php?t=2249903.
It's version 3.7.5 sense based Android 4.1.1 JB, it booted successfully.
Reading some tutorials and guides, I confirm it boots so let's port it!
If you want I can make some screens for encouragement
I'm working on sense 5 so I'll probably not release it. @neXus PRIME
xpirt
Click to expand...
Click to collapse
I'll port it If I get bored tomorrow (well I usally do) Did you port it successfully using what guide then? I believe its just simple copy from base and paste to port, correct? @xpirt
The Android Manual said:
I'll port it If I get bored tomorrow (well I usally do) Did you port it successfully using what guide then? I believe its just simple copy from base and paste to port, correct? @xpirt
Click to expand...
Click to collapse
Not with your guide, with sense port guide.
Btw is sense based so just use hw libs from our sense and kernel, the rest is all One S stuff.
xpirt

[ROM] [.254] Honami Experience v1 by whitemamba [PURE WHITE VERSION]

Hello everyone! This is the white version of the Honami ROM, and therefore I proudly present to you:
HONAMI EXPERIENCE WHITE VERSION
Code:
Neither i nor the apps/mods developers are responsible for bricked devices, dead SD cards,
global economic crisis, James Bond destroyed Aston Martin DB5 or M's death.
YOU choose to make these modifications. Follow carefully the instructions you will have no problem at all.
Looking for black edition? Here's one by RuchRha!
Note
Code:
This ROM will probably be discontinued very soon, especially when niaboc79 or
other more skilled developers start developing on our device. Still, that is not a reason
for you to not try out this ROM and hitting thanks!
Let's START! :victory:
Code:
Ported mostly from the Honami Experience ROM of the Xperia T (plus some other ROMs here and there for some fixes)
Fully White SystemUI.apk
Init.d Scripts
Project Fluid
S FORCE Surround Sound mod
Honami X-Reality display
Honami Themes
Honami Phonebook
Honami Conversations
Honami Home
Honami Media (Album, Walkman, Movies)
Honami Calendar
Honami Clock
Honami Keyboard
Honami Wallpapers and stock Xperia T jb wallpapers
Honami Widgets
Homani Smallapps
Honami Battery style
Honami Settings Menu
Docomo Status Bar
White Balance
build.prop Tweaks
Updated Media apps
White Settings
Battery Saving Tweaks
*NO HONAMI FRAMEWORK YET :(
Project Fluid Details
Code:
[COLOR="DeepSkyBlue"]Qualcomm specific tweaks. Might cause reboot on other.[/COLOR]
Code:
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
[COLOR="DeepSkyBlue"]Unlock fps limit[/COLOR]
Code:
debug.egl.swapinterval=0
[COLOR="DeepSkyBlue"]Render UI with GPU and GPU tweaks[/COLOR]
Code:
debug.composition.type=gpu
debug.egl.hw=1
debug.sf.hw=1
ro.sf.compbypass.enable=0
#enable harware egl profile
debug.egl.profiler=1
#Enable tile rendering
debug.enabletr=true
persist.sys.composition.type=gpu
#16BIT transparency , Smother Scrolling
persist.sys.use_16bpp_alpha=1
#3d performance
persist.android.strictmode=0
ro.min_pointer_dur=1
ro.secure=0
[COLOR="DeepSkyBlue"]Fluid UI[/COLOR]
Code:
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
[COLOR="DeepSkyBlue"]Device supports EHRPD[/COLOR]
Code:
ro.config.ehrpd=true
[COLOR="DeepSkyBlue"]System prop for tethering denied[/COLOR]
Code:
ro.tether.denied=false
[COLOR="DeepSkyBlue"]Possible screen glitch fix[/COLOR]
Code:
debug.gr.numframebuffers=3
[COLOR="DeepSkyBlue"]Disable boot animation for faster boot[/COLOR]
Code:
debug.sf.nobootanimation=1
[COLOR="DeepSkyBlue"]Disable debugging notify icon on statusbar[/COLOR]
Code:
persist.adb.notify=0
[COLOR="DeepSkyBlue"]Enable Hardware 3D[/COLOR]
Code:
hw3d.force=1
[COLOR="DeepSkyBlue"]Phone will not wake up from hitting the volume rocker[/COLOR]
Code:
ro.config.hwfeature_wakeupkey=0
[COLOR="DeepSkyBlue"]Unlock phone by menu key[/COLOR]
Code:
ro.config.hw_menu_unlockscreen=false
[COLOR="DeepSkyBlue"]Save power while phone is in sleep mode[/COLOR]
Code:
ro.ril.disable.power.collapse=1
[COLOR="DeepSkyBlue"]Ringtone rings without delay
[/COLOR]
Code:
ro.telephony.call_ring.delay=0
[COLOR="DeepSkyBlue"]The wifi scan interval in seconds so you can use a lower or higher value.[/COLOR]
Code:
wifi.supplicant_scan_interval=180
[COLOR="DeepSkyBlue"]Better scrolling responsiveness[/COLOR]
Code:
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
[COLOR="DeepSkyBlue"]Better touchscreen responsiveness[/COLOR]
Code:
touch.presure.scale=0.001
[COLOR="DeepSkyBlue"]Support for ipv4 and ipv6.[/COLOR]
Code:
persist.telephony.support.ipv4=1
persist.telephony.support.ipv6=1
[COLOR="DeepSkyBlue"]Faster boot[/COLOR]
Code:
persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
[COLOR="DeepSkyBlue"]Better battery life[/COLOR]
Code:
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=true
[COLOR="DeepSkyBlue"]Enable 16 BIT[/COLOR]
Code:
debug.fb.rgb565=1
[COLOR="DeepSkyBlue"]VM tweak[/COLOR]
Code:
ro.vold.umsdirtyratio=20
[COLOR="DeepSkyBlue"]Disable Zygote loader[/COLOR]
Code:
ro.wmt.blcr.enable=0
[COLOR="DeepSkyBlue"]Better in call voice quality[/COLOR]
Code:
ro.ril.enable.amr.wideband=1
[COLOR="DeepSkyBlue"]Signal Tweaks[/COLOR]
Code:
persist.cust.tel.eons=1
ro.ril.gprsclass=10
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
[COLOR="DeepSkyBlue"]Wireless Speed Tweaks[/COLOR]
Code:
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
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
[COLOR="DeepSkyBlue"]Website Bypass[/COLOR]
Code:
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
[COLOR="DeepSkyBlue"]Graphics Enhancement[/COLOR]
Code:
#Raise photo and video recording quality
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=75
#Raise JPG quality to 100%
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=so
[COLOR="DeepSkyBlue"]DalvikVM[/COLOR]
Code:
dalvik.gc.type=precise
dalvik.vm.dexopt-data-only=1
#Enables register map for tracking objects to garbage collect. Might give a little more RAM at the cost of a few CPU cycles.
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.jniopts=forcecopy
dalvik.vm.lockprof.threshold=500
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.verify-bytecode=false
PurePerformances X Details
Code:
◢ Features ◣
- Android performances improved at 360°
- Radically improved management ram on android (Lags...adios!)
- Script lightweight and revised to be adapted to this engine
- Improves a lot the graphics: of course Pure Graphic™HD, Pure Dithering Plus™ and... AOSPA 3.60 system tweaks
- Scan multimedia time drastically reduced
- Network Improvements, 3G experience even in 2G modality
- All SQlite database optimized
- Enable hardware features turned off by default for a better experience on entry level devices
- Greatly increases the score AnTuTu: Try it to believe it!!
- Reduces the startup time of Android
- A version for stock rom and one for CM, to squeeze any roms!
- Allows you to play ported games without lags
- Cleans the system every 24 hours, thecache every week and the Dalvik every month (cronos easter egg)
- Automatically Zipalign on each boot (sensitive to the user)
Battery
- Drastically decreased the drainage of battery
- Check the activities that consume too much battery stop them with PureWakelocks™
- When the phone is charging reduces system services for faster charging
- The battery is calibrated on every boot
- Disable animation of the system when the battery is nearly exhausted
- Improvements in build.prop as regards the part of consumption
Graphics, Screen, Images
- Enables a non-aggressive dithering to save CPU
- When you lock the device, the engine makes sure that the GPU is turned off
- Enables deep sleepalso in the bugged rom
- Parts of bravia engine
- Of course parts of CrossBreeder (credits to dev)
- Of course parts of Adrenaline Engine (credits to dev)
- Of course PureGraphics HD, even though I already told you
- Of course V6 supercharger
- Generates video entropy (like seeder)
CPU, Governors, I/O Schedulers
- Slightly improves the scaling of the frequencies (for better results you need a good kernel)
- Lightens the load on the CPU switching the workload to GPU rendering
- Enable the swap partition in Android (experimental)
I've said too much, man. Install this engine and discover its power! :P
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
◢ Technical info ◣
If you want see a little part of my engine
Here some build.prop lines used for this engine (used the .sh file characteristic of the Pure Series)
Code:
busybox echo "ro.mot.eri.losalert.delay=1000" >> /system/build.prop
busybox echo "ro.config.hw_fast_dormancy=1" >> /system/build.prop
busybox echo "ro.ril.enable.amr.wideband=1" >> /system/build.prop
busybox echo "ro.config.hw_fast_dormancy=1" >> /system/build.prop
busybox echo "ro.config.hw_quickpoweron=true" >> /system/build.prop
#
busybox echo "persist.telephony.support.ipv6=1" >> /system/build.prop
busybox echo "persist.telephony.support.ipv4=1" >> /system/build.prop
busybox echo "ro.config.hw_fast_dormancy=1" >> /system/build.prop
busybox echo "persist.sys.shutdown.mode=hibernate" >> /system/build.prop
busybox echo "ro.config.hw_power_saving=true" >> /system/build.prop
busybox echo "ro.media.enc.hprof.vid.fps=65" >> /system/build.prop
busybox echo "ro.mot.buttonlight.timeout=1" >> /system/build.prop
busybox echo "ro.ril.set.mtu1472=1" >> /system/build.prop
busybox echo "touch.presure.scale=0.001" >> /system/build.prop
busybox echo "# Signal Tweaks" >> /system/build.prop
busybox echo "ro.ril.hsxpa=1" >> /system/build.prop
S-FORCE 3D Surround Sound Details
Code:
S-Force is basically a audio effect only for speaker (Like xLOUD and ClearPhase)
and basically, what it does is it "Virtually reproduce 3D sound naturally and realistically.
THIS EFFECT IS ONLY FOR INTERNAL SPEAKER LIKE XLOUD AND CLEARPHASE!!!
Honami Apps Details
Code:
------Honami Home
# New animation
# Black background in apps drawer.
# Touch sound now enabled.
# New Home notification badge icon.
------Honami Widgets
# New high quality widgets.
# New Photo and Video widgets layout.
# New Recent call and Camera widgets.
# New Clocks.
------Honami Walkman, Album, Radio and Movie
# Updated GUI
------Honami Keyboard
# New Interface.
# New Smiley Emotions.
------Modded White SystemUI
# Modded it to be almost completely black (except for the notifications bar)
# Looks just BEAUTIFUL with light apps.
THANK ALL THE POSTS PLEASE! :good:​
Installation Instructions (thanks RuchRha) :
Fresh installation "recommended to use this ROM on a newly flashed ftf" :
Locked Bootloader
- Flash latest official Sony's 4.1.2, 12.0.A.2.254 Firmware (Do not expect much help from me if you flash it on any other firmware and get messed up)
- Root using DoomLord method http://forum.xda-developers.com/show....php?t=2405933
- Install CWM for Locked Bootloaders http://forum.xda-developers.com/show....php?t=2352920
- Reboot in recovery, Wipe Data/Factory Reset (Do not Wipe Cache Partition or Dalvik Cache) It can give some errors later.
- Flash the rom and reboot (reboot may take some time, don't panic)
Unlocked Bootloader
- Flash latest official Sony's 4.1.2, 12.0.A.2.254 Firmware (Do not expect much help from me if you flash it on any other firmware and get messed up)
- Root using DoomLord method http://forum.xda-developers.com/show....php?t=2405933
- You can also root and get CWM by using fastboot and flashing a prerooted kernel with CWM : http://forum.xda-developers.com/show....php?t=2404452
- If you don't know much about fastboot and flashing kernels after rooting install CWM for Locked/Unlocked Bootloaders http://forum.xda-developers.com/show....php?t=2352920
- Reboot in recovery, Wipe Data/Factory Reset (Do not Wipe Cache Partition or Dalvik Cache) It can give some errors later.
- Flash the rom and reboot (reboot may take some time, don't panic)
Downloads
THANK ALL MY POSTS FIRST!
v1 Baidu Pan
v1 Dropbox
v1 MEGA
Changelog
v1
Initial Relase
Addons
ALL IN ONE MOD PACK!
NOTE: DO NOT FLASH FRAMEWORK-RES MODS (small dpi etc). IT MAY CAUSE BOOTLOOPS.
IF NOT, ALL OTHER MODS (from .245 as well) ARE FINE.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits
- RuchRha
- ZeroInfinity
- DaRk-L0rD
- niaboc79
- sadique_shiblee
- Jeeko
- alivanov79
- Samarth
- Anyone else involved in this
- Me
- You
One more just in case. Done.
Looking good
RuchRha said:
Looking good
Click to expand...
Click to collapse
Thanks. Haven't managed to edit the framework. I think niaboc79 is just gonna dwarf us with his upcoming ROM.
Sent from my C5303 using XDA Premium 4 mobile app
whitemamba said:
Thanks. Haven't managed to edit the framework. I think niaboc79 is just gonna dwarf us with his upcoming ROM.
Sent from my C5303 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Framework is making me mad it bootloops again & again, but I am still trying, I might be able to make a full framework in 3-4 days
Honami Framework?? is it? or just a placeholder?
Rajeev said:
Honami Framework?? is it? or just a placeholder?
Click to expand...
Click to collapse
Oh, I see. Sorry about that, that's a mistake.
This ROM does not have the honami framework (me and RuchRha both getting bootloops as of now).
Sent from my C5303 using XDA Premium 4 mobile app
whitemamba said:
Oh, I see. Sorry about that, that's a mistake.
This ROM does not have the honami framework (me and RuchRha both getting bootloops as of now).
Sent from my C5303 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ohh!! i guess that...
Screenshots up
Reuploaded them with the blacked out contacts
whitemamba said:
Screenshots up
I forgot to black out the contacts of my pals. Don't spam them please
Click to expand...
Click to collapse
I cant see screenshots... or i should wait?
Rajeev said:
I cant see screenshots... or i should wait?
Click to expand...
Click to collapse
I reuploaded them. Its up now. Couldn't risk my friends' privacy.
As you can see, there is a new white SystemUI (modded by me). This was an "experiment" to see if you guys like it. What you think of the grey nav bar and notification bar?
I think it looks kinda good, especially with the light apps.
Those who don't like this, you can go ahead and flash the original/black SystemUI via the addons.
百度网盘吓尿了:victory:
Download Link network disk wonderful
Download speed is very fast in China
whitemamba said:
I reuploaded them. Its up now. Couldn't risk my friends' privacy.
As you can see, there is a new white SystemUI (modded by me). This was an "experiment" to see if you guys like it. What you think of the grey nav bar and notification bar?
I think it looks kinda good, especially with the light apps.
Those who don't like this, you can go ahead and flash the original/black SystemUI via the addons.
Click to expand...
Click to collapse
The White SystemUI is awsom dude. And the Grey Navigation bar is cool.. One Doubt. Still no White Honami Media apps available na for SP ? I too searching for that.. Because i cant find the White Honami Album in ur ROM. I hope u ported it...
Rajeev said:
The White SystemUI is awsom dude. And the Grey Recent Taskswitcher is cool.. One Doubt. Is the White Album is from Honami ? Or normal Android 4.1.2 JB Album ? Just a doubt. Thats y asked.. Because no Honami White apps are available in SP forum. Thats y ... :laugh::laugh::laugh::laugh:
Click to expand...
Click to collapse
I don't know actually. I used the one from the Xperia T ROM, so I think it should be from Honami (I think)
I will check later. Edit: yup it is.
Sent from my C5303 using XDA Premium 4 mobile app
What's the difference with or without Honami framework?

[MOD] LG G3 AIO MOD (build.prop - init.d) FOR BETTER PERFORMANCE & BATTERY LIFE

--- Before install the mod ensure that BUSYBOX is installed, otherwise download Busybox On Rails from Play Store and install. ---
Added updated v1.2 BL93_INIT.D_MOD.ZIP (New version)
Read Carefully
Don't work with Stock Kernel (the values doesn't exist here)
If use RESOLUTION MOD OF "BL93_INIT.D_MOD_v1" on Stock based rom with G4 UX and G4 apps and have graphics problem or FC, consider that G3 is not G4 and all ported things are not native for G3. [/SIZE]
ONLY IF SELECT "RESOLUTION MOD" WHILE INSTALLING "BL93_INIT.D_MOD_v1", NEED TO CHANGE "ro.sf.lcd_density=" (DPI) VALUES IN "build.prop" FILE TO 528 OR 530 OR 532 ONLY IN STOCK BASED ROM.
IF YOU DON'T INSTALL IT DON'T NEED TO EDIT DPI
__________________________________________________
What the mod do and how it works
For best experience and less lag i recommend to use Gabriel Kernel from my friend @mostafaz
[KERNEL] [Lollipop] [Stock] [Gabriel5.] [D855]
__________________________________________________
Versions
- v1 build.prop: A lot of build.prop code (properties of ROM) to get better performance/battery life.
- v1.2 init.d:A lot of init.d scripts (scripts that run at boot) that u can select using AROMA INSTALLER to get better performance/battery life.
__________________________________________________
The codes
Build.prop Tweaks:
##
# BuLLeT_93 Tweaks
# Smooth Scrolling
windowsmgr.max_events_per_sec=100
ro.max.fling_velocity=15000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
touch.pressure.scale=0.03
##
# Disable Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
##
# Disable Log & Kernel Checks
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
logcat.live=disable
##
# Disable Sending Report
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
##
# Rendering Tweaks
debug.composition.type=c2d
debug.egl.hw=0
debug.enabletr=true
debug.overlayui.enable=1
debug.performance.tuning=1
debug.sf.hw=1
dev.pm.dyn_samplingrate=1
ro.fb.mode=1
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=0
video.accelerate.hw=1
debug.egl.profiler=0
##
# Qualcomm tweaks
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
##
# Battery tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
dalvik.vm.checkjni=false
ro.ril.power_collapse=1
ro.vold.umsdirtyratio=20
ro.mot.eri.losalert.delay=1000
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
##
# Better Dalvik
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=m=v,o=y
##
#Flag tweaks
MIN_HIDDEN_APPS=false
MAX_HIDDEN_APPS=false
CONTENT_APP_IDLE_OFFSET=false
EMPTY_APP_IDLE_OFFSET=false
MAX_ACTIVITIES=false
ACTIVITY_INACTIVITY_RESET_TIME=false
MAX_RECENT_TASKS=false
MIN_RECENT_TASKS=false
ENFORCE_PROCESS_LIMIT=false
MAX_SERVICE_INACTIVITY=false
APP_SWITCH_DELAY_TIME=false
MAX_PROCESSES=false
PROC_START_TIMEOUT=false
CPU_MIN_CHECK_DURATION=false
GC_TIMEOUT=false
SERVICE_TIMEOUT=false
MIN_CRASH_INTERVAL=false
Click to expand...
Click to collapse
__________________________________________________
Changelog
V1.2
- Fixed conflict problem with my other MODs (Thanks to @MarvinFS and @ClownShoes for reports)
- Fixed reboots after startup
- Added init.d script to Disable KSM (Thanks to @bbergin76)
V1.1
- Fixed problem that cause SD Card Mounting/Unmounting message
- Fixed lags when Wakeup phone after Deep Sleep
- Deleted some incompatible SLEEPERS code
- Added Zipalign binary
- Updated other minor code
V1
- Initial Release
Click to expand...
Click to collapse
__________________________________________________
Installation
BACKUP BACKUP BACKUP, then
Download attached .zip file
Copy to Phone
Reboot in Recovery
Install
__________________________________________________
To Uninstall
Init.d tweaks MOD
- Execute the installation ZIP deselecting ALL scripts or that u want to delete.
- Reboot
Build.prop tweaks MOD
- Replace the "build.prop" file in "/system" with the "build.prop.bak" stored in /sdcard0
- Ensure to delete the ".bak" extension
- Set 644 permissions and "root/root" to "Owner/Group" to restored "build.prop" file
- Reboot
Waiting feedback ​
Just a heads up, you switched the descriptions for v1 build.prop and v1 init.d around, the descriptions should be swapped
Anyway, great mod, will try it out!
arebokert said:
Just a heads up, you switched the descriptions for v1 build.prop and v1 init.d around, the descriptions should be swapped
Anyway, great mod, will try it out!
Click to expand...
Click to collapse
Thanks bro, corrected
TO ALL:
init.d MOD corrected, please redownload if u have downloaded it before 4:36 AM GMT +1!​
I'm slightly confused by the wording in the op. Does the BL93_INIT.D_MOD_V1 include the resolution MOD? I'd rather not mess with that, but I would like to try out any other MOD's you've made here.
Scorp123 said:
I'm slightly confused by the wording in the op. Does the BL93_INIT.D_MOD_V1 include the resolution MOD? I'd rather not mess with that, but I would like to try out any other MOD's you've made here.
Click to expand...
Click to collapse
It's aroma installer bro, u can select what u want
Thanks for report, will correct first post! :good:
So are the build prop MOD's an aroma package as well? I just want to be double sure before I go messing with things like this
Scorp123 said:
So are the build prop MOD's an aroma package as well? I just want to be double sure before I go messing with things like this
Click to expand...
Click to collapse
Not yet avaible for build prop mod, but this is sure to flash, for this i haven't builded with aroma.
But will make an updated version with AROMA asap!
How do I uninstall the mods?
sochansam said:
How do I uninstall the mods?
Click to expand...
Click to collapse
I'm guessing this is why you need to make a backup
Hit the Thanks button if I helped you!
cowboysgz said:
I'm guessing this is why you need to make a backup
Hit the Thanks button if I helped you!
Click to expand...
Click to collapse
Well, what I did was to delete the init.d scripts and kept the build.prop (I know there was a backup made upon flashing, but maybe there is an easier way that I did not notice so I asked). Hopefully, that's all that was needed. I had issues with the SD card apparently being dismounted and some slowdown waking up so I decided to remove it.
sochansam said:
Well, what I did was to delete the init.d scripts and kept the build.prop (I know there was a backup made upon flashing, but maybe there is an easier way that I did not notice so I asked). Hopefully, that's all that was needed. I had issues with the SD card apparently being dismounted and some slowdown waking up so I decided to remove it.
Click to expand...
Click to collapse
Same happened with me when I flashed buil.prop and init zips. SD card unmounted randomly!!!! I'm glad I made nandroid backup, then Restored it
BTW, I'm on Cloudy g3 2.5 D855 with 0.8.1D 5.2.x kernel
sochansam said:
Well, what I did was to delete the init.d scripts and kept the build.prop (I know there was a backup made upon flashing, but maybe there is an easier way that I did not notice so I asked). Hopefully, that's all that was needed. I had issues with the SD card apparently being dismounted and some slowdown waking up so I decided to remove it.
Click to expand...
Click to collapse
I had the same issues but i only deleted the kernel latency and sleepers init.d scripts and rebooted...
no more slowdowns on wake(why i removed the kernel sleepers script) and SD issues(why i removed kernel latency script).
sochansam said:
How do I uninstall the mods?
Click to expand...
Click to collapse
For init.d just execute the installer and De-Select all voices
sochansam said:
Well, what I did was to delete the init.d scripts and kept the build.prop (I know there was a backup made upon flashing, but maybe there is an easier way that I did not notice so I asked). Hopefully, that's all that was needed. I had issues with the SD card apparently being dismounted and some slowdown waking up so I decided to remove it.
Click to expand...
Click to collapse
zoneofSAM said:
Same happened with me when I flashed buil.prop and init zips. SD card unmounted randomly!!!! I'm glad I made nandroid backup, then Restored it
BTW, I'm on Cloudy g3 2.5 D855 with 0.8.1D 5.2.x kernel
Click to expand...
Click to collapse
For init.d same as top, and i will add a build.prop restorer!
And next version come's with scripts description on Aroma, to help all to choice better what needs
Thanks for the reports :highfive:
It's only for stock roms, right?? If yes, what rom do you recommend guys?
Sent from my LG-D855 using Tapatalk
Kookitza said:
It's only for stock roms, right?? If yes, what rom do you recommend guys?
Sent from my LG-D855 using Tapatalk
Click to expand...
Click to collapse
Not tested on CM or AOSP rom but it can works.
But stock roms works fine, for better results i recommend the CloudyG3 Rom 2.2.
Jagdish84 said:
I had the same issues but i only deleted the kernel latency and sleepers init.d scripts and rebooted...
no more slowdowns on wake(why i removed the kernel sleepers script) and SD issues(why i removed kernel latency script).
Click to expand...
Click to collapse
Removing the kernel sleepers script did get rid of my slowdown on wake as well.
However, I am still getting the SD issues even after removing kernel latency script.
Kookitza said:
It's only for stock roms, right?? If yes, what rom do you recommend guys?
Sent from my LG-D855 using Tapatalk
Click to expand...
Click to collapse
bbergin76 said:
Removing the kernel sleepers script did get rid of my slowdown on wake as well.
However, I am still getting the SD issues even after removing kernel latency script.
Click to expand...
Click to collapse
Remove "04sleepers" script from init.d folder!
BuLLeT_93 said:
Remove "04sleepers" script from init.d folder!
Click to expand...
Click to collapse
That script doesn't show up in the init.d folder.
bbergin76 said:
That script doesn't show up in the init.d folder.
Click to expand...
Click to collapse
What scripts do u have in that folder?
BuLLeT_93 said:
What scripts do u have in that folder?
Click to expand...
Click to collapse
02bl93script3A
03darky_zipalign
05disableoverlays
06rwtweaks
08disgpulog
09ramgovernor
10vmtweaks
11rmfsflags
99SuperSUDaemon
bl93script3A
placeholder

[build.prop] Random Build.Prop Tweaks!

benifits you'll get using this tweaks?
ADDITIONAL NOTE: (Nov 2020 update) Hey, Sorry I've been gone for a long time and I don't have the phone in me now. I don't think I can help you guys in any way as I don't have the phone anymore. DO IT AT YOUR OWN RISK AND ALWAYS DO A FULL BACKUP.
• Increase Recording Quality
• Net Speed Tweaks
• Faster Boot (Samsung logo skipped)
• Stronger Cellular Signal Tweaks
• Liquid Smooth UI
• FPS BOOST (60FPS Enabled)
• Samsung OEM (New
• More RAM
COPY/PASTE THIS TXT TO THE VERY LAST STRING OF YOUR BUILD.PROP, REBOOT, DONE.
BACKUP FIRST via TWRP
#increase_recording_quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.capture.maxres=8m
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ro.media.enc.hprof.vid.fps=65
#net_speed_tweak
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
#faster_booting_tweak
debug.sf.nobootanimation=1
ro.config.hw_quickpoweron=true
#better_signal_tweak
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#internet_tweaks
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa=6
#Liquid_smooth_UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
touch.pressure.scale=0.003
#FPS_BOOST
debug.egl.swapinterval=-60
# More RAM
persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
# Samsung OEM
ro.multisim.set_audio_params=true
ro.telephony.samsung.realcall=true
screenshots for the statusbar,please?
Contacts Layout
Keitaro1999 said:
This is ALL the build.prop tweaks that I've tried and confirmed working for SM-G530H (5.0.2 lollipop)
This build.prop affects the PERFORMANCE and STATUS BAR and so on...
This will make your SGGP fast, Smooth and a nicer look on status bar, etc etc.
「STATUS BAR」
--Outdoor Mode
--Quick Toggles
--LTE Option Display
--'Edit'
--Shortcut tweaks
--Etc etc
(You'll definitely See alot of difference if you try my version of build.prop. What i did is I edited the 'ro.build.scafe=americano' to 'ro.build.scafe=cappuccino)
「Performance Tweaks」
CREDITS TO 「adblocker」
http://forum.xda-developers.com/grand-prime/general/lollipop-build-prop-tweaks-t3188026
- Supreme Battery life (even more in idle)
- Better internet browsing & download speed
- Smoother experience
- Google DNS
- Better Microphone
- More Ram
- Better signal reception
- Wireless Tweaks
- Smoother video streaming and tweak media
- Faster Boot-Animation FPS (Just compare)
- Better call voice quality
- Game tweaks
- Qualcomm Tweaks
There's more... But let's cut to the chase,
WHAT YOU NEED TO DO:
>Download The Build.prop
>Make a backup of your Original build.prop!!!
-Copy the build.prop you downloaded to「:/System/」if ask choose OVERWRITE.
NOTE! the name should be 'build.prop' and the permission is RW-R-R!!!
>Restart
----DONE----
PS: DONT FORGET TO CHANGE THE PERMISSION TO 「rwーrーr」
This File is my BUILD.PROP from SM-G350H (5.0.2) that I edited, and tested by Keitaro1999 and some friends. Tell us what you think in the comments
Here's the link for the modified build.prop.
.........If you know more tweaks that is not included in this build.prop please comment and I'd love to try that myself......
Click to expand...
Click to collapse
Hi did you check after changing americano to cappuccino, the contacts layout will be deformed..do you have fix for that bro?
i have a post about your tweaks and i believe it came from me the LTE option,toogles and outdoor mode..im looking for a fix on that ...try to check contacts so that you will discover it also..hope you can help in resolving the contacts layout ..and credits to you bro...
and just to add bro lltexx and llte will not help in activating lte option but it will show up on the display...here is another tip...change it to zerofltexx and zeroflte also include the ro.build.product make it zeroflte as well..you can also edit the ro build release to 6.o version and the ro device model to SM-G920F making it like s6 edge... i hope that will really help your version of tweaks....
Mehigh101 said:
screenshots for the statusbar,please?
Click to expand...
Click to collapse
I'm kinda new to XDA and till now i don't know how to add screenshots ???????
redskin08 said:
Hi did you check after changing americano to cappuccino, the contacts layout will be deformed..do you have fix for that bro?
i have a post about your tweaks and i believe it came from me the LTE option,toogles and outdoor mode..im looking for a fix on that ...try to check contacts so that you will discover it also..hope you can help in resolving the contacts layout ..and credits to you bro...
and just to add bro lltexx and llte will not help in activating lte option but it will show up on the display...here is another tip...change it to zerofltexx and zeroflte also include the ro.build.product make it zeroflte as well..you can also edit the ro build release to 6.o version and the ro device model to SM-G920F making it like s6 edge... i hope that will really help your version of tweaks....
Click to expand...
Click to collapse
Thanks for the tip! I'll try it myself and add it to this post.xD
Also I know someone who knows how to fix the contacts and CLOCK app.
Once I've tried his methods I'll add the tutorial on how to fix it.
EDIT: I really don't know what happened after changing it to zeroflte... But the 6.0 and SM-G920F is kinda fun lmao xD
sir will this work with grand prime(sm-g5308w) 4.4.4?
bentilador15 said:
sir will this work with grand prime(sm-g5308w) 4.4.4?
Click to expand...
Click to collapse
I believe this will work on any SGGP Lollipop Only ... But I'm not sure cause I only tested it on my SM-G530H
You can try it yourself and tell us the results.
*Device
*Status (Working,Bootloop etc etc)
*OS
WARNING: There's an HIGH possibilities that you'll have bootloop if you're not using SM-G530H Lollipop
Experiment
Whatever you do... DON'T change the LCD Dencity higher than 240!!! Why? It will destroy your systemui ?
Report
Working on my SM-G530H! and the bst prt is the only thing i need to do iz change the permission
But I'm planning on downgrade my lollipop to kitkat? Will this wokr for kitkat?
TheMetrix said:
Working on my SM-G530H! and the bst prt is the only thing i need to do iz change the permission
But I'm planning on downgrade my lollipop to kitkat? Will this wokr for kitkat?
Click to expand...
Click to collapse
Like i said, I've only tested this to SM-G530H lollipop... but you can try it yourself and tell us the results :good:
i like it
Which codes to add outdoors and edit toggles?
Please help me because i only want that 2.
Thanks ?
nihu.46 said:
Which codes to add outdoors and edit toggles?
Please help me because i only want that 2.
Thanks
Click to expand...
Click to collapse
Glad you like it xD
Find this line 'ro.build.scafe=americano' and change it to 'ro.build.scafe=cappuccino' :good:
If you have time to vote, please do
Thankyuh for the help
It works Great for me
Voted!
Men, i have man bugs, one at the phone app and cannot conect to galaxy apps
"I know how to make our sggp to work LTE/4G!" you mean i'll be able to have LTE on my g530h despite g530h doesn't have it ?
Keitaro1999 said:
This is all the build.prop tweaks that I've tried and confirmed working for SM-G530H (5.0.2 lollipop) ONLY
This build.prop affects the PERFORMANCE and STATUS BAR and so on... This will make your SGGP fast, Smooth and a nicer look on status bar, etc etc.
BENIFITS FROM THIS BUILD.PROP
TUTORIAL AREA
DOWNLOAD AREA
[/HIDE]
.........If you know more tweaks that is not included in this build.prop please comment and I'd love to try that myself........
Click to expand...
Click to collapse
Bug: massage
gunsnrosex said:
Men, i have man bugs, one at the phone app and cannot conect to galaxy apps
Click to expand...
Click to collapse
I haven't notice that, thanks for reporting.
Here's what i gonna do about that
》flash a tsock rom , then check if I can connect to the galaxy apps with my modified apps. Give me a week or two for that... pls wait.
If the results is...
I can connect to the glaxy apps, then it's not because of my build prop .
If I can't connect to the galaxy app means it really is my build.prop, then give me some time to figure it out
Niickinoza said:
"I know how to make our sggp to work LTE/4G!" you mean i'll be able to have LTE on my g530h despite g530h doesn't have it ?
Click to expand...
Click to collapse
My friend have done it to other phones (like 3 pf different phones)... so I'll try it on our sggp too! Let's hope that it works! But hey, I'm just testing my luck so let's just hope that my luck is good lmao xD
tudonhin said:
Bug: massage
Click to expand...
Click to collapse
Can you be more specific please? What kind of buy you are experiencing on messages?
My phone cannot receive massage (g530h, xcu)!

Categories

Resources