Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions