[Q] Build.prop Xperia U - Sony Xperia P, U, Sola, Go

As I'm a Novice about ROM building but still by switching ROMs I've learned some tweaks..... But Recently after using these two ROMs:
Thunder Strike JB for Xperia U: http://forum.xda-developers.com/showthread.php?t=2461791
Galaxy SU for Xperia U: http://forum.xda-developers.com/showthread.php?t=2519996
I found that both these ROMs provide awesome experience but still there are some things that doesn't match in both ROMs such as:
Galaxy SU provided me better downloads. I just put a thing on download and forget it! This is not in case of Thunder Strike. I've to keep an eye on download every-time and many of time downloading gets halted.
Thunder Strike provided me fluidity which is somewhat not in case of Galaxy SU.
And some misc. things.
So my questions are about Build.prop (Both build.prop files of Galsxy SU & Thunder Strike are provided [build.prop.txt belongs to Galaxy SU & build2.prop.txt belongs to Thunder Strike]).
Alright, here are my questions:
Q1. What will happen if I change the value of this in both props:
Code:
# system props for Battery test in Service menu
ro.semc.batt.capacity=1290
Q2. What will happen if I cahnge 720p to 1080p here:
Code:
#Limitation on how much hwmem MM codecs should use
ste.video.decoder.max.hwmem=0x2600000
ste.video.decoder.max.res=720p
ste.video.decoder.h264.max.lev=3.2
Q3. What will happen if I change the JPEG quality from 99 to 120 (as 120 is max JPEG quality [I think]) value in here:
Code:
#Camera Mods
ro.media.enc.jpeg.quality=99
ro.media.enc.hprof.vid.fps=30
Q4. How do I combine both props to get maximum tweaks in my ROM which I'm running (I'm currently running Thunder Strike JB ROM)?
Q5. Which part of both props you liked (for example "#Better internet browsing & download speed" present in Galaxy SU)?

cy56 said:
As I'm a Novice about ROM building but still by switching ROMs I've learned some tweaks..... But Recently after using these two ROMs:
Thunder Strike JB for Xperia U: http://forum.xda-developers.com/showthread.php?t=2461791
Galaxy SU for Xperia U: http://forum.xda-developers.com/showthread.php?t=2519996
I found that both these ROMs provide awesome experience but still there are some things that doesn't match in both ROMs such as:
Galaxy SU provided me better downloads. I just put a thing on download and forget it! This is not in case of Thunder Strike. I've to keep an eye on download every-time and many of time downloading gets halted.
Thunder Strike provided me fluidity which is somewhat not in case of Galaxy SU.
And some misc. things.
So my questions are about Build.prop (Both build.prop files of Galsxy SU & Thunder Strike are provided [build.prop.txt belongs to Galaxy SU & build2.prop.txt belongs to Thunder Strike]).
Alright, here are my questions:
Q1. What will happen if I change the value of this in both props:
Code:
# system props for Battery test in Service menu
ro.semc.batt.capacity=1290
Q2. What will happen if I cahnge 720p to 1080p here:
Code:
#Limitation on how much hwmem MM codecs should use
ste.video.decoder.max.hwmem=0x2600000
ste.video.decoder.max.res=720p
ste.video.decoder.h264.max.lev=3.2
Q3. What will happen if I change the JPEG quality from 99 to 120 (as 120 is max JPEG quality [I think]) value in here:
Code:
#Camera Mods
ro.media.enc.jpeg.quality=99
ro.media.enc.hprof.vid.fps=30
Q4. How do I combine both props to get maximum tweaks in my ROM which I'm running (I'm currently running Thunder Strike JB ROM)?
Q5. Which part of both props you liked (for example "#Better internet browsing & download speed" present in Galaxy SU)?
Click to expand...
Click to collapse
Q1. It's OK.It is the real capacity XU and not 1500.Personal this is the value that I use. Help phone to show real stats of battery.If you use 1500 value sometimes real stats of batt will be wrong.

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

[RAY][JB]CWM Flash Packs for Kernel/ROM Functions and Tweaks [UPDATED 14/12/2012]

It occurred to me that as we need to flash the wi-fi modules zip via CWM in any ROM we choose to use when we marry it with a new kernel, it might be handy to create single "flash packs" containing these modules plus other useful JB tweaks. I have been actively monitoring ROM threads (FXP, AOKP and PACman particularly) and come up with some selections that I like to use as a starter. This is a personal choice, feel free to amend as you see fit to meet your own needs, or more importantly add your own for others to benefit from.
None of this is my work per se, I have simply compiled the efforts of others into single one-shot files in an effort to stop my SD card getting any more cluttered than it already is!
TWEAKS UPDATE 01/12/2012
AOKP
AOKP JB Milestone 1 and FlyKernel v0.3
AOKP JB Milestone 1 and kernel from PAC v16.1.0 alpha
AOKP JB Milestone 1 and kernel from PAC v17.0.0
AOKP JB Milestone 1 - Not kernel specific, no Wi-Fi modules
CM10 FXP
CM10 FXP145 and FlyKernel v0.3
CM10 FXP145 and kernel from PAC v16.1.0 alpha
CM10 FXP146 and FlyKernel v0.3
CM10 FXP146 and kernel from PAC v16.1.0 alpha
CM10 FXP146 and kernel from PAC v17.0.0
CM10 FXP145/ 146 - Not kernel specific, no Wi-Fi modules
MIUI
MIUI JB 2.11.9 and kernel from PAC v16.1.0 alpha
MIUI JB 2.11.9 and kernel from PAC v17.0.0
MIUI JB 2.11.9 - Not kernel specific, no Wi-Fi modules
PAC
PAC v16.1.0 alpha/ v17.0.0 and FlyKernel v0.3
PAC v16.1.0 alpha/ v17.0.0 - Not kernel specific, no Wi-Fi modules
Please note: All the files and build.prop tweaks are integrated into the /system of the ROM when you use a FlashPack. Consequently, they are not deleted if you do a wipe data/ factory reset, wipe cache or wipe dalvik cache after you have installed it. So, if you want to use a different kernel with the SAME ROM you DO NOT need use another FlashPack... The files and tweaks will still be on your phone, you simply need to flash the Wi-Fi modules ONLY for the new kernel.
WI-FI SLEEP AND FRONT CAMERA FIXES
Click Here
FILE SPECIFIC KERNEL WI-FI MODULES
FlyKernel v0.3
FlyKernel v0.4
FlyKernel v0.5
FlyKernel v0.5a
FlyKernel v0.6
FlyKernel v0.7a
FlyKernel v0.8
FlyKernel v0.8fix
PAC v16.1.0
PAC v17.0.0
PAC v18.0.0
LINKS TO ORIGINAL ROM AND KERNEL THREADS
{RAY}[DEVELOPMENT] - CM10 - FreeXperia Project
[WIP][ROM][JB 4.1.2][P?+Aokp+Cm] P.A.C All in 1 ROM !!!!!! Jellybean alpha v16 5/11
[AOKP][JB] Xperia Ray - KangXperiaProject - [milestone 1]
[ROM] MIUI Jelly Bean 2.11.9 for Sony Xperia Ray
[FlyKernel][JB][4 November]Flykernel JellyBean 0.3 - OC/UV, SLQB, TinyRCU etc.
☠ [APK][Tweaks & Mods] █ PIMP MY ROM █ v2.1 {Any Device // Any Rom}[ALPHA][WIP] ☠
CM10 FXP145 and FlyKernel v0.3
I have started the thread off with flash packs SPECIFICALLY designed to be used with FlyKernel v0.3 when married to FXP145 CM10, some of the elements may already be included in other ROMs or might prove incompatible in other combinations.
The linked folder contains;
FlashPack_v2
FlyKernel v0.3 Wi-Fi Modules
Bravia Engine
xLoud Engine
Xperia S Keyboard
Build prop tweaks - for battery
Build prop tweaks - Media Stage Fright for video playing
Build prop tweaks - Net TCP buffersize optimisation for better downloading
There is already a line in FXP145 buildprop for wifi.supplicant_scan_interval=15. This is superseded by the value in the build prop tweaks for battery. You should remove the original line after installing either flash pack.
The text file is included for reference and shows what lines are added to the build prop by a script in the zip file.
The keyboard is available in many threads though thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, thomas1991_12 for his excellent kernel, and of course the FXP team for all they have done.
I want to download, but I have to make an account at 4shared ;S
Also in order to avoid unnecessary questions, you should explain in a little more depth how to delete the line from build.prop.
xzeiP said:
I want to download, but I have to make an account at 4shared ;S
Also in order to avoid unnecessary questions, you should explain in a little more depth how to delete the line from build.prop.
Click to expand...
Click to collapse
Use root explorer. Go into system. Hit once Mount R/W button to change R/O. If you press long on build.prop, then a list appers, chose "edit with text editor". Delete suggested line. Exit (It ask you to overwright current build.prop, and creates build.prop.bak) Hit again R/O to change back R/W exit root explorer, restart your phone to changes take effect.
The files are too big to attach as zip files I'm afraid. 4shared is free and seems as good as any file sharing site, I don't really want to mirror unless there is a big problem.
Sent from my Xperia Ray using xda app-developers app
Will we really get bravia engine I've read numerous threads saying it's impossible on custom roms
gavster26 said:
Will we really get bravia engine I've read numerous threads saying it's impossible on custom roms
Click to expand...
Click to collapse
I made it, i don't know if it works, i don't feel any difference. But some users do.
Make a backup, try it, and if you think it's not working, then you can use the remover zips from this post Don't forget to delet build.prop lines after remove!
Edit: see sgs3 thread with custom rom and xLoud and Bravia engine.
If you don't mind me adding a bit of tweaking I have done myself to my phone after setting it up (do not apply these if you have no clue what you are doing):
1. Changing governor and scheduler
Settings->Performance->Processor->CPU governor->SmartassV2
Settings->Performance->Processor->CPU governor->Set on boot (checked)
Settings->Performance->Processor->I/O scheduler->I/O schedulor->noop
Settings->Performance->Processor->I/O scheduler->Set on boot (checked)
Settings->Performance->Memory management->zRAM-> 18%
Settings->Performance->Memory management->Allow purging of assets (checked)
2. Disabling unused apps
I disable the following apps by going into Settings->Apps->All, then clicking on the app and then finally pressing disable.
Disabling of these apps removes functionality, however, if you are like me and do not use voice related apps and prefer the gmail app, then you should not feel a change, except for more multitasking.
CM Updater
Picasa Uploader
Talk
Google Search
Google Partner Setup
Google text-to-speech E
Pico TTS
TalkBack
Voice Dialler
Email (if you use Gmail)
Exchange Services (if you use Gmail)
Android keyboard (AOSP) if you use Xperia keyboard
Themes provider
Browser (I use dolphin mini)
ANT radio service (I cannot get radio to work)
3. Disable persistent search bar
Settings->Launcher->Homescreen->Search bar (UNcheck)
4. Use 3 homescreens
Settings->Launcher->Homescreen->Homescreens->3
Settings->Launcher->Homescreen->Default screen->2
I hope that you will get just a bit more juice out of your JB with these tweaks.
Daniel_GT said:
I have started the thread off with flash packs SPECIFICALLY designed to be used with FlyKernel v0.3 when married to FXP145 CM10, some of the elements may already be included in other ROMs or might prove incompatible in other combinations.
The linked folder contains;
FlashPack_v1
FlyKernel v0.3 Wi-Fi Modules
Bravia Engine
xLoud Engine
Xperia S Keyboard
Build prop tweaks - for battery
There is already a line in FXP145 buildprop for wifi.supplicant_scan_interval=15. This is superseded by the value in the build prop tweaks for battery. You should remove the original line after installing either flash pack.
FlashPack_v2
As v1, plus;
Build prop tweaks - Media Stage Fright for video playing
Build prop tweaks - Net TCP buffersize optimisation for better downloading
The text files are included for reference and show what lines are added to the build prop by a script in the zip file.
The keyboard is available in many threads though thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, thomas1991_12 for his excellent kernel, and of course the FXP team for all they have done.
Click to expand...
Click to collapse
Swiched from kernel found in original FXP 145 to flykernel V0.3. Flashed FlashPack v2. Will report results after one day of use.
Questins:
1. Is Bravia engine enabled or i have to enable it in the menus? And what exactly does it do? Better colors?
2. For X loud engine same question as for Bravia engine.
3. Had some Xperia keyboard installed, after flashing i have same keyboard, i would assume that they were the same? I had Xperia_S_ICS_Keyboard, that is the file name, but cant remember where did I found it.
4. What is media stage fright?
Thank you in advance and thank you for this flashpacks!
shubri said:
Swiched from kernel found in original FXP 145 to flykernel V0.3. Flashed FlashPack v2. Will report results after one day of use.
Questins:
1. Is Bravia engine enabled or i have to enable it in the menus? And what exactly does it do? Better colors?
2. For X loud engine same question as for Bravia engine.
3. Had some Xperia keyboard installed, after flashing i have same keyboard, i would assume that they were the same? I had Xperia_S_ICS_Keyboard, that is the file name, but cant remember where did I found it.
4. What is media stage fright?
Thank you in advance and thank you for this flashpacks!
Click to expand...
Click to collapse
Bravia and xLoud is always on. I can't edit FXP or PAC settings.apk to make it on/off (i dont't know what to edit in smali files)
media stage frigt is for video wieving. many users reported, that mkv, mp4, etc video files casusing FC, and the phone restarts. I tested this lines and didn't have any problems with mp4 and mkv files.
Build.prop tests and results: #1196
mkv file reference: #1340
mp4 file reference: #1262
shubri said:
Swiched from kernel found in original FXP 145 to flykernel V0.3. Flashed FlashPack v2. Will report results after one day of use.
Questins:
1. Is Bravia engine enabled or i have to enable it in the menus? And what exactly does it do? Better colors?
2. For X loud engine same question as for Bravia engine.
3. Had some Xperia keyboard installed, after flashing i have same keyboard, i would assume that they were the same? I had Xperia_S_ICS_Keyboard, that is the file name, but cant remember where did I found it.
4. What is media stage fright?
Thank you in advance and thank you for this flashpacks!
Click to expand...
Click to collapse
In reply;
1 & 2. Please refer to this and subsequent posts in the PAC thread. There is no setting to change, they are permanently enabled.
3. That's the same one.
4. Existing system features enabled by the build prop tweaks. For a fuller description do a search, there are lots of posts with more detail/ alternatives, this one for example.
PAC v16.1.0 alpha/ v17.0.0 and FlyKernel v0.3 (UPDATED 13/11/2012)
FlashPack SPECIFICALLY designed to be used with FlyKernel v0.3 when married to PAC v16.1.0 alpha/ v17.0.0, some of the elements may already be included in other ROMs or might prove incompatible in other combinations.
The attached file contains;
FlashPack_v3.1
FlyKernel v0.3 Wi-Fi Modules
Bravia Engine
xLoud Engine
Set configuration to PhoneUI
Build prop tweaks - for battery
The text file is included for reference and shows what lines are added to the build prop by a script in the zip file.
Thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, pluGinSz for the config settings, thomas1991_12 for his excellent kernel, and of course szl.kiev for all he has done.
CM10 FXP145 and kernel from PAC v16.1.0 alpha
FlashPack SPECIFICALLY designed to be used with kernel from PAC v16.1.0 alpha when married to CM10 FXP145, some of the elements may already be included in other ROMs or might prove incompatible in other combinations.
The linked folder contains;
FlashPack_v4
PAC v16.1.0 alpha Wi-Fi Modules
Bravia Engine
xLoud Engine
Xperia S Keyboard
Build prop tweaks - for battery
Build prop tweaks - Media Stage Fright for video playing
Build prop tweaks - Net TCP buffersize optimisation for better downloading
There is already a line in FXP145 buildprop for wifi.supplicant_scan_interval=15. This is superceded by the value in the build prop tweaks for battery. You should remove the original line with a root explorer (such as ES) after installing the flash pack.
The text file is included for reference and show what lines are added to the build prop by a script in the zip file.
The keyboard is available in many threads though thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, szl.kiev for his excellent kernel, and of course the FXP team for all they have done.
Is this xs keyboard thee same as the rest because the one iI havee garbles and dissaperss when I type on a browser
gavster26 said:
Is this xs keyboard thee same as the rest because the one iI havee garbles and dissaperss when I type on a browser
Click to expand...
Click to collapse
The one included here is the S keyboard and is very stable. I've had no trouble with it at all.
Sent from my Xperia Ray using xda app-developers app
PAC v16.1.0 alpha/ v17.0.0 - Not kernel specific, no Wi-Fi modules (UPDTD 13/11/2012)
FlashPack designed to be used with PAC v16.1.0 alpha/ v17.0.0. This version is not kernel specific and does not contain Wi-Fi modules.
The attached file contains;
FlashPack_v5
Bravia Engine
xLoud Engine
Set configuration to PhoneUI
Build prop tweaks - for battery
The text file is included for reference and shows what lines are added to the build prop by a script in the zip file.
Thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, pluGinSz for the config settings and of course szl.kiev for all he has done.
AOKP JB Milestone 1 or CM10 FXP145/ 146 - Not kernel specific, no Wi-Fi modules
UPDATED 11/11/2012
FlashPack designed to be used with AOKP JB Milestone 1 or CM10 FXP145/ 146. This version is not kernel specific and does not contain Wi-Fi modules.
The linked folder contains;
FlashPack_v6
Bravia Engine
xLoud Engine
Xperia S Keyboard
Build prop tweaks - for battery
Build prop tweaks - Media Stage Fright for video playing
Build prop tweaks - Net TCP buffersize optimisation for better downloading
There is already a line in AOKP JB Milestone 1 or FXP145/ 146 buildprop for wifi.supplicant_scan_interval=15. This is superceded by the value in the build prop tweaks for battery. You should remove the original line with a root explorer (such as ES) after installing the flash pack.
The text file is included for reference and shows what lines are added to the build prop by a script in the zip file.
The keyboard is available in many threads though thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, and of course championswimmer, and the FXP team for all they have done.
MIUI JB 2.11.9 and kernel from PAC v16.1.0 alpha
FlashPack SPECIFICALLY designed to be used with kernel from PAC v16.1.0 alpha when married to MIUI JB 2.11.9, some of the elements may already be included in other ROMs or might prove incompatible in other combinations.
The linked folder contains;
FlashPack_v7
PAC v16.1.0 alpha Wi-Fi Modules
Bravia Engine
xLoud Engine
Xperia S Keyboard
Build prop tweaks - for battery
Build prop tweaks - Media Stage Fright for video playing
Build prop tweaks - Net TCP buffersize optimisation for better downloading
There is already a line in MIUI buildprop for wifi.supplicant_scan_interval=60. This is superceded by the value in the build prop tweaks for battery. You should remove the original line with a root explorer (such as ES) after installing the flash pack.
The text file is included for reference and show what lines are added to the build prop by a script in the zip file.
The keyboard is available in many threads though thanks and acknowledgement goes particularly to Wechy77 for the engines and all the build prop tweaks, I refer you to his threads for fuller explanations of each element, szl.kiev for his excellent kernel, and of course thetrisatria for all he has done.
Looking forward to FXP146 fix.
146 is out
Ok we have new version out, i think that kernel included is the same as for 145, concluded this from the same size of it.
Someone reported that flykernel v 0.3 is working with it as long as u flash wi fi modules.
Anyway:
Will there be changes to flykernel, shall we expect v 0.4?
And new version of flashpack for flykernel married with 146?

★ [MOD] (SHARE) ◢ PurePerformances™X ◣ | Zeno Edition | Scary performances on Android

★ [MOD] (SHARE) ◢ PurePerformances™X ◣ | Zeno Edition | Scary performances on Android
I got only a little bit contributions in this original work is by Jeeko
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
everything you've always wanted from a performance engine, but you never dared to ask.
__________________________________________________ __________________________________________________ _______________
Here I am back with another mod of the Pure™Series.
After improving the system sound quality and graphics, it is time to improve Android. But be careful! This is not the usual performance engine which adds only script in the / init.d folder,
This time will be improved the android system at 360°! Basically this engine is a collection of concepts of all performance engine of the forum, that none of us will ever be able to install because many would conflict.
My testers were stunned by the power of this engine, but why not try it yourself? Are you ready to receive scary performances, to blow up the AnTuTu score counter?
Well, talk about serious stuff
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
◢ 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!
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
◢ 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
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
◢ Compatibility ◣
This engine works on any devices with any rom, but there is a version for CM's rom and one for stock based firmwares. So, CMx.x, Lewa Os, MIUI, etc.
Install the stock version only on your stock firmware of your phone....
if your device don't have gingerbread or ICS officially, install the CM version (This also applies to the AOSP)
Change-log:
Golden Edition added
Uninstaller script added
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Downloads
Stock Version Zeno Edition: http://www.mediafire.com/download/z9rhdhjb410glyy/PurePerformances™XZeno_Stock.1.4.zip
Stock Version Golden Edition: http://www.mediafire.com/download/a92lpx5u7qnnex2/PurePerformances™X_Stock.1.4_(1).zip
Uninstaller: http://www.mediafire.com/download/iev485wqehnbcb9/PurePerformances™X_Uninstaller.zip
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Just Flash the .zip
Dear dude, if you like/download my work, leave a thanks, is a small reward for my efforts
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Credits:
All goes to jeeko
My friend sameer for getting the permissions to work on this.
RuchRha said:
This is not my work just sharing so we can get the best out of our XSP
Original Source- http://forum.xda-developers.com/showthread.php?t=2360985
everything you've always wanted from a performance engine, but you never dared to ask
__________________________________________________ __________________________________________________ _______________
Here I am back with another mod of the Pure™Series.
After improving the system sound quality and graphics, it is time to improve Android. But be careful! This is not the usual performance engine which adds only script in the / init.d folder,
This time will be improved the android system at 360°! Basically this engine is a collection of concepts of all performance engine of the forum, that none of us will ever be able to install because many would conflict.
My testers were stunned by the power of this engine, but why not try it yourself? Are you ready to receive scary performances, to blow up the AnTuTu score counter?
Well, talk about serious stuff
◢ 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!
◢ Compatibility ◣
This engine works on any devices with any rom, but there is a version for CM's rom and one for stock based firmwares. So, CMx.x, Lewa Os, MIUI, etc.
Install the stock version only on your stock firmware of your phone....
if your device don't have gingerbread or ICS officially, install the CM version (This also applies to the AOSP)
Downloads
Stock Version: http://www.mediafire.com/download/q0..._Stock.1.4.zip
CM Version: http://www.mediafire.com/download/62...A2X_CM.1.4.zip
Just Flash the .zip
Dear dude, if you like/download my work, leave a thanks, is a small reward for my efforts
Click to expand...
Click to collapse
cant download it, please re upload
coz i wanna try it
ditrix99 said:
cant download it, please re upload
coz i wanna try it
Click to expand...
Click to collapse
Done, try now.
One question bro.. is this need a Init.d supported kernel or init.d app from playstore to work correctly???
Rajeev said:
One question bro.. is this need a Init.d supported kernel or init.d app from playstore to work correctly???
Click to expand...
Click to collapse
I've been using this and it works pretty awesome and I'm not using any init.d supported kernel or apps and works great, hope you got your answer. D:
RuchRha said:
I've been using this and it works pretty awesome and I'm not using any init.d supported kernel or apps and works great, hope you got your answer. D:
Click to expand...
Click to collapse
Yes i got my answer.. Downloading now
Do i need to wipe cache+dalvik before/after install?
Sent using xda premium
riyoshadqi said:
Do i need to wipe cache+dalvik before/after install?
Sent using xda premium
Click to expand...
Click to collapse
Yes, you should.
after flash this mod i should see new app on my phone???????????????
saberamani said:
after flash this mod i should see new app on my phone???????????????
Click to expand...
Click to collapse
No, it will tweak your system, speed will be better, wont be laggy anymore, sliding will be smooth and rest of all you can read.
**************************************************************************************************************************************************************************
Hit Thanks if I've helped you.
According to op we install cm version correct....
Sent from my C5303 using xda premium
wich one, what i must download? Stock Or CM?? Sory Bad English
I've download the stock version and flash it through CWM. After reboot, yes it feel faster because the mod will set the animations, transisitions speed to 0.5, other than that I don't really feel the "360 degree of performance increase!" ugh...
**for sure I still respect the work
dosimple12 said:
wich one, what i must download? Stock Or CM?? Sory Bad English
Click to expand...
Click to collapse
Download for stock dude.. CM is not for us...
---------- Post added at 02:35 AM ---------- Previous post was at 02:32 AM ----------
zolaisugly said:
According to op we install cm version correct....
Sent from my C5303 using xda premium
Click to expand...
Click to collapse
Absolutely no.. How u can install a CM based things in Stock roms...? U will get bootloop or no result.... Dont flash CM version in Stock..
Btwn i flashed the stock version and truly i did not find any different.. 2nd day after flashing... Just a showoff only But i respect the work...
Rajeev said:
Download for stock dude.. CM is not for us...
---------- Post added at 02:35 AM ---------- Previous post was at 02:32 AM ----------
Absolutely no.. How u can install a CM based things in Stock roms...? U will get bootloop or no result.... Dont flash CM version in Stock..
Btwn i flashed the stock version and truly i did not find any different.. 2nd day after flashing... Just a showoff only But i respect the work...
Click to expand...
Click to collapse
Uhh, sorry to hear that you dint find any difference ://, Though I'll be uploading a gold edition of this in a while which is tweaked by me a bit maybe that works.
dosimple12 said:
wich one, what i must download? Stock Or CM?? Sory Bad English
Click to expand...
Click to collapse
Stock version ( and leme tell you it's not just for XSP it will work for any android, so if you got AOSP or CM ROM, flash the CM version or else it's stock version. =])
How to download?
Sent using xda premium
riyoshadqi said:
How to download?
Sent using xda premium
Click to expand...
Click to collapse
Links updated to mediafire for easier download. =]
riyoshadqi said:
How to download?
Sent using xda premium
Click to expand...
Click to collapse
Try with ur PC
Rajeev said:
Download for stock dude.. CM is not for us...
---------- Post added at 02:35 AM ---------- Previous post was at 02:32 AM ----------
Absolutely no.. How u can install a CM based things in Stock roms...? U will get bootloop or no result.... Dont flash CM version in Stock..
Btwn i flashed the stock version and truly i did not find any different.. 2nd day after flashing... Just a showoff only But i respect the work...
Click to expand...
Click to collapse
ok sir.. ill try it now :good::good:

★ [MOD] ◢ PurePerformances™X ◣ | Golden Edition | Scary performances on Android

★ [MOD] ◢ PurePerformances™X ◣ | Golden Edition | Scary performances on Android
PurePerformances™X ◣ | Golden
Edition | Scary performances on Android
Try this awesome mod n fell d change. .
◢ 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!
◢ Compatibility ◣
This engine works on any devices with any rom,
but there is a version for CM's rom and one for
stock based firmwares. So, CMx.x, Lewa Os,
MIUI, etc.
Install the stock version only on your stock
firmware of your phone....
if your device don't have gingerbread or ICS
officially, install the CM version (This also
applies to the AOSP)
For more details n download link go to link below..
http://forum.xda-developers.com/showthread.php?t=2360670
tested in the Galaxy Grand Quattro?
Yes, Tested.
zanini007 said:
tested in the Galaxy Grand Quattro?
Click to expand...
Click to collapse
A owner named Radhe Shyam Dewangan on fb development page says that He has flashed this update in his quattro. I'll post here reviews once he lets me know about it.
Hoping it works. I'll try myself soon as well. :victory:
Cheers ! ! !
Reviews are very positive it seems. He haven't checked the antutu scores. I'll be trying soon with current antutu score and after update antutu score.
Till then Happy flashing...
Testing... The phone is already faster...
Thank you!
I have installed this mod a week ago.. and phone feels more responsive, but I do not know if crossbreeder MOD http://forum.xda-developers.com/showthread.php?p=37062006 and Updated Adreno2xx/3xx GPU libraries helped, but hey!, everything counts (and helps).:good:
I tested it and I'm not sure if it's something I'll keep installed. Before installing, I downloaded Antutu and my benchmark was 11484, after installing this mod, I re-tested and got 11272 (isn't it supposed to be faster?). Also, I noticed that my phone was hotter than usual. Don't rely on placebo effect, use a benchmark instead.
MeGaViC said:
I have installed this mod a week ago.. and phone feels more responsive, but I do not know if crossbreeder MOD http://forum.xda-developers.com/showthread.php?p=37062006 and Updated Adreno2xx/3xx GPU libraries helped, but hey!, everything counts (and helps).:good:
Click to expand...
Click to collapse
How to update Adreno2xx/3xx GPU libraries?
pedromsouza said:
How to update Adreno2xx/3xx GPU libraries?
Click to expand...
Click to collapse
You need to download a file called Adreno_200-AU_LINUX_ANDROID_JB_REL_2.0.3.04.01.02.21.099.zip and flash it via CWM...
I must say you need to backup your system partition If somenting goes wrong...
Do not remember the specific topic form which I downloaded this file (I owned a LG E612.. search for it on that forum)
MeGaViC said:
You need to download a file called Adreno200-AU_LINUX_ANDROID_JB_VANILLA_04.02.02.060.053.zip and flash it via CWM...
I must say you need to backup your system partition If somenting goes wrong...
Do not remember the specific topic form which I downloaded this file (I owned a LG E612.. search for it on that forum)
Click to expand...
Click to collapse
UPDATE: I tryed to upload the file but for xda upload size restrictions could not..., on qualcomms site says is for JB 4.2 but I works fine on 4.1.
i have use this mod since my ACE era.
well,this mod is ok..not really 360 but u can feel the diffrence,
better something than nothing(stock)...
and i really suggest you dont ever use supremacy,in my opinion.
this one is better.
sounds familier……have i seen this before?……not for sure……

[MOD][FIX] Audio Bitrate Increase For Redmi Note 9S

Disclaimer :
Code:
I am not responsible for any damage to your device!
Use this mod at your own risk!
What's this?
This mod increases the audio bitrate on video recording from a disgraceful 96kbps to a respectable 320kbps. Thus, giving a richer, more pleasing audio quality.
Still confused? Click here for a better explanation
Requirements :
- A rooted phone with magisk installed
- An opened mind (important!)
Contributors :
@Jt380p
@thithi1983
* NOTES * (READ) :
- Not all ROMs are compatible with this mod, you might end up in a bootloop. YOU HAVE BEEN WARNED!
Download :
https://drive.google.com/file/d/1vTyNAzyiUSBkvmNPqvW0APNJB8nlgyeX/view?usp=sharing (Flash with magisk manager)
Source :
https://forum.xda-developers.com/Mi-9/themes/magisk-audio-bitrate-increase-t3927810
Audio files provided by @thithi1983
Thanks to :
@thithi1983
@topjohnwu for Magisk
Created : 14/5/2020
Last updated : 14/5/2020
reserved
will work on 9 pro?
Agha Farhan said:
will work on 9 pro?
Click to expand...
Click to collapse
if you're talking Indian 9 Pro, then yes. If you mean 9 Pro Global, maybe. they both have the same chip, but a different main sensor....so idk.
thanks!
I use it on evolution rom ( not miui ) the voice from recording became crackling maybe this mod is not for custom rom
First of all be warned that I have almost zero experience with modding, so no guarantee this is right.
I tried the mod on Evolution X but video would still be recorded with 96 kbit/s audio, so I decided to look into it and found another two files in system/vendor/etc (media_profiles.xml and media_profiles_V1_0.xml) that looked quite similar to media_profiles_vendor.xml.
I replaced 96000 with 320000 where necessary and placed both files in Jt380p's zip.
Afterwards I edited install.sh by adding
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles_V1_0.xml 0 0 0644
and
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles.xml 0 0 0644
to the end of the file.
Videos I take after flashing the modified .zip now show up in VLC with a 288 kbit/s audio track, though the quality doesn't seem to have improved much if at all.
I'm not allowed to post a link yet since I have never really posted anything on here but you should be able to recreate it.
---
I've now installed the Xiaomi.eu ROM and the mod works well there. The left and right audio channel are switched for some reason though.
Alex Shep said:
First of all be warned that I have almost zero experience with modding, so no guarantee this is right.
I tried the mod on Evolution X but video would still be recorded with 96 kbit/s audio, so I decided to look into it and found another two files in system/vendor/etc (media_profiles.xml and media_profiles_V1_0.xml) that looked quite similar to media_profiles_vendor.xml.
I replaced 96000 with 320000 where necessary and placed both files in Jt380p's zip.
Afterwards I edited install.sh by adding
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles_V1_0.xml 0 0 0644
and
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles.xml 0 0 0644
to the end of the file.
Videos I take after flashing the modified .zip now show up in VLC with a 288 kbit/s audio track, though the quality doesn't seem to have improved much if at all.
I'm not allowed to post a link yet since I have never really posted anything on here but you should be able to recreate it.
---
I've now installed the Xiaomi.eu ROM and the mod works well there. The left and right audio channel are switched for some reason though.
Click to expand...
Click to collapse
Is the better quality more clear with the Xiaomi.eu ROM, or still not really notable?
blowy666 said:
Is the better quality more clear with the Xiaomi.eu ROM, or still not really notable?
Click to expand...
Click to collapse
It does sound clearer. Did a short frequency analysis and there isn't much going on above 12 kHz without the mod and with the mod it goes up to 16 kHz. Since then I switched from Xiaomi.eu to sooti's ROM. The mod is already integrated into it and he increased the gain, so audio isn't super quiet anymore. It's giving me the best results compared to all ROMs I've tried so far.

Categories

Resources