You can read your SCiO device battery status using the following SCiO Device API:

scioDevice.readBattery(new ScioDeviceBatteryHandler() {
  @Override
  public void onSuccess(final ScioBattery battery) {
  }


  @Override
  public void onError() {
  }


  @Override
  public void onTimeout() {
  }
});