Notices


Reply
Thread Tools
NokiaRocks's Avatar
Posts: 658 | Thanked: 117 times | Joined on Jan 2010
#721
Ok it did :P
Thx for the tip.
 

The Following User Says Thank You to NokiaRocks For This Useful Post:
atilla's Avatar
Posts: 1,210 | Thanked: 597 times | Joined on Apr 2010 @ hamburg,germany
#722
for me it still crashes
__________________


Nobody likes us but we dont care....
 

The Following User Says Thank You to atilla For This Useful Post:
Posts: 7 | Thanked: 6 times | Joined on Nov 2010
#723
HealthCheck crashes almost immediately for me:

I'm currently running the UK non-Vodafone version of PR1.2

~ $ python /opt/healthcheck/healthcheck.py
***** Start Imports *****
** Importing qtcore & gui **
Traceback (most recent call last):
File "/opt/healthcheck/healthcheck.py", line 21, in <module>
from PyQt4 import QtCore, QtGui
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtCore module requires API v7.1

Any ideas?
 

The Following User Says Thank You to Doctor Patch For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#724
looks like a qt version issue :|

Will take a look into it, do you have any special addonds, new qt etc?
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 

The Following User Says Thank You to noobmonkey For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#725
New version is getting there, but will be a good few weeks away! - need to get the current functionality before i post it!
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#726
mini status update:

The main menu / navigation is done
The system page is 80% complete
The free space window is 80% complete

8 more pages to go (+ modal windows like screen tests etc)


I'm just working through all of the separate pages and getting the basic information up and working. Once that is complete i'll screenshot the lot up here for comments and feedback, mainly relating to the GUI and design.

The aim will be that this is Healthcheck V3.0 when released. Basic aims for the first version are:
To include all functions that the previous version had, but be quicker to load, easier to use and display information in a better and more concise way.

Once V3.0 is complete, i'm going to start developing toolkit addons hopefully.

So for example, an overclockers toolkit, a gaming toolkit, Free Space/issues toolkit, App/Repo toolkit and themes/GUI toolkit.

The toolkits, if i can do it will allow users to perform basic functions to assess problems, report on problems and hopefully fix minor issues.

So, quite alot to do, and if i complete the lot before the N900 dies out i will be impressed lol :P

In the meanwhile, i am aware the previous healthcheck has a few problems since PR1.3 - i've been given a few fixes, but struggling with time to do both at the moment. will try and sort that out soon though.
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 

The Following 8 Users Say Thank You to noobmonkey For This Useful Post:
Posts: 7 | Thanked: 6 times | Joined on Nov 2010
#727
You're right - it was a python version issue.

python2.5-qt4-common was version 4.7.5-maemo1

the rest was version 4.7.4-maemo0

python2.5-qt4-common refused to be downgraded even when removed! Cue a whole pile of digging to download the deb files for the whole of 4.7.5-maemo1 and dpkg -i them in the dependency order (after common, core, dbus, gui and then the python2.5-qt4-maemo5 package)

After all that, healthcheck still crashes but at least it's a different error.

/opt/healthcheck # python healthcheck.py
***** Start Imports *****
** Importing qtcore & gui **
** Importing Pyside qtcore & gui **
** Importing ui.touchstub - accuracy tool **
** Importing sys **
** Importing commands **
** Importing os **
** Importing os.path **
** Importing subprocess **
** Importing dbus.glib **
** Importing Start location**
** Importing Cellinfo **
** Importing Hildon **
process 4084: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some application using the D-Bus library.
process 4084: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some application using the D-Bus library.
Aborted

I'm now using PR1.3 so I guess I'll have to be patient anyway.
 

The Following User Says Thank You to Doctor Patch For This Useful Post:
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#728
thats odd! you are still erroring on the imports, so it's still a library error os some sort. the dbus bit is throwing me a bit! will check what line that is in a sec
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#729
Ok Fixto the previously mentioned SIP problem is here

sudo apt-get install python2.5-sip4=4.10.5-maemo0

But i would recommend waiting fo rthe new version :P
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
Posts: 11 | Thanked: 9 times | Joined on Jul 2010
#730
Hi,

I'm on PR1.3 too and healthcheck stops on:

File "healthcheck.py", line 1408, in <module>
ui.updateAll()
File "healthcheck.py", line 1221, in updateAll
self.updateMaemoV()
File "healthcheck.py", line 826, in updateMaemoV
g = s[2].strip()
IndexError: list index out of range
 
Reply

Tags
check, faulty, front camera, gps, hardware, healthcheck, test


 
Forum Jump


All times are GMT. The time now is 20:06.