TWEAK | STABLE | Reincarnation Engine v.4 | The Most Minimal Script - Samsung Galaxy Core

WELCOME
please smile for a while before read this thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In here you will get answer of your expectations
Stability , Less lags, Great battery life, No placebo tweak = Balance performance of your ANDROID
99,9999999999999999999 % FOR ALL ANDROID DEVICES
-------------------------------------------------------------------------------------------------------------------​
Thread navigation
1. Basic information
2. Requirement, How this engine work, Changelog, Download ( read carefully )
3. Feddback
Code:
[B]#include
/*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/[/B]
Some references
mxt224_ts_input.idc ( usr/idc ) is touchscreen module, and different device different name of module
mot.proximity.delay=25 ( Build.prop ) tweak for motorola devices, if you included on samsung devices, it useless and also may make your samsung Unstable
About I/O Scheduler, Different kernel different features
Code:
echo "2" > $i/queue/iosched/lp_read_quantum;
echo "2" > $i/queue/iosched/lp_swrite_quantum;
echo "5" > $i/queue/iosched/read_idle;
echo "15" > $i/queue/iosched/read_idle_freq;
About minfree
Code:
[B]FOREGROUND_APP[/B]
This is the process running the current foreground app. We'd really
rather not kill it! Value set in system/rootdir/init.rc on startup.
[B]VISIBLE_APP[/B]
This is a process only hosting activities that are visible to the
user, so we'd prefer they don't disappear. Value set in
system/rootdir/init.rc on startup.
[B]SECONDARY_SERVER[/B]
This is a process holding a secondary server -- killing it will not
have much of an impact as far as the user is concerned. Value set in
system/rootdir/init.rc on startup.
[B]HIDDEN_APP[/B]
This is a process only hosting activities that are not visible,
so it can be killed without any disruption. Value set in
system/rootdir/init.rc on startup.
[B]CONTENT_PROVIDER[/B]
This is a process with a content provider that does not have any clients
attached to it. If it did have any clients, its adjustment would be the
one for the highest-priority of those processes.
[B]EMPTY_APP[/B]
This is a process without anything currently running in it. Definitely
the first to go! Value set in system/rootdir/init.rc on startup.
This value is initalized in the constructor, careful when refering to
this static variable externally.
About VM tweak
Code:
[B]dirty_background_ratio[/B]
Contains, as a percentage of total system memory, the number of pages at which
the pdflush background writeback daemon will start writing out dirty data.
[B]dirty_ratio[/B]
Contains, as a percentage of total system memory, the number of pages at which
a process which is generating disk writes will itself start writing out dirty
data.
[B]dirty_expire_centisecs[/B]
This tunable is used to define when dirty data is old enough to be eligible
for writeout by the pdflush daemons. It is expressed in 100'ths of a second.
Data which has been dirty in-memory for longer than this interval will be
written out next time a pdflush daemon wakes up.
[B]dirty_writeback_centisecs[/B]
The pdflush writeback daemons will periodically wake up and write `old' data
out to disk. This tunable expresses the interval between those wakeups, in
100'ths of a second.
Setting this to zero disables periodic writeback altogether.
[B]min_free_kbytes:[/B]
This is used to force the Linux VM to keep a minimum number
of kilobytes free. The VM uses this number to compute a
watermark[WMARK_MIN] value for each lowmem zone in the system.
Each lowmem zone gets a number of reserved free pages based
proportionally on its size.
Some minimal amount of memory is needed to satisfy PF_MEMALLOC
allocations; if you set this to lower than 1024KB, your system will
become subtly broken, and prone to deadlock under high loads.
Setting this too high will OOM your machine instantly.
Main goal of this engine
> Only use most important tweak
Some limit from Google or manufacturer must have a reason.
> Will make the Real Universal Script = No placebo tweak.
> Will balancing your Android performance
> Low Memory Killer Script can affected on all ROM, dont worry if you run on CM9, CM10, CM11, AOKP, Low Memory Killer values really adjusted on Android 4.x above even on CyanogenMod, AOKP and other
Scripts include in this engine
> New script on RAM management,
> Read and Write speed tweak
> Dalvik Virtual Memory tweak
> Clean up Junk files every boot
> I/O tweak ( no scheduler tweaked )
> Network tweak
> Zipalign tweak
> SQ lite database optimized
Tested on
> Samsung Galaxy Ace = Stock 2.3.6, CM7, CM9.0, CM9.1, CM9.2, AOKP ICS, CM10.1, CM10.2, AOKP JB, CM11.
> Samsung Galaxy Ace-i = Stock 2.3.6, CM7
> Samsung Galaxy Gio = Stock 2.3.6, CM7, CM9.0, CM9.1, CM9.2, CM10.1, CM10.2, CM11.
> Samsung Galaxy Young = Stock 2.3.6, CM7
> Samsung Galaxy Tab 2.7 = 4.4.2
> Sony Xperia M = Stock 4.1.2
> Hi Sense Chinese phone (AndroMax) = Stock 4.0.4, Stock 4.1.2
> Huawei Ascend = Stock 4.1.2
> Alcatel Idol Mini 6012X = Stock 4.2.2
> Samsung Galaxy pocket = CM7
> Motorola Defy = CM11
> Xperia SP
> Samsung Galaxy Core Duos i8262 = 4.1.2 (my phone)
Credits and Big thanks
ImbaWind
slaid480
zeppelinrox
Juwe11
pikachu01
darky
ivcha90
Code:
[B]#NOTE :
/*
*
* for ROM developers,
* you can include this script to your ROM
* but PM me first before you publish your ROM,
* add direct link to this thread in your ROM thread
*
*
* for all people,
* dont mirror download link,
* add direct link to this thread if you want share in other forums,
*
*/[/B]
XDA:Thread Information
TWEAK | STABLE | Reincarnation Engine v.4 | The Most Minimal Script, a Tweak for all android devices
Version Information
Status: Stable
Current Stable Version: v.4
Stable Release Date: 30/03/2014
Last Updated 30/03/2014

Requirement, How this engine work, Changelog, Download
Requirement
> All android devices with 2.3 - 4.4.2 OS version
> Rooted
> ROM with init.d support
ROM with custom kernel or CyanogenMod already support init.d but
if you run on stock kernel or stock rom, just download and install this from Playstore
Busybox https://play.google.com/store/apps/details?id=stericson.busybox
Universal init.d https://play.google.com/store/apps/details?id=com.androguide.universal.init.d
> Clean ROM / No Tweaks included
How this engine work
> Reincarnation Engine will try to clean your ROM, mean will delete other tweak.. but still i guess to clean your ROM manually.
> Build.prop tweak delete same line which will tweaked.. But your original build.prop will backuped to folder sdcard/Reincarnation_Engine
Changelog
Code:
[B]26/02/2014 v1[/B]
> First public release on XDA
> file included in init.d, 99reincarnation_engine and zipalign
[B]05/03/2014 v2[/B]
> Added [B]magic_buildprop.sh[/B],
this script will tweaked your build.prop
and delete the same line automatically
also will make clean your rom, delete old tweak which will conflicted,
but may not perfectly so i guess you to manually clean your ROM
> Some Read and Write values changed to 2048
> Added and changed Dalvik VM Tweak values
> File [B]zipalign[/B] renamed to 99darky_zipalign
> Added smoothnes tweak
> Flashable zip to tweak CyanogenMod from Build.prop added
[B]11/03/2014 v3 RC1[/B]
> First Release Candidate for Daily use
> Added forgot tweak for JB 4.1 and 4.3
> Added sqlite database optimized script
> Change some VM Values
[B]30/03/2014 v4 Stable[/B]
> Stable version for Daily use
> Fixe lag for gaming
> Reduces lag when opening apps
> Some values changed again
> Fix wifi tether problem on some devices
> Build.prop tweak on different package, separated from Engine
and build.prop tweak will backup your old build.prop to
sd card/Reincarnation_Engine folder
How to install (recommended flash via CWM, i dont test with other Recovery)
> Backup anything before flash. Cause by flashing this script, some tweak on your ROM which conflicted with this script will be deleted..
> Reboot to recovery
> Install zip
> Done, Reboot
To check this scripts correctly installed, manually you can check with 3rd apps ex:root explorer
or you can check via Terminal Emulator
Code:
cat /sys/module/lowmemorykiller/parameters/minfree
values will show 3584,4096,6144,16896,18944,24320
Download server changed to mediafire, i'll counter all download.
> Build.prop Tweak CM
> Build.prop Tweak Stock
> Reincarnation Engine v.4 GB 2.3 CM7
> Reincarnation Engine v.4 ICS 4.0 CM9
> Reincarnation Engine v.4 JB 4.1 CM10 Galaxy core user download this version
> Reincarnation Engine v.4 JB 4.2 CM10.1
> Reincarnation Engine v.4 JB 4.3 CM10.2
> Reincarnation Engine v.4 KK 4.4 CM11
> Uninstaller
note : Download build.prop tweak depend to your ROM...

Reserved
Reserved

Love Your Work going to use it

Rhievaldo said:
Requirement
> All android devices with 2.3 - 4.4.2 OS version
> Rooted
....
> Reincarnation Engine v.4 JB 4.1 CM10 Galaxy core user download this version
> Reincarnation Engine v.4 KK 4.4 CM11
> Uninstaller
note : Download build.prop tweak depend to your ROM...
Click to expand...
Click to collapse
Hello, i have a Core 8262, but i have installed "Kit-Cat Build 3 For Samsung galaxy core duos GT-I8262" from "vvaibhavv"
which version should i use?
thank you in advance.

Maliasbaggio said:
Hello, i have a Core 8262, but i have installed "Kit-Cat Build 3 For Samsung galaxy core duos GT-I8262" from "vvaibhavv"
which version should i use?
thank you in advance.
Click to expand...
Click to collapse
The CM10 version.

thank you for the tweaks.I saw some perfomance increase but i get serious lags sometimes.
Facebook for example gets unstable.The phones gets unstable after 5 minutes of various usage,bad ui and app responce,lags.I had wifi/3g issue also, i searched and saw very low buffers.This happens on completely stocked rom,rooted and latest busybox installed.

KyriakosTM said:
thank you for the tweaks.I saw some perfomance increase but i get serious lags sometimes.
Facebook for example gets unstable.The phones gets unstable after 5 minutes of various usage,bad ui and app responce,lags.I had wifi/3g issue also, i searched and saw very low buffers.This happens on completely stocked rom,rooted and latest busybox installed.
Click to expand...
Click to collapse
hmmm, yeah actually i get that lag.. but i have done new version.. and yeah lag will reducing a lot.....

great:good:

It's working on samsung galaxy core LTE(g386f)?
Wysłane z mojego SM-G386F przy użyciu Tapatalka

Why file is so small?
Sent from my GT-I8260 using XDA Free mobile app

Related

★ [MOD] ◢ PurePerformances™X For A110 ◣★

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
For A110
everything you've always wanted from a performance engine, but you never dared to ask
___________________________________________________________________________________________________________________​
Specially modified it for A110. Worked very hard on it. Makes the device to perform at its best!!!
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)
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
◢ To devs ◣
No matter if you want include my work in your rom etc. insert only the proper credits ​
Credits
zeppelinrox for his default.prop of V6
ImbaWind for his parts of Adrenaline Engine
Exit_Only for his Turbo concepts, there aren't any parts of his work in mine
idcrisis for his CrossBreeder
All credits goes to these people
L.E.D 26 for his support
Jeeko for the rest
And you for having received the power of the PurePerformances X For A110,
thanks to all... specially Jeeko.
Mod Edit: Link Removed - please see this thread for PurePerformance Mods: http://forum.xda-developers.com/showthread.php?t=2360670​
is it works on Mackay Rom.??
First to download
Sent from my Cynus T2 using Tapatalk 2
yes
rohan2901 said:
is it works on Mackay Rom.??
Click to expand...
Click to collapse
yes it works on Mackay... and almost all ROMS!
Hi Rishabh,
Well how did u specially modify this MOD Bro?
Will be interesting to know...
In the meantime pls have a look at this..... http://forum.xda-developers.com/showthread.php?t=2360670
So just flash using cwm or twrp to install? How does one uninstall it? Thanks.
Sent from my Cynus T2 using Tapatalk 2
Amit_timA said:
Hi Rishabh,
Well how did u specially modify this MOD Bro?
Will be interesting to know...
In the meantime pls have a look at this..... http://forum.xda-developers.com/showthread.php?t=2360670
Click to expand...
Click to collapse
Dont quote so much bro..... i am working on dat link since a week!!!
i have edited the scripts,acc. to RAM,... removed some... and many...
Jeeko liked it.... so Amit its a request plz remove ur post... as its too long... and people will again get confused!
its a kind request!
CWM
Vodzilla said:
So just flash using cwm or twrp to install? How does one uninstall it? Thanks.
Sent from my Cynus T2 using Tapatalk 2
Click to expand...
Click to collapse
You just have to install it via CWM!...
And to uninstall flash this file- http://www.mediafire.com/download/gnfh45p2ao2th07/PurePerformances%E2%84%A2X_Uninstaller.zip
Can one install it over Project Xtreme?
NO
andronav said:
can one install it over project xtreme?
Click to expand...
Click to collapse
no, it will be better if u install that first!
Does it work on services other than canvas2.
Where can I find download link for other devices?
Sent from my MB526 using xda premium
bro
Is it works on can galaxy s4 ?
Great job dude :good::good:
In your post u have said that there are 2 versions (one for stock & other for CM,Lewa,Miui) but in the download u have provided only 1 link...
I'm on Lewa so which one should i install ???
same one!
android_freak_ said:
Great job dude :good::good:
In your post u have said that there are 2 versions (one for stock & other for CM,Lewa,Miui) but in the download u have provided only 1 link...
I'm on Lewa so which one should i install ???
Click to expand...
Click to collapse
sorry bro... i will correct the post..... u can use the same link for lewa also... and report!
try it!
ajaymax110 said:
Is it works on can galaxy s4 ?
Click to expand...
Click to collapse
it will work on almost all roms...... just try it... and report!
Can i install it over Bumblebee rom ...?
congo
:good: working like charm on stock jb . now no lag in stock laucher .
rom: stock
recovery:TWRP
is that for my q mobile noir a10 (same spec as mmx a110)??
Rishabh Bagrecha said:
For A110
everything you've always wanted from a performance engine, but you never dared to ask
___________________________________________________________________________________________________________________​
Specially modified it for A110. Worked very hard on it. Makes the device to perform at its best!!!
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)
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
◢ To devs ◣
No matter if you want include my work in your rom etc. insert only the proper credits ​
Credits
zeppelinrox for his default.prop of V6
ImbaWind for his parts of Adrenaline Engine
Exit_Only for his Turbo concepts, there aren't any parts of his work in mine
idcrisis for his CrossBreeder
All credits goes to these people
L.E.D 26 for his support
Jeeko for the rest
And you for having received the power of the PurePerformances X For A110,
thanks to all... specially Jeeko.
Download Link-PurePerformances™X For A110 By Rishabh Bagrecha​
Click to expand...
Click to collapse
dear dev will that work on my q mobile noir a10 (on stock ICS ROM)?
and please post the full detailed installation method for newbies...
Workin on suvi :thumbup::thumbup::thumbup:
Sent from my Micromax A110 (Canvas 2) using xda app-developers app
Hi @Rishabh Bagrecha,
What exactly did you add to it? The post seem's to be exactly identical to the OROGINAL THREAD of this mod by @Jeeko, so could you highlight what you did to mod this for A110?

[ROM][CM7.2] REINCARNATION ROM SERIES pre-Final [JB UI & S4 UI] [26-11-2013] update preview

[ROM][CM7.2] REINCARNATION ROM SERIES pre-Final [JB UI & S4 UI] [26-11-2013] update preview
thread navigation
1. ROM details
2. How To Install, Download Link, Instruction.
3. Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
[B]#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/[/B]
Code:
[B]#read also
/*
* this ROM originally created for Ace GT S5830
* but now im ported this for Galaxy Young GT S5360,
* i can't test this release for long time,
* cause i tested its in my friend device
*
*/[/B]
Basic Information :
Whats?
Reincarnation Rom Series = Reincarnation v.4 + Naturalizer v.2 ( not release for young )
You must know
Reincarnation v.4 = Jelly Bean Series
Naturalizer v.2 = Touchwiz Series
Aroma installer navigation
With Aroma Installer, this rom give your customization for
1. Select your favourites ROM Style. Jelly Bean Series or Touchwiz Series
2. Select your favourites Statusbar Style. Transparent or Normal statusbar
3. Select your GPS continent
4. Select your GPS country, you can leave its, if your country not appearence.
5. Option to install Link2Sd at flashing,, recommended to install, for me its better than other internal script
REINCARNATION ROM SERIES
Rom base : CM7.2 RC by Percy g2
Rom concept : Music Quality and Beauty Interface
Rom style Aroma customization
> Jelly Bean UI transparent and non transparent
> Touchwiz / S4 UI transparent and non transparent
Performance :
> 2.3.8 Bluetooth versions
> Adrenaline Engine v.4.5
> Adrenaline Boost PRIME
> Beauty sound system media
> Build.prop tweaks
> Built in flash player 11
> Faster GPS lock
> Integrated host file for adblocker
> Reincardio Engine, give excellent music quality
> Removed beep volume panel
Interface :
> Android 4.x all icon
> Android 4.x clock widget
> Android 4.x dialog
> Android 4.x fonts
> Android 4.x installer
> Android 4.x title bar
> Android 4.x notification panel
> Android 4.x statusbar style. transparent and non transparent
> Android 4.x window animation and transition. with mod by me
> Android 4.x lockscreen
> Android 4.x security lockscreen
> Modded CM lockscreen
> Changeable transparent and non transparent Interface in theme chooser
> New boot animation
Application added :
> Achep theme, modded very light
> Battery bar
> Clean file manager
> Dodol keyboard
> Holo launcher
> Holo locker
> Quicpic gallery
> Samsung stok task manager
> Samsung digital clock widget
> Stopwatch and timer
> Videos like stock samsung video app
> Wallpaper base honeycomb wallpaper
Changelog Versions :
Code:
[B][U]Reincarnation pre-Final[/U] (25-11-2013)[/B]
[B][U]Both series[/U][/B]
> Added Adrenaline Engine 4.5 and Adrenaline Boost
> Fix Wifi Tether
> Fix Dialpad Layout
> Fix black text in widget picker
> Aroma Installer Customization
> Merged Reincarnation and Naturalizer
> Improved wifi connection
> Added GPS customization
> Added Statusbar style option.
> Reworked Settings apk
> fix task manager not function
> update Playstore 4.4.21
> Updated Link2SD 2.4.10
> Updated Dodol Keyboard
> Removed X-Reality engine
> Added fix fc script
[B][U]JB series[/U][/B]
> Change some ICS icon to JB icon
> Reworked JB Non Transparent theme
[B][U]Touchwiz Series[/U][/B]
> Statusbar with S4 Style
> Replace Stock My Files with Modded Clean File Manager
> Change Boot Animation
> Add Theme for get S4 UI, [B]only 380 kb,[/B]
> Mod Holo Locker
[B][U]Reincarnation V.3[/U] (19-10-2013)[/B]
> Restyled all apk
> JB style titlebar
> JB style on/off settings
> JB style caller
> JB Send button Mms
> JB Style center shutter camera
> JB Notification download panel
> JB holo locker for full JB style
> Mod music player to beats style
> Mod deskclock
> Add mod achep ics Theme for get Non transparent UI, [B]only 115kb[/B]
> Add samsung digital clock widget, mod to JB Style
> Add Video.apk, Mod to Stock video with JB Style
> Add Wallpaper.apk base Honeycomb wallpaper
> Add battery percent to Expanded Statusbar
> Removed beep volume panel
> Reworked framework Script and png
> Change some CM Lockscreen.png
> ICS Security lockscreen style
> Change default wallpaper
> Change boot animation to Blue plazma Bootanimation
> Optimize png and zipaligning apk
> Updated Link2sd to 2.4.6
> Add X-Reality Engine tweak from Xperia,i thinks its work fine
> Android 4.3 Font
> Updated Batterry bar 3.2 and Holo Launcher 2.0.3
> And Many More
[B][U]Reincarnation V.2[/U] (20-08-2013)[/B]
> AROMA INSTALLER
> Work both brigthness toggle and slider brigthness
> Updated Gallery QuicPic 2.9.6
> Updated Link2SD 2.4.5
> Updated Q2 Keyboard
> Updated Google Play Store 4.3.11
> Updated Super SU 1.45> Change Dialog Popup Transparency to 75%
> New Dialog Popup Animation
> New Setup Wizard Android Icon
> Corrected Audio Engine
> Corrected Build.Prop
> Corrected SystemUI & Framework Script
[B][U]Reincarnation V.1.1[/U] (19-07-2013)[/B]
> Updated Clean File Manager
> Fix Wifi & Statusbar bug issues
> Correct Build.prop
> Removed some unused binary files
[B][U]Reincarnation V.1[/U] (15-07-2013)[/B]
> Mix Beauty System Sound
> Jelly Bean style Statusbar
> Include Battery Bar for MIUI Look
> QuicPic is default gallery
> Latest Holo Launcher and Holo Locker is Default
> Jelly Bean Style Installer
> Blue Setup Wizard And Google Service Framework
> Beauty MIUI Music Player with shortcut equalizer settings
> Jelly Bean style settings Launcher,Lockscreen,statusbar,theme,wallpaper,Superuser,task manager shortcut to settings> Jelly Bean Style MMS with SMS Popup support
> Jelly Bean Style Camera
> Jelly Bean Style Recent App
> Jelly Bean Style Dialog Layout
> Cool Boot Animation
> Transparent Google Search
> Youtube 2.1.6 with Downloader
> Add Stopwatch and Timer apk
> Replace LatinIME with Q2 Keyboard
> Android 4.x Fonts
> Mod CM Lockscreen
> Initial release
Bugs :
> White on white text button at some 3rd application
> Sometime and only sometime, you cant change data connection,
ex, after you use wifi connection, you can't use data connection, just reboot its solved
> Same as CM7 RC by Percy
Credits :
1. tamingsari2k for my inspiration from their DEMOCRACY ROM
2. Imbawind Adrenaline Engine and Adrenaline Boost
3. Geva28 for Beats Manager
4. Gira.Me for Clean File Manager
5. Mobint for Holo Launcher and Holo Locker
6. Pvy Parts for Team.Battery.Bar
7. dodol.com for Dodol keyboard or Q2 Keyboard
8. ACHEP for Stopwatch and Timer
9. Probcomp for SMS Popup Notifier
10. Amarullz for AROMA INSTALLER
11. UOT Kitchen for Room Theming
12. Bryan Owens for Honeycomb Wallpaper
13. RedX Entertainment for Video Manager.apk
14. VavanL for Guide to remove beep volume panel
15. Shahaab for X-Reality Engine
16. Ace i Team, sniper killer and iamareebjamal for reference with on off settings guide
17. iamareebjamal for Guide add custom image to about phone
18. Spacecaker for some icon from their romSGS III / IV JB Rom
19. Zeppelinrox for fixfc script binary
Special Thanks :
1. XDA DEVELOPER FOR REFERENCE
2. Percy g2 and Team Broadcomm CM for CM7.2 RC as base rom
Code:
[B]#Note :
/*
* don't mirror my ROM
* don't share download link but you can share by linked to this thread,
* please give me a Logcat or screenshot If you report a bugs,
* its helped than just say fix that
*
*/[/B]
you like my work : just press thanks button,.
you want donate to me : just PM me
XDA:DevDB Information
REINCARNATION ROM SERIES pre-Final 26-11-2013, a ROM for the Samsung Galaxy Y GT-S5360
Contributors
Rhievaldo
ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 2.6.x
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: pre-Final
Stable Release Date: 2013-11-25
Created 2013-11-02
Last Updated 2014-01-03
How To Install, Download Link, Instruction... Read this before ask
How to Install : Flash via CWM
If from cm7 rom
1. Mount Data, System, Cache
2. Flash Percy CM#2 Kernel from Original Thread by Percy Go Here
3. go to advanced, and reboot recovery
4. Wipe Data
5. Wipe Cache Partitions
6. Wipe Dalvik Cache
7. Format Data, System, Cache
8. Mount Data, System, Cache
9. Install Zip from SD Card
10. Reboot
read this,, if you from stock based custom rom or custom kernel you must flash stock firmware with Odin before flashing this ROM
Download Link :
- CM7.2 Reincarnation Rom Series Totoro pre Final Go Here
Q : Is Wifi Connection issues fixed ?
A : i think its should fixed, cause i tried in 7 different hotspot, and work fine..
Click to expand...
Click to collapse
Q : Is Wifi Tether fixed ?
A : Read Changelog
Click to expand...
Click to collapse
Q : My slider brightness is buggy ?
A : its cause settings not saved,, you must full wipe when flashing,,
Click to expand...
Click to collapse
Q : Whats function of Adrenaline Boost ? and how to activated ?
A : its specially for game booster,,.
How to Use It?
1) Open terminal emulator
2) Type :
Code:
Code:
su
boost
please read more information, go here, http://forum.xda-developers.com/showthread.php?t=1542602
Click to expand...
Click to collapse
Q : My Statusbar doesnt show ? and only green bar on top ?
A : Just wait, after flashing, statusbar take a time to appearence or you can reboot and its solved..
green bar on top is battery bar, you can customize its at settings
Click to expand...
Click to collapse
Q : How to use softkeys button in statusbar ?
A : you can configure in ( settings > system > tablet tweak ), if you want to use bottom statusbar, before thats you must remove all softkeys in statusbar or youur statusbar get no icon
Click to expand...
Click to collapse
Q : i like popup features, but why I get double mms notification ?
A : Open mms settings, tick disable notification if you want use popup notification
Click to expand...
Click to collapse
Q : I cant use other lockscreen same as screenshot, like CM Lockscreen or Security Lockscreen,, now i only use Holo Locker, why ?
A : Before use other lockscreen, you must Go to Settings - System - Tablet Tweak - Untick Disable Lockscreen.
Click to expand...
Click to collapse
Q : Can i use other performance script ? like Fly On Mod, Pure performance ?
A : I Recommend to Not Use other performance script,, If you make experiment with other scripts, dont report bugs to me
Click to expand...
Click to collapse
Q : Can i use other internal script ?
A : Yes, you can use Cronmod, Ungaze, or other script,. just read carefully the instruction from original post of your script want used
Click to expand...
Click to collapse
Q : Can i use other audio engine and equalizer apps from market or other ?
A : No,,, This ROM is specially created for music lovers,, if you use other equalizer from market its can FC's DSP Beats Manager
Click to expand...
Click to collapse
Screenshot
JELLY BEAN SERIES
Original system with transparency
With JB Non transparent Theme, apk size only 115kb
TOUCHWIZ SERIES
Reserved
Hy guys,
i create a new signature for this ROM, support me with add this code in your signature.
Thanks. :fingers-crossed:
Rhievaldo
HTML:
[CENTER][URL="http://forum.xda-developers.com/showthread.php?t=2425121"][IMG]http://farm8.staticflickr.com/7433/11349874153_9762a36cb0_b.jpg[/IMG][/URL][/CENTER]
​
Reserved
Reserved
Reserved
Reserved
Just awesome great looking custom rom thanks mate i love it
Sent from my GT-S5360 using xda app-developers app
OxygeenHD said:
Just awesome great looking custom rom thanks mate i love it
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Thanks for positive comment guys :good:
Excellent, is the best 2.3.7 custom rom.
Sent from my GT-S5360 using xda app-developers app
Fm Radio
the fm radio work ? i downloaded the nem version now
finally....
from indonesia....
will try om...
#awesome
Looks nice downloading now
||""Playing Asphalt™ 8 Airborne on my sgy. LoLz.
Joke of the year. Gameloft devs will die if they hear this. ""||
Minions_Army said:
finally....
from indonesia....
will try om...
#awesome
Click to expand...
Click to collapse
Off Course,, Gresik, East Java, Indonesia.
Selamat Mencoba
brianmorales said:
Excellent, is the best 2.3.7 custom rom.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Just For You, and I will Updated after get report
I do exactly as guided but I have bootloop. I flash kernel by Odin, not CWM
lieuliau said:
I do exactly as guided but I have bootloop. I flash kernel by Odin, not CWM
Click to expand...
Click to collapse
please read the OP guys,, Flash Via CWM.
Does audio works on bluetooth devices?
Sent from my Transformer Prime TF201 using xda premium
anbey said:
Does audio works on bluetooth devices?
Sent from my Transformer Prime TF201 using xda premium
Click to expand...
Click to collapse
i hope you can try guys,, and give report to me.. i havent bluetooth device.
Is there any way to add Lidroid on this wonderful rom ?
Can you tell me / us the method you used to port this rom ? Because since percy released his stable cm 7.2 i've plenty of project in mind, but i don't really know how to start... ^^" PM me if you can
Sent from my GT-S5360 using xda app-developers app
beautiful cm7 rom, but wifi thether didn't work for me

TWEAK | STABLE | Reincarnation Engine v.4 | The Most Minimal Script | 30/03/2014

WELCOME
please smile for a while before read this thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In here you will get answer of your expectations
Stability , Less lags, Great battery life, No placebo tweak = Balance performance of your ANDROID
99,9999999999999999999 % FOR ALL ANDROID DEVICES
-------------------------------------------------------------------------------------------------------------------​
Thread navigation
1. Basic information
2. Requirement, How this engine work, Changelog, Download ( read carefully )
3. Feedback
Code:
[B]#include
/*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/[/B]
Some references
mxt224_ts_input.idc ( usr/idc ) is touchscreen module, and different device different name of module
mot.proximity.delay=25 ( Build.prop ) tweak for motorola devices, if you included on samsung devices, it useless and also may make your samsung Unstable
About I/O Scheduler, Different kernel different features
Code:
echo "2" > $i/queue/iosched/lp_read_quantum;
echo "2" > $i/queue/iosched/lp_swrite_quantum;
echo "5" > $i/queue/iosched/read_idle;
echo "15" > $i/queue/iosched/read_idle_freq;
About minfree
Code:
[B]FOREGROUND_APP[/B]
This is the process running the current foreground app. We'd really
rather not kill it! Value set in system/rootdir/init.rc on startup.
[B]VISIBLE_APP[/B]
This is a process only hosting activities that are visible to the
user, so we'd prefer they don't disappear. Value set in
system/rootdir/init.rc on startup.
[B]SECONDARY_SERVER[/B]
This is a process holding a secondary server -- killing it will not
have much of an impact as far as the user is concerned. Value set in
system/rootdir/init.rc on startup.
[B]HIDDEN_APP[/B]
This is a process only hosting activities that are not visible,
so it can be killed without any disruption. Value set in
system/rootdir/init.rc on startup.
[B]CONTENT_PROVIDER[/B]
This is a process with a content provider that does not have any clients
attached to it. If it did have any clients, its adjustment would be the
one for the highest-priority of those processes.
[B]EMPTY_APP[/B]
This is a process without anything currently running in it. Definitely
the first to go! Value set in system/rootdir/init.rc on startup.
This value is initalized in the constructor, careful when refering to
this static variable externally.
About VM tweak
Code:
[B]dirty_background_ratio[/B]
Contains, as a percentage of total system memory, the number of pages at which
the pdflush background writeback daemon will start writing out dirty data.
[B]dirty_ratio[/B]
Contains, as a percentage of total system memory, the number of pages at which
a process which is generating disk writes will itself start writing out dirty
data.
[B]dirty_expire_centisecs[/B]
This tunable is used to define when dirty data is old enough to be eligible
for writeout by the pdflush daemons. It is expressed in 100'ths of a second.
Data which has been dirty in-memory for longer than this interval will be
written out next time a pdflush daemon wakes up.
[B]dirty_writeback_centisecs[/B]
The pdflush writeback daemons will periodically wake up and write `old' data
out to disk. This tunable expresses the interval between those wakeups, in
100'ths of a second.
Setting this to zero disables periodic writeback altogether.
[B]min_free_kbytes:[/B]
This is used to force the Linux VM to keep a minimum number
of kilobytes free. The VM uses this number to compute a
watermark[WMARK_MIN] value for each lowmem zone in the system.
Each lowmem zone gets a number of reserved free pages based
proportionally on its size.
Some minimal amount of memory is needed to satisfy PF_MEMALLOC
allocations; if you set this to lower than 1024KB, your system will
become subtly broken, and prone to deadlock under high loads.
Setting this too high will OOM your machine instantly.
Main goal of this engine
> Only use most important tweak
Some limit from Google or manufacturer must have a reason.
> Will make the Real Universal Script = No placebo tweak.
> Will balancing your Android performance
> Low Memory Killer Script can affected on all ROM, dont worry if you run on CM9, CM10, CM11, AOKP, Low Memory Killer values really adjusted on Android 4.x above even on CyanogenMod, AOKP and other
Scripts include in this engine
> New script on RAM management,
> Read and Write speed tweak
> Dalvik Virtual Memory tweak
> Clean up Junk files every boot
> I/O tweak ( no scheduler tweaked )
> Network tweak
> Zipalign tweak
> SQ lite database optimized
Tested on
> Samsung Galaxy Ace = Stock 2.3.6, CM7, CM9.0, CM9.1, CM9.2, AOKP ICS, CM10.1, CM10.2, AOKP JB, CM11.
> Samsung Galaxy Ace-i = Stock 2.3.6, CM7
> Samsung Galaxy Gio = Stock 2.3.6, CM7, CM9.0, CM9.1, CM9.2, CM10.1, CM10.2, CM11.
> Samsung Galaxy Young = Stock 2.3.6, CM7
> Samsung Galaxy Tab 2.7 = 4.4.2
> Sony Xperia M = Stock 4.1.2
> Hi Sense Chinese phone (AndroMax) = Stock 4.0.4, Stock 4.1.2
> Huawei Ascend = Stock 4.1.2
> Alcatel Idol Mini 6012X = Stock 4.2.2
> Samsung Galaxy pocket = CM7
> Motorola Defy = CM11
> Xperia SP = 4.1.2
Credits and Big thanks
ImbaWind
slaid480
zeppelinrox
Juwe11
pikachu01
darky
ivcha90
Code:
[B]#NOTE :
/*
*
* for ROM developers,
* you can include this script to your ROM
* but PM me first before you publish your ROM,
* add direct link to this thread in your ROM thread
*
*
* for all people,
* dont mirror download link,
* add direct link to this thread if you want share in other forums,
*
*/[/B]
XDA:Thread Information
TWEAK | STABLE | Reincarnation Engine v.4 | The Most Minimal Script | 30/03/2014, a Tweak for all android devices
Version Information
Status: Stable
Current Stable Version: v.4
Stable Release Date: 2014-03-30
Last Updated 2014-03-30
Requirement, How this engine work, Changelog, Download
Requirement
> All android devices with 2.3 - 4.4.2 OS version
> Rooted
> ROM with init.d support
ROM with custom kernel or CyanogenMod already support init.d but
if you run on stock kernel or stock rom, just download and install this from Playstore
Busybox https://play.google.com/store/apps/details?id=stericson.busybox
Universal init.d https://play.google.com/store/apps/details?id=com.androguide.universal.init.d
> Clean ROM / No Tweaks included
How this engine work
> Reincarnation Engine will try to clean your ROM, mean will delete other tweak.. but still i guess to clean your ROM manually.
> Build.prop tweak delete same line which will tweaked.. But your original build.prop will backuped to folder sdcard/Reincarnation_Engine
Changelog
Code:
[B]26/02/2014 v1[/B]
> First public release on XDA
> file included in init.d, 99reincarnation_engine and zipalign
[B]05/03/2014 v2[/B]
> Added [B]magic_buildprop.sh[/B],
this script will tweaked your build.prop
and delete the same line automatically
also will make clean your rom, delete old tweak which will conflicted,
but may not perfectly so i guess you to manually clean your ROM
> Some Read and Write values changed to 2048
> Added and changed Dalvik VM Tweak values
> File [B]zipalign[/B] renamed to 99darky_zipalign
> Added smoothnes tweak
> Flashable zip to tweak CyanogenMod from Build.prop added
[B]11/03/2014 v3 RC1[/B]
> First Release Candidate for Daily use
> Added forgot tweak for JB 4.1 and 4.3
> Added sqlite database optimized script
> Change some VM Values
[B]30/03/2014 v4 Stable[/B]
> Stable version for Daily use
> Fixe lag for gaming
> Reduces lag when opening apps
> Some values changed again
> Fix wifi tether problem on some devices
> Build.prop tweak on different package, separated from Engine
and build.prop tweak will backup your old build.prop to
sd card/Reincarnation_Engine folder
How to install (recommended flash via CWM, i dont test with other Recovery)
> Backup anything before flash. Cause by flashing this script, some tweak on your ROM which conflicted with this script will be deleted..
> Reboot to recovery
> Install zip
> Done, Reboot
To check this scripts correctly installed, manually you can check with 3rd apps ex:root explorer
or you can check via Terminal Emulator
Code:
cat /sys/module/lowmemorykiller/parameters/minfree
values will show 3584,4096,6144,16896,18944,24320
Download server changed to mediafire, i'll counter all download.
> Build.prop Tweak CM
> Build.prop Tweak Stock
> Reincarnation Engine v.4 GB 2.3 CM7
> Reincarnation Engine v.4 ICS 4.0 CM9
> Reincarnation Engine v.4 JB 4.1 CM10
> Reincarnation Engine v.4 JB 4.2 CM10.1
> Reincarnation Engine v.4 JB 4.3 CM10.2
> Reincarnation Engine v.4 KK 4.4 CM11
> Uninstaller
note : Download build.prop tweak depend to your ROM...
Some feedback
ivcha90 said:
I tested this script while ago, and this is like rifki says its minimalist script which include most important tweaks, and i think this is good compromise for performance and stability, score in antutu is good, lag in real usage is zero, multitasking is good, i tested with opened instagram, facebook, whatsapp and opera in same time and i can easyly swipe bettween apps, ram usage is low, i get from 80-110 free ram at all time, so for the end, thanks rifki for this amazing script and thanks for everyyhing bro
Click to expand...
Click to collapse
teuf3l said:
i have two cooper devices with mardons cm11 installed. have installed this script on one device and
have compared them in usage. then i gave both phones to my daughter to compare.
she has no experience about androids, scripts and so on. she said that one of the phones runs much
better than the other, which was my oppinion too. now both devices enjoying your good work. :good:
Click to expand...
Click to collapse
phantomhell said:
script works perfectly :beer:
Sent from my GT-S5300 using xda app-developers app
Click to expand...
Click to collapse
MixoMaxoViper said:
@Rhievaldo
I tested this on my Xperia SP C5303 with android 4.1.2,and it works perfect!
Before:579 mb ram
After:693 mb ram
Games works perfectly and benchmark score is 25976
Thank You!
Click to expand...
Click to collapse
below from indonesian forums and i translate it
Firkhanz Farkz'z said:
Out Of Topic
After use Reincarnation Engine, battery life is good
Click to expand...
Click to collapse
Reserved
Reserved
Define a minimal script? Gonna try it
Sent from my GT-I8190 using XDA Premium 4 mobile app
I likd it...goonNa try...
via Tapatalk
core7x said:
Define a minimal script? Gonna try it
Sent from my GT-I8190 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
jeswinjv said:
I likd it...goonNa try...
via Tapatalk
Click to expand...
Click to collapse
report is needeed.
great job mas bro
-Rhoby|™-Bugs said:
great job mas bro
Click to expand...
Click to collapse
Pls use english only kampret lu.
Hotspot didnt work. Waduhh.
Sent from my GT-I8190 using XDA Premium 4 mobile app
Running very well
Sent from my SGH-T889 using xda app-developers app
Could MIUI ROM flash it? Thanks you ^^
Awesome tweak! Thank you. Running on my GS4 and Minix Neo X7 both KitKat
Failed to boot on 1st try,
Booted finely on 2nd try,
Not sure what happen...
Salam dari Jakarta
Script not working for me.
I still get the same lag and stutter i always get when I scroll down my instagram timeline, XDA & YouTube timeline as well.
T-Mobile Note 2/ 4.4.2 Slim Kat Rom
cantenna said:
Awesome tweak! Thank you. Running on my GS4 and Minix Neo X7 both KitKat
Click to expand...
Click to collapse
not too sure what this tweak does..?? i know it battery improves?? what else
otonieru said:
Failed to boot on 1st try,
Booted finely on 2nd try,
Not sure what happen...
Salam dari Jakarta
Click to expand...
Click to collapse
OmegaBlaze said:
Script not working for me.
I still get the same lag and stutter i always get when I scroll down my instagram timeline, XDA & YouTube timeline as well.
T-Mobile Note 2/ 4.4.2 Slim Kat Rom
Click to expand...
Click to collapse
how about ram usage,, and are you sure your rom is clean ?
thanks for report
dannieloco said:
not too sure what this tweak does..?? i know it battery improves?? what else
Click to expand...
Click to collapse
new ram tweak script ,,, really affect and changed values on CM9,CM10, CM11,AOKP,AOSP,etc.
Rhievaldo said:
how about ram usage,, and are you sure your rom is clean ?
thanks for report
new ram tweak script ,,, really affect and changed values on CM9,CM10, CM11,AOKP,AOSP,etc.
Click to expand...
Click to collapse
This is on a fresh install.
I'm not sure about ram usage.
I'm running Greenify so I have minimal to no apps running in the background.
All scripts in init.d were deleted b4 installing as well (All scripts in init.d folder are the scripts that come with the ROM).
OmegaBlaze said:
This is on a fresh install.
I'm not sure about ram usage.
I'm running Greenify so I have minimal to no apps running in the background.
All scripts in init.d were deleted b4 installing as well (All scripts in init.d folder are the scripts that come with the ROM).
Click to expand...
Click to collapse
try without greenify...
and is your build.prop tweaked ??
Rhievaldo said:
try without greenify...
and is your build.prop tweaked ??
Click to expand...
Click to collapse
Build Prop isn't tweaked at all. As I said before, this is a fresh install. (Flashed about an hour ago.)
About to try it without Greenify. I'll report back.

[ROM][CM7.2][RC4] Reincarnation Rom Series v.6 Final 1 | S4 Edition [08/06/2014]

thread navigation
1. ROM Details
2. Intallation Procedure and Download Link
2. Screenshot
3. F.A.Q
Code:
[B]#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/[/B]
Code:
[B]#read also
/*
* this ROM originally created for Ace GT S5830
* but now im ported this for Young GT S5360,
* i can't test this build for long time,
* cause i tested its with my friend device
*
*/[/B]
CM7.2 Reincarnation ROM Series v.6 Final 1 | S4 Edition
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
With Aroma Installer, this rom give your customization
1. Select your GPS continent
2. Select your GPS country, you can leave its, if your country not appearence.
3. Option to install In2extV2+ unofficial script tby Stryke to expand your internal storage at flashing.
Performance
> 2.3.8 Bluetooth versions
> Reincarnation Engine v.4
> Adrenaline Boost PRIME
> Better Battery life
> Build.prop tweaks (very clean tweaks)
> Built in flash player 11
> Faster GPS lock
> Full GPU rendering
> Integrated host file for adblocker
> Media profile tweaks
> Reincardio Engine, give excellent music quality and best overall audio engine
> Removed beep volume panel
> WIfi tehering really work fine
> Pre-Installed (optional) in2extv2+ script to expand your internal storage..
Features and Interface
> S4 Launcher
> S4 Lockscreen with real flare effect and sound effects,
> S4 Styled Statusbar
> Stock My files
> Stock Memo, modded and renamed to S Memo
> Stock CM Calendar modded and renamed to S Planner
> Stock CM Calculator modded
> Stock Touchwiz Desk Clock
> Samsung Keypad
> S4 Music player
> Quicpic gallery
> Samsung stock task manager
> Samsung digital clock widget
> Added Proximity Lockscreen
> Videos like stock samsung video app
> Beautifull CyanogenMod Lockscreen
> Added Photo Clock Widget
> Modded and Included Camera Flash fix
> 2.3.8 Screenshot apps
> Android 4.x title bar
> Android 4.x notification panel
> Android 4.x window animation and transition.
> Android 4.x security lockscreen
> New Touchwiz boot animation
> 29 Beauty touchwiz Wallpaper included
> LMT Launcher
> Device owner in statusbar and about device
> Google Now Search Widget
> Font Changer
> LMT Launcher
> Statusbar Color Settings
> Super SU
Changelog
Code:
### v.6 Final 1
## Fixed
* Calling dialpad
## Re-Themed
* Beats Manager
* Browser
* Deskclock
* Download
* Email
* framework-res
* Gallery Quickpic
* Google Search
* Launcher
* MMS
* My Files
* Package Installer
* Phone
* Settings
* Setup Wizard
* SystemUI
* Task Manager
* Torch
* Videos
* Voice Recorder
## Removed
* MIUI Music
* Superuser
* Statusbar option on Aroma
## Added
* Adrenaline boost PRIME
* About Rom
* A Logcat
* Music player by HPlus Label
* Device owner in statusbar and about device
* Google Now Search Widget
* Font Changer
* LMT Launcher
* Statusbar Color Settings
* Super SU
## Updated
* Gallery quickpic 3.4.9.1
* Playstore 4.8.20
## Improved
* Beats Manager (change some presset)
* Launcher(more smoother), change some config (disable shake wallpaper features)
* Reincarnation Engine Updated to v.4 with special setting
* Reincardio Engine added some driver and fixed failed driver load
Bugs
> Some black on blue on contact picker,,
> All whats working on CM7.2 RC4 features is working in this versions, you can tell me if i wrong..
> Submit bugs Here
Credits
> Imbawind for part of Adrenaline Engine
> Slaid480 for Part of Fly On Mod
> Geva28 for Beats Manager
> Probcomp for SMS Popup Notifier
> Amarullz for AROMA INSTALLER
> UOT Kitchen for Room Theming
> Shlnarang for S4 Launcher
> RedX Entertainment for Video Manager.apk
> VavanL for Guide to remove beep volume panel
> Ace i Team, sniper killer and iamareebjamal for give me some knowledge with on off settings guide
> SladyMhmd for On Off Setting Source
> Team nexus for modded GoogleSearchBox and get some knowledge with their Sources
> iamareebjamal for Guide add custom image to about phone and Add JB easter egg
> Spacecaker for some icon from their rom SGS III / IV JB Rom and Guide 4.2 Statusbar for GB
> Zeppelinrox for fixfc script binary
> Stryke for Unofficial Script Int2extv2+
> All developers of TouchWiz Resurrection ROM, my inspire ROM and some sources file.
> Nightwalker for Guide Owner pic on about phone
> b16h22 for Guide Owner pic on expanded statusbar
> Maria Ozawa for Gradient color settings
> Chainfire for SuperSU
> HPlus Label for Decxaf Music Player
Special Thanks
1. XDA DEVELOPER FOR REFERENCE
2. Bieltv.3 and Team BroadcomCM for CM7.2 RC4 ROM base
Code:
[B]#Note :
/*
* dont say this ROM copy of other ROM,
* actually every APK modded by my self, you can decompile its.
* don't mirror Download Link
* please give me a Logcat or screenshot If you report a bugs,
* its helped than just say fix that
*
*/[/B]
you like my work : just press thanks button,.
you want donate to me : just PM me
XDA:DevDB Information
[ROM][CM7.2][RC4] Reincarnation Rom Series v.6 Final 1 | S4 Edition [08/06/2014], ROM for the Samsung Galaxy Y GT-S5360
Contributors
Rhievaldo
ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 2.6.x
ROM Firmware Required: Recommended to use DXLF / DXLE firmware, tested and bugfree
Based On: CyanogenMod 7.2 RC4 Unofficial by Team BroadcomCM
Version Information
Status: Stable
Current Stable Version: v.6 Final 1
Stable Release Date: 2014-06-08
Created 2014-03-20
Last Updated 2014-06-09
Installation procedure and Download Link
How to Install : Flash via CWM to full wipe for bugfree
Recommended to use Bieltv3 kernel
If from Stock Based Custom ROM
1. Flash back to stock via ODIN
2. Root your devices
3. Flash CWM Recovery
4. Mount data, system, cache.
5. Flash EXT4 Formatter
5. Flash bieltv3 kernel
6. go to advanced, and reboot recovery
7. Wipe Data
8. Wipe Cache Partitions
9. Wipe Dalvik Cache
10. Format system
12. Format cache
13. Format data
14. Mount system for 2 times, ( your screen will show "Unmounted" even first one already unmounted, but still you need to mount system for 2 times )
15. Mount Data
16. Mount cache
17. Install Zip from SD Card
18. Reboot
If from CM7 Based ROM
1. Wipe Data
2. Wipe Cache Partitions
3. Wipe Dalvik Cache
4. Format system
5. Format cache
6. Format data
7. Mount system for 2 times, ( your screen will show "Unmounted" first already unmounted, but still you need to mount system for 2 times )
8. Mount Data
9. Mount cache
10. Install Zip from SD Card
11. Reboot
Download Link :
- 08/06/2014 http://www.mediafire.com/download/7ibkb8o037284ks/cm7.2_reincarnation_v.6_final_1_totoro.zip
Bieltv.3 cm7.2 spesific basic kernel http://forum.xda-developers.com/showthread.php?t=2673603
EXT4 Formatter
Screenshot !!!!!!!
Screenshot from Samsung Galaxy Ace 5830 version.
Video review by Aniket Lamba
https://www.youtube.com/watch?v=Lkq5VxwirNc&feature=youtu.be
FAQ, Read this before ask !!
Q : Whats function of Adrenaline Boost ? and how to activated ?
A : its specially for game booster,,.
How to Use It?
1) Open terminal emulator
2) Type :
Code:
Code:
su
boost
please read more information, go here, http://forum.xda-developers.com/showthread.php?t=1542602
Click to expand...
Click to collapse
Q : Where Accuweather app ?
A : For SGY i remove it, cause it cant work for ldpi. .
Click to expand...
Click to collapse
Q : Is Wifi tether fixed ?
A : Yes.
Click to expand...
Click to collapse
Q : This ROM pre-Installed In2extV2+, what is it ?
A : This ROM give you to expand your small internal storage, you must have SD card partition.
Click to expand...
Click to collapse
Q : How to partition SD Card ?
A : Googling it,, btw im partition SD Card with CWM.
Click to expand...
Click to collapse
Q : i like popup features, but why I get double mms notification ?
A : Open mms settings, tick disable notification if you want use popup notification
Click to expand...
Click to collapse
Q : I cant use other lockscreen same as screenshot, like CM Lockscreen or Security Lockscreen,, now i only use Holo Locker, why ?
A : Before use other lockscreen, you must Go to Settings - System - Tablet Tweak - Untick Disable Lockscreen.
Click to expand...
Click to collapse
Q : Can i use other performance script ? like Fly On Mod, Pure performance ?
A : just delete 99reincarnation_engine in init.d folder before flash other tweak but Recommended dont Use other performance script,, If you make experiment with other scripts, dont report bugs to me,
Click to expand...
Click to collapse
Q : My Backlight button doesnt work, why ?
A : its caused im enabled auto brigthness,, its for fix conflicted slider brigthness with toggle brightness, and its also can saves battery
Click to expand...
Click to collapse
Q : Can i use other internal script ?
A : Yes, you can use Cronmod, Ungaze, or other script,. just read carefully the instruction from original post of your script want used
Click to expand...
Click to collapse
Q : Can i use other audio engine and equalizer apps from market or other ?
A : No,,, This ROM is specially created for music lovers,, if you use other equalizer from market its can FC's DSP Beats Manager
Click to expand...
Click to collapse
Q : Statusbar color is Bug ?
A : No,,,
Try my way
1. Change gradient options ( Top Bottoms )
2. Change style ( Four colours )
3. Change style again ( 2 color )
4. Set color.
Click to expand...
Click to collapse
Q : How to use Font changer ?
A : You need have .ttf file on this folder (sdcard > .fontchanger)
Click to expand...
Click to collapse
i wont answer same question, :fingers-crossed:
Reserved
you can use all features of this ROM,
but just put may name on credit list like me create credit list in first post
ex :
Rhievaldo for settings, systemUI, framework
Android is opensource
but dont forget with RESPECT other
thanks
awesome,going to download n try this one......great work op
Truly amazing work OP. Downloading and then flashing it asap!
Nice release sir! will try soon nice work op :victory::victory:.
Statusbar was black when i tick some key in soft button.
When have too much notification, the button clear notification was disappear so i had to remove notification one by one
Perfect Rom
But some bugs
The wifi.icon is too small
Some text is too thin: such as percent and clock font
Sent from my GT-S5360 using Tapatalk 2
How about a review? @op
Great work OP!!!! Will you realese KitKat and Jelly Bean versions as well?
Sent from my GT-S5360 using Tapatalk 2
Review - https://www.youtube.com/watch?v=OvTwVUFrwOE&feature=youtu.be
hoops04 said:
Statusbar was black when i tick some key in soft button.
When have too much notification, the button clear notification was disappear so i had to remove notification one by one
Click to expand...
Click to collapse
CM7 bug
datvui2211 said:
Perfect Rom
But some bugs
The wifi.icon is too small
Some text is too thin: such as percent and clock font
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Hmmmm,, i think its no problem
alemad said:
Great work OP!!!! Will you realese KitKat and Jelly Bean versions as well?
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Many port ROM with good Kitkat UI,, for now i dont think to create it,, maybe just helping avalaible ROM.
aniket.lamba said:
Review - https://www.youtube.com/watch?v=OvTwVUFrwOE&feature=youtu.be
Click to expand...
Click to collapse
Added, Thanks.
flashed the rom successfully and i must say it looks awesome......its smooth but in some parts of rom it laggs....in settings also it starts lagging i even got a force close in 5 min of testing
lockscreen is awesome.!!
Bug : Dialpad in Dialer is too low.
Bug 2 : Donno where the hell that button on top right corner gone
vishal1404 said:
flashed the rom successfully and i must say it looks awesome......its smooth but in some parts of rom it laggs....in settings also it starts lagging i even got a force close in 5 min of testing
lockscreen is awesome.!!
Click to expand...
Click to collapse
do you install in2extv2+ script ???
aniket.lamba said:
Bug : Dialpad in Dialer is too low.
Click to expand...
Click to collapse
already informed on buglist.
aniket.lamba said:
Bug 2 : Donno where the hell that button on top right corner gone
Click to expand...
Click to collapse
it cause you tick or enable statusbar compact layout..
yes
vishal1404 said:
yes
Click to expand...
Click to collapse
maybe cause that... or maybe cause my engine which still under development...
also what baseband you running ???

[ROM][5.1.1_r13]Team-Radium 1.3[OFFICIAL][taoshan]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Logo by @Jaskirat_Panjrath
Disclaimer:
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
Team-Radium is an aftermarket software derived from CyanogenMod and added features from various ROM's. This ROM aims for optimizations and a lot of features which are constantly being added throughout. We use a variety of toolchains and gcc flags for best optimization and aim on user experience rather than just blindly adding anything. This is developed by a team of small, but young developers
Features:
Radium Isotopes:
Status Bar tweaks
Interface Settings
Recents panel settings
Lock Screen settings and shortcuts
Animation Settings
Wakelock Blocker
Status Bar settings:
Status Bar greeting
Clock style
Battery status style
Battery percentage modifiers
Network traffic options in statusbar
Carrier label options
Interface Settings:
Gesture Anywhere
App Circle Sidebar
Lock Screen Settings:
Lock Screen shortcuts
Double tap to sleep anywhere
Clock widget settings
Animation Settings
Custom AOKP system animations
Toast Animations
ListView Animations
ListView Interpolator
Recents Panel Settings:
Enable/Disable Recents Floating Action Button
Show membar in recents
Show search bar in recents
Modify recents clear all location
Sound Settings:
Volume step modifier
Button Settings:
NavBar dimensions customizations and navbar tint.
Double tap navbar to sleep
Pie controls
WakeLock Blocker:
Enable/Disable system wakelocks
Ota Updater:
Get over-the-air update notification automatically
Delta update service
Optimizations included:
Kernel code compiled with UBERTC 6.0
-Ofast flags to kernel
Full -O3 in ROM
Many memory leaks and fixes not found in cm
Downloads:
Poised-Radium-1.3
Banks GApps(Use any one of your choice)
Installation Instructions(Flashing first time):
- Download latest weekly of team-radium
- Copy that zip to your phone
- Reboot to recovery
- Backup your current ROM, in case something goes wrong
- Factory reset your phone
- Flash Team-Radium zip and the GApps of your choice
- Reboot, now it will boot
Installing from previous build of team-radium:
- You will get a notification of a new update through ota updater or manually download it from the aforementioned download link. Old users can download delta updates to only flash necessary things.
- Copy the zip to your phone, if you haven't already done it.
- Reboot to recovery.
- Flash the delta update without wiping anything.
- Reboot, now it will boot
Links to:
Team-Radium G+ community
Team-Radium Github Source Code
Devices supported by Team-Radium
Team-Radium Website
The idealists behind this project:
[MENTION]##W4TCH0UT##[/MENTION] - Lead Developer/Founder
[MENTION]akhilnarang[/MENTION] - Lead Developer/Co-Founder
[MENTION]Anik_khan[/MENTION] - Device maintainer/Co-Founder
@Jaskirat_Panjrath - Head of graphics and logos
[MENTION]A_Bunny[/MENTION] - Website Designer
Credits:
Google
CyanogenMod
AICP
AOKP
SlimRoms
UBERTC team
Chet Kener and OptiPop
JustArchi
temasek and arter97
Screenshots:
Changelogs on post #2
​
XDA:DevDB Information
Team-Radium, ROM for the Sony Xperia L
Contributors
Anik_khan, akhilnarang, ##W4TCH0UT##
Source Code: https://github.com/Team-Radium
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Created 2015-07-31
Last Updated 2015-08-26
Reserved
Changelog
Go Here
good work , looking forword to try it .
Where can i find your kernel sources?
TZ and Layers Compatible?
SdtBarbarossa said:
Where can i find your kernel sources?
Click to expand...
Click to collapse
https://github.com/Radium-Devices/Radium_taoshan
Sent from my Roar_A50 using Tapatalk
ZeroDs111 said:
TZ and Layers Compatible?
Click to expand...
Click to collapse
TZ Compatible but as the rom CM based so no layers [emoji4]
Sent from my Roar_A50 using Tapatalk
Anik_khan said:
https://github.com/Radium-Devices/Radium_taoshan
Sent from my Roar_A50 using Tapatalk
Click to expand...
Click to collapse
thx and make sure to add this link to OP
So kernel is standard but the rom has O3 optimizations.... Using this with f2fs and the latest performance tweaks will be a nice rom!
Sent from my Xperia T using XDA Free mobile app
Will work on kernel soon
Anik_khan said:
Will work on kernel soon
Click to expand...
Click to collapse
May you include these performance tweaks from Michal Štefan in your next build?
you just need to add these lines into /system/build.prop file and few lines into etc/init.qcom.post_boot.sh script
add into build.prop:
windowsmgr.max_events_per_sec=118
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
add into etc/init.qcom.postboot.sh:
echo 20 > /proc/sys/vm/dirty_background_ratio
echo 10 > /proc/sys/fs/lease-break-time
echo 500 > /proc/sys/vm/dirty_expire_centisecs
echo 80 > /proc/sys/vm/dirty_ratio
echo 8 > /proc/sys/vm/page-cluster
echo 4096 > /proc/sys/vm/min_free_kbytes
echo 64000 > /proc/sys/kernel/msgmax
echo 4096 > /proc/sys/kernel/msgmni
echo 40 > /proc/sys/vm/swappiness
echo 80 > /proc/sys/vm/overcommit_ratio
echo "1024,2048,4096,8192,12288,16384" > /sys/module/lowmemorykiller/parameters/minfree
echo 512 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/179:32/read_ahead_kb
echo 0 > /sys/block/mmcblk0/queue/iostats
echo 0 > /sys/block/mmcblk1/queue/iostats
echo 2 > /sys/block/mmcblk0/queue/rq_affinity
echo 2 > /sys/block/mmcblk1/queue/rq_affinity
It makes games running smoother than ever before on LP!
In source build.prop is "default.prop"
Have team radium a gerrit server for pushing commits? If yes i would really like to support you!
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
May you include these performance tweaks from Michal Štefan in your next build?
you just need to add these lines into /system/build.prop file and few lines into etc/init.qcom.post_boot.sh script
add into build.prop:
windowsmgr.max_events_per_sec=118
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
add into etc/init.qcom.postboot.sh:
echo 20 > /proc/sys/vm/dirty_background_ratio
echo 10 > /proc/sys/fs/lease-break-time
echo 500 > /proc/sys/vm/dirty_expire_centisecs
echo 80 > /proc/sys/vm/dirty_ratio
echo 8 > /proc/sys/vm/page-cluster
echo 4096 > /proc/sys/vm/min_free_kbytes
echo 64000 > /proc/sys/kernel/msgmax
echo 4096 > /proc/sys/kernel/msgmni
echo 40 > /proc/sys/vm/swappiness
echo 80 > /proc/sys/vm/overcommit_ratio
echo "1024,2048,4096,8192,12288,16384" > /sys/module/lowmemorykiller/parameters/minfree
echo 512 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/179:32/read_ahead_kb
echo 0 > /sys/block/mmcblk0/queue/iostats
echo 0 > /sys/block/mmcblk1/queue/iostats
echo 2 > /sys/block/mmcblk0/queue/rq_affinity
echo 2 > /sys/block/mmcblk1/queue/rq_affinity
It makes games running smoother than ever before on LP!
In source build.prop is "default.prop"
Have team radium a gerrit server for pushing commits? If yes i would really like to support you!
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
No gerrit yet
And i will try my best to implement these tweaks
or i will made a flashable zip for tweaks
If you will build a Kernel, can you add the optio to Improve charge in USB mode like TZ and Smartmax Governnor please? Thanks so much and sorry about all my questions
ZeroDs111 said:
If you will build a Kernel, can you add the optio to Improve charge in USB mode like TZ and Smartmax Governnor please? Thanks so much and sorry about all my questions
Click to expand...
Click to collapse
So for now please wait for TZ kernel if he doesn't implement smartmax i will try
Wifi Problem
Help me, why WiFi is not active?
The rom looks really nice! Some features i havent known yet are also included! Thanks PS: Sorry for my bad english...
Sent from my C2105 using XDA Free mobile app
So i flashed ROM and TZ Gapps , but Radium doesn't boot at all.
how to make the wifi to stay on while in deep sleep?
ersyadiaz said:
how to make the wifi to stay on while in deep sleep?
Click to expand...
Click to collapse
Deep sleep?
Sent from my C2105 using XDA Free mobile app
Xperia_L said:
Deep sleep?
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
i meant like when i let my screen off for like 15-30 minutes, the wifi got disconnected from the hotspot.
it's kinda annoying since sometimes i rely much on the wifi to keep my internet going
jakubekw1997 said:
So i flashed ROM and TZ Gapps , but Radium doesn't boot at all.
Click to expand...
Click to collapse
For now don't use TZ

Categories

Resources