[All ROMs] GALACTIC™ Forced DeepSleep MOD | Huge Battery Saver

Search This thread

PawanRockz

Senior Member
Feb 28, 2017
179
1,028
New Delhi
techygaggu.blogspot.in
1502557306631.jpg

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)
IMG_20170812_201424.jpg

IMG_20170812_201437.jpg

Requirements
1- Unlocked Bootloader.
2- Custom Recovery installed.

SOME FEEDBACK BY USERS.
40% left and the end of my day! :good: It's awesome what the dev did!!
Works great on Moto G 2014
Screenshot_20180121-082034.png
My device is OnePlus 3 with Experience os r15.0
and works fine all notificatin,alarms in 8 hours from 100% just 1% discharged
This mod works. Thanks
Yes works fine just 1-2 % overnight compared to 5-8% on stock

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.
:D
 
Last edited:

azaidi

Senior Member
Oct 2, 2010
137
582
23
's-Gravendeel
github.com
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
 

Xceeder

Senior Member
Apr 11, 2014
390
160
The mod looks okay , I always wonder though what tweaks like these do to the overall health of the battery? ...
 

Puddi_Puddin

Senior Member
May 10, 2015
1,518
496
Overijssel / Oldenzaal
The mod looks okay , I always wonder though what tweaks like these do to the overall health of the battery? ...

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!
 

YourTheBest

Senior Member
Sep 30, 2013
403
44
Thanks, but I wanna be notificated when I receive an message/or from other application.
Is that possible>
 

Normas Interruptor

Senior Member
May 3, 2013
970
256
New Delhi
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?
 

PawanRockz

Senior Member
Feb 28, 2017
179
1,028
New Delhi
techygaggu.blogspot.in
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?
Yes it will work and your notifications will be shown as always.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 100
    1502557306631.jpg

    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)
    IMG_20170812_201424.jpg

    IMG_20170812_201437.jpg

    Requirements
    1- Unlocked Bootloader.
    2- Custom Recovery installed.

    SOME FEEDBACK BY USERS.
    40% left and the end of my day! :good: It's awesome what the dev did!!
    Works great on Moto G 2014
    Screenshot_20180121-082034.png
    My device is OnePlus 3 with Experience os r15.0
    and works fine all notificatin,alarms in 8 hours from 100% just 1% discharged
    This mod works. Thanks
    Yes works fine just 1-2 % overnight compared to 5-8% on stock

    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.
    :D
    13
    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
    5
    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.
    5
    My device is OnePlus 3 with Experience os r15.0
    and works fine all notificatin,alarms in 8 hours from 100% just 1% discharged
    This mod works. Thanks
    Yes works fine just 1-2 % overnight compared to 5-8% on stock

    This is "strange": the only positive feedback comes from new accounts with only one post to their credit...
    4
    If you think it's really strange then do one thing, contact a mod and check their profiles ip address.
    You guys are the reason people have trust issues lmao.

    Hello an actual developer here

    I did an op3 build and did a grep through my entire build environment and I can say this:
    Most of your "tweaks" do not even exist in android's source or in any proprietary blob
    Your debug.* props increase debugging and slow down the ROM. Increased debugging brings with itself even greater battery drain
    pm.sleep_mode=1 should not be present in the build.prop. Yes this is a valid property but this needs to be passed as an argument before you boot the kernel. Passing this as an argument after booting the kernel has no effect

    The only thing that actually seems to work is the WiFi scan interval. Rest of it is snake oil

    Also check their ip. Really? We live in an age where you could order millions of ipv6 addresses for a very small amount of money. Do you expect anyone to buy this?