maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Annouce] HealthCheck - Hardware/System checker for the N900 (https://talk.maemo.org/showthread.php?t=45453)

noobmonkey 2010-04-11 21:17

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by sorodoros (Post 605979)
Shouldn't the LED test check all colors?

hmmmm well, kinda.......

I started doing that but i couldnt figure out how to call the lights myself without changing petterns in the mce file.

I think i have since learnt how to do it via hal/dbus, so i should be able to change a new version to test it :D.


Also something cool i have learnt ;)
(The below script lights each of the 6 keyboard back lights up one at a time ;) ) - will add this as a test soon :D
Code:

    #! /bin/sh


    for i in 1 2 3 4 5 6 ; do
    echo 255 > /sys/class/leds/lp5523:kb${i}/brightness ;
    sleep 1 ;
    echo  0 > /sys/class/leds/lp5523:kb${i}/brightness ;
done


noobmonkey 2010-04-11 21:22

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
oh forgot to add the script for the normal led's above! (not keyboard ones)
Code:

#! /bin/bash

RED=/sys/class/leds/lp5523:r/brightness
GREEN=/sys/class/leds/lp5523:g/brightness
BLUE=/sys/class/leds/lp5523:b/brightness

while true; do
    for led in $RED $GREEN $BLUE; do
        echo 255 > $led ; sleep 1 ; echo 0 > $led
    done
done


noobmonkey 2010-04-12 08:42

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Just another quick update and request for you lovely testers :)

The next version will allow updatable/refreshable fields by clicking on each one.
I'm also going to try and put in the different levels of GPS updates (some more accurate then others, some drain more battery or take longer to get a fix etc...) -> this will probably be done via the right click/hold down/context menu.

There will hopefully also be a Keyboard light checker and a more advanced LED tester.

Are there any other requests for the next version? :D
P.s. - spelling/grammer mistakes have been noted and are fixed in the next version.

ceevee 2010-04-12 18:57

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Im missing the icon after the latest update (1.1.0-0). I tried rebooting too.

Is anyone else experiencing this?

noobmonkey 2010-04-12 19:02

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
hehehe just uploaded V1.1.0-1 - as 0 had an issue ;)

Either autobuilder or i am having an issue ;)
working on it as i type though :)

Was just popping in to say there are now three versions!!

Extras - 0.6.0-5
Testing - 1.0.0-0
Devel - 1.1.0-1 :D :D

Devel has got some sexy new touch to refresh in the system tab (Not replicated in comms yet)

noobmonkey 2010-04-12 19:10

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
1.1.0-2 - just uploaded to devel - should be available in 5 minutes and should have it's icons back......

can't explain this one though!

noobmonkey 2010-04-12 19:21

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
ok, confirmed, latest version + reboot fixed it for me :D = I apologize for the issues peeps.

ceevee 2010-04-12 22:20

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
1.1.0-2 has its icons back after reboot. Nice work!

noobmonkey 2010-04-13 06:34

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
wohooo!
That one was really really odd....... they had literally just vanished! Good to hear they are back :D
Right off to work.... probably no more healthcheck until tomorrow :(

noobmonkey 2010-04-13 09:38

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Thinking more about stress testing the device....
I'm not so sure about just opening every app available and watching thins burn...

What i think i'd like to do is get some measured tests.....
(Ie know what processes are running, and judge it on that) - do some tests and score them....

Anyone got any suggestions as to what tests, how to score etc? :D


All times are GMT. The time now is 03:55.

vBulletin® Version 3.8.8