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
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.
- The Google engineer who reviews the USB A to USB C cables made a G+ post with more details. Comments have even more info : Nexus6P
- My team at Google has been very big proponents and innovators of USB Type-C.
- [GUIDE] Unlock/Root/Flash for Nexus 5X | LG Nexus 5X
- [GUIDE] Unlock/Root/Flash for Nexus 6P | Huawei Nexus 6P
- TWRP for LG Nexus 5X & Huawei Nexus 6P
- [GUIDE] Modify your System partition WITHOUT… | Huawei Nexus 6P
- [BETA][2015.10.10] SuperSU v2.52
- [APP][MOD][Root]Hotspot Entitlement Bypass v… | Moto X
- WugFresh
$ 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
$