codeskyblue / codeskyblue/currentwidget

Support for Cynus T1 (and maby other MTK based Phones?)

Open
#46 2 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
as I cant compile the Source because of Problems with the ambilwarna
please add:

// Cynus T1
if (Build.MODEL.equalsIgnoreCase("Cynus")) {
f = new
File("/sys/devices/platform/mt6329-battery/FG_Battery_CurrentConsumption");
if (f.exists())
return OneLineReader.getValue(f, false);
}

the File contains the current as a 4digit Integer.

Thank You
JJ
```

Original issue reported on code.google.com by `j.jacobs...@gmail.com` on 30 Mar 2013 at 2:47

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.