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)

assetburned 2010-04-06 01:02

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
hmm just an idea... but i guess it would be a little security risk if all users would be allowed to use apt-get... so that should be only done in a veeeeery limited time window.

legendsohai 2010-04-06 01:39

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
hi all, this is what i got in terminal running.

Code:

Nokia-N900-02-8:/home/opt/healthcheck# python healthcheck.py
** Start Imports **
** Importing qtcore & gui **
** Importing ui.touchstub - accuracy tool **
** Importing sys **
** Importing os **
** Importing subprocess **
** Importing dbus.glib **
** Importing Start location**
** Importing Cellinfo **
** Importing Hildon **
** Importing Threading **
** Importing Time **
** Importing GTK **
** Initialize Threads **
** Importing Gobject **
** Finish Imports **
** Seting global variables **
 ** Starting Main **
 ** app = QtGui App** - Running app = QtGui.QApplication(sys.argv) **
healthcheck.py:1276: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
  app = QtGui.QApplication(sys.argv)
Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
GTK Panel of SCIM 1.4.7

healthcheck.py:1276: GtkWarning: Can't set a parent on a toplevel widget

  app = QtGui.QApplication(sys.argv)
 ** Setting Main Window**
** Setting tool window #1**
** Starting Hellowindow Class **
** Set basic color on rectangle **
** Setting window details and loading form**
** Completed Hellowindow Class load **
** Setting tool window #2**
** Setting Video window**
** Starting Hellowindow Class **
** Set basic color on rectangle **
** Setting window details and loading form**
 ** Declare the UI**
 ** Draw everything and start the main function**
** start SetupUi**
** Run retranslateUi **
 ** Running Update ALL**
 ** Running tab1 update**
 ** Getting rootfs space commands**
 ** Getting rootfs % used **
 ** Getting rootfs free MB **
 ** Getting myDocs % Used **
 ** Getting myDocs MB Free **
 ** Getting App Space **
 ** Getting App MB Free **
 ** Getting MMC Space **
 ** Getting MMC MB Free **
 ** Getting CPU Frequency **
 ** Getting CPU Temperature **
 ** Getting Backlight Info **
 ** Getting Backlight Info MAX **
 ** Getting Kernel Info **
 ** Getting accel co-ords**
 ** Getting orientation**
 ** Getting CPU Info **
 ** Getting board info**
 ** Getting board info revision **
 ** Getting system locale**
 ** Getting boot count**
 ** Getting FM Transmitter power level **
 ** Getting Boot Reason**
 ** Getting Cam Shutter State**
 ** Getting Keyboard Slider State**
 ** Getting proximity sensor state**
 ** Getting headphone state**
 ** Getting battery mAh info**
 ** Getting battery mAh info2**
 ** Getting firmware version **
 ** Finished Maemo Version**
 ** Getting system uptime**
 ** Getting battery charge**
 ** Finished tab 1 update**
 ** Starting tab 2 update**
** Updating GPS Info**
 ** Starting data fix**
 ** GPS On Changed function
 ** GPS Fix **
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Quitting data fix **
 ** Stopped GPS Fix **
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Stopped GPS Fix **
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Stopped GPS Fix **
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Stopped GPS Fix **
 ** Starting Cellular*
ERROR:dbus.proxies:Introspect error on :1.16:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
ERROR:dbus.proxies:Introspect error on :1.16:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
 ** Finishing Cellular **
 ** Getting host name**
356938030830302*
 ** Getting IP INFO*
 ** Getting Wireless Info*
 ** Getting Wireless Info RSSI*
 ** Getting Wireless Info Noise*
 ** Getting MAC Address **
 ** Finished Tab 2 update **
 ** Getting applications list **
 ** Adding applications to listbox **
** Show tab1 (0) **
 ** Show everything**
 ** Waiting for quit signal - healthcheck loaded **
Segmentation fault

as you can see, it crashed in the end.

noobmonkey 2010-04-06 07:23

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

Originally Posted by legendsohai (Post 597156)
hi all, this is what i got in terminal running.

Code:

Nokia-N900-02-8:/home/opt/healthcheck# python healthcheck.py
** Start Imports **
** Importing qtcore & gui **
** Importing ui.touchstub - accuracy tool **
** Importing sys **
** Importing os **
** Importing subprocess **
** Importing dbus.glib **
** Importing Start location**
** Importing Cellinfo **
** Importing Hildon **
** Importing Threading **
** Importing Time **
** Importing GTK **
** Initialize Threads **
** Importing Gobject **
** Finish Imports **
** Seting global variables **
 ** Starting Main **
 ** app = QtGui App** - Running app = QtGui.QApplication(sys.argv) **
healthcheck.py:1276: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
  app = QtGui.QApplication(sys.argv)
Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
GTK Panel of SCIM 1.4.7

healthcheck.py:1276: GtkWarning: Can't set a parent on a toplevel widget

  app = QtGui.QApplication(sys.argv)
 ** Setting Main Window**
** Setting tool window #1**
** Starting Hellowindow Class **
** Set basic color on rectangle **
** Setting window details and loading form**
** Completed Hellowindow Class load **
** Setting tool window #2**
** Setting Video window**
** Starting Hellowindow Class **
** Set basic color on rectangle **
** Setting window details and loading form**
 ** Declare the UI**
 ** Draw everything and start the main function**
** start SetupUi**
** Run retranslateUi **
 ** Running Update ALL**
 ** Running tab1 update**
 ** Getting rootfs space commands**
 ** Getting rootfs % used **
 ** Getting rootfs free MB **
 ** Getting myDocs % Used **
 ** Getting myDocs MB Free **
 ** Getting App Space **
 ** Getting App MB Free **
 ** Getting MMC Space **
 ** Getting MMC MB Free **
 ** Getting CPU Frequency **
 ** Getting CPU Temperature **
 ** Getting Backlight Info **
 ** Getting Backlight Info MAX **
 ** Getting Kernel Info **
 ** Getting accel co-ords**
 ** Getting orientation**
 ** Getting CPU Info **
 ** Getting board info**
 ** Getting board info revision **
 ** Getting system locale**
 ** Getting boot count**
 ** Getting FM Transmitter power level **
 ** Getting Boot Reason**
 ** Getting Cam Shutter State**
 ** Getting Keyboard Slider State**
 ** Getting proximity sensor state**
 ** Getting headphone state**
 ** Getting battery mAh info**
 ** Getting battery mAh info2**
 ** Getting firmware version **
 ** Finished Maemo Version**
 ** Getting system uptime**
 ** Getting battery charge**
 ** Finished tab 1 update**
 ** Starting tab 2 update**
** Updating GPS Info**
 ** Starting data fix**
 ** GPS On Changed function
 ** GPS Fix **
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Quitting data fix **
 ** Stopped GPS Fix **
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Stopped GPS Fix **
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Stopped GPS Fix **
 ** Looping GPS Fix **
lat = 3.035607, long = 101.698147
(1, 63, 1270171480.0, nan, 3.0356069840490818, 101.69814733788371, nan, 71.0, nan, 171.18000000000001, nan, 0.46800000000000003, nan, 0.0, nan)
 ** Stopped GPS Fix **
 ** Starting Cellular*
ERROR:dbus.proxies:Introspect error on :1.16:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
ERROR:dbus.proxies:Introspect error on :1.16:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
 ** Finishing Cellular **
 ** Getting host name**
356938030830302*
 ** Getting IP INFO*
 ** Getting Wireless Info*
 ** Getting Wireless Info RSSI*
 ** Getting Wireless Info Noise*
 ** Getting MAC Address **
 ** Finished Tab 2 update **
 ** Getting applications list **
 ** Adding applications to listbox **
** Show tab1 (0) **
 ** Show everything**
 ** Waiting for quit signal - healthcheck loaded **
Segmentation fault

as you can see, it crashed in the end.

wow........thats a bugger...... i have to admit your gtk error bit is different to the warning i usually get. Never seen this bit before.
Code:

Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
GTK Panel of SCIM 1.4.7


legendsohai 2010-04-06 08:07

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

Originally Posted by noobmonkey (Post 597312)
wow........thats a bugger...... i have to admit your gtk error bit is different to the warning i usually get. Never seen this bit before.
Code:

Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
GTK Panel of SCIM 1.4.7


is it possible because i updated my libhildon1 package to the latest 2.2.15-1+0m5?

noobmonkey 2010-04-06 08:16

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
ahaaaaaaaaaaaaa!
yes that would do it ;) ;)

legendsohai 2010-04-06 08:35

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

Originally Posted by noobmonkey (Post 597351)
ahaaaaaaaaaaaaa!
yes that would do it ;) ;)

woohoo~ fixed by downgrading libhildon1~

qwerty12 2010-04-06 08:36

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

Originally Posted by pabloniss (Post 596736)
yes, I tried .. sometimes starts and sometimes not .... it does not matter whether the x-term or manually

When noobmonkey said to run it from X Terminal, I do believe he meant as user and not root...

noobmonkey 2010-04-06 08:44

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
god only knows the destructive power of healthcheck under root ;)

noobmonkey 2010-04-06 08:45

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

Originally Posted by legendsohai (Post 597369)
woohoo~ fixed by downgrading libhildon1~

Ahaaaaaaaaa! good to hear!!

Now i'm intruiged........ need someone with PR1.2SDK to give it a go please! (May have impending doom in healthcheck soon!)

geneven 2010-04-06 14:06

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
HealthCheck took a long time to open after installing update this morning, like a minute.

I am overcharged at 800mHz, but it lists me at 500 -- probably to be expected.

Looks fine in general.


All times are GMT. The time now is 19:07.

vBulletin® Version 3.8.8