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

Search This thread

tranphu

Senior Member
Jul 13, 2012
89
23
The file "magic_buildprop.sh" is broken at line "busybox rm -f /system/etc/init.d/05D4rkSider Script Bible (Updated & Optimised)" when running sh command. So, build.prop won't be modded. @Rhievaldo: please review this problem.
 

Rhievaldo

Senior Member
Jun 7, 2013
805
1,929
Gresik
www.facebook.com
Updated

Changelog
Code:
[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

Thread Updated
 

Sk.vignesh

Senior Member
Oct 16, 2013
155
36
CBE
when i checked through the file explorer i got theses values in minfree file--1536,2048,6144,8192,12288,15360
but it is not similar to what u wrote in post ...

---------- Post added at 08:45 PM ---------- Previous post was at 08:44 PM ----------

hello
how to verify that the script is installed??
or verified?

try any file explorer and go. to /sys/module/lowmemorykiller/
parameters/minfree
values will show
3584,4096,6144,16896,18944,24320...
 

cadfertiyu

Senior Member
May 30, 2010
144
26
Any new update ı like your scrıpt on my mtk6589 devıce :)

Galaxy Nexus cihazımdan Tapatalk kullanılarak gönderildi
 

edwardsiow

Senior Member
Oct 1, 2013
427
79
Hi,
I have questions..
Need to flash both "Build.prop Tweak Stock" and "Reincarnation Engine v.4 JB 4.2 CM10.1"?
What is the sequence? Flash "Build.prop Tweak Stock" or "Reincarnation Engine v.4 JB 4.2 CM10.1" first?
thanks for help!
 

RevolutionBolt

Senior Member
Jan 10, 2013
422
157
Absolado Kitkat
Hi,
I have questions..
Need to flash both "Build.prop Tweak Stock" and "Reincarnation Engine v.4 JB 4.2 CM10.1"?
What is the sequence? Flash "Build.prop Tweak Stock" or "Reincarnation Engine v.4 JB 4.2 CM10.1" first?
thanks for help!
If you're on stock JB rom, firstly, install Reincarnation Engine v.4 JB 4.2 CM10.1, and after installed, install Build.prop Tweak Stock. And reboot.

If you're on CM10.x JB rom, install same like above and after that, install Build.prop Tweak CM and reboot.

---------- Post added at 11:58 AM ---------- Previous post was at 11:56 AM ----------

Which version I should download for omni 4.4.2 galaxy ace s5380?

sent from my ace using omni 4.4.2 by Xda premium app
Use Reincarnation Engine v.4 KK 4.4 CM11. Just install that file and install Build.prop Tweak CM.
 
  • Like
Reactions: Rhievaldo

iHeymanth

Senior Member
May 30, 2013
1,382
247
Vizag
i want to try this on my custom rom which is having with tweaks installed.

i have deleted the tweaks from init.d folder but still got bootloop after the ROM startup. suggest me to delete the tweaks and install this script 100%
 

Top Liked Posts

  • There are no posts matching your filters.
  • 25
    WELCOME

    ;) please smile for a while before read this thread ;)

    12792288194_9459e28af0_b.jpg


    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




    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
    14
    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...
    4
    Reserved

    Reserved
    2
    UPDATE

    Changelog
    Code:
    11/03/2014
    > First Release Candidate for Daily use
    > Added forgot tweak for JB 4.1.2 and 4.3
    > Added sqlite database optimized script
    > Change some VM Values

    Thread updated.
    2
    mr @Rhievaldo i guess that if i install this on stock 2.3.6 which is just rooted and without a kernel with initid support i think this script will not work right ??

    for stock kernel, you can use the way by ryaninferno. search it.