| 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.
|