Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Better Battery Saver

Download

Quite bored of all these battery savers so... Let's make my own Battery Saver.

Should work on Android 4.2+, I tested it on 5.1, 6.0 and 7.0.

No root features:
- Wifi on/off
- Wifi AP on/off
- BT on/off
- Auto sync on/off
- Device brighness changer
- Screen timeout changer

Root features:
- Turn off device
- Screen on/off
- Airplane mode on/off
- NFC on/off
- Doze on/off
- Mobile data on/off
- Built in battery saver on/off

Xposed features (per app settings):
- Do not start services/alarm/wakelocks/activities
- Disable app launch
- Disable Wifi, Wifi AP, BT, Camera control
- Disable network connection
- Change app brightness
- Notifications/Notifications lights control
- Set app dark theme

App services manager (needs root)
- Star/stop app services

Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6NT...

Author(s): 

pyler

Support/Discussion URL: 

http://forum.xda-developers.com/xposed/modules/mod-battery-saver-t3419064

Source code URL: 

https://github.com/pylerSM/BetterBatterySaver

Package: 

com.pyler.betterbatterysaver

Version name: 

1.0.4

Release type: 

Stable (low risk of bugs)

Download: 

com.pyler.betterbatterysaver_v104_8efdb6.apk(99.34 KB)

Number of downloads: 

84,690 in total · 96 in the last 24 hours

MD5 checksum: 

8efdb6af3737a495808525040d62ba87

Uploaded on: 

Saturday, July 23, 2016 - 13:11

Changes: 

- Option to start Better Battery Saver when Doze starts (for Android M+)
- Option to disable intent receivers per app (Xposed)
- Option to manage app (intent) receivers (root)

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project