Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebradevs/emdk-batteryintent-demo
Demo app showing the battery extras available on Zebra devices
https://github.com/zebradevs/emdk-batteryintent-demo
battery community demo emdk
Last synced: 2 days ago
JSON representation
Demo app showing the battery extras available on Zebra devices
- Host: GitHub
- URL: https://github.com/zebradevs/emdk-batteryintent-demo
- Owner: ZebraDevs
- License: mit
- Created: 2019-12-02T17:05:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T07:19:41.000Z (about 4 years ago)
- Last Synced: 2024-12-18T05:21:10.879Z (about 2 months ago)
- Topics: battery, community, demo, emdk
- Language: Java
- Size: 292 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Please be aware that this application / sample is provided as-is for demonstration purposes without any guarantee of support*
=========================================================# EMDK BatteryIntent Demo (formally ZebraBatteryExtras)
This application demonstrates the extra battery information which can be obtained on Zebra Android Mobile Devices
The standard Android battery Intent is [Intent.ACTION_BATTERY_CHANGED](https://developer.android.com/reference/android/content/Intent.html#ACTION_BATTERY_CHANGED) and on all Android devices this Intent will contain the following information:
- Whether the battery is present
- Current battery level
- Whether or not the battery is plugged in or charging and if so, how is it receiving charge.
- A general description of the health of the battery
- The temperature and voltage of the batteryZebra mobile devices append additional battery information to this Intent as described in the [reference guide on techdocs](https://techdocs.zebra.com/emdk-for-android/latest/guide/reference/refbatteryintent/)
For example, the following additional information is available:
- Manufacture date
- Part number
- Serial number
- Backup battery voltage
- Battery capacity
- Decommission status
- Cumulative charge
- Number of charge cycles
- Present capacity
- Health expressed as a percentage
- Time until empty
- Time until full
- Amount of usable charge remaining in the batteryThe following screenshots show the application running on a Zebra Mobile device:
![TC57 001](https://raw.githubusercontent.com/darryncampbell/Zebra_Battery_Extras/master/screenshots/tc57_001.jpg)
![TC57 002](https://raw.githubusercontent.com/darryncampbell/Zebra_Battery_Extras/master/screenshots/tc57_002.jpg)
![TC57 003](https://raw.githubusercontent.com/darryncampbell/Zebra_Battery_Extras/master/screenshots/tc57_003.jpg)
The following screenshots show the application running on a consumer device (Google Pixel 2):
![Pixel 2 XL 001](https://raw.githubusercontent.com/darryncampbell/Zebra_Battery_Extras/master/screenshots/pixel2xl_001.jpg)
## License
MIT.