[SHR] Usage improvements - power

Jakob jackramone at googlemail.com
Sun Mar 15 20:56:51 CET 2009


On Sun, Mar 15, 2009 at 5:53 PM, Neo Rart <neo.rart at gmail.com> wrote:
> Hi,
>
> I use SHR since January and it feels quite stable and fast.
> The only things I miss from Om2008.x is brightness setting
> and forcing higher charging current.
>
> I know brightness control is planned in SHR-settings but what to
> do in the mean time?
>
> I need also aplication similar to Battery.py available for Om2008.x.
> How can I manage charging in SHR?
>
> Regards,
>
> NR

i just have a little shell script which uses mdbus and sets a default
bightness of 40 when no value is givn.

if [ -z "$1" ]; then
        brigt=40
else
        brigt="$1"
fi

mdbus -s org.freesmartphone.odeviced /org/freesmartphone/Device/Display/gta02_bl




More information about the community mailing list