The New Version of Battery Booster - v2.9 - Android Software Development

{
"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"
}
Battery Booster (Free)
Boost Your Battery's Running Time and Max Battery Life
New Features in Battery Booster 2.9 (Mar. 18, 2011):
1. Fixed continuous beep bug on Battery Full (Battery Booster -> Battery Tweak –> Enable Battery Full Beep to manage this function)
2. Improved compatibility (Battery Temp and Voltage display) with LG devices
3. Notification Icons (Battery Level Icon and Battery Temp Icon) can be managed at Battery Booster Menu -> Settings -> Show Battery Level Icon/Show Battery Temp Icon
4. Other minor enhancements
New Features in Battery Booster v2.7:
1. Add icon showing battery temperature on notification bar
2. Add high battery temperature voice reminder: Battery Booster beeps when battery is overheated
3. Add battery fully-charged voice reminder: Battery Booster beeps when battery is fully charged
4. Add different style of battery level icons: Metallic Style and Simple Style
5. Other minor improvements
Battery Booster is a powerful battery boosting tool and power management application specially designed for Android devices. Based on system specifications, Battery Booster provides the most accurate information on your battery charge, which includes an auto-updating live chart visually tracking your battery usage, and the real-time battery capacity, temperature, voltage, etc. Battery Tweak, including Smart Battery Saver and convenient settings for managing Wifi & Bluetooth, can help to squeeze out the peak performance from your phone.
Features:
- Real-time battery status (capacity, temperature, voltage, and charging status, etc) monitor and battery usage tracking
- Homescreen widget support (Add to homescreen with Menu -> Add -> Widgets -> Battery Booster)
- Shortcuts to WiFi/Bluetooth/Screen Brightness/Screen Timeout settings
- Battery Calibration Notification to maximize your battery life span
- Settings to automatically turn off WiFi/Bluetooth when device is locked.
- Settings to automatically turn on WiFi/Bluetooth when device is unlocked.
- Settings to automatically turn off WiFi/Bluetooth when your battery is low.
- Settings to enable beep and select beep tone/interval when your battery is low.
- Settings to enable beep and select beep tone/interval when your battery is full.
- Settings to enable beep and select beep tone/interval when your battery is overheated.
- Save more battery with built-in smart task manager (Based on Memory Booster - Android RAM Optimizer)
For more information about this product, please check it at http://downloadandroid.info/products/utility/battery-booster-boost-your-batterys-running-time/
Mobile users can visit: http://mobi.downloadandroid.info/battery-booster.php
See more sreenshots and download the apk files from the attachment. Leave your comments if you have any advices.

How can I turn off 'Battery Fully Charged' voice notification?
It drives me crazy

iPAQ 6515a User said:
How can I turn off 'Battery Fully Charged' voice notification?
It drives me crazy
Click to expand...
Click to collapse
Wow, you can lower or turn off your media voice, this way the voice notification can be avoid. This is a bug, we will solve this in the new version update.

thanks for having taken time to reply. now am waiting for the new release :-0

iPAQ 6515a User said:
thanks for having taken time to reply. now am waiting for the new release :-0
Click to expand...
Click to collapse
Hey, check the new version. Cheers! Thanks for your comments.

Here are a few tips for how to save battery for your android phones:
- Charge the battery at the very beginning when you get a new phone.
- Turn off widget animations, and screen animations, and live wallpapers
- Lower the brightness of your display.
- Try turning off Bluetooth and Wi-Fi when you are not using them.
- Turn off wifi down when you are in 3gor 4g area
And of course do not forget to check out the Battery Booster for more battery boosting options!

Further on tips....
My 2.2 tablet is using 50% of its power trying to connect as a phone. But it ain't got no phone!
There are no Setup options to kill.
Googling suggests that I should delete Telephony Provider and Phone...but when I try this, they are locked.
I cannot see the processes to kill them.
Other than a ROM fix, any ideas? Thanks!

Related

1% Battery Info Display Application

Hello developers,
I just came with an idea for the 1% battery display, it is developing an application which calculates 1% battery and displays the values in realtime based on the values read from the battery voltage. So, we will have accurate values being displayed without considering that system battery information display(may be toggling it off). What you people say?
Battery Monitor Widget...does the same
nd WRONG SECTION
GryTEcHoG said:
Hello developers,
I just came with an idea for the 1% battery display, it is developing an application which calculates 1% battery and displays the values in realtime based on the values read from the battery voltage. So, we will have accurate values being displayed without considering that system battery information display(may be toggling it off). What you people say?
Click to expand...
Click to collapse
Well, that is what exactly we do in the kernel
niteshtak said:
Battery Monitor Widget...does the same
nd WRONG SECTION
Click to expand...
Click to collapse
No, it shows the battery percentage like system. I'm trying to show battery percentage through calculating based on battery voltage.
dharamg3 said:
Well, that is what exactly we do in the kernel
Click to expand...
Click to collapse
If we do that in kernel its a hardcode and difficult but I'm trying to do in softcode like just reading the battery voltage from an application and showing the percentage values.
{
"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"
}
This Right
niteshtak said:
This Right
Click to expand...
Click to collapse
Lets say if you have voltage reading of 3650 then what would be the battery % if its calculated based on the current battery voltage? and compare it with the system battery %, you do see the battery difference.
Well nice idea but as dharam said it's already done in the kernel and also from what I noticed the voltage doesn't remain constant
And if you do it you'll make a widget/status bar indicator then what about the stock status bar indicator?
cdesai said:
Well nice idea but as dharam said it's already done in the kernel and also from what I noticed the voltage doesn't remain constant
And if you do it you'll make a widget/status bar indicator then what about the stock status bar indicator?
Click to expand...
Click to collapse
The status bar has to be changed to normal indicator instead of battery % and using this application to see its 1% battery info.
I know voltage doesn't remain constant but we do get the somewhat accurate values than from the kernel we had now.
I know we have it kernel but we dont have 1% battery working successfully if battery goes below 50%. I see a battery steps of 50-42-37-34-25....15-5-3-1.
So, I'm just trying to make batter for this ranges using current battery voltage.
GryTEcHoG said:
No, it shows the battery percentage like system. I'm trying to show battery percentage through calculating based on battery voltage.
Click to expand...
Click to collapse
I don't think you can read the battery status from any app, even with using native code. The system sends a broadcast message every time the battery status is changed, you can only use these messages, you can not read directly the hardware.
Too late man, I already asked about that here. There is an app called battery monitor pro, but it's a paid app. He implemented the feature of setting the up-down limits after my suggestion. The free edition doesn't have the manual set and the preset of 3200mV(low limit) is not correct for our phones. Our device works within 3500mV-4150mV

Full Guide for Best Battery Saver

Hello guys! I'm new here, and sorry for my english mistakes, but I'm Brazillian member, and I will share some information about my actual Moto X XT1058, that I search about two weeks for save my battery, and now It's great!
When finish my setup, I charged up to full and the battery info now is:
48% - Not charging
1d2h14m
Screen - 25%
Phone - 17%
System - 11%
Click to expand...
Click to collapse
* The important part is here, when screen use generally takes more than 60%.
** I use my phone on the day to talk with clients and Whatsapp (less whatsapp because I'm working ^^). And on the night time I use my Whatsapp with more frequency and listen to music.
1 - WHAT ROM
CyanogenMOD Nightly Version for MOTO X
Generally the ROM is not the important part, but if your ROM uses a kernel that have no way to make some system changes, than this will be a problem.
2 - GENERAL SETTINGS
Wifi - OFF
Bluetooth - OFF
Mobile Data - ON
Bright - Lower % - I will talk about the APP
Sync - OFF
Lock Screen - 15s
Rotation - OFF
Sound - Not vibrate
Notifications - Not vibrate
Click to expand...
Click to collapse
* To vibrate the phone, requires more battery than to play a song, than avoid to set vibration.
3 - SYSTEM CHANGES
On CyanogenMOD, you go to:
Settings -> System -> Performance
Click to expand...
Click to collapse
- On Performance Profile menu, set the profile to 'Economy' in default its on 'Balanced'.
- Above the profile settings, you have to DISABLE the 'Activate profile by APPs'.
- On System Performance, go to Processor, and change:
Governator -> 'Ondemand'
Minimum Frequency -> '384 Mhz'
Maximum Frequency -> '1350 Mhz'
Click to expand...
Click to collapse
* The maximum Frequency seted here is more than suficient for my use, but you can adequate for yours.
4 - CLEAN UNUSED APPs
Here is a important part, but you have to stay calm and do not uninstall important system files or aplications.
To make that securely, I recommend to install the Titanium Backup, and you have to be ROOT.
Here is my list of the DISABLED things on my CyanogenMOD ROM, until now, I have no problem, and its stable
THEMES 1.0
THEMES PROVIDER
-- If you will use a custom theme, keep these above app and change the theme, and than you can uninstall
SYNC SCHEDULE GOOGLE
SYNC FAVORITES GOOGLE
SP. PRINTERS
TAGS
TALKBACK
EXCHANGE SERVICES
SCREEN PROTECTOR
WALLPAPERS *** (here have three types of background)
PICASA UPLOADER
PHOTOPHASE
GOOGLE SEARCH
WALLPAPERS CM
BACKGROUND OPTIONS
NEWS AND WEATHER
BROWSER
HANGOUTS
GOOGLE ONE TIME INIT
GOOGLE CLOUD PRINT
GOOGLE BACKUP TRANSPORT
EMAIL
STUDIO FILMS
BEAM PHASIC
VOICE DIALER
FACE UNLOCK
DAYDREAMS BASICO
COM.ANDROID.WALLPAPERCROP
COM.ANDROID.WALLPAPER.HOLOSPIRAL
CM HOME
BALLONS
BLACK HOLE
DIARY OR SCHEDULE
STORAGE OF SCHEDULE OR DIARY
Click to expand...
Click to collapse
5 - INSTALL APPs
I have installed some APPs to keep my Moto X secure and fast, some paid services, but I think on my security in first place.
Kaspersky Security
- Activate the Thief Controle
- Activate the SIM Security
- Activate the Browser Security
- Desativate the notification icon
Click to expand...
Click to collapse
Dashclock Roman
- Install the custom DashClock
- Enable the Custom Widget on Lock Screen Settings
- Enable the Maximizate Widget on Lock Screen Settings
Click to expand...
Click to collapse
Dash Notifier for DashClock Roman
- Enable Notifier for WhatsAPP
- Enable Notifier for SMS
Click to expand...
Click to collapse
Clean Master
- Make a CLEAN
- Make a boost memory
- Activate the Auto Clean on Screen OFF
- ADD some APP to ignore list like: WhatsAPP, Apollo (Music), Dashclock Widget
Click to expand...
Click to collapse
JuiceDefender
- Enable the Advanced MODE
- Setting UP with your preference
- This APP have a ugly interface, but it Works and have a guide for all the features
- This have a feature to shutting down the own service when receive a SMS with your custom code, Its very useful to use with the Kaspersky Thief Service and others app that will use your GPS or Data mode.
- The feature of the Bright is too helpful for battery, keep that in mind.
- Bellow my JuiceDefender Settings, they are on PT-BR, but you can understand:
{
"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"
}
Click to expand...
Click to collapse
6 - GENERAL TIPS
- Avoid to use white or colorfull backgrounds, wallpaperks...because on the AMOLED screen they will use much more battery. I use a black and red wallpaper/lock screen, and a black wallpaper on whatsapp.
- Avoid to keep the music on when you are not listening.
- The Dashclock Widget with the Whatsapp Notifier, will prevent you to unlock the screen unnecessarily.
- The default bright on the Moto X is too high, and with the JuiceDefender the minimum bright are lower and more quality for your read on the day and night. A high bright on night and bed, can cause you sleeplessness problems.
7 - FINAL
Thanks for the atention, and this is a guide for people who want a better battery life.
I spend much time to understand all these things and make my best Moto X changes.
Have question? Feel free to ask.
Have more APPs to help on the battery saver? Share with us too.
8 - BATTERY SAVER APPs
I forgot to tell...my JuiceDefender Ultimate are crashing and stoped to work alone...this is bad. But on the Play Services have too many other Battery Saver APPs.
Another APP for battery in place of the buged JuiceDefender, that I recommend is:
Easy Battery Saver
But that is for your choice, and I think just the JuiceDefender have the bright control with the minimal % reduced.
If you want to install other Baterry APP, like the EBS, that not have bright control, I really recommend you to install these app:
Screen Filter

Tweaks To Improve Battery Life Guide

I can't take credit for any of this as I found it on the Zenfone 2 forums. Here are some additional tweaks to help with battery life.
dangphat0608 is the author, and the post with pictures is here: www.asus.com/zentalk/forum.php?mod=viewthread&tid=13483
Here's the info:
Hi everyone, i've found a way fix problem battery brain. Before, when i were to sleep battery drain about 5~8% ( 6hours ). Now, just 1~2%. .
Now, Google has put on one of the features, and one of which is "Locate and identify information of Android devices" and "Android Device Manager". It always running background. Of course, things are two sides of it
1.Go to setting > Location > Turn on
2. Change Mode in Location > Battery saving
And turn off Location if you not use.
3. Go to Google settings app > Security > Turn off Allow remote lock and erase and Remotely locate this divice
4. Go to Wifi setting advance > Turn off Ssanning always available
5. Restart your phone
If you read through that ZenTalk thread, you will see that this "tweak" doesn't do anything to improve battery life, as reported by people who tried.
Which one?
For example, turning off the wifi scan increases battery life, as ASUS themselves stated it as a solution. (forum.xda-developers.com/zenfone2/help/battery-improvement-update-t3127953).
I don't know about turning off the remote locking and location services, but it wouldn't hurt to try it.
jlink38 said:
If you read through that ZenTalk thread, you will see that this "tweak" doesn't do anything to improve battery life, as reported by people who tried.
Click to expand...
Click to collapse
If you want to increase your battery life.
1. Root your ZF2
2. Install Titanium Backup
3. Open Titanium Backup and Freeze or Uninstall all the Asus and third party crapware pre-installed on the phone
4. Reboot and Enjoy quality battery life
Going through and freezing all the useless crap apps increased my battery life tremendously.
flappjaxxx said:
If you want to increase your battery life.
1. Root your ZF2
2. Install Titanium Backup
3. Open Titanium Backup and Freeze or Uninstall all the Asus and third party crapware pre-installed on the phone
4. Reboot and Enjoy quality battery life
Going through and freezing all the useless crap apps increased my battery life tremendously.
Click to expand...
Click to collapse
You are rite freezing apps does increase battery life...But dont delete bloatware...Causes bootloop while updating... Plus you can also install greenify it helped me increase my battery a lot..
mhp1995 said:
You are rite freezing apps does increase battery life...But dont delete bloatware...Causes bootloop while updating... Plus you can also install greenify it helped me increase my battery a lot..
Click to expand...
Click to collapse
How much gain can this provide? Can you please describe in terms of SOT or standby? I plan to buy ZE550ML, but have been holding back so far, due to the negative battery reviews. Thanks!
Deleting/freezing apps will give better battery and sometimes performance, but it all depends on what's in use vs what should be in use vs what's removed/frozen.
I uninstall junk, I don't care about an OTA not loading. It doesn't bootloop if you remove the apps that it needs to verify, it simply fails to flash. With unlocked/insecure boot though, that problem is gone. I can remove the checks and flash it anyway.
You won't find a single, solid number of what makes your phone perform better when talking about removing pre-installed apps. Some people use them, some people don't. Most of them don't run on start-up or run at all unless you manually open them. Most aren't impacting your phone in any way other than eating up a few MB of space.
Harfainx said:
You won't find a single, solid number of what makes your phone perform better when talking about removing pre-installed apps. Some people use them, some people don't. Most of them don't run on start-up or run at all unless you manually open them. Most aren't impacting your phone in any way other than eating up a few MB of space.
Click to expand...
Click to collapse
Couldn't have said it better
followed those steps..
greenify do the tricks for me.
My battery life results
{
"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"
}
Phencyclidine said:
My battery life results
Click to expand...
Click to collapse
Excellent, Very Good!!
What's total time????
Tweak??
john_petrucci said:
Excellent, Very Good!!
What's total time????
Tweak??
Click to expand...
Click to collapse
About 14h
Greenify + power managment (smart - saving mode)
disable hangout , google+ , facebook , twitter , google drive ...
This is my best time. Nothing disabled, all stock, 4G + Wifi on, calls, COC, browsing, etc.

Android 5.1 changelog (2.10.401.1)

Changes noticed so far (constantly updated):
general improvements:
better CPU performance in benchmarks
better CPU thermal management
improved battery consumption
improved photo quality with stock camera (outside RAW mode)
Sense specific:
new color temperature controls
enhanced duration settings for priority and silent mode
alarms can be enabled in do-not-disturb mode
calls can be auto-rejected in do-not-disturb mode
power saver can no longer be configured in detail
accessibility: audio channel balance
accessibility: mono audio
animated transparent clock
Fun Fit app added (can be uninstalled though)
torch app re-added
volume toggle widget removed
Android 5.1 generic:
HD calls (unconfirmed)
hide heads up notifications without dismissing by swiping them up
Bugs fixed:
long charging time
wakeup lag
settings menu/battery menu lag
closing all apps in task switcher stack view and reopening task switcher shows previously hidden apps (seems fixed)
Stagefright vulnerability (confirmed by detector app)
What else have you discovered?
ademmer said:
Changes noticed so far:
Sense specific:
new color temperature controls
animated transparent clock
enhanced duration settings for priority and silent mode
alarms can be enabled in silent mode
Fun Fit app added (can be uninstalled though)
Android generic:
HD calls (unconfirmed)
hide heads up notifications without dismissing by swiping them up
Bugs still persistent:
closing all apps in task switcher stack view and reopening task switcher shows previously hidden apps
What else have you discovered?
Click to expand...
Click to collapse
+ HTC Torch app readded
+ Lag finally gone from settings menu and settings -> battery menu
+ Wakeup lag/bug fixed (simple wakeup and wakeup after call)
Profile widget for sound, vib, silent deleted ?
Sounds balance and mono audio added
{
"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"
}
Sent from my HTC One M9 using Tapatalk
Hi. Got a question about OEM bootloader on/off in settings-developer options after update 5.1. If i turn it on it says, warning device protections features will not longer worm if turned on. Does this mean the bootloader is unlocked then or not? Thanks 4the answer ahead ?
Sent from my HTC One M9 using Tapatalk
Now there is an option to auto reject calls while priority
Or on in don't disturb mode
Sent from my HTC One M9 using XDA Free mobile app
Not official by any means but since day one I've had problems ending calls. I'd take the phone away from my ear and it wouldn't let me press end call or there would be a delay where people would beat me to ending the call. It was a bit embarrassing when you called someone haha! That seems to be completely gone in this update.
Phone seems smoother and it doesn't seem to be running as warm. Will test it with Google Maps navigation later. First impressions are good. Waiting to see how battery life has improved.
Sent from my HTC One M9 using XDA Free mobile app
Isn't this across the board the 5.1 update for all regions?
Just got it here in Australia
And does anyone know what the unlock bootloader part in Developer options is about?
Sent from my HTC_0PJA10 using Tapatalk
@bmwmane46 @TornadoF6 that allows you to run commands like fastboot OEM unlock, if you leave it unchecked then it is for security and if someone steals your phone they can't bypass your security by rooting or wiping your data from recovery.
One other thing for 5.1 update: power saver is no longer customizable by CPU/data/brightness/vibrate... It is all or nothing. Very disappointing change.
Lots of thanks ? yes i saw the power saver is totally messed up after the update ? u can just on/off it, what a bummer ?
Sent from my HTC One M9 using Tapatalk
There was also ment to be a drop down menu on the Bluetooth & Wifi quick settings,so you didn't have to right into the settings to pick what wifi or bluetooth device to connect to,bummed about that
From my Aussie M9
slow charging after 5.1 update
just got my 5.1 update from Vodafone au and in the update it would improve the charge time. I would charge my phone in a bout 2 to 2 1/2 hrs and now it's so slow. if anyone has any tips i'd be grateful.
If you are using Encrypted storage (Internal) e.g. for Exchange policies, the HTC boot-up audio has moved. You now hear the boot-up sound immediately after boot-up. You used to hear it after you'd entered your PIN to decrypt internal storage...
MMB.
I beg to differ on the alleged improved charging time. It's no different than before.
There's still an audio glitch where the speakers crack for no apparent reason.
The device still gets ridiculously hot.
Sent from a stolen HTC M9
shivadow said:
I beg to differ on the alleged improved charging time. It's no different than before.
There's still an audio glitch where the speakers crack for no apparent reason.
The device still gets ridiculously hot.
Sent from a stolen HTC M9
Click to expand...
Click to collapse
Perform a Factory reset! That might work! or clear cache from recovery!
khandelwalsiddharth said:
Perform a Factory reset! That might work! or clear cache from recovery!
Click to expand...
Click to collapse
Not needed, device re-odexes and clears cache on boot after update. /Data doesn't hold system info.
Sent from a stolen HTC M9
Fast charging is now very slow, normal charger is working properly.
has anyone tried the developer bootloader unlock? If i tick that box will i lose the OTA updates in the future?(i know that you do when you unlock the bootloader by giving your imei to htc)
you need to mention these
main highlights for this update:
- Snapdragon 810 v2.1 drivers
- Significantly improved charging behavior
- Significantly improved thermal behavior
- Significantly improved CPU usage, Antutu scoring up to 64k
- Raised GPU max speed to 633mhz (Adreno 430)
---------- Post added at 03:05 PM ---------- Previous post was at 03:04 PM ----------
zeus4466 said:
Fast charging is now very slow, normal charger is working properly.
Click to expand...
Click to collapse
try fast charger with powersaver, it flies, full charge under 50 minutes

[GUILDE] Improving Battery and Performance Galaxy S6 - 20160703 -

In this topic, I will teach you to improve battery life and performance of your device
SUMARY
-Intro
-Requerimments
-Tutorial
-Downloads
Intro
What is HEBF?
HEBF(empty heart, full battery)
Created in the midst of a broken heart, on top of this, my device's battery was discharging fast and increasing my fury, then the application was created in 2014 (before in shell) intended to improve battery life and performance of your phone using tweaks and mods.
{
"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"
}
Requeriments
-HEBF BATTERY SAVER APP
-Root
-Busybox
This APP Have This Functions
Main:
Fstrim
Internet Tweaks
Zipalign
Faster boot
Battery:
Battery improvements
Wifi Sleeper
Ultra Battery Saver
Battery Saver for Kit Kat/Lollipop/Marshmallow
Performance:
Performances Tweaks
Multitasking Tweak
Gaming Mode
UI Tweaks
Tools:
Backup Option
AdBlocker
Force Connection Indicator
Art FIX
Battery Calibration
Rebooter (Reboot/Recovery/Bootloader/Restart SystemUI/Power Off)
Miscellaneous:
DisableAndroid logging
DPI Changer
Selinux Changer
Hostname Changer
Cleaner:
Clean Junk Files
Clean Hidden Thumbnails
Whatsapp Files Cleaner
And more...
TUTORIAL
Easy Version
Or You can simply
Click on the top 3 dots
Click on Settings
Click on profiles
Click recommended
Go to menu
Go to Battery Section
Turn On Battery improvements
--------------------------------------------------
Go in the area of battery section and select the option that best suit you
-TIP- Reboot after.
ScreenShots for Newbie Users
Expert Version
Install the application
Open the application
Go section Battery
Select the option that suit you
Go in the area of battery section and select the option that best suit youg
-----------------------------------------------------
-TIP- Go To Battery Section,Select Ultra battery Saver (Universal)
This Help so much Galaxy S6 Users
Downloads
PlayStore
AndroidFileHost
Original Thread SUPPORT
Help us answering this form about your opinion,without registration​
Reserved
Much appreciated..ui has very smooth now.will tell u after testing battery life soon
Like L-Speed
I appreciate the effort and I love tweaking apps, but without more detailed explanation of each tweak, it feels sketchy. For the technical minded, what are the mysterious battery tweaks for marshmallow that are activated by that toggle? and the other tweaks that don't have detailed explanations?
How does this differ from L Speed in terms of features? Are the battery saving features incorporated in this app the same as in L Speed?
IvsomEmidio said:
Reserved
Click to expand...
Click to collapse
senzatiOn- said:
Like L-Speed
Click to expand...
Click to collapse
Yes,bit this is different
jamus28 said:
I appreciate the effort and I love tweaking apps, but without more detailed explanation of each tweak, it feels sketchy. For the technical minded, what are the mysterious battery tweaks for marshmallow that are activated by that toggle? and the other tweaks that don't have detailed explanations?
Click to expand...
Click to collapse
In next version (Especial Version) we will add an good explanation,see original post later
RajtheKing said:
How does this differ from L Speed in terms of features? Are the battery saving features incorporated in this app the same as in L Speed?
Click to expand...
Click to collapse
This is differ from L speed,Differ tweaks AND otmizations
ffaaiissaall said:
Much appreciated..ui has very smooth now.will tell u after testing battery life soon
Click to expand...
Click to collapse
Thanks for feedback !
I have it from 2 days and I noticed microlags are gone.
Just one thing: this app needs init.d support, so (I have xtrestolite that supports) I had to create a folder called "init.d" in system/etc with permissions "drwx------" and after that it created me 4 files in it.
TENN3R said:
I have it from 2 days and I noticed microlags are gone.
Just one thing: this app needs init.d support, so (I have xtrestolite that supports) I had to create a folder called "init.d" in system/etc with permissions "drwx------" and after that it created me 4 files in it.
Click to expand...
Click to collapse
Yes,Thanks for feedback.

Categories

Resources