Tips, tricks and tweaks for boosting your phone - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

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

Related

[SCRIPT] Lagg Nullifier [STOPPED 4 NOW]

[-=Lagg Nullifier=-]
What is It?
Hello Fellow XDA , As you May know I am Quite fond With Mods and Scripts!, I Have Created Some Tweaks and Mods to Speed Up Your Android, But None of Them are As Intense And Performance Boosting as "Lagg Nullifier". It Does what It Says!, I cannot However Guarantee that It will Defiantly do This as Some Roms might Have Similar Performance Tweaks that Have the Same Outcome, No more talking, Lets get to it!
Features:
✔ Made for a Performance Boost
✔ Executable .sh Script
✔ Lots of Work + Testing Went into It by Me!
✔ Lots of Tweaks + Mods
✔ Init.d Free
✔ Backs Up Previous User Configuration for Saftey
Installation:
1.) Download: Lagg_Nullifier.sh.pdf & starter_kit.sh.txt
2.) Make a Folder on SDCard and Rename to Lagg_Nullifier
3.) Copy Files to That Folder
4.) Download Script Manager
5.) Run Starter Kit as Root (Skull & Crossbones)
6.) Reboot
7.) Reboot Again
8.) Run Lagg_Nullifier.sh.pdf
9.) Reboot
10.) ReRun Lagg_Nullifier.sh.pdf
11.) Wait 5 Minutes
12.) Enjoy The Performance!
When You Reboot The Script Dies, So To Re - Enable, Just Re Run it!
Credits:
➣Johnnzey
➣Spizzy01
➣Lenarox
➣Zeplinrox
➣Juwe1
Download:
▷ starter_kit.sh.txt
▷ Lagg_Nullifier_Gen_1.sh.pdf
▷ Lagg_Nullifier_Gen_2.sh.pdf
Enjoy!
Please Hit the Thanks Button, It Took me 3 Weaks to Make this!
Changelog:
Lagg Nullifier Generation 1
✔ Lots of Vm Tweaks
✔ Optimized Dirty Ratio Tweaks
✔ Build.prop Tweaks
✔ Backups Init.d's + Build.prop to sdcard/Lagg_Nullifier/bkp
✔ Injects Kernel Tweaks to Prevent Random Crashes
✔ Tweaks Low Memory Killer
✔ Tweaks ADJ Values
✔ Boosts Read Speeds
✔ Kills Allocating Task
✔ Tweaks I/O Schedular
✔ Drops Caches
✔ Executes Kernel Safe State Stablizer - Waits Between Each Script for it To Inject Properly
Lagg Nullifier Generation 2
✔ Added Periodic Cache Dropping
✔ Added TCPO Internet Tweaks
✔ Tweaked Script
✔ Made fully Compatible to Execute at Boot
✔ Fixed Backing up Init.d's
✔ Fixed Backing up build.prop
✔ Removed Settings for Only 512mb Ram Devices
✔ Made Universal
Just one thing. In step 2 change file to folder but looks good ill try this. Does it work with any android version?
Sent from my Xperia Play (r800x)
abdel12345 said:
Just one thing. In step 2 change file to folder but looks good ill try this. Does it work with any android version?
Sent from my Xperia Play (r800x)
Click to expand...
Click to collapse
Should do if u run the Starter kit, , But make a CWM Backup as i only tested it on GB Roms of the following (3 weeks worth!):
Gin2JeallyBean - Little Improvement
Bane Of Speed - Almost no improvement with this mod... (already included in rom... Most of it, but not all the main bits, ill add in v10)
Close2Stock - Worked Great
AuroraPlay - Worked well
Atomic GB - No improvement
, Breif improvement table!
this is the best gaming script that you recommand? or your project lard v11/gb optimized/user's script etc
EDIT:i have some problems whit installation, the starter kit act weird
tcris45 said:
this is the best gaming script that you recommand? or your project lard v11/gb optimized/user's script etc
EDIT:i have some problems whit installation, the starter kit act weird
Click to expand...
Click to collapse
Yea, ill fix the starter script... Also If you cant run it just run the Actual installation and then Reboot and enter this into your build.prop:
# Pro-Tuned ADJ 1.2 by LENAROX
ro.FOREGROUND_APP_ADJ=0
ro.VISIBLE_APP_ADJ=4
ro.PERCEPTIBLE_APP_ADJ=3
ro.HEAVY_WEIGHT_APP_ADJ=2
ro.SECONDARY_SERVER_ADJ=15
ro.BACKUP_APP_ADJ=5
ro.HOME_APP_ADJ=6
ro.HIDDEN_APP_MIN_ADJ=3
ro.EMPTY_APP_ADJ=15
# Kernel Stabalizer;
dalvik.vm.checkjni=false
debug.kill_allocating_task=0
# Nitro Lagg Nullifier;
ENFORCE_PROCESS_LIMIT=false
MAX_SERVICE_INACTIVITY=false
MIN_HIDDEN_APPS=false
MAX_HIDDEN_APPS=false
CONTENT_APP_IDLE_OFFSET=false
EMPTY_APP_IDLE_OFFSET=false
MAX_ACTIVITIES=false
ACTIVITY_INACTIVE_RESET_TIME=false
MAX_RECENT_TASKS=false
MIN_RECENT_TASKS=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
then reboot
a lot of stuff,lol, But yeah thats what the starter script does,
Is the starter script fixed or can I just grab the one from zepz thread
ss beanz T989
hatememarkz said:
Is the starter script fixed or can I just grab the one from zepz thread
ss beanz T989
Click to expand...
Click to collapse
NO WAy, This isnt some sort of universal thing, its made for THESE Tweaks, and the starter script is fixed now, i reuploaed sneakly without posting info...
is there a way that we can reverse the process of this mod? (like if you install/run this, how to uninstall/remove)
No way, as different phones haven different cm settings and etc...
To revert just reboot
Sent from my R800i using xda app-developers app
Pizza_Dox said:
No way, as different phones haven different cm settings and etc...
To revert just reboot
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
i'm a bit confuse now.
You mean that if you install this mod, and then reboot, the mod will be removed?
samplermonhar said:
i'm a bit confuse now.
You mean that if you install this mod, and then reboot, the mod will be removed?
Click to expand...
Click to collapse
Essentialy yes, If u apply this it will give best performance and things and wont make any init.d's only the starter kit will make build.prop tweaks so this will only work after you run it once!, , Reason i cant make it make any init.d's is because i havent learnt how to make an .sh script make a file and enter text their... Tried googling but i dont know, ive also looked thru lots of other scripts but they all have diffferent methods so im really confused about all of this,
Does this work well with NXT 2 r1 by krisdee?
Sent from my MT25i using xda app-developers app
joshua10796 said:
Does this work well with NXT 2 r1 by krisdee?
Sent from my MT25i using xda app-developers app
Click to expand...
Click to collapse
Cant say,as i havent tested, but i generally works great on most roms, i tested with GTa VC, and it stops those annoying little laggs,
V3, will support stiky init.d's (will stay their...)

[Tweaks] Tweaks build.prop for any GingerBread ROM

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

[Aroma] Tweaks and Scripts: All in One [25/07/13]

{
"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"
}
Introduction:
Ive make this "Aroma installer" for the ease of installing different scripts and tweaks with just simple click of a button.
Now, you can install multiple scripts and Save the trouble of installing one script at a time(like before).
With aroma installer all your scripts are stored at one package ; its well organise and also makes your phone clean
Disclaimer:-
I hold no responsibility of use, misuse, no use, unuse of this Installer. I held no responsible of whatever that happens OR DO NOT happens with your phone.
However, constructive criticism is always welcome, appreciated and needed.
Click to expand...
Click to collapse
Note: Root Access is Required and Init.d Folder Support
Screenshots:
Features:
1. Andrenaline Engine
2. Geeky Engine
3. Supremacy Script
4. Velocity Tweaks
5. Blaidy Scripts
6. Loopy Smoothness
7. Net- Fork
8. Cronmod Scripts
a. Cronmod Unofficial
b. Cronmod data2sd-fixed
c. Cronmod data2ext
9. Beats Audio
Note: Make sure you know the scripts/tweaks and then Install. Cause it might "Brick" your Device. Also the scripts/tweaks might not be supported by all devices. If you know what you are doing, go ahead .
Installation Instructions:
1. Place AllinOne.zip in sdcard
2. Goto Recovery
3. Install AllinOne.zip
4. Follow the Instructions in the wizard.
5. Install selected scripts and tweaks.
6. Reboot
7. Done. Enjoy
Download:
Download AllinOne v1.0.zip
Download AllinOne v2.0.zp
Credits:
1. Amarullz for Great AROMA Insatller
2. Iamareebjamal for helping me.
3. Slayer321(me) for making.
Special Thanks goes to Scripts’ and Tweaks’ Maker
1. forever king
2. ImbaWinde
3. Emwno
4. Ne.Xt
5. Eoghan2t7
6. DroidFolks
7. Slaid480
8. Styrke
9. RockoDev
10. iamareebjamal
11. ANDY
Incase, if i miss out anyone. Im sorry for that (Do PM Me).
Changelog v1.0
Added:
1. Andrenaline Engine v4.4
2. Geeky Engine
3. Supremacy Script v3
4. Velocity Tweaks v2.1.1
5. Slaidy Boost v2.3
6. Loopy Smoothness
7. Net- Fork v3.0
8. Beats Audio v6.27
9. CronMod Script
Click to expand...
Click to collapse
Changelog v2.0
1. Cosmis Tweak LightSpeed
2. Bravia Engine
3. New Wizard UI
4. Uninstall Option Added
5. Scripts/Tweaks Info Added
6. More tweaks and scripts will be added soon.
Click to expand...
Click to collapse
Scripts and Tweaks Info
REQUIRED: Init.d folder Support and Root Access.
NOTE: The following Scripts and Tweaks have not been tested on every devices. It might not be supported.
CAUTION: They may "Brick" Your device!!
Note: Make a NANDroid Backup before Proceeding(Installing).
Conflict OR No-Conflict?:
(My view)Performance based, Internet speed and Touch Impre=ovement scripts/tweaks has no conflict with each other. Except for more Power Drainage.
Cronmod Script: Should be aproach with caution. Get more info about it first.
Entertainment Scripts can be install with any other script. As you wish.
Andrenaline Engine
Thread Link:
Properties: Increase Phone Performance
Features
? Increase touchscreen sensitivity
? Less RAM usage through zipalign. | World first smart zipaligning
? Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access. | World first smart sqlite optimizing
? Faster disk access through remount script (noatime, disabled barrier etc) | World first smart remounting
? Better network throughput from TCP tweaks and 3G tweaks
? Tons of prop tweaks
? Overall Better Performance and Battery Life
? Less lags through LMK Tweak and Various VM Tweaks
? Faster SDCARD Read/Write Speed
? Bypass website like thepiratebay.se | Thanks !
? CWM Flashable
? Transform your phone to Lamborghini. (joke , lol)
Geeky Engine
Thread Link
Properties: Increase Phone Performance.
Features:-
Some xbin tweaks
Many init.d tweaks
Many ddefault.prop tweaks
VM Tweaks
SD card tweak
Better Battery Life through Battery Tweaks
Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access. | World first smart sqlite optimizing
Increase touchscreen sensitivity
much of prop tweaks
CWM Flashable
Less lags through LMK Tweak and Various VM Tweaks
Loopy Smoothness
Thread Link
Properties: Feel the Smooth in Touch.
Features:
- Entering your PIN with minimal/no delay/lag
- Minimising delay with lock screen pattern/unlock (not the time it takes to wakeup, but the touchscreen response lag)
- Having smoother notifications on the status bar, and smoother pulldown menu response
- Minimising Launcher lag while Media Scanner is running (can scroll through screens without heavy pauses)
- Minimising lag when scrolling through the market while icons are still loading
- Installing/Uninstalling apps while continuing other tasks
- Minimising/eliminating intermittent lag spikes in gaming
- No delay in being able to answer phone calls
Supremacy Script
Thread Link
Properties: Better Performance || More Speed || Much Less Lag
Trilogy Features:
-Cleaned up
-MUCH better Ram usage
-Cache Cleared at every boot
-SD speed tweak
-Logger removed
-Better browser performance
-Sysctl tweaks
-Added modified Zram script
-Better battery life
-Lag? GONE
-Faster GUI
-Loopy smoothness tweak
-Apps zipaligned at every boot
-Faster Networking
-Smoother LWP animation
-Adrenaline boost
-Kernel Tweaks
-Better gaming
Net Fork
Thread Link
Properties: Increase Internet Speed.
Features:
(Faster internet from that of previous Netforks tweaks): Increase internet speed (EDGE, 3G, WLAN, VPN). Works with all browsers including Opera with all APNs.
- Compressing pages and then decompressing for less data usage & smooth browsing.
- Bypass slow downloads and let you full speed downloads from some file sharing site which requires premium account for fast downloads. Like depositfiles etc.
- Boosting network signal strength so to have no call drops.
- Faster downloads from Android Market / Google Play (all versions).
- No sudden disconnection of internet when you are using internet.
Cronmod Script
Thread Link
What it does :
It moves data/app data/local and data/dalvik-cache to sd-ext.
Data/data is moved in Data2ext version.Other files are still in internal memory.
It binds data to /internal so you can acces to app, dalvik-cache, local and data/data which are in internal memory.
Attention: It does not move the whole data to sd-ext because gps won't work.
In settings you'll see your internal memory instead of sd-ext memory.
Note: This script may brick your device. So proceed with caution; get more info first.(visit xda)
Beats Audio
Thread Link
Properties: Enhanced Speaker, Quality of sound etc.
Features:
*Beats Libs
*Beats Bins
*ETC Files
*SRS
*somewhat of a .jar file
*New HW files(Could affect boot for some phones)
Slaidy Boost
Thread Link
Properties: Increase Performance.
Features:
-RAM Manager,Less Lags,better Multitasking(LMK and MinFree Completly adapted For SGM)
-Automatic Zipalign(Zipalign xbin is included)
-TCP and 3G Tweaks For Better Network
-SD Card Read Speed ahead Set to 3072kb(4096 is Very agressive)
-Better Battery Life through Battery Tweaks and Linux Battery Tweaks too
-VM Tweaks
-Mutch More Smoother Phone!!
-A Lot More!!!
Velocity Tweaks
Thread Link
Properties: Increase Performance.
Features:
-Browse your file system faster
-Enjoy more free RAM! Play All You Want!
-Multitask with no lags!
-Surf the internet with no limits!
-More Battery life!
-More,More, Features you will love!
Cosmis Tweak Light Speed
Thread Link
Properties: Increase Performance.
I don't know why but when I installed Simplicity, RAM consumption was very high even after opening 2 apps. (More than 200)
So, I included loopy smoothness, adrenaline script and simplicity is simply like a RED BULL
So, what does the mod do?
It gives your mobile wings
Smoothness by loopy smoothness
Better RAM consumption by adrenaline tweak
And prerajulisation and farhanitration by kuro Tweaks and other Tweaks
RAM consumption is great and also device is very snappy
Features:
ZRam Tweak
Adrenaline Tweak
Loopy Smoothness Tweak
Kuro Tweak 1
Kuro Tweak 2
Sysctl Tweak
Droidwall Modules
Bravia Engine
Thread Link
Properties: Enhance Graphic Proccessing and Output. Hence Better graphics.
While the latest BRAVIA ENGINE builds on tried and tested BRAVIA ENGINE technology, it does so with the advantage of a new chipset and picture processing software.
This new technology has allowed BRAVIA ENGINE to improve - even in respect to its own dazzling performance:
Contrast. Increased depth and clarity, as well as new light control technology to control peak brightness levels, means stunning images even on the brightest of scenes.
Colours. New colour histogram technology detects and optimises overall colour distribution of each frame. This technology delivers breathtaking colour by making millions of improvements to each frame before you even see it.
Detail. Advanced Noise Reduction lies behind BRAVIA’s ability to show you every blade of grass on a football pitch and really put you at the heart of the action.
ERROR??
1. Report the error your facing.
2. Save the Logs after installation
3. Attach log file here.
Click to expand...
Click to collapse
Thanks,
You should even include Pure performances x & fly on mod.
Sent from my Galaxy Ace GT-S5830 using xda premium
Same as up,, where fly on mod and pure performance ??? I feel adrenaline engine, but fly on mod is updated then its..
My Works :
Reincarnation ROM Series
[Sound Mod] Reincardio Engine
CM7 MMS Mod With Jelly Bean Style
Sent From :
ROM : CM7.2 Reincarnation V.1.1 + Link2SD
Phone : SAMSUNG GALAXY ACE GT S5830
Kernel : FireKernel OC by dragonn
Script : Adrenaline Engine CM4.4
SD Card : Sandisk 8GB Class10
I will add that as soon as im free. Thanks for suggesting.
Send from Batman's Bat- Phone

[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

[APP][MODESELEKTOR][v2.5.3][21/02][POWER AND PERFORMANCE MANAGEMENT]

ModeSelektor is a simply app for manage power consumption and performance of redmi note 3.
The purpose of app is create a simply platform that give the possibility to set quickly the kernel parameters that affect the power consumption and performance. For do it ModeSelektor set this parameters:
-cpu interactive governors
-cpubw governors
-min cpu freq
-hmp sched boost
-low power level
-input boost
-touch boost
-stock hotplug
-entropy
-brightness
ModeSelektor is compatible with all N and MM custom rom with stock or custom kernels, but optimised for kernel that use the stock hotplug.
ModeSelektor is also compatible with miui but some users report that the copy from assets sometimes give error then it's possible fix it by manually copying the files. For fix it download the ModeSelktor.zip that contain the files and extract it in /sdcard make sure that the contents of zip are located in /sdcard/ModeSelektor
ABOUT SELEKTOR
Battery:
The perfect mode for medium and ligth use like chat, media reproduction and browsing.
Balanced:
An optimised version of stock cm settings
Performance:
The perfect mode for the players and the users with only a think in mind...kill any lag
Personally I recommend this optionals settings:
Adreno idler on for the Battery and the Balance modes
Zen scheduler set to 2048 kb
Adreno boost low during soft use and medium during game
For more info about script check /sdcard/ModeSelektor or the souces.
CHANGELOGS
Version 2.5.3
New hotplug configuration for battery and changes in targets_loads
New hotplug configuration for balanced and changes in input_boost
Reduce the brightness if battery is enabled
Add others parameters in build.prop tweaks
Version 2.5.2
Add a missed string in Seeder_On script
Fix the copy of assets
Version 2.5.1
Some fixes for the seeder
Version 2.5
Add a Seeder (fast random entropy generator) thanks to @Ryuinferno, @lambgx02
Add splash screen for fix fc related to permission
Remove Auto enable battery
New hotplug settings for all modalities
Fix hotplug permission in some cases
Fix switchs enabled after reboot also with apply on boot disable
New Battery (more use of frequency below 1017)
Remove max GPU freq in the scripts
Tune the entropy if the Seeder is enabled
New icon
New accent color and background
Version 2.4
Added Performance mode QS Tile
Added Build.prop tweak
Tune more parameters of stock cm hotplug
New revision for Battery and Balanced
Fix issue for apply the settings when core 0 or and core 4 are offline
Fix issue with Auto enable battery that sometimes start also if disabled when the charger is disconnected
Remove in the scripts commands that change scheduler, zram, arch power, adreno idler
Remove Ultra Battery and Ultra Performance (now Ultra Performance is Performance)
Version 2.3
Update battery mode (less use of 1017MHz)
Add option for reduce google play wakelock (thanks to @Alcolawl)
Fix phh superuser compatibility (now work on nitrogen os)
Fix fc with miui
Version 2.2
Fix last log not show shell output
Fix toasts apply on boot and auto ultra battery
Add more parameters:
Adreno idler
Zram
Scheduler
Arch power
Entropy
Stock hotplug
Now the app try to change others parameters if they are presents in your kernel. Look the last log for see if they have been correctly applied.
PS I'm not sure that all new parameters work also in miui, I can't test it, so if someone try the app on miui + custom kernel please give me a report. Thanks
Version 2.1
Fix Ultra Battery auto enabled alert text not disappear after enable a other profile
Move about in the menu and add a dialog window with info
Remove the refresh option by menu to action bar
Add confirm dialog window for reset scripts option
Add last log in menu and a new activity that show it
Make Ultra Battery more conservative
Auto update the database after install a new version
Probably fix the compatibility with Nitrogen Os (need confirm of it. If someone can test it, let me know, I would like a lot)
Version 2.0
New black theme
Fix some issue for Auto enable ultra battery feature
Add refresh option in menu
Version 1.2.3
Add menu with links and reset scripts option that overwrites the file in case of wrong edit replacing their with the stocks
Version 1.2.2
Add compatibility with MIUI + custom kernel
Fix database copy need restart after first boot
Version 1.2.1
Fix Fc during first boot
Fix some toast and remove service toast
Delete duplicate string in ultra battery script
Restore last selected mode during charging if ultra battery was enabled by auto ultra battery
Version 1.2
Revert ultra performance change
Ultra battery now is extreme
Add service for activate automatically ultra battery if battery go under the selected level
Version 1.1.1
tune a bit ultra battery and ultra performance
add gpu min and max freq tune
add timer_rate tune
Version 1.1
add apply on boot option
fix replace database every time that app start
fix app not save last selected mode
Version 1.0
Initial release
REQUIREMENTS:
Root permission
Custom kernel for Miui roms
INSTRUCTIONS:
- if you came by old app version before install uninstall old app version
- install the app
- run the app
- give root and storage permissions
- enjoy
FULLY TESTED ON:
Citrus caf
Slim 7
Nitrogen OS
DnD
Aosip
Aocp
All with stock and some customs kernels
DOWNLOAD:
https://sourceforge.net/projects/modeselektor/files/?source=navbar
SOURCES:
https://github.com/lafonte0/ModeSelektor
LICENCE:
GNU General Public License version 3
CONTRIBUTORS:
@lafonte @Stefano 99
ModeSelektor its an open source and free software, so all persons who want to improve it, contribute to the development, port the app on others devices, in compliance with the above license, are welcome. Also because it's my first app, software development isn't my sector, and help is always welcome.
Screenshot:
lafonte said:
Screenshot:
Click to expand...
Click to collapse
Tell me, how your script works?
abhy27 said:
Tell me, how your script works?
Click to expand...
Click to collapse
The app place scripts from internal apk database to /sdcard/ModeSelektor/scripts after when you press a mode the app run the script referred to selected mode, for see what script change you can look into scripts, you can also change the content of one, some or all script and make your personal modalities.
Not working!!!
LogCat attached
SerJo87 said:
Not working!!!
LogCat attached
Click to expand...
Click to collapse
You need to give root permission
I gave
I'm on the NitrogenOS. There integrated phh's superuser. Maybe that's why
SerJo87 said:
I gave
I'm on the NitrogenOS. There integrated phh's superuser. Maybe that's why
Click to expand...
Click to collapse
Sorry but the problem is in the name of directory, what is your internal storage name? it's /sdcard ?
Yes, most likely. I read logcat and saw this:
Code:
01-06 01:43:17.490 E/su (8325): Unknown id: /sdcard/ModeSelektor/scripts/S01_Ultra_Battery
internal storage name /storage/emulated/0
But the scripts are moved to sdcard(screenshot attached). Why is not working?
SerJo87 said:
Yes, most likely. I read logcat and saw this:
internal storage name /storage/emulated/0
But the scripts are moved to sdcard(screenshot attached). Why is not working?
Click to expand...
Click to collapse
Other users report me that app work, and it is strange issue because if the app create the ModeSelektor directory the path its the same when it run the script. The app until now have only one issue it replace all time the script in ModeSelektor folder when start, I forget to add an exception in this build. Last think, you can check if sh file is present in /system/bin?
Yes, sh file is present
SerJo87 said:
Yes, sh file is present
Click to expand...
Click to collapse
Then it must work...
Now I have no idea. All the time I thought that the result of battery only have due to radon 3.5 and the script does not working
SerJo87 said:
Now I have no idea. All the time I thought that the result of battery only have due to radon 3.5 and the script does not working
Click to expand...
Click to collapse
Before report that the app don't work post a complete review, you can't tell that app don't work without specify what mode you try and without post complete statistics about battery.
Ultra Battery with Umang kernel default settings by battrey
Version 1.1.1
https://sourceforge.net/projects/modeselektor/files/ModeSelektor_v1.1.1.apk/download
Testing a new version. Thank you
So i need to put rhe governor to interactive or the app do itself?
Sebaskyclad said:
So i need to put rhe governor to interactive or the app do itself?
Click to expand...
Click to collapse
The app do itself
FC in RR 5.7.4 + radon v3.5

Categories

Resources