The great battery impression thread

Search This thread

Rohit02

Senior Member
Sep 17, 2012
4,090
3,799
Pune
Aftee long time...
 

Attachments

  • Screenshot_2014-04-12-22-28-01.png
    Screenshot_2014-04-12-22-28-01.png
    86.6 KB · Views: 370
  • Screenshot_2014-04-12-22-28-08.png
    Screenshot_2014-04-12-22-28-08.png
    140.2 KB · Views: 332

13~BigBear~13

Senior Member
Mar 9, 2013
311
43
Victorville

alvaren

Member
Apr 28, 2013
9
2
Stock + matr1x 13.5. WiFi and 3G always ON.
 

Attachments

  • Screenshot_2014-04-14-00-04-59.jpg
    Screenshot_2014-04-14-00-04-59.jpg
    72.6 KB · Views: 510
  • Screenshot_2014-04-14-00-05-13.png
    Screenshot_2014-04-14-00-05-13.png
    254.9 KB · Views: 535
  • Screenshot_2014-04-14-00-05-29.png
    Screenshot_2014-04-14-00-05-29.png
    228.4 KB · Views: 433

nexuspur

Senior Member
Nov 14, 2013
822
318
Isn't this nice? Time for 2a charger now.
he2ezupu.jpg
a8e5yte4.jpg


Gesendet von meinem Nexus 4 mit Tapatalk

---------- Post added at 09:03 PM ---------- Previous post was at 09:02 PM ----------

Isn't this nice? Time for 2a charger now.
he2ezupu.jpg
a8e5yte4.jpg


Gesendet von meinem Nexus 4 mit Tapatalk

Matrix 13.5 GPU oc + lichti build of rastakat+ nearly always wifi

Gesendet von meinem Nexus 4 mit Tapatalk
 

vavill

Member
Nov 28, 2012
36
45
Hello, can someone tell me where I can download latest Volecity? I cant find the thread, thanks.

来自我的 Nexus 4 上的 Tapatalk
 

Tooleap

Senior Member
Apr 16, 2014
81
94
www.tooleap.com
Iv'e been using a nexus 4 for over a year now, and It feels like the battery is getting weaker over time.
Previously, the battery held on for a day over intensive use. Now I need to charge after only half a day.

Btw, I use an app called PowerTutor to check the battery consumption by different apps. Very useful, and much more detailed than the standard Android battery screen.
 

TheNerd:]

Senior Member
Feb 23, 2013
1,213
843
Dallas
Iv'e been using a nexus 4 for over a year now, and It feels like the battery is getting weaker over time.
Previously, the battery held on for a day over intensive use. Now I need to charge after only half a day.

Btw, I use an app called PowerTutor to check the battery consumption by different apps. Very useful, and much more detailed than the standard Android battery screen.

The battery is getting weaker; I have noticed it too, but no biggie I'll buy a new one and beside the devs here are amazing uploadfromtaptalk1397670113926.jpg

Sent from my Nexus 4 using Tapatalk
 

Snyper0012

Senior Member
Sep 25, 2011
134
29
Velocity kernel and rom - 100 uv, which by the way I think you're already running (if my memory serves me right). If not it's found on purespeedx.net . That sot by the way was achieved with VERY heavy usage ie streaming video online.

Sent from my Nexus 4 using Tapatalk

How come when i try to install velocity it gives me an error message? Do i have to be signed as a beta tester or something?

Sent from my Nexus 4 using Tapatalk
 

dantezinn

Senior Member
Jul 13, 2013
371
136
35
NIterói, Rio de Janeiro
I'm currenty on HellsCore kernel + stock rooted and i'm getting 4hrs SOT, but i do want 5, 6+
... This quenstion is for anyone who uses HellsCore:

What's the best ROM for HELLs?


-I saw some nice results from Purity and SlimKat, but i saw a lot of problems comming from their original thread.
My mind is open for suggestions!
 

xenyz

Senior Member
Oct 30, 2010
1,368
1,446
I'd suggest MiRaGe over Hellscore, personally I have surprisingly good results with latest MiRaGe (actually modded MiRaGe, naruKa, but either or) and stock ROM / Gravity Box.

Hells core is good, it just doesn't have the latest CPU and GPU governors like MiRaGe.

Sent from my Nexus 4 using Tapatalk
 

Top Liked Posts

  • There are no posts matching your filters.
  • 29
    Bzzztm, bzzztm fizzzle.

    Do I sound like a battery? Its the best impression I got for one.
    14
    Hi there!:) I thought we needed one of these threads to get a clear image of how the phone performs IRL.
    We'll all heard rather varying reports from the reviews, some good other disastrous...:eek:

    1. Please post your impressions of the battery here.
    2. Please be specific about how you've used it during the day.
    3. Screenshots of the battery settings are most welcome.
    4. Show image of screen-on time as well as the list of apps (thanks to Shadehh)
    5. Brightness, is it auto? custom? If custom, %? (thanks to Shadehh)
    5. 3g / WiFi on? If yes for how long? (thanks to Shadehh)
    7. Haptic feedback? (thanks to Shadehh)

    .... whatever else comes to mind.

    TIP: best would be to simply download 'GSAM Battery Monitor' from the app store and make a screenshot and post the results (it's the most simple and fastest way ) - Shadehh

    Thank you!
    Swan dive!
    12
    Hi

    Push notification *is* constant connection. The other possibility is polling in intervals.

    Push notifications isn't the same as a constant connection and is often very power efficient, certainly when using Google Cloud Messaging which is on by default in Android phones.

    In order to have push notifications the phone creates an open TCP connection to the server, then the phone deep sleeps normally. The Wi-Fi or Cell modem is responsible for holding the TCP connection open and raising an interrupt to wake the phone if the connection receives any packets. So during this wait, the phone is using no extra power and is in deep sleep. An open TCP connection usually times out after 10 to 15 minutes when it is no longer valid and can't be sent any data so the phone will wake, establish a fresh TCP connection then sleep again.

    To send us an email, the open TCP connection is sent a few packets of data, this raises an interrupt, the phone is woken, checks the data it was sent which in this case says "New email arrived" then the phone does a normal PULL of email from the server. After the email is received a new TCP connection is left open and the phone sleeps again.

    The issue with this kind of push notification is the TCP time-out value, which is network specific. It takes resources for a network to keep track of these long open connections so some networks will have a lower time-out value, which might be as little as 30 seconds or a minute so your phone is constantly chattering to the network in order to keep an open TCP connection, this will hit battery power compared to polling with a reasonable time delay. Typically mobile phone networks have lower time-outs by default as they typically see more dead connections and need to release resources used holding on to them.

    However with an Android phone and any data connection, it always has a push notification connection set up with Google servers, which is why if logged in to our Google account on the phone we can visit the play store on a computer and remotely install applications. This same push messaging service is used for all Google applications including Gmail and so is using no extra battery if we choose to use it. This messaging service can be used by third parties as well, giving us push on other applications also with no extra battery hit.

    The best thing if we want push but without any extra battery drain is use Gmail (which is why there is no polling option with the default Gmail application). Also most/all mobile networks will configure their networks with the maximum keep live time for open TCP connections to the Google messaging service as they know these connections will not be dead connections but in use for push and it saves unnecessary chatter on their networks.

    Corporate or other Exchange accounts use the same TCP open connection mechanism for push notifications but will be setting up an extra open connection back to which ever server is hosting the service, but of course these will not be known to the mobile phone company and time-outs will not be optimised, in addition corporate firewalls and routers often are not optimised for these open TCP connections either. This means we can see a considerable hit in battery power when using Exchange accounts for push as the phone is waking every minute or so to maintain an open TCP connection which is being closed on a very quick time-out, in which case switching to polling would be better. It has been this issue with poorly configured networks within some companies giving push a bad name in the battery department.

    Note that polling uses more power than renewing the open connection on a time for time basis. So polling every 15 minutes will use a lot more power than renewing the TCP connection every 15 minutes. This is because polling requires the phone to exchange more data as it has to log into the remote service using our credentials and do a pull to see if new data or not.

    So in summary, using Google Gmail or other Google services with push uses no extra battery in Android phones. Using other third party services with push notifications (if they don't use Google Cloud Messaging) can be very variable in battery usage.

    Regards

    Phil
    8
    Sent from my Nexus 4 using xda app-developers app
    7
    You spent almost 5 days without touching the phone? I can't even stand one hour without picking this thing up :D

    Sent from my Nexus 4 using Tapatalk 2