HSTS is HTTP Strict Transport Security: a way for sites to elect to always use HTTPS.

HTTP Strict Transport Security – The Chromium Projects

chrome://net-internals/#hsts

Better Battery Stats (NO ROOT)


Unlock Pro-Level Battery Insights Without Root Access! Learn How to Harness Detailed Battery Stats on Your Android Device ?

ha! no root? no problem!

- XDA
adb -d shell pm grant com.asksven.betterbatterystats_xdaedition android.permission.BATTERY_STATS
- Google Play
adb -d shell pm grant com.asksven.betterbatterystats android.permission.BATTERY_STATS
adb -d shell pm grant com.asksven.betterbatterystats android.permission.DUMP
adb -d shell pm grant com.asksven.betterbatterystats android.permission.PACKAGE_USAGE_STATS

google/battery-historian: Battery Historian is a tool to analyze battery consumers using Android “bugreport” files.

My Life With Chromebook

  • Chromebook Developer Mode
    • esc + refresh + power
    • ctrl + d

crosh> shell
chronos@localhost / $ sudo sh ~/Downloads/crouton -t audio,cli-extra,extension,touch,xfce,xfce-desktop -r trusty
...
chronos@localhost / $

World Wide Web Browser(s)


Verizon Wireless Unlimited Data Plan GrandFathered

Important message regarding your bill.

Starting on November 15, 2015, we are increasing the price of each unlimited data feature by $20/mo. If any of your lines with an unlimited data feature are currently on a two-year contract, the increase will not begin until you complete your contract term or enter into a new one.

To learn more about your current usage and plan options, please call us at (800) 890-0084 or manage your plan and data usage anytime at vzw.com/myplan.

$ adb pull /system/build.prop
66 KB/s (4618 bytes in 0.068s)
$ grep ‘net.tethering.noprovisioning=true’ build.prop
$ echo ‘net.tethering.noprovisioning=true’ >> build.prop
$ tail -1 build.prop
net.tethering.noprovisioning=true
$ adb push build.prop /system
507 KB/s (4652 bytes in 0.008s)
$ adb reboot
$