【问题标题】:How to save the Battery life in Android Phone?如何节省 Android 手机的电池寿命?
【发布时间】:2011-02-08 12:44:16
【问题描述】:

我想了解每个应用程序的电池使用百分比以及 android 中的可用电池电量。

【问题讨论】:

  • 进入设置->关于手机->电池->电池使用。有应用程序可以为您提供更多详细信息。不过我不认为这是一个编程问题?
  • Here你可以找到关于该主题的非常好的答案!
  • 你想要这个代码吗?
  • @creative MITian: 是的,我想编码
  • 你可以参考CommonsWare的 (Mr. Mark Murphy)的回答。

标签: android power-management


【解决方案1】:

设置 » 关于手机 » 电池使用

以下方法用于在 Android 中节省电池寿命:

 •Disable 3G connectivity and tell the device to only use 2G networks.
 •Put your phone on standby mode when you are not using it.
 •Set your screen timeout to the shortest length possible.
 •Use the Power Control widget.
 •Reduce the brightness of your display.
 •Put the device in “Airplane Mode” while on an airline flight.
 •When traveling, take your charger as well as a USB cable with you and get a car charger.
 •Set a reasonable update frequency for apps.
 •Turn off the phone vibration function.
 •Turn off the GPS.
 •Turn off the Bluetooth feature when not needed.
 •Turn off the wireless feature when not needed or set a Wi-Fi timeout.
 •Switch off auto-sync.
 •Do not leave applications running when you don’t need them.
 •Turn off “Background data” usage.
 •Don’t drain the battery.

【讨论】:

    【解决方案2】:

    除了通过BatteryManager 的总电池电量和粘性广播之外,没有任何 API 可用于获取您所寻找的信息。

    【讨论】:

      【解决方案3】:

      为了获得最优化的使用和备用电池,请执行以下操作:-

      • 最低亮度,不要使用自动亮度。
      • 不打开WIFI、蓝牙、数据包、GPS和自动旋转 需要。
      • 将壁纸设置为深色(全黑色壁纸最好)
      • 在设置->开发者选项->关闭Window动画比例、Transition动画比例和Animator时长比例。
      • 关闭振动器模式
      • 此外,当电池电量不足时,改为改为静音模式 振动模式。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-09-27
        • 1970-01-01
        相关资源
        最近更新 更多