The Offtopic Thread

  • Thread starter Thread starter Sushubh
  • Start date Start date
  • Replies Replies 2,226
  • Views Views 24,820
Another factor was it was on slow line(seems to me). Had it been on a fast line, he would be dead.
 
So, I came across this beautiful website and I really liked the font.

Could anyone tell me the site is displaying which font to me? Out of these:

Code:
Apercu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;

OII9wDv.png
 
Automatic transmission. Impressive. Though I don't see anything resembling a transmission/gear from the inside photo in the article.
 
Does anyone know any good app to see what is eating battery on an android phone? I slept with 34% battery and it was dead when I woke up.
 
Does anyone know any good app to see what is eating battery on an android phone? I slept with 34% battery and it was dead when I woke up.

Try Better Battery Stats.


It does need some commands to be executed via ADB to work.

Unrooted devices
BetterBatteryStats supports unrooted devices but there are a few manual steps for you to complete (on rooted devices there steps will be completed by the app).
Please run following commands from your computer where ADB was installed:

adb -d shell pm grant com.asksven.betterbatterystats android.permission.BATTERY_STATS
adb -d shell pm grant com.asksven.betterbatterystats android.permission.DUMP

On Lolipop and forward additionally run:
adb -d shell pm grant com.asksven.betterbatterystats android.permission.PACKAGE_USAGE_STATS
 
Back