On Sun, Mar 15, 2009 at 5:53 PM, Neo Rart <neo.r...@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

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to