{
"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"
}
Disclaimer
I am not responsible for anything that may happen to your phone as a result of installing MODs. You do so at your own risk and take the responsibility upon yourself.
Intro
Have you ever wondered why your Android Device comsumes lot of battery when you keep it idle over the night? It happens with your Device also? If Yes, you are at the right place.
This Forced DeepSleep MOD aims to prevent your device from sucking the battery overnight or when it is kept idle for longer hours and putting your devices in a complete sleep until you wake it by using dozen build prop tweaks.
In simple words, it will stop the background processes when the phone is at rest and save battery life.
This MOD works on ALL ROMS & KERNEL just you need a Custom Recovery.
Some battery saving and performance tweaks are also added in this MOD, so Great Battery Life is waiting for you when you flash this MOD.
NOTE : Don't worry, Your notifications will be shown to you if you receive any.
Download Link
[All ROMs] Forced DeepSleep MOD [Super Battery Saver] :[All ROMs] Galactic™ DeepSleep MOD [Super Battery Saver].zip
[Uninstaller] Forced DeepSleep MOD : UNINSTALLER Galactic Deep Sleep MOD
Screenshots (After Flashing DeepSleep MOD)
Requirements
1- Unlocked Bootloader.
2- Custom Recovery installed.
SOME FEEDBACK BY USERS.
kevin_652 said:
40% left and the end of my day! :good: It's awesome what the dev did!!
Click to expand...
Click to collapse
Wislley Frauner said:
Works great on Moto G 2014
Click to expand...
Click to collapse
LorandLG said:
My device is OnePlus 3 with Experience os r15.0
and works fine all notificatin,alarms in 8 hours from 100% just 1% discharged
Click to expand...
Click to collapse
mrn0b0dy said:
This mod works. Thanks
Click to expand...
Click to collapse
leopard04 said:
Yes works fine just 1-2 % overnight compared to 5-8% on stock
Click to expand...
Click to collapse
Tested On
Redmi Note 4G
Samsung J7
Yu Yuphoria
Redmi Note 4
Redmi Note 3
One Plus 3T
Features included
Forced DeepSleep Build Prop Tweaks
Super Battery Saving Tweaks
Reduced no. of cores used for CPU wake-ups
Prevents application wake-ups
Performance Tweaks
And Much More....
Flashing Process
Reboot to recovery.
Take a nandroid backup.
No need to wipe anything.
Flash Forced DeepSleep MOD On any ROM / KERNEL.
Wipe cache and dalvic cache.
Reboot to system.
Profit + Huge Battery saving coming on the way.
Note
If you are a developer and want to include this MOD in your ROM, just send me a personal message.
Contributors : @PawanRockz
XDA DevDB Information
GALACTIC™ Forced DeepSleep | Battery Saving | All ROMs & KERNEL
IF YOU LIKED THIS MOD, DON'T FORGET TO PRESS THE THANKS BUTTON.
Reserved #1
Reserved #2
Hmm, a little less information about your mod.
I guess a lot people would like to know what exactly the mod does before they flash it.
Downloaded it to look at what it does. Looks like one of those tweaklists from the jellybean days:
Code:
#!/sbin/sh
#=========================================================#
# PROJECT GALACTIC DeepSleep Super MOD And Battery Saver #
# Developed By @PawanRockz @XDA #
#=========================================================#
bp="/system/build.prop"
/sbin/busybox mount /system
/sbin/busybox mount /data
if [ -f /system/build.prop.bak ];
then
rm -rf $bp
cp $bp.bak $bp
else
cp $bp $bp.bak
fi
echo "pm.sleep_mode=1" >> $bp
echo "ro.ril.disable.power.collapse=1" >> $bp
echo "wifi.supplicant_scan_interval=180" >> $bp
echo "ro.config.hw_fast_dormancy=1" >> $bp
echo "ro.config.hw_quickpoweron=true" >> $bp
echo "persist.sys.shutdown.mode=hibernate" >> $bp
echo "ro.config.hw_power_saving=true" >> $bp
echo "ro.max.fling_velocity=20000" >> $bp
echo "ro.min.fling_velocity=18000" >> $bp
echo "debug.performance.tuning=1" >> $bp
echo "debug.kill_allocating_task=0" >> $bp
echo "debug.overlayui.enable=1" >> $bp
echo "hw3d.force=1" >> $bp
echo "hw2d.force=1" >> $bp
echo "persist.sys.ui.hw=1" >> $bp
echo "ro.debuggable=1" >> $bp
echo "ro.config.disable.hw_accel=false" >> $bp
echo " " >> $bp
echo "~~ GALACTIC DeepSleep Ultimate Mod By PawanRockz ~~" >> $bp
echo " " >> $bp
echo "~~ End Of Tweaks ~~" >> $bp
---------- Post added at 09:33 PM ---------- Previous post was at 09:30 PM ----------
Easy copy and paste if you want to apply it manually to your build.prop:
Code:
pm.sleep_mode=1
ro.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=180
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.shutdown.mode=hibernate
ro.config.hw_power_saving=true
ro.max.fling_velocity=20000
ro.min.fling_velocity=18000
debug.performance.tuning=1
debug.kill_allocating_task=0
debug.overlayui.enable=1
hw3d.force=1
hw2d.force=1
persist.sys.ui.hw=1
ro.debuggable=1
ro.config.disable.hw_accel=false
Note: I personally don't recommend snake-oil like this
The mod looks okay , I always wonder though what tweaks like these do to the overall health of the battery? ...
Xceeder said:
The mod looks okay , I always wonder though what tweaks like these do to the overall health of the battery? ...
Click to expand...
Click to collapse
Nothing, those are just some options that 'could' save battery. Find it out for yourself. It has nothing to do with the health. This is something alot of people did back in the KitKat and Jellybean days. I doubt it actually does anything now. But hey, you could always try!
Thanks, but I wanna be notificated when I receive an message/or from other application.
Is that possible>
YourTheBest said:
Thanks, but I wanna be notificated when I receive an message/or from other application.
Is that possible>
Click to expand...
Click to collapse
Your notifications will be always shown to you
I have already mentioned it in OP.
Plz upload on g drive .... Afh saying " no mirror host "
Reupload
Diaze said:
Reupload
Click to expand...
Click to collapse
Ashish_Maurya said:
Plz upload on g drive .... Afh saying " no mirror host "
Click to expand...
Click to collapse
Link working for me.
Reupload
Diaze said:
Reupload
Click to expand...
Click to collapse
Whats wrong with you?
Anyone tried this on Experience ROM? please share screenshots. Thanks
nothing change for me, same as before with RR unoficial, i lose 1% per hour.
Bettery status on Experience ROM
shashank094 said:
Anyone tried this on Experience ROM? please share screenshots. Thanks
Click to expand...
Click to collapse
My device is OnePlus 3 with Experience os r15.0
and works fine all notificatin,alarms in 8 hours from 100% just 1% discharged
1. If i use this mod in Pure Fusion ROM (which is based on Render Kernel & Android 7.1.2) so will this work?
2. This is for DeepSleep, will i receive all the notification? e.g. Whatsapp, SmS or E-mail?
3. I'm using AKT performance "Nameless Performance" profile... will this work with that or it will conflict with that?
Normas Interruptor said:
1. If i use this mod in Pure Fusion ROM (which is based on Render Kernel & Android 7.1.2) so will this work?
2. This is for DeepSleep, will i receive all the notification? e.g. Whatsapp, SmS or E-mail?
3. I'm using AKT performance "Nameless Performance" profile... will this work with that or it will conflict with that?
Click to expand...
Click to collapse
Yes it will work and your notifications will be shown as always.
This mod works. Thanks
Related
░▒▄█▀▄░ █▀▄ █▀▀▄ █▀▀ █▄░█ ▄▀▄ █░░ ▀ █▄░█ █▀▀░░▒▐█▀▀ █▄░█ ▄▀▀░ ▀ █▄░█ █▀▀
▒▐█▄▄▐█ █░█ █▐█▀ █▀▀ █░▀█ █▀█ █░▄ █ █░▀█ █▀▀░░▒▐█▀▀ █░▀█ █░▀▌ █ █░▀█ █▀▀
▒▐█░▒▐█ ▀▀░ ▀░▀▀ ▀▀▀ ▀░░▀ ▀░▀ ▀▀▀ ▀ ▀░░▀ ▀▀▀░░▒▐█▄▄ ▀░░▀ ▀▀▀░ ▀ ▀░░▀ ▀▀▀
{
"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"
}
DISCLAIMER:
No one will be responsible for any problem Adrenaline™ Engine may cause to you. Proceed With Caution !
(By Installing Adrenaline™ Engine, You Have Agreed To This)
To Devs
If you want to include this into your ROM release, please give me credit in your ROM thread and also a link which directs to Adrenaline™ Engine.
Thanks for the cooperation
Description
It's ThunderBolt by pikachu01. I repacked it with more features and optimize it for our Galaxy Ace !
This is the one I included in my Adrenaline™ ROM, for those who are using my ROM please don't flash this again as my Adrenaline™ ROM have special settings !
Features
✔ Increase touchscreen sensitivity
✔ Less RAM usage through zipalign. | World first smart zipaligning
✔ Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access. | World first smart sqlite optimizing
✔ Faster disk access through remount script (noatime, disabled barrier etc) | World first smart remounting
✔ Better network throughput from TCP tweaks and 3G tweaks
✔ Tons of prop tweaks
✔ Overall Better Performance and Battery Life
✔ Less lags through LMK Tweak and Various VM Tweaks
✔ Faster SDCARD Read/Write Speed
✔ Bypass website like thepiratebay.se | Thanks !
✔ CWM Flashable
✔ Transform your phone to Lamborghini. (joke , lol)
What You Need
◢ Android Gingerbread 2.3.x
◢ At least 2MB free on /system
◢ A Usable Brain
◢ A Pair of Sharp Eyes
◢ Clockworkmod (4/5 doesn't matter)
◢ Flashable zip Installing Experience
◢ Kernel that supports init.d
◢ Ext4 system format if you want to use the remount script
**Do a backup before your try anything as usual !!!
Installation
1.Delete all others ram scripts you have installed in "/system/etc/init.d"
2. Copy 'Adrenaline Engine.zip' to your phone SD card
*For those who are using Cyanogenmod, download CM version
3. Reboot your phone to recovery mode
4. Mount /system and /data
5. Flash Adrenaline Engine.zip
6. Reboot your phone when finished installation
7. Done
Note: Installing newer version of Adrenaline™ Engine will replace old version automatically
How to uninstall ?
Reboot cwm, mount /system and install Uninstaller from sdcard.
*For 3.5 and after, you need to download the new uninstaller to uninstall.
Credits
▷ pikachu01 - ThunderBolt [Give Him A Thanks PLEASE !!]
▷ Zacharias.maladroit
▷ XDA's devs for some reference of some tweaks in Zach's scripts
▷ zeppelinrox Supercharger scripts
▷ nikademus - Fugutweaks
▷ fuss132 - Touchscreen Sensitivity Mod
▷ Varun for Website bypass tweaks
▷ iandol for the idea of logging system, smart zipaligning, sample and being a mentor
Rate this thread ✯ ✯ ✯ ✯ ✯ if you feel that Adrenaline™ Engine really made you device something different !
Download
Changelog
Report and Supported Devices
Try out my Adrenaline™ Boost which works for all android devices !
Thanks man. What do you mean on 3rd installation step : "3. Mount /system" ??
This looks interesting Sir
Can I use this on Merruks Kernel or the stock one in a custom ROM like Repencis?
Oh well, I will try anyway and give feedback
---------- Post added at 04:15 PM ---------- Previous post was at 04:11 PM ----------
kosmasgr said:
Thanks man. What do you mean on 3rd installation step : "3. Mount /system" ??
Click to expand...
Click to collapse
I think he means Mount System via CWM, there is an option to do that there, its under mounts and storage
empty\\\\\\\\\\
NanoSurfer said:
This looks interesting Sir
Can I use this on Merruks Kernel or the stock one in a custom ROM like Repencis?
Oh well, I will try anyway and give feedback
---------- Post added at 04:15 PM ---------- Previous post was at 04:11 PM ----------
I think he means Mount System via CWM, there is an option to do that there, its under mounts and storage
Click to expand...
Click to collapse
please try and give me some feedback cause i dont have Galaxy Y but Galaxy Ace
but i think it should works for Galaxy Y too as they have almost same hardware
imbawind said:
please try and give me some feedback cause i dont have Galaxy Y but Galaxy Ace
but i think it should works for Galaxy Y too as they have almost same hardware
Click to expand...
Click to collapse
Thank you Sir, I will give some feedback soon.
PS: Sorry for my other post being in your reserved space
I don't mind if a mod deletes it
NanoSurfer said:
Thank you Sir, I will give some feedback soon.
PS: Sorry for my other post being in your reserved space
I don't mind if a mod deletes it
Click to expand...
Click to collapse
nevermind , no need to say sorry
hehe... i hope it will make my fone the fastest...
hope this wont burn my phone being the fast one lol.
OT:
i hope it will make my phone like this
as i'm mechanical engineering student lol.
Well it seems to have installed and it didn't brick. But how do you know if it is really installed? Cant really tell if there is a difference. When I installed via CWM there was a whole string of text flash up the screen but at the end it said "installation complete" so I guess it installed.
Whhoooa, waaaaaait a second. A few minutes into start-up the phone locks up completely
Damn, it doesn't work bro, phone is frozen beyond all reasonable doubt. Not bricked but OS seriously screwed.
I tried this on Repencis ROM but I think it should be tried on Merruks Kernel. I will try that now
NanoSurfer said:
Well it seems to have installed and it didn't brick. But how do you know if it is really installed? Cant really tell if there is a difference. When I installed via CWM there was a whole string of text flash up the screen but at the end it said "installation complete" so I guess it installed.
Whhoooa, waaaaaait a second. A few minutes into start-up the phone locks up completely
Damn, it doesn't work bro, phone is frozen beyond all reasonable doubt. Not bricked but OS seriously screwed.
I tried this on Repencis ROM but I think it should be tried on Merruks Kernel. I will try that now
Click to expand...
Click to collapse
remember to mount /system before installing
also delete all other ram scripts/tweak before installing this
Ok it seems to work fine on Merruks Kernel
Here are my AnTuTu bench results on a fresh copy of stock XXLA4 using the Adrenaline Engine
@nanosurfer: 1783 an average score for sgy. I'm not sure if the init.d script work. please make a new file in init.d folder, named it stest. put these script inside
#!/system/bin/sh
touch /data/local/tmp/init.d_log_test.txt
echo "done" >> /data/local/tmp/init.d_log_test.txt
after reboot, if init.d scripts really work you'll found init.d_log_test.txt in /data/local/tmp
kurotsugi said:
@nanosurfer: 1783 an average score for sgy. I'm not sure if the init.d script work. please make a new file in init.d folder, named it stest. put these script inside
#!/system/bin/sh
touch /data/local/tmp/init.d_log_test.txt
echo "done" >> /data/local/tmp/init.d_log_test.txt
after reboot, if init.d scripts really work you'll found init.d_log_test.txt in /data/local/tmp
Click to expand...
Click to collapse
Yes I know, I have achieved much higher results than that in the past. I have to go out now with my wife so reverting back to Repencis. I'm not sure this is really working on our device so I cant test this now. My phone was unresponsive as well on Merruks a little while into it but then seemed to come right. Maybe some other guys can test properly
i will sure try and report you soon! thanks...
My GY did not have any improvement using these scripts ..
PS: using kernel merruk!
Is your ROM compatible with Y?
Sent from my GT-S5360 using XDA
nivlazenaby said:
Is your ROM compatible with Y?
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
Bro, this kind of posting will not make you popular here.
PLEASE READ THE THREAD PROPERLY!!!
THIS IS NOT A ROM, ITS A TWEAK
Also any ROM here is compatible with our Y, that's why its a GT-S5360 thread! Geeezzzz
---------- Post added at 01:45 AM ---------- Previous post was at 01:26 AM ----------
Has anybody else had the guts to test this...?
do this work on hybrid 4.0??
its no work !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
this NOS turbo credit by Exit_Only
GENERAL WARNING: Do NOT I repeat DO NOT use ANY other tweaks with this package. There are only two approved scripts that are compatible with this, Seeder Entropy and Cross breeder. If you choose to do so after reading this you do so AT YOUR OWN RISK. If you ask bout other tweaks in my thread YOU WILL BE IGNORED
this is just amazing it really boosts your phone and improves battery life amazing
| MOD | JB | 4cyl Turbo engine
how to install | MOD | JB | 4cyl Turbo engine
WHAT IS NEEDED:
1.) Root access (su binary required)
2.) Busybox v1.20.4+ w/ run-part support
3.) Need to be on 4.1+ Jellybean or higher
4.) CWM 6.0.0.0 or higher (Not all CWM6+ recoveries are compatible, TWPR is not recommended)
5.) Boot into Clockworkmod Recovery
6.) Make a nandroid backup
7.) Flash NOS Injection (auto wipes /cache & /data/dalvik-cache)
8.) Reboot...
Turbo engine v0.3.0 http://www.mediafire.com/?damvvu7vqohy8pg
Turbo engine v0.3.1 http://www.mediafire.com/?330a3dtel4it04l
Turbo engine v0.3.2 http://www.mediafire.com/?rba6zdimw1bsda8
Turbo engine v0.3.2_r1 http://www.mediafire.com/?49bbgdw58a19oai
Turbo engine v0.4.9:http://www.mediafire.com/?slpna10hqrwsldy
Turbo engine v0.4.9_r1 http://www.mediafire.com/?ssgq60k6k75n29q
NOS-Injection Uninstall http://www.mediafire.com/?4sbp6a1glfohd45
and flash with CWM
and more information go original thread http://forum.xda-developers.com/showpost.php?p=38262233&postcount=1
ABOUT THE TWEAKS:
1.) 8 init.d scripts total
2.) Zipalign /data & /system apps on each boot
3.) Calibrates Battery automatically
4.) Optimizes RAM usage (RAM Flush Script)
5.) Ext4 Tweaks (Perfect mount and noatime)
6.) Zero UI Lag (VM)
7.) Maxed out speed & Performance
8.) Disables ALL logging activities
9.) GPS enhancements (USA Only)
10.) Sqlite3 for Jellybean
11.) 4.2.2 Binaries (Better app processing)
12.) Disables logcating by default
13.) Get your Privacy back
14.) Lots of kernel tweaks
15.) Cron support (Thanks Jrummy and Kejar)
16.) Injects a bunch of well known build.prop tweaks into your ROM
17.) VM heap tweaks
18.) Net speed tweaks
19.) Adds init.d support to kernel
20.) No redirects on data (Keeps you safer when on the web)
21.) Sqlite3 Reindexed and Vacuumed
22.) RAM booster binary
my advance battery life is long after install this Nos turbo see this image time and battery after and before without charging
{
"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"
}
0.31 tested?
0.29 won´t work optimal. 0.27 i´ve got the best results
carepack said:
0.31 tested?
0.29 won´t work optimal. 0.27 i´ve got the best results
Click to expand...
Click to collapse
yes tested by me 0.31 see my send image time and after install check cpu spy apps :laugh:
0.31 works perfect after 1 hour using this version with bluetooth tethering, browsing, playing game and abour 30 minutes turn off the screen
My battery just go down for just 4%
Dikirim dari GT-I9070 memakai XDA Developer app
Has anyone here tried v6 supercharger?
how to uninstall this thing?
assassin0408 said:
how to uninstall this thing?
Click to expand...
Click to collapse
go hear and download uninstall zip and flash CWM and uninstall http://forum.xda-developers.com/showpost.php?p=38262278&postcount=2
do you need to use no frills CPU for this??
your download link says 0.3.0 but the newest version is 0.3.1, why?
GaYoung28 said:
0.31 works perfect after 1 hour using this version with bluetooth tethering, browsing, playing game and abour 30 minutes turn off the screen
My battery just go down for just 4%
Dikirim dari GT-I9070 memakai XDA Developer app
Click to expand...
Click to collapse
Can you explain step by step how did you do it??
Sandeep Chaurley said:
Can you explain step by step how did you do it??
Click to expand...
Click to collapse
Just flash that nos using CWM or TWRP and feel it
Dikirim dari GT-I9070 memakai XDA Developer app
well i installed it and after the install cmw asked me something about if i want to set permanent the changes i dont remember and i choose no, now when i want to go to recovery mode volume+ - menu - power the phone start but does not go to recovery, it goes directly to bootanimation
I have siri kernel and I'm on xxlqb. And the busybox shos this version(in the pic). So am I good to go to flash this script.
Sent from my GT-I9070 using xda premium
oluccas said:
your download link says 0.3.0 but the newest version is 0.3.1, why?
Click to expand...
Click to collapse
bcz 0.3.1 not tested for our advance so i don't no
Sandeep Chaurley said:
Can you explain step by step how did you do it??
Click to expand...
Click to collapse
go hear how to install http://forum.xda-developers.com/showthread.php?t=2158329
atishey23 said:
I have siri kernel and I'm on xxlqb. And the busybox shos this version(in the pic). So am I good to go to flash this script.
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
Update busybox to the newest version then reboot
install busybox 1.21.0 go market and download this apps and install busybox 1.21.0 https://play.google.com/store/apps/details?id=stericson.busybox&feature=related_apps#?t=W251bGwsMSwxLDEwOSwic3Rlcmljc29uLmJ1c3lib3giXQ..
This smells fishy...
Why don't you describe step by step what this script is supposed to do?
Sent from my GT-I9070 using xda premium
djdelik said:
This smells fishy...
Why don't you describe step by step what this script is supposed to do?
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
because he didn´t create the script. see first post. and everything you want to know you can READ here....
http://forum.xda-developers.com/showthread.php?t=2158329
like he said. this doesn´t smell fishy!!! why you want all information presented on dishes? You can read an he linked to original post.
new personal record with 0.27
3 days 4 minutes an 32 seconds and i´m on 3% of battery usage
Can you provide your other settings in setcpu or no frills because I used the script but it doesn't seem te work..
Sent from my GT-I9070 using xda app-developers app
sandrin0 said:
Can you provide your other settings in setcpu or no frills because I used the script but it doesn't seem te work..
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
tested? open terminal emulator and type rambooster. then you see how it works or not. one time i had to change in no frills the min cpu usage to 200mhz. don´t know why but it has changed to 1GHz.
on cocore 5.0 govenour is ondemand and sio.
{
"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"
}
____________________________________________ _____________________________________________
Writed on UNIX
Harness the gpu of your phone
After the success of my Audio Engine, I decided to dedicate myself to improve another part of the phone: the graphics.
We all know that if something is beautiful intrigues us and draws us; therefore, if our phone can show the images we see every day in the best way, our user experience improves!!
Each phone has hardware limitations, large or small they are... but also in the low-end devices you can do so much in the SW to improve the user experience.
In what way?
Certainly the various engine tweaks help, but what would happen if the files are being developed that enable every millimeter of the potential of the gpu?
In this case there is the Pure™ Graphic HD system
How does it work?
This system is a. Zip file less than 300 Kb big, that once extracted brings significant improvements to the system graphics. No themes, no apps, only functions that take advantage of the best of our mobile gpu
Features
- Enable GPU rendernig
- Enable dithering but did not affect consumption!!
- Use the GPU for the management of the touch
- Improve video HW render
- It allows you to play ported ARMV7 games without lags problems
- Increase scores on the AnTuTu graphic rank
- In MDPI devices improves the density pixels and brightness
- Eliminates lag system with the generator of video entropy
- Liquify the UI
Compatibility
This Engine should works on any GB/ICS/JB (and I hope KK in future) roms of any devices
Technical informations
Adds lines to the build.prop file using the add_to_build.prop.sh. In this way, any rom you have, the build.prop will remain the same.
Code:
busybox echo "" >> /system/build.prop
busybox echo "debug.sf.hw = 1" >> /system/build.prop
busybox echo "" >> /system/build.prop
[STRIKE]busybox echo "ro.HOME_APP_ADJ = 1" >> /system/build.prop[/STRIKE]
busybox echo "" >> /system/build.prop
busybox echo "video.accelerate.hw=1" >> /system/build.prop
busybox echo "" >> /system/build.prop
busybox echo "persist.sys.use_dithering = 1" >> /system/build.prop
busybox echo "" >> /system/build.prop
Clicking on the button you can see a screen of AOSP graphics library used for this engine
It has also been added to the file in / system / etc / init.d 01-GPU_touchrender to force touch rendering by GPU
Code:
echo 7035 > /sys/class/touch/switch/set_touchscreen;
echo 8002 > /sys/class/touch/switch/set_touchscreen;
echo 11000 > /sys/class/touch/switch/set_touchscreen;
echo 13060 > /sys/class/touch/switch/set_touchscreen;
echo 14005 > /sys/class/touch/switch/set_touchscreen;
____________________________________________________________________________________________________________________________
Positive feedbacks
Joy Bangla said:
works nicely. got +200 in antutu :good:
Click to expand...
Click to collapse
Hpsgill said:
Great mod
My phone ui is now smooth as butter
Best graphic mod ever
Click to expand...
Click to collapse
BlueFlame4 said:
Awesome!
Working great on Nexus 4 with CM 10.1. Even though it's a high end device I can see little improvements especially when switching apps
Thank you!
Click to expand...
Click to collapse
Tha TechnoCrat said:
Superb mod. @op VERY NICE
Click to expand...
Click to collapse
For Developers
If you want include this Graphics system on your work, insert the proper credits
New Rendering Version with revisitated build.prop lines
Download this if you are using XDA App
Just flash it!
____________________________________________________________________________________________________________________________
Credits:
AOSP Project
Nexus 4
Me (Jeeko)
Like my work? Use the thanks button (it's free) or rate this thread with 5 stars,
Or better still support me with a donation buying me a donut :good:
Can , I known that it will work on powerVR GPU in mediatek devices
Sent from my Micromax A110 using xda app-developers app
is Xperia Neo V supported...or Xperia 2011 series...
Bad update binary in the zip...
Had to use the one from your audio mod...
In testing now...
Sent from my Vivid 4G using Tapatalk 2
Tried. But I don't notice any Difference.
After testing for an hour... (I know)
I noticed better touchscreen response... especially with regards to my launcher and apps on the homescreens...
And my capacitive buttons...
Sent from my Vivid 4G using Tapatalk 2
epicsilence said:
is Xperia Neo V supported...or Xperia 2011 series...
Click to expand...
Click to collapse
All of 2011 Xperia devices has Qualcomm SOC's, so it must be working.
I'm testing now, seems to be nice!
rignfool said:
After testing for an hour... (I know)
I noticed better touchscreen response... especially with regards to my launcher and apps on the homescreens...
And my capacitive buttons...
Sent from my Vivid 4G using Tapatalk 2
Click to expand...
Click to collapse
i found this problem too.
how to fix the script error
i flash this zip have status 0 error
Zeuik said:
i found this problem too.
how to fix the script error
i flash this zip have status 0 error
Click to expand...
Click to collapse
I've attached a fixed version to the bottom of this post. I just replaced the update binary with the one from the OP's audio mod.
Do I really need this if a have a Nexus 4?
Sent from my Nexus 4 using xda app-developers app
Download link fixed
Thanks to android1234567
I flashed this on my t989 how would I know it's working correctly
linaro cm10.1
uber 1.1
like a rokc :thumbs up:
Ummm i was wondering , How much does it affect battery ?
harsh586 said:
Ummm i was wondering , How much does it affect battery ?
Click to expand...
Click to collapse
hatememarkz said:
I flashed this on my t989 how would I know it's working correctly
linaro cm10.1
uber 1.1
like a rokc :thumbs up:
Click to expand...
Click to collapse
Same questions here.
Is the video entropy the same as the seeder entropy or is this actually something entirely different?
is HTC Sensation supported??
guys try out yourself, I doubt it's a placebo.
Sent from my Desire S using Tapatalk 4 Beta
Im using it right now i noticed some difference
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
feel little snappy. we'll update after some more days.................
sh4d00w said:
is HTC Sensation supported??
Click to expand...
Click to collapse
I installed it on my Sensation and it works
{
"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"
}
Flash mod is your own responsibility!
I can not be held responsible for any damage caused to your phone ...
Click to expand...
Click to collapse
Less battery consumption
Improved management of the RAM
Network improvements, 3G and 2G
Reduction of system startup
Improved build.prop
Optimized overall performance
Zipalignage self at every boot
AdBlocking Blocks Malware Spyware Bloatware ..
Entropy engine
Boost adrenaline
Click to expand...
Click to collapse
1-Requirements :
- Rooted phone.
- Android 4.2/4.4
- Kernel/ROM with init.d support.
- 5mb free in system.
- Custom recovery
- Busybox https://play.google.com/store/apps/d...ricson.busybox
- Universal init.d https://play.google.com/store/apps/d...iversal.init.d
- Recommended: Kernel Unified BindassBoost
.
Click to expand...
Click to collapse
2-INSTALL :
Before Flashing please do a nandroid backup to avoid any incompatibility issues.
Do not use with any other Mod Boost script because they conflict
Click to expand...
Click to collapse
1. Download the zip file.
2. Delete all others scripts installed in "/system/etc/init.d"
3. Reboot into recovery mode.
4. Dalvik cache before and Install the ZIP file
/// DOWNLOAD ///
Stable version :
Counter : 1207
> ...PROJECT.MOD.BOOST V 4.8 Reloaded Edition Official...<
Counter : 840
>NEW ...PROJECT.MOD.BOOST V.5 Underground Edition Official...NEW<
Counter : 689
>NEW ...PROJECT.MOD.BOOST V.5 Most Wanted Xperimental Edition Official ...NEW<
Counter : 32
>NEW ...PROJECT.MOD.BOOST V.6 Nitro X Final Version...NEW<
3-NITRO GENERATOR ENTROPY :
it used to have significant lag reduction . It shows significant improvements on all devices
> Open the terminal
> Type su to get root privileges
> Type nitro_on
(Not enabled by default)
Test entropy value :
https://play.google.com/store/apps/details?id=com.promethylhosting.checkrandentropyavail
4-BOOSTER :
It clear the cache of your old system and thus gets more free RAM For you and increases performance
> Open the terminal
> Type su to get root privileges
> Type boost
5-CHECKING :
Whether everything is properly installed
> Open the terminal
> Type su to get root privileges
> Type scan
6-UNINSTALL:
> Open the terminal
> Type su to get root privileges
> Type no_mod
6- DASHBOARD:
> Open the terminal
> Type su to get root privileges
> Type menu
( Scan / Entropy / Nitro / Mod NFS / Uninstall )
7-VARIOUS:
# Logs some tweaks = Go to system/ModBoost/**.log
# The system can take a while to start
8-CHANGELOG :
Updating of 01/04/14 : Mod Boost 4.7 Reloaded
# Fix lags sometimes and Fix updater script ( error 7 CMW )
# New menu with cleaner file system and dalvik wiper
# News values ksm/VM ( obviously no swap )
# WiFi sleep/Adjusting iptables
# Busybox and Sqlite
Click to expand...
Click to collapse
Updating of 21/04/2014 : ModBoost 4.8 Reloaded
# News values : ADJ Values / Minfree Values / vm.min_free_kbytes
# Restructuring mod : Separation of ksm to tweak system (ksm tweaks)
# Fix Network
Click to expand...
Click to collapse
Updating of 15/05/2014 : PROJECT MOD BOOST V5 UNDERGROUND EDITION
# New Menu
# New Ram Management and VM Management
# Restructuring mod ( Name and Order )
# Come Back Loopy Tweak
# New : Mod Need For Speed ( To try )
# Added AOSP graphics library for Touchscreen
# Conflicts fixed ( mod delete init.d automatically keeps files as 00banner or 00bindassboost)
Click to expand...
Click to collapse
7-Feedbacks :
[email protected] said:
working flawlessly
after insatlling this fifa 14 is working more smooth
and rom has become more smooth
Click to expand...
Click to collapse
osimobile said:
Yes it does boost really good!!!
Click to expand...
Click to collapse
mjrpereira said:
Hui k1ks, thank you for your work it's really great
Click to expand...
Click to collapse
And still others
9-CREDITS:
:good:Great thank you to : Zeppelinrox , darky and slaid480 for ideas of scripts.:good:
For Devs: If you want to include this mod in your rom, you can. Just instert the proper credits
Click to expand...
Click to collapse
Bug found, tell me in the comments
Please press THANKS
Click to expand...
Click to collapse
working flawlessly
after insatlling this fifa 14 is working more smooth
and rom has become more smooth
Awesome Work Bro..!! Even made the dark Knight rises smoother... It used to take most of the RAM and even forced closed sometimes.... Well now those problems are gone....:thumbup:
Hit Thanks if it Helped....
Faultless
Bro, take a look at this...
After i gave su permission...
Hit Thanks if it Helped....
Picture not found
Hit Thanks if it Helped....
With how rom ?
Rom's Super Droid-BOND are already optimized but not in the same manner
in system / etc / init.d must be removed:
systweak , loopy_smoothness_tweak , setperm , setrenice , cputweak , entropy , GentlemanSet , minfree , entropy
restart without tweaks and install the mod
Tested on Phailin
Click to expand...
Click to collapse
the next update will solve this kind of problems
k1ks said:
With how rom ?
the next update will solve this kind of problems
Click to expand...
Click to collapse
I am using lewa by mufti.arfan
Hit Thanks if it Helped....
kanodiatushar said:
I am using lewa by mufti.arfan
Hit Thanks if it Helped....
Click to expand...
Click to collapse
Must remove everything that was in init.d and keeps the swap if any pending update
The next update will be a backup of the init.d file and delete
Do we need to delete Swap files too?
Sent from my A110 using Tapatalk 2
Not needed for version 4.2
Gonna try now.. I don't get '5) Note"
Edit: got it!!
Sent from my A110 Canvas2 using Tapatalk
Up !!
I have install this mode and its working for me on CM11 ROM.
I have a question, in terminal ,what command to type and what is the best set up for this mode?
Seeder entropy generator on or off?
Where can I find command for terminal and how to set up this?
Sent from my OT-995 using xda app-developers app
It is best to activate the entropy, its made all the difference.
All orders are in my post
Please Post this Thread here http://www.droid-devz.com/viewforum.php?f=1 micromax a110 community has moved to droid devz.com
It is possible, I'll do it when I put my next update in the day
Does anyone know how to reset swap memory or swap partition...my swap memory is getting filled up completely after some hours of use. Please help.
A reboot does what ? with or without my mod ?
--=[ INTELLI-TWEAKS ]=--
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
--=[ INTRODUCTION ]=--
This tweak aims to give better performance and battery for all the devices
this tweak works on any android device [ Android 2.2 to Android M]
this tweaks can be installed directly without flashing on recovery
this tweak has clean UI and can be accessible on terminal
LIGHTNING INSTALLER which install the tweak into system in less than 1 second
-= AWESOME REVEIWS=-
by @Subha1994
I tried it on my Xiaomi Redmi Note 4G & after installing Intelli-tweaks my Aututu score increased by approx 3000 score.
Great work.I feel my phone is smoother than before.I think battery life has been increased but I need some days to be sure about it.
Meanwhile I'm gonna install it on my other phone and will give my review. [emoji106]
Keep going man!!
I can recommend it safely.One good thing you've done is that it is not a flashable zip.
Click to expand...
Click to collapse
by @okries
Thos tweak its coollll what de fcuuukkkkk cooolll dudeeee !!!
Click to expand...
Click to collapse
-=[ POST INDEX ]=-
post-1--INTRODUCTION
post-2--DOWNLOADS
post-3--EVERYTHING EXPLAINED
post-4--CHANGELOG
post-5--ALPHA & BETA TEST VERSIONS
-=[ FEATURES ]=-:
LIGHTNING INSTALLERINCREASE PERFORMANCE AND BATTERY
NO MORE LAGS
CLEAN UI ON TERMINAL [THANX TO @Paget96]
BOOSTER AND CLEANER FOR YOUR DEVICE
VM TWEAKS FOR SMOOTHNESS
INCREASE SD WRITE/READ SPEED
INTERNET OPTIMISATIONS
MISC KERNEL TWEAKS
NO MORE NORMALISED SLEEP
ADBLOCKER
GREATLY INCREASES BENCHMARK BY +2000 SCORE, SEE SCREENSHOTS BELOW
THEME ENGINE [THANKS TO @Paget96]come on... go explore your self..there is more to explain
-=[ REQUIREMENTS ]=-
-ANY ANDROID DEVICE
-ROOTED ANDROID DEVICE
-LATEST BUSYBOX MUST BE INSTALLED
-YOU MUST HAVE INIT.D SUPPORT
-TERMINAL EMULATOR
-ES EXPLORER
-YOUR BRAIN
-=[ HOW TO INSTALL ]=-
DON'T USE THIS MOD WITH ANY OTHER, CLEAN UP YOUR init.d FOLDER BEFORE INSTALL!
If you're going from previous versions, you don't need to do anything, the script will do it itself
THIS TWEAK INSTALLS DIRECTLY
-DOWNLOAD ZIP FILE[NOT FLASHABLE]
-EXTRACT THE ZIP FILE
- YOU WILL GET SOME APPS AND FOLDERS
- INSTALL ANY APPS YOU WANT
-MAKE "intelliv1" FOLDER ON /SDCARD/ [WITHOUT QUOTES AND NO CAPS]
-GOTO EXTRACTED ZIP AND COPY "SYSTEM" FOLDER AND "INSTALL" FILE
-PASTE THE COPIED CONTENTS ON "intelliv1" FOLDER
-IF YOU DO ANY STEPS WRONG THEN INSTALLER WILL NOT WORK
NOW OPEN TERMINAL AND TYPE THIS:
su
cd /sdcard/intelliv1/
sh install
Click to expand...
Click to collapse
THEN IT WILL PROMPT FOR INSTALLATION
INSTALLATION WILL BE DONE LESS THAN 1 SEC[EASY RIGHT]
THEN EXIT TERMINAL
NOW REOPEN TERMINAL AND TYPE THIS:
su
LAUNCH
Click to expand...
Click to collapse
if you got intelli-tweak menu then you are installed properly
if any questions or problems regarding installer ask me
-=CREDITS=-
thanks to @Subha1994[intelligent tester]
thanks to @Paget96[my best friend who teached me all]
thanks to @dark_optimistic[another friend who helped and motivated me]
-XDA FORUMS
-GOOGLE
-MY BRAIN...LOL
ATTACHMENTS:
post-2
-=[ DOWNLOADS ]=-
VERSION INFO:
STABLE VERSION: V1
STABLE VERSION RELEASE DATE:18.07.2015
BETA VERSION:upcoming
BETA TEST RELEASE DATE:upcoming
ALPHA VERSION:none
(STABLE) INTELLIV1 DOWNLOAD:
https://drive.google.com/folder/d/0B1InhyZ75GkVRkliX1pRYWl1M2c/edit
this zip file contains how to install.txt..open it and follow the inscrutions to install intelli tweaks less than a sec...and some help full apss added..enjoy your new performance....
intelliv1.zip link changed beacuse of some files missing...thanks to @Subha1994 who found this issue...
post-3
-=[ EVERYTHING EXPLAINED ]=-
-=ALL ABOUT INTELLI TWEAKS MAIN MENU=-
1. Check INTELLI-TWEAKS - Use this to check if you have all the files installed
2. ITWEAKS - All mod configuration is here
3. Uninstall ITWEAK - Use this to completely remove itweaks from device
4. Rebot device NOW - After you make changes , you must to reboot device
5. Theme engine - Change overall UI color[thanx to @Paget96]
-=ALL ABOUT ITWEAKS MENU=-
All scripts in the mod are here, you can easily disable or enable it, just choose an option.
1. I-Booster - Use this to drop caches and slightly boost your device
2. I-FStrim now - Triming /system, /data and /cache partition and reduce lags
3. I-Cleaner - Use it to clean junk files (.txt .log .tmp), app cache, and much more.
4. I-Build.prop tweaks - Too much tweaks for increasing performance, image quality, battery life, etc.
5. I-killmedia - kill media server to boost performance.
6. I-ADBLOCKER - Block annoying ads on your device.
7. I-sd-speed tweak - Increase read/write speed of sdcard.
8. I-vm tweaks - This is the main tweaks and it makes your device smoother.
9. I-stictminfree tweak - Strictly manages min free
10. I-internet tweak - Internet optimisations
11. I-misc kernel tweaks -Kernel tweaks to boost performance
12. I-battery tweaks -Battery optimisations
13. I-I/O tweak - I/O optimisations
14. I-sqlite - Defrags your database base files
15. I-no normalised sleep - as name explained
post-4
CHANGELOGS
no changelogs currently because of initial release
POST-5
ALPHA & BETA TEST VERSIONS
OUT TESTERS:
@shuba1994
NEED MORE TESTERS, IF YOU WANT TO BE TESTER PM ME...
TEST VERSIONS
CURRENTLY THERE ARE NO TEST VERSIONS BECAUSE OF INITIAL RELEASE
test and report for more optimisation in future..feed backs are more appreciated
Nice to see you here
thanks for credits
Good tweakes:3
Amazing work my dear friend @devwaseem bro!! Everything is working superbly!
Suggestion
Improve the thread! Try to make it more clean and sorted!
####HIT THANKS IF I HELPED YOU SOME HOW! ####
---------- Post added at 08:39 PM ---------- Previous post was at 08:39 PM ----------
Paget96 said:
Nice to see you here
thanks for credits
Click to expand...
Click to collapse
Good to see you here bro!!
Plamb1r said:
Good tweakes:3
Click to expand...
Click to collapse
thank you ...
HIT THANKS BUTTON IF ITs HELPED
The intelli tweaks are released..grab from download section...
devwaseem said:
The intelli tweaks are released..grab from download section...
Click to expand...
Click to collapse
Yeah!!
.. take this as constructive criticism plz. But there are so many of these . I wish you all can just work together and create one mod. An app to control the model share the wealth.... and make everyone happy. Hope you do well with this mod thx.
Sent from my SM-G900T powered by Phoenix rom and ktoonsez kernel
Lollipop ?
I tried it on my Xiaomi Redmi Note 4G & after installing Intelli-tweaks my Aututu score increased by approx 3000 score.
Great work.I feel my phone is smoother than before.I think battery life has been increased but I need some days to be sure about it.
Meanwhile I'm gonna install it on my other phone and will give my review. :thumbup:
Keep going man!!
I can recommend it safely.One good thing you've done is that it is not a flashable zip.
Btw thanks for the credit.
Sent from my HM 1SW using XDA Free mobile app
@devwaseem
Good job
I will teach you more
Sent from my LG-P705 using Tapatalk
milojoseph said:
.. take this as constructive criticism plz. But there are so many of these . I wish you all can just work together and create one mod. An app to control the model share the wealth.... and make everyone happy. Hope you do well with this mod thx.
Sent from my SM-G900T powered by Phoenix rom and ktoonsez kernel
Lollipop ?
Click to expand...
Click to collapse
thanks for your suggestion
HIT THANKS BUTTON IF ITs HELPED
Paget96 said:
@devwaseem
Good job
I will teach you more
Sent from my LG-P705 using Tapatalk
Click to expand...
Click to collapse
sure man...i am waiting..
HIT THANKS BUTTON IF ITs HELPED
Subha1994 said:
I tried it on my Xiaomi Redmi Note 4G & after installing Intelli-tweaks my Aututu score increased by approx 3000 score.
Great work.I feel my phone is smoother than before.I think battery life has been increased but I need some days to be sure about it.
Meanwhile I'm gonna install it on my other phone and will give my review. :thumbup:
Keep going man!!
I can recommend it safely.One good thing you've done is that it is not a flashable zip.
Btw thanks for the credit.
Sent from my HM 1SW using XDA Free mobile app
Click to expand...
Click to collapse
VERY THANKS @Subha1994...FOR POSTING YOUR GREAT REVIEW
HIT THANKS BUTTON IF ITs HELPED
@devwaseem : Sorry I could not answer you earlier.
There is a concern in your scripts , 01strictminfree and 09sdtweak have differents minfree .
Yes @devwaseem as @k1ks said, take care of this, AVOID "DOUBLE STUFF"
Sent from my LG-P705 using Tapatalk