Changes between Version 45 and Version 46 of Debian gen8

Show
Ignore:
Timestamp:
05/13/12 16:29:09 (12 months ago)
Author:
divx118
Comment:

added batteryd commandline options.

Legend:

Unmodified
Added
Removed
Modified
  • Debian gen8

    v45 v46  
    376376}}} 
    377377We have one problem with this, because capacity values aren't updated in /sys/class/power_supply/battery/capacity on debian. We need to run the batteryd from archos android to do that, more on this when we get to the startup script. 
     378 
     379Some more commandline options for batteryd thanks to alex@debi 
     380 
     381 
     382{{{ 
     383alex@archos:~$ /system/bin/batteryd -h 
     384usage: batteryd [-dn] [-i interval] [-f file] [-v voltage] 
     385        -d increase debug level, 
     386        -i specify a mesurement interval (in seconds), 
     387        -f output file for debug messages, 
     388        -n dry run mode, 
     389        -s no shutdown mode, 
     390        -v get the battery level for the specified idle voltage. 
     391}}} 
     392 
    378393 
    379394== 11) Enable autologin ==