[LIST][MODS]List of mods for stock - Galaxy Y GT-S5360 Themes and Apps

ARE ON STOCK????????​
And you hate it?????​Then this thread is for you​NOTE- I have not explained how the stuff goes in here. I have just pasted the links. READ the thread completely
The credit goes to the original posters. PLEASE HIT THEM THANKS.​
First- Root your device [Very IMPORTANT]
READ THIS THREAD-
ROOTING YOUR GALAXY Y
and root your device.
Now after rooting install -
Android SDK on your PC.
Then read this thread and deodex your stock ROM.
http://forum.xda-developers.com/showthread.php?t=1600805
TOOOOOOOOOO LAZY TO DEODEX????????????????????
Go HERE-http://forum.xda-developers.com/showthread.php?t=2011188
Just flash via CWM
INSTALL CWM
http://forum.xda-developers.com/showthread.php?t=1678879
You are now ready to customise your ROM.
INSTALL A GOOD KERNEL
List of kernels-
1.Hells Fusion
2.Merruk Kernel
3.Percy's Kernel
4.Deviant Kernel
5.Will add more stuff later.
You are ready now.
These apps will help you-
Root Browser Lite
ScriptManager
Busy Box Installer
Lets Begin with enhancing perfomance-
Note- These methods work only with init.d supported kernels. Do this at your own risk.:laugh:
Super Charger-
The best way for increasing perfomance
Download script from this thread-
v6 Super Charger by zepelinrox
For installing it read this GUIDE
Bloatware removal-
This can also be done manually via root browser.
Download,edit and flash this zip via CWM.
This will remove all the useless apps from the system.
<<<<<<<Download>>>>>>>>
Atomods-
King of all tweaks. DO NOT USE WITH SUPERCHARGER.
WORKS ONLY on deodexed ROMs.
Download it from here-
ATOMODS by Ganesh A
Build.prop tweaks-
It is done by adding lines or editing the values in build.prop.
Location-
/system/here.
List of build.prop tweaks-
Thanks to dark_knight35
Lock launcher in memory-
Code:
ro.HOME_APP_ADJ=1
Improve the quality of sound recording, video recording and quality of pictures.-
Code:
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=25
3G tweaks-
Code:
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
For other tweaks go here.
Now comes theming -
Atomods already adds some xperia apps to your mobile.
Launchers-
This thread here shows a list of launchers working for our dear galaxy y.
Windows 8 theme-
Windows 8 slim ROM for deodexed stock ROM by deathnotice01
Boot animation-
List of bootanimations and how to enable them
ICS style settings-
http://forum.xda-developers.com/showthread.php?t=1625395
Adding a lockscreen-
HERE
Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Will update list if I get time.
Please PM me if you want your work here.
:laugh: :fingers-crossed:

Errmm... what?
Edit: its kinda updated :/
Need help with CyanogenMod??Go here CM Help Thread ​Sent via the muffin launch _/^\_

He, just make it easier for users to edit stock rom stockrom them and look for the desired mod.. Good..

What if you add guides?
Sent using neighbor's wifi

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

[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...)

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

Welcome to the World of Developers!​WHEN YOU START READING THIS THERE IS NO TURNING BACK!​(But ofcourse that's a joke.)​I made this thread so we could have MORE DEVELOPERS. okay so be happy lol because One day We the Devs who are making ROMs for this phone will buy a new one and stop supporting this device. We all learned the Hard Way before you could make your ROMs function as you want you may borrow alot of stuff (I did lol) but one day you'll learn how to make your own you may not learn fast but you will learn while time passes, wow did I just type that? :| lol but always believe in yourself and never Give up! YOU are the Devs of TOMORROW!. Damn I feel weird after typing that I sound like a scientist of some sort LMAO and PS. If some of the information here are wrong inform me via PM and please don't post off topic crap or you'll have a wonderful present from our forum MODs. lol lol you might say who the f*** is this 14 year old handing out a stupid message please take that message seriously all right? and Thank You to the people who gave me the developing knowledge I know especially to @ckpv5 ​
Let Us Beggin!​
Click to expand...
Click to collapse
Needed Software
Code:
- WinRAR or 7-zip, A computer, Internet Connection, Java, Notepad ++ most important thing is common sense.
CM 9 {ICE CREAM SANDWICH]
Click to expand...
Click to collapse
Needed Software
Code:
- WinRAR or 7-zip, A computer, Internet Connection, Java most important thing is common sense.
-----------------------------------------------------------------------------------
Step One.
Code:
Download The CM9 ROM you want to port.
-----------------------------------------------------------------------------------
Step Two.
Code:
Download The CM9 ROM that you want to use as a BASE.
-----------------------------------------------------------------------------------
Step Three.
Code:
Delete: App,Framework,media and font folders from your BASE ROM.
-----------------------------------------------------------------------------------
Step Four.
Code:
Copy: App,Framework,media and font folders from your PORT ROM to your BASE ROM.
-----------------------------------------------------------------------------------
Step Five.
Code:
Copy: lib.android.so from your PORT ROM to your BASE ROM's system/lib, folder
-----------------------------------------------------------------------------------
Step Six.
Code:
Compress it using WinRAR or 7-zip.
-----------------------------------------------------------------------------------
CM 10(.1) [JELLY BEAN]
Click to expand...
Click to collapse
Step One.
Code:
Download the Jelly Bean Based ROM you want to PORT (Make Sure its based on 4.2.2).
-----------------------------------------------------------------------------------
Step Two.
Code:
Download the Jelly Bean Based ROM you want to use as a BASE (Make Sure its based on 4.2.2 also).
-----------------------------------------------------------------------------------
Step Three.
Code:
Delete: App, Framework, Media, Font from your BASE.
-----------------------------------------------------------------------------------
Step Four.
Code:
Copy: App, Framework, Media, Font from your PORT to your BASE.
-----------------------------------------------------------------------------------
Step Five.
Code:
Copy: lib.android.so from your PORT to your BASE..
-----------------------------------------------------------------------------------
Step Six.
Code:
Compress your newly ported ROM into a package using WinRAR or 7-zip.
-----------------------------------------------------------------------------------​
OEM ROMs
Hint: Sense ROMs are eaiser to port if you are using the Same base just like Cyanogen MOD ROMs ​​
Click to expand...
Click to collapse
Needed Software
Code:
Windows and Linux Operating Systems, Java,Internet Browser, A Brain (If your a robot, kidding) and Notepad ++
-----------------------------------------------------------------------------------
HTC Sense 4.1 {ICE CREAM SANDWICH]
Click to expand...
Click to collapse
Step One.
Code:
Download the Sense 4.1 ROM you want to PORT.
-----------------------------------------------------------------------------------
Step Two.
Code:
Download the Sense 4.1 ROM you want to use for a BASE.
HINT: Use Desire X Deodexed stock ROMs for Base.
-----------------------------------------------------------------------------------
Step Three.
Code:
Make a folder for your PORTED ROM and one for your BASE ROM.
-----------------------------------------------------------------------------------
Step Four.
Code:
Delete: Bin, etc, lib, usr from your PORT ROM.
-----------------------------------------------------------------------------------
Step Five.
Code:
Copy: Bin, etc, lib, usr from your BASE ROM to your PORT ROM
-----------------------------------------------------------------------------------
Step Six .
Code:
Edit your Build.prop using Notepad ++
-----------------------------------------------------------------------------------
Build.prop
ro.build.user=[Your XDA Name]
ro.build.tags=release-keys
ro.product.model=Desire X
ro.product.brand=htc_europe
ro.product.name=htc_proto
ro.product.device=protou
ro.build.product=proto
# Following property will be reference by Settings.
ro.product.processor=1GHz Dual Core
ro.product.ram=768MB
ro.product.display_resolution=4 inch WVGA resolution
ro.product.main_camera=5M
ro.product.bluetooth=4.0
Click to expand...
Click to collapse
-----------------------------------------------------------------------------------
Step Six .
Code:
Compress your newly ported ROM using WinRAR or 7-zip.
-----------------------------------------------------------------------------------
Samsung Touch Wizz UX [*] [JELLY BEAN]
Click to expand...
Click to collapse
Step One .
Code:
Download The CM 10.1 ROM you want to use as a BASE.
-----------------------------------------------------------------------------------
Step Two .
Code:
Download The Touchwizz ROM you want to PORT.
-----------------------------------------------------------------------------------
Step Three .
Code:
Delete: App, framework, Media and Fonts folders from your BASE.
-----------------------------------------------------------------------------------
Step Four .
Code:
Copy: App, framework, Media and fonts folder from your PORT to BASE ROM.
-----------------------------------------------------------------------------------
Step Five .
Code:
Copy: lib.android.runtime.so from PORT to BASE ROM
-----------------------------------------------------------------------------------
Step Six .
Code:
Compile your newly ported ROM using WinRAR or 7-zip.
-----------------------------------------------------------------------------------
Sony Timescape {-} [JELLY BEAN]
Click to expand...
Click to collapse
Step One .
Code:
Will Update this Once I port this as well :p
-----------------------------------------------------------------------------------​
Once Again
Build.prop Tweaks
TIP: Knowing Different Build.prop tweaks does not make you a Dev
Click to expand...
Click to collapse
# Fast Reboot
# Increasing The Video Recording Quality
ro.media.enc.hprof.vid.bps=8000000
# Screen Rotate To 270 degree
windowsmgr.support_rotation_270=true;
# Increase VM Heap Size(resolve some fc's)
dalvik.vm.heapsize=64m
# Render UI With GPU
debug.sf.hw=1
# Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
# Video Acceleration Enabled
video.accelerate.hw=1
# Increase Performance
debug.performance.tuning=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Deeper Sleep/Better battery life
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Ringing Will Start Immediately
ro.telephony.call_ring.delay=0
# Disable Error Checking
ro.kernel.android.checkjni=0
# Increase Quality Of MediaStreaming
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# Disable BootAnimation
debug.sf.nobootanimation=1
#Force To Remain Launcher In Memory
ro.HOME_APP_ADJ=1
# Disable Waking Up Of Phone By Volume Buttons
ro.config.hwfeature_wakeupkey=0
# Off The Proximity Quiclky After Call
mot.proximity.delay=25
# Signal Tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
# NetSpeed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Disables Debug Icon On Status Bar
persist.adb.notify=0
Remember guys its not done Enjoy what I have placed for now I will also post videos so its more understandable
Thanks T.A.M, this guides nice and simple, which will encourage more people (including me ) to give it a go
Sent from my HTC Desire X
Touchwizz Port
like the way you port sense,can i port touchwizz with same build.prop
i want a touchwizz nature ui rom very badly please help
Hopefully this will bring more devs to the Desire X. Development is still pretty stagnant without any stable AOSP based roms.
On another note, big thanks to the devs working on our device
Guide Updated guys Tell me if it works
The Android Manual said:
Guide Updated guys Tell me if it works
Click to expand...
Click to collapse
I'll have a go porting Touchwiz for 4.2.2 once we have most of the CM10.1 bugs ironed out
Waiting for timescape...
HTC Desire X || Android 4.1.2 || mySENSEdx+ RC 3.0
To carry a rom ics sense 4.1 of htc one s does not it start, any suggestion? Please.
hugoo00 said:
To carry a rom ics sense 4.1 of htc one s does not it start, any suggestion? Please.
Click to expand...
Click to collapse
What? Please rephrase your question
I follow the steps to bring rom Sense.4.1 of the Htc. One. S but it does not ignite. that more is needed to turn?
hugoo00 said:
I follow the steps to bring rom Sense.4.1 of the Htc. One. S but it does not ignite. that more is needed to turn?
Click to expand...
Click to collapse
Trust me you don't want to do that YET just use the One SV as a base first you need to make a base for it Desire X + One SV
The Android Manual said:
Trust me you don't want to do that YET just use the One SV as a base first you need to make a base for it Desire X + One SV
Click to expand...
Click to collapse
Guys if you want MIUI v5 you can port it from here: http://forum.xda-developers.com/showthread.php?t=2249903.
It's version 3.7.5 sense based Android 4.1.1 JB, it booted successfully.
Reading some tutorials and guides, I confirm it boots so let's port it!
If you want I can make some screens for encouragement
I'm working on sense 5 so I'll probably not release it. @neXus PRIME
xpirt
xpirt said:
Guys if you want MIUI v5 you can port it from here: http://forum.xda-developers.com/showthread.php?t=2249903.
It's version 3.7.5 sense based Android 4.1.1 JB, it booted successfully.
Reading some tutorials and guides, I confirm it boots so let's port it!
If you want I can make some screens for encouragement
I'm working on sense 5 so I'll probably not release it. @neXus PRIME
xpirt
Click to expand...
Click to collapse
I could take the time to port it and release it? Perhaps it'll put less strain on your life
Sent from my HTC Desire X using Tapatalk 2
krishneelg3 said:
I could take the time to port it and release it? Perhaps it'll put less strain on your life
Sent from my HTC Desire X using Tapatalk 2
Click to expand...
Click to collapse
If you can release it? Yes why not, I'm not going to release my port because of time. But who want can release it
xpirt
xpirt said:
Guys if you want MIUI v5 you can port it from here: http://forum.xda-developers.com/showthread.php?t=2249903.
It's version 3.7.5 sense based Android 4.1.1 JB, it booted successfully.
Reading some tutorials and guides, I confirm it boots so let's port it!
If you want I can make some screens for encouragement
I'm working on sense 5 so I'll probably not release it. @neXus PRIME
xpirt
Click to expand...
Click to collapse
I'll port it If I get bored tomorrow (well I usally do) Did you port it successfully using what guide then? I believe its just simple copy from base and paste to port, correct? @xpirt
The Android Manual said:
I'll port it If I get bored tomorrow (well I usally do) Did you port it successfully using what guide then? I believe its just simple copy from base and paste to port, correct? @xpirt
Click to expand...
Click to collapse
Not with your guide, with sense port guide.
Btw is sense based so just use hw libs from our sense and kernel, the rest is all One S stuff.
xpirt

★ [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:

[build.prop] Random Build.Prop Tweaks!

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

Categories

Resources