Does anyone else find this app as useful as I do? So much information and detail about your phone...more than you'd ever need to know. Elixir 2 Widgets is also a must have. The depth of customization is ridiculous, you can do almost anything with it. If you haven't tried the app I highly recommend downloading it and seeing what you think. Extremely battery conscious people be warned - this app may drain your battery faster because it updates frequently. Easy fix is to adjust how often elixir 2 refreshes system information, kill the app of course, or disable receivers with ROM Toolbox Pro or similar app. Besides well known apps such as airdroid, rom toolbox pro, mobile odin, and zarchiver this is an excellent tool for your phone. Just wanted to share with anyone who hadn't seen it before.
https://play.google.com/store/apps/details?id=com.bartat.android.elixir&hl=en
Yeah, I loved this app on my old phone. But then i switched to a rom that has all most of those features and a toolbox. Very useful app though. :laugh:
mxmr said:
Does anyone else find this app as useful as I do? So much information and detail about your phone...more than you'd ever need to know. Elixir 2 Widgets is also a must have. The depth of customization is ridiculous, you can do almost anything with it. If you haven't tried the app I highly recommend downloading it and seeing what you think. Extremely battery conscious people be warned - this app may drain your battery faster because it updates frequently. Easy fix is to adjust how often elixir 2 refreshes system information, kill the app of course, or disable receivers with ROM Toolbox Pro or similar app. Besides well known apps such as airdroid, rom toolbox pro, mobile odin, and zarchiver this is an excellent tool for your phone. Just wanted to share with anyone who hadn't seen it before.
https://play.google.com/store/apps/details?id=com.bartat.android.elixir&hl=en
Click to expand...
Click to collapse
Installing now looks promising!
Related
After rooting our phones, there are several apps that still run (for instance AP and AccuWeather) that I never use.
Autostarts is a really great app.
It lets you prevent apps from opening on certain occurances.
For instance, certain apps open on SMS sent/receive or call receive/sent...
It's a great way to keep apps that you never use/need from starting.
I find that this app is still applicable compared to Juice Defender and SetCPU as these newer phones seem to handle that well.
Anyone else find the same?
Thanks for the feedback.
h20wakebum said:
After rooting our phones, there are several apps that still run (for instance AP and AccuWeather) that I never use.
Autostarts is a really great app.
It lets you prevent apps from opening on certain occurances.
For instance, certain apps open on SMS sent/receive or call receive/sent...
It's a great way to keep apps that you never use/need from starting.
I find that this app is still applicable compared to Juice Defender and SetCPU as these newer phones seem to handle that well.
Anyone else find the same?
Thanks for the feedback.
Click to expand...
Click to collapse
Why not just get root explorer and delete them?
WhiteWidows said:
Why not just get root explorer and delete them?
Click to expand...
Click to collapse
Try it... A lot of them are processes that cannot be deleted.
Besides...
It isn't about deleting apps.
It's about controlling when an app will start (or when it's triggered to start) based off actions.
Why do I need app x,y, z starting when i send a text message? Answer... I don't...
From the market:
Keep control over your phone: See what applications do behind your back.
Shows you what apps run on phone startup, and what other events trigger in the background. Root users can disable unwanted autostarts and speed up their phone boot.
Note: Root-Access *is* required to make changes. Otherwise, this application will be read-only.
https://market.android.com/details?id=com.elsdoerfer.android.autostarts&hl=en
Titanium back up and just freeze them, but I did use ths app and it did make bit up time faster on my evo
Sent from my SPH-D710 using Tapatalk
jhgti said:
Titanium back up and just freeze them, but I did use ths app and it did make bit up time faster on my evo
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
Let me rephrase as I'm not making my point (sorry!!).
Google Maps will start at bootup... also when you change connectivity on your device.
I only want Maps open when I open it...
This app lets you prevent things from opening based off certain events (boot up, outgoing sms, incoming call, connectivity change, etc).
So freezing or deleting would remove the app that you might otherwise want.
Hope that makes sense.
Oh i see yes that is true some apps will come on as soon as connectivity changes, If find good settings post some screen shot and i will do the same
h20wakebum said:
After rooting our phones, there are several apps that still run (for instance AP and AccuWeather) that I never use.
Autostarts is a really great app.
It lets you prevent apps from opening on certain occurances.
For instance, certain apps open on SMS sent/receive or call receive/sent...
It's a great way to keep apps that you never use/need from starting.
I find that this app is still applicable compared to Juice Defender and SetCPU as these newer phones seem to handle that well.
Anyone else find the same?
Thanks for the feedback.
Click to expand...
Click to collapse
This is a VERY handy app. thanks loads. this is definitely a function that android should incorporate stock like they did with task killer
I purchased this app back when I first got my evo and I am now using it with my ET. It is a very handy app to have.
Love the phone but a few times the launcher has redrawn after exiting an app because of most likely memory issues. Anybody using this option? Assuming over time this would keep more memory free and reduce this issue. Any thoughts?
Sent from my Galaxy Nexus using xda premium
mobilehavoc said:
Love the phone but a few times the launcher has redrawn after exiting an app because of most likely memory issues. Anybody using this option? Assuming over time this would keep more memory free and reduce this issue. Any thoughts?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
This is one of the reasons why I don't like that Google included these developer options pre-installed on this phone. They're developer options for a reason, we can install them if we need to.
This feature is designed so that developers can test their app to be sure that data is properly saved when is no longer in the foreground. For example, if a user receives a phone call or jumps to another app, the app needs to do what is necessary to save it's data. At times, Android can kill a process in the background. If the user plans to go back (perhaps they finished the phone call), they want to see what it is they were working on last. The developer is supposed to handle this case by rebuilding everything as it was before (to provide that seamless experience for the user when switching between apps).
This debug feature helps us test that it works.
For the average user, all you're really more likely to do is slow down your apps. As they will have to rebuild themselves when you resume them, and you may even open yourself to more quirky bugs (for those apps that didn't properly test the above scenario).
So please don't enable it unless you're doing it for development purposes. My 2 cents.
*EDIT* Here's a page from the Android Dev Guide justifying my explanation:
http://developer.android.com/guide/developing/debugging/debugging-devtools.html
Immediately destroy activities
Tells the system to destroy an activity as soon as it is stopped (as if Android had to reclaim memory). This is very useful for testing the onSaveInstanceState(Bundle) / onCreate(android.os.Bundle) code path, which would otherwise be difficult to force. Choosing this option will probably reveal a number of problems in your application due to not saving state. For more information about saving an activity's state, see the Activities document.
Click to expand...
Click to collapse
(and yes, they used to call it "Immediately destroy activities")
Thanks. I turned it off. Did notice some bugs while on. I just wish with 1GB of RAM the launcher wouldnt have to reload. Hopefully things get better. Might just be my apps but it happens quite often when leaving the browser.
Sent from my Galaxy Nexus using xda premium
mobilehavoc said:
Thanks. I turned it off. Did notice some bugs while on. I just wish with 1GB of RAM the launcher wouldnt have to reload. Hopefully things get better. Might just be my apps but it happens quite often when leaving the browser.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
weird.. how many widgets do you have on your launcher? the more widgets you have, the slower the launcher is.
Have you tried another launcher? The stock launcher has never been known for being fast and efficient, although I haven't had any issues with it (whereas I'm a LauncherPro fan on my other devices).
kwazi said:
weird.. how many widgets do you have on your launcher? the more widgets you have, the slower the launcher is.
Have you tried another launcher? The stock launcher has never been known for being fast and efficient, although I haven't had any issues with it (whereas I'm a LauncherPro fan on my other devices).
Click to expand...
Click to collapse
I have quite a few Widgets but nothing too crazy I don't think. I use LauncherPro on my other devices as well but I love this new launcher so I'm going to stick it out. Like I said the most common task that causes the issue is when I'm using the web browser and then come out of it. Otherwise its been stable. I've noticed the same thing with Honeycomb on my Xoom so it might just be one of those things I have to put up with.
Sent from my Galaxy Nexus using xda premium
i'm also noticing some redraw and occasional lag when hitting the home button.
I'm hoping that CM9's custom launcher will have an option to lock it in memory- that may increase the performance by a lot.
also when replacement launchers like go launcher start optimizing more for ICS those might be good options.
Have you tried converting your launcher into a system app? You'll need to use Titanium Backup Pro or something similar to do it for you, or simple copy the APK into your system/app folder... Really sped up my launcher!
shawnshine said:
Have you tried converting your launcher into a system app? You'll need to use Titanium Backup Pro or something similar to do it for you, or simple copy the APK into your system/app folder... Really sped up my launcher!
Click to expand...
Click to collapse
Did you see the date on this thread, almost 8 months old
Sent from my Galaxy Nexus using xda premium
95Z28 said:
Did you see the date on this thread, almost 8 months old
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
... and yet people still continue to discover the thread and benefit from it.
Thanks for clarifying the meaning of "Don't keep activities"
my razr xt910 cannot be counted upon to run smoothly with all the apps simultaneously running and forcing itself to go into reboot. i then fancied an iPhone single styled system (as compared to Android multi-talks) cuz iPhone looks robust and responsive. all the killer that claimed to do the job looked more of a farce and then when i stumbled upon the destroy activity i was like OMG. srsly b4 using it I've only got just inner 100mb of ram, after using it i have a whooping 400mb ram. UI appears faster and all. regarding the relaunching of apps and battery life being used up. i think I'll start to worry about it on a later date. what say any body. ooh yes to add on, even after i deleted 40 apps on my phone it still hanged like fcuked. i guess i can reinstall them back again and not have to worry about it. btw i can't seem to root my xt910 for nuts so i can't custom ROM it along with all other fanciful mods that i hear about what others did to their phones.
Hey
I am an android noob. I am comng over from a bb 9800 torch. So my question is what should i do first with the phone. I am planning on rooting eventually, probably by next week. Are there any must install apps to install first?
A few things i am not a fan of so far are the lock screen and the keyboard.
Thanks everyone for your help.
Look up SwiftKey X or ICS Keyboard on the market. Both are excellent keyboards if you are not feelin' Swype.
I wasn't a Swype person when I first started, but just give it some time! Its worth it
The lock screen you can change by using an app called "widget locker." But if your going to root you should look into flashing a custom ROM, most of then have options to change the lock screen. Much simpler then having to do it through a constantly running app.
Sent from my SGH-T989 using XDA App
The biggest thing I found is that it doesn't support advanced sound profiles out of the box. Also you have to configure notification options from within each app instead of being able to manipulate them all at the same time. If this is at all possible without installing an app then I haven't found it yet. I used to use a 9630 tour. There's a lot more that you'll find different, I'm sure.
Sent from my SGH-T989
mintharis said:
The biggest thing I found is that it doesn't support advanced sound profiles out of the box. Also you have to configure notification options from within each app instead of being able to manipulate them all at the same time. If this is at all possible without installing an app then I haven't found it yet. I used to use a 9630 tour. There's a lot more that you'll find different, I'm sure.
Sent from my SGH-T989
Click to expand...
Click to collapse
but that is easily fixed with 3rd party Sound Ringtones/Alert apps from Market, they are all free
gives you much much better control than stock
I am not really planning on installing a new rom yet, so i am going to have to look for a lockscreen app. I'll give widget locker a try and see how it goes.
A few things that i am noticing is that you cant customize alerts and and ringtones easily or at all. I spent 30 mins tryin to find it but couldnt. I guess i'll have to go 3rd party.
Apparently there is no battery indicator for battery level. I was try to find out how much vharge i have left but couldn't. I am assuming i am going to need a 3rd party app for that as well? Any recommendations?
I have read about juice defender. Is it worth the price for the ultimate edition? Juice defender is the app that automatically toggle my wifi, gps, 4g settings for me right?
And lastly i know people sais you can monitor your data usage but i cant find it on the phone. Some help navigating to it would be helpful.
Thanks to everyone for their opinions. Xda is probably one of the better forums for information and help i have been to.
New_here said:
I am not really planning on installing a new rom yet, so i am going to have to look for a lockscreen app. I'll give widget locker a try and see how it goes.
A few things that i am noticing is that you cant customize alerts and and ringtones easily or at all. I spent 30 mins tryin to find it but couldnt. I guess i'll have to go 3rd party.
Apparently there is no battery indicator for battery level. I was try to find out how much vharge i have left but couldn't. I am assuming i am going to need a 3rd party app for that as well? Any recommendations?
I have read about juice defender. Is it worth the price for the ultimate edition? Juice defender is the app that automatically toggle my wifi, gps, 4g settings for me right?
And lastly i know people sais you can monitor your data usage but i cant find it on the phone. Some help navigating to it would be helpful.
Thanks to everyone for their opinions. Xda is probably one of the better forums for information and help i have been to.
Click to expand...
Click to collapse
You can easily change custom ringtones when you click on each contact name and scroll down to ringtone and select a file.
Definitely get go launcher and go locker. It's the best homescreen and locker app Imo.
To monitor data usage, use an app like Watchdog dats monitor. Your provider should also have the usage on their website...
I bought juice defender ultimate and i dont regret spending a single cent. I want to squeeze as much juice out of my battery as possible. You could probably try out basic and judge it yourself.
Do you just mean battery charge %? Go to settings, about phone, status. Alternatively you can flash a battery mod so that you have the percentage on the battery icon on the status bar.
You will definitely enjoy android. I came froma blackberry too.
Sent from my SGH-T989 using XDA App
Zedge from the market works good for ringtones and such.
I would install go locker and go SMS for a much nicer lock screen and SMS client.
Sent from my SGH-T989D using XDA App
Who uses it?
Sent from my Nexus 4 using xda app-developers app
I use it, in PC & Nexus 4. Any question?
VivaErBetis said:
I use it, in PC & Nexus 4. Any question?
Click to expand...
Click to collapse
I have. Does it slow down the system on n4, and have you notice it affecting battery life?
Sent from my Nexus 4 using Tapatalk 2
I use it on my N4. No noticeable slow down or additional battery drain.
Sent from my Nexus 4
I really don't see the need for a antivirus program. Half the time it doesn't even catch it from reports I've read..and this goes for all the "name brands" programs.
Sent from my Nexus 4 16GB using Tapatalk 2
porkchopbolt said:
I have. Does it slow down the system on n4, and have you notice it affecting battery life?
Click to expand...
Click to collapse
No slowdown at all or battery drain. As far as I know the apps are checked only when you started them, so it may take longer, but I didn't noticed a big change. Internet navigation is fluid too.
The option to perform a periodic system scam is very quick too and works well.
And last but not least, it comes with an optional and very complete anti-thief solution that allows you to control some of the functions of the mobile from another mobile using SMS messages or just from avast web account. I've installed and tested it and is fantastic.
For me It's highly recommendable because nowadays Android is a growing market for malware.
Avg is cool with no battery drain. And yesh works
Sent from my Nexus 4 using xda premium
I don't use anti virus programs... I find it stupid that there are anti viruses on Android. It doesnt get any... I have seen articles saying Android gets them, but I used Android from the release of the Dream/G1 and never have any viruses.
Its on every computer and mobile device I own. GREAT Antivirus.
I use it on my phone as well. I use both Anti-Theft and Anti-Virus feature.
So did anyone ever catch any malware with it? :b
Well, aslng as it won't effect performence / battery drain, why not use it?
It is a layer of protection against 0-day exploits, finds some malware + anti-theft (which is the main rason I think about getting Avast).
I do. Besides, I am definitely a power user and I love every customization / functions / protection on my phone while doing my best to conserve battery and maximize performance.
Avast is currently the best antivirus software on the play store. I dont hear from others, I experience it. I used AVG and then Lookout when I used my LG Optimus One two years ago, and I found them crap. Not for the UI or simply the scanning ability, but the stupid limited functionality they tend to provide in the free version. As someone said above, its just an Android phone, not a big deal, many even thinks that antiviruses are totally not necessary, so why being so serious and offering paid features which is... as well not a big deal?
I don't say that an antivirus is a must, and in regard to the increased security Google offers in their Play Store last year, and even the apk scanning system introduced in android 4.2, the need for an additional antivirus program is nearly unnecessary.
Since the Galaxy Nexus, I said to myself Lookout is real crap I must find a better program then I found Avast, and got amazed. Lookout lags your phone when you install / update an app on the Play Store because the scanning process is bulky. However for Avast, it was totally a breeze.
The open-app scanning is really a top security function, but for the sake of maximizing battery life (reducing any possible additional cpu load), I disabled that. And before Android 4.2 I enabled the install-app scanning function, now it apparently can be disabled
The Web Shield is useful if you use stock browser (if in AOKP) or Chrome, I always enable that.
Privacy Advisor and Firewall are two bonus features which saves my phone space that I don't have to install another two separate apps for them. Network Meter should be designed for post-ICS devices and I have that disabled. SMS and Call filter are totally useful and working, another built-in feature that saves my space.
Last but not least the best free feature it offers is of course Anti-Theft. It does nothing harm to battery and performance and those Norton and Kaspersky make them paid features. Well, they are almost the same which gets triggered by SMSes. Avast offers all functions you can ever imagine in an anti-theft app and it once helped me to locate my phone in my relatives' home Try it and it will never regret.
Also in settings you can disable the ongoing notification if you would like to keep things minimal like me. All in all with the proper settings I can make Avast stay as my antivirus + antitheft when never giving a chance or reason for it to hog my cpu to affect performance / battery as most antivirus apps do, or what most users are concerned about it. I recommend to every of my friends, I hope you will like and enjoy using it too :laugh:
weeo said:
I don't use anti virus programs... I find it stupid that there are anti viruses on Android. It doesnt get any... I have seen articles saying Android gets them, but I used Android from the release of the Dream/G1 and never have any viruses.
Click to expand...
Click to collapse
It IS possible to get a virus on Android, but generally not if you only download apps, etc. from the Play store. I know of a friend who sideloaded a bad apk...
From what I've gathered, having an antivirus on android is pretty useless, unless sideloading downloaded apk's from what could be shady websites. Even then, android itself has a built in 'malware scanner' that checks for this stuff when you try to install a downloaded apk.
To be honest, I've never ever seen anyone report they've seen an antivirus on android catch anything. Nor have I seen it on my own devices either.
None the less, I guess it couldn't hurt having an extra layer of protection.
I do...
I use it on my laptop and reviewed it recently on my N4 for AndroidTapp. Good product and easy to use. It's very much a all-in-one solution which is good if you want something easy and effective but not-so-good if you're a bit paranoid about malware as you're putting all your eggs in one basket so-to-speak.
Malware on Android is massively over-rated and finding a virus on Google Play is very unlikely. I download all manner of apps and games for review on a daily basis- and have been doing so since 2009- and I've yet to find one solitary app that had something bad in it,
Unfortunately, the security of Android must really grate security companies so they put out fear-mongering stories about how insecure the platform is. They refer to 'research' but if they're doing the research themselves it's hardly objective, of course they are going to find threats! In truth it's pretty much all bullsh*t.
As has already been mentioned, the only chance you might find a virus really is if something is sideloaded to your device.
Do you realise that chances of getting a virus on android are lower than winning a lottery jackpot ?
Sent from my Nexus 4 using xda premium
I guess I will disable open-app scanning.
Leaves me with:
Scan on Install
Anti-Theft
Call/MSG Filter
rest disabled.
BTW, there is an online Android malware scan here, for the records:
http://anubis.iseclab.org/
I have seen a couple root apps posted that are good to have, I have a few apps that I have installed on every phone that make life a whole lot easier for root functions. I have no ties to any of these developers, and I have not created any of these apps. I just want to share some apps that I find are useful.
SD Maid, by Darken: https://play.google.com/store/apps/details?id=eu.thedarken.sdm
This app is great, This is my favorite root app. The feature list is jam packed with things it can do to help you change your Rom to better suite what you want. It makes clearing out corpses of removed apps (system or not) clearing your cache, and it even allowes you to uninstall or freeze system apps, you can even delete an app but leave its data in case you want to reinstall it later without having to reset up everything. You can toggle auto starts, look for duplicate files, and check your system info. it is a free app, with a paid unlocker for the pro features, and it is totally worth it to unlock the pro features.
CSC Feature Expert for Samsung, by Wanam: https://play.google.com/store/apps/details?id=ma.wanam.cscexpert
This app is great for modifying hidden features that carries change within the stock Sammy rom such as removing that annoying wifi notification in the drop down menu (see http://forum.xda-developers.com/galaxy-s6-edge/general/quick-guide-enabling-hidden-features-t3087506 for some great ideas)
SQLite Editor, by speed software: https://play.google.com/store/apps/details?id=com.speedsoftware.sqleditor
This app allows you to edit the SQL for some great mods and tweaks like removing the brightness slider bar in the drop down menu (http://forum.xda-developers.com/tmobile-galaxy-s6/general/tweak-remove-brightness-slider-t3088329)
GSam Battery Monitor, by Gsam Labs: https://play.google.com/store/apps/details?id=com.gsamlabs.bbm
This app has a companion app for root users that makes it a system app with all the permissions needed to keep a close eye on battery usage. Tells you how long your average usage is for each app and the longer you have it installed the better it gets at telling you what is going on.
ROM Toolbox, by JRummy:https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolbox
This app is a combination of like 8 apps that JRummy has created rolled into one easy to use package, for about 80% less than buying them separately. Most of the features of this app are not very useful for our phones, I think it is more leaning towards CM based ROMS but it still has a few features that we can use like a great file explorer, a easy to use app manager, a build.prop editor, task manager, Terminal emulator, and a DNS shanger.
Thats my list of must have root apps, what are some root apps you guys are using? I am sure there is an app out there I have not seen that would end up on my list, so reply with your favorite apps for root! :highfive:
greenify
titanium backup
flashfire
better battery stats
adaway
just to name a few...
Sent from my SM-G925V using XDA Free mobile app
elliwigy said:
Elliwigy
Click to expand...
Click to collapse
greenify, by Oasis Feng:https://play.google.com/store/apps/details?id=com.oasisfeng.greenify
Great for shutting down apps that like to run in the background. Great thing for the S6 is you can set the home button to greenify and lock the screen by holding the home button for 2 seconds.
titanium backup, by Titanium Track:https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup
I personally dont like titanium back up. and SD Maid does everything Titanium back up does and more all in one app for less money.
flashfire, by Chainfire: https://play.google.com/store/apps/details?id=eu.chainfire.flash
This is a new app for me, I have started using it for flashing on my S6 Edge, but never used it before that. It is a great app, and a necessity for us s6 users with locked bootloaders.
better battery stats, by Sven Knipsel: https://play.google.com/store/apps/details?id=com.asksven.betterbatterystats
No free or trial version so I have never tried the app. It looks like a useful app, but no better than the Gsam, and gsam is free.
adaway, by sufficientlysecure: https://www.androidfilehost.com/?fid=95916177934553157
Adaway is a necessity for all root users! it does what it says and makes the ads go away. I didnt include it in my origional post because I was going to stick with Play store apps but it is more than worth of the list.
To add another useful app, is another app store, fdroid. https://f-droid.org/
Fdroid offers some apps that the play store wont allow such as adawy. I have never had or heard of any malware issues using Fdroid, but I dont see alot of people talking about it around here.
justda said:
greenify, by Oasis Feng:https://play.google.com/store/apps/details?id=com.oasisfeng.greenify
Great for shutting down apps that like to run in the background. Great thing for the S6 is you can set the home button to greenify and lock the screen by holding the home button for 2 seconds.
titanium backup, by Titanium Track:https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup
I personally dont like titanium back up. and SD Maid does everything Titanium back up does and more all in one app for less money.
flashfire, by Chainfire: https://play.google.com/store/apps/details?id=eu.chainfire.flash
This is a new app for me, I have started using it for flashing on my S6 Edge, but never used it before that. It is a great app, and a necessity for us s6 users with locked bootloaders.
better battery stats, by Sven Knipsel: https://play.google.com/store/apps/details?id=com.asksven.betterbatterystats
No free or trial version so I have never tried the app. It looks like a useful app, but no better than the Gsam, and gsam is free.
adaway, by sufficientlysecure: https://www.androidfilehost.com/?fid=95916177934553157
Adaway is a necessity for all root users! it does what it says and makes the ads go away. I didnt include it in my origional post because I was going to stick with Play store apps but it is more than worth of the list.
To add another useful app, is another app store, fdroid. https://f-droid.org/
Fdroid offers some apps that the play store wont allow such as adawy. I have never had or heard of any malware issues using Fdroid, but I dont see alot of people talking about it around here.
Click to expand...
Click to collapse
better batt stats has a free xda version
Sent from my SM-G925V using XDA Free mobile app